Number 9 Circle Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 9 Circle 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/307756.svg" alt="Number 9 Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307756.svg" alt="Number 9 Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307756.svg" alt="Number 9 Circle icon" :width="24" :height="24" />
CSS background
.icon-number-9-circle {
background-image: url('https://proicons.com/icon/307756.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"> <circle cx="12" cy="12" r="9" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.95453 16.3149C9.57615 16.8923 9.73752 17.6672 10.3149 18.0455C10.8924 18.4239 11.6672 18.2625 12.0456 17.6851L9.95453 16.3149ZM15.5705 12.3058C15.9489 11.7284 15.7875 10.9535 15.2101 10.5752C14.6327 10.1968 13.8578 10.3582 13.4795 10.9356L15.5705 12.3058ZM10.25 10C10.25 9.0335 11.0335 8.25 12 8.25L12 5.75C9.65279 5.75 7.75 7.65279 7.75 10L10.25 10ZM12 8.25C12.9665 8.25 13.75 9.0335 13.75 10L16.25 10C16.25 7.65279 14.3472 5.75 12 5.75L12 8.25ZM13.75 10C13.75 10.9665 12.9665 11.75 12 11.75L12 14.25C14.3472 14.25 16.25 12.3472 16.25 10L13.75 10ZM12 11.75C11.0335 11.75 10.25 10.9665 10.25 10L7.75 10C7.75 12.3472 9.65279 14.25 12 14.25L12 11.75ZM12.0456 17.6851L15.5705 12.3058L13.4795 10.9356L9.95453 16.3149L12.0456 17.6851Z" fill="#292929"/> </svg>
Copied!