Number 0 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 0 Circle Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308946.svg" alt="Number 0 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308946.svg" alt="Number 0 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308946.svg" alt="Number 0 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-0-circle---svg {
background-image: url('https://proicons.com/icon/308946.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10 10.125C10 8.91253 10.9335 8 12 8C13.0665 8 14 8.91253 14 10.125V13.875C14 15.0875 13.0665 16 12 16C10.9335 16 10 15.0875 10 13.875V10.125ZM12 6C9.75278 6 8 7.88569 8 10.125V13.875C8 16.1143 9.75278 18 12 18C14.2472 18 16 16.1143 16 13.875V10.125C16 7.88569 14.2472 6 12 6Z" fill="#292929"/> </svg>
Copied!