SVG favicon maker on GoojDex
Note: only works in modern browsers
Controls
Output
Code
<svg height="300px" id="svg" viewBox="0 0 100 100" width="300px">
<!--bounding box-->
<path d="M0 0 L 0 100 L100 100 L100 0 L0 0" fill="none" stroke-width="1px" stroke="#000">
<!--Major arc-->
<path fill="none" id="path1" stroke-width="1px" stroke="#000" d="M28.04417504218683 38.04417504218683 a25 25 0 1 0 10 -10" transform="rotate(0 50 50)">
<!--Minor arc-->
<path fill="none" id="path2" stroke-width="1px" stroke="none" d="M28.04417504218683 38.04417504218683 a25 25 1 0 1 10 -10" transform="rotate(0 50 50)">
</path></path></path></svg>