Loading...
Generate SVG shapes online for free. Create circles, rectangles, polygons. Export SVG code.
Generate basic SVG shapes with customizable properties
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="48" fill="#3b82f6" stroke="#1e40af" stroke-width="2" />
</svg>• Select a shape type from the options above
• Adjust size, colors, and stroke width using the sliders
• For polygons, you can also adjust the number of sides
• Copy the generated SVG code or download as a file
• Use the SVG code directly in HTML or save it as a .svg file
Select circle, rectangle, triangle, star, polygon, or ellipse
Adjust size, colors, and stroke width
See live preview of your shape
Copy SVG code or download as file
Select circle, rectangle, triangle, star, polygon, or ellipse
Adjust size, colors, and stroke width
See live preview of your shape
Copy SVG code or download as file
You can copy the SVG code or download as a .svg file ready to use.
Yes, for polygon shapes you can adjust the number of sides from 3 to 12.
Copy the SVG code and paste directly into your HTML, or save as .svg and use <img src="shape.svg" />.
Yes, SVG (Scalable Vector Graphics) scale perfectly at any size without quality loss.