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/309276.svg" alt="Number 9 Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309276.svg" alt="Number 9 Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309276.svg" alt="Number 9 Circle icon" :width="24" :height="24" />
CSS background
.icon-number-9-circle {
background-image: url('https://proicons.com/icon/309276.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="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.3727 16.5889C10.1457 16.9354 10.2425 17.4003 10.589 17.6273C10.9354 17.8543 11.4003 17.7575 11.6274 17.4111L10.3727 16.5889ZM15.1523 12.0318C15.3793 11.6853 15.2825 11.2204 14.936 10.9934C14.5896 10.7664 14.1247 10.8632 13.8977 11.2096L15.1523 12.0318ZM9.75 10C9.75 8.75736 10.7574 7.75 12 7.75L12 6.25C9.92893 6.25 8.25 7.92893 8.25 10L9.75 10ZM12 7.75C13.2426 7.75 14.25 8.75736 14.25 10L15.75 10C15.75 7.92893 14.0711 6.25 12 6.25L12 7.75ZM14.25 10C14.25 11.2426 13.2426 12.25 12 12.25L12 13.75C14.0711 13.75 15.75 12.0711 15.75 10L14.25 10ZM12 12.25C10.7574 12.25 9.75 11.2426 9.75 10L8.25 10C8.25 12.0711 9.92893 13.75 12 13.75L12 12.25ZM11.6274 17.4111L15.1523 12.0318L13.8977 11.2096L10.3727 16.5889L11.6274 17.4111Z" fill="#292929"/> </svg>
Copied!