Answers for "svg rect with rounded corners"

0

svg rect

<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  <rect width="100" height="100" x="50" y="50"/>
</svg>
Posted by: Guest on July-25-2020
0

rounded borders svg

<rect height="8" fill="#2f80ed" rx="5" ry="5" x="0" y="0" data-testid="lang-progress" width="2%">
Posted by: Guest on August-17-2021

Code answers related to "svg rect with rounded corners"

Browse Popular Code Answers by Language