Period open
Download
Download the SVG to use or edit.
Download SVGIcon font
Using the web font? Copy, paste, and go.
<i class="wiw-icon wiw-period-open"></i>
Code point
-
Unicode:
U+F16C
-
CSS:
\F16C
-
JS:
\uF16C
-
HTML:

Copy HTML
Paste the SVG right into your project's code.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-period-open" viewBox="0 0 24 24">
<g clip-path="url(#a)">
<path fill="#000" d="M12 24C5.38 24 0 18.62 0 12S5.38 0 12 0s12 5.38 12 12-5.38 12-12 12Zm0-22C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Z"/>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h24v24H0z"/>
</clipPath>
</defs>
</svg>