Number 9 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 9 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/308973.svg" alt="Number 9 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308973.svg" alt="Number 9 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308973.svg" alt="Number 9 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9-circle---svg {
background-image: url('https://proicons.com/icon/308973.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.1636 16.4519C9.86093 16.9139 9.99003 17.5337 10.452 17.8364C10.9139 18.1391 11.5338 18.01 11.8365 17.5481L15.3248 12.2247C15.7512 11.5886 16 10.8233 16 10C16 7.79086 14.2091 6 12 6C9.79086 6 8 7.79086 8 10C8 12.1334 9.67022 13.8768 11.7744 13.9937L10.1636 16.4519ZM14 10C14 11.1046 13.1046 12 12 12C10.8954 12 10 11.1046 10 10C10 8.89543 10.8954 8 12 8C13.1046 8 14 8.89543 14 10Z" fill="#292929"/> </svg>
Copied!