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/309885.svg" alt="Number 9 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309885.svg" alt="Number 9 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309885.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/309885.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-linecap="round" stroke-linejoin="round"/> <path d="M10.5818 16.726C10.4305 16.9569 10.495 17.2669 10.726 17.4182C10.957 17.5696 11.2669 17.505 11.4183 17.274L10.5818 16.726ZM14.9432 11.8947C15.0945 11.6638 15.03 11.3538 14.799 11.2025C14.5681 11.0511 14.2581 11.1157 14.1068 11.3467L14.9432 11.8947ZM9.5 10C9.5 8.61929 10.6193 7.5 12 7.5L12 6.5C10.067 6.5 8.5 8.067 8.5 10L9.5 10ZM12 7.5C13.3807 7.5 14.5 8.61929 14.5 10L15.5 10C15.5 8.067 13.933 6.5 12 6.5L12 7.5ZM14.5 10C14.5 11.3807 13.3807 12.5 12 12.5L12 13.5C13.933 13.5 15.5 11.933 15.5 10L14.5 10ZM12 12.5C10.6193 12.5 9.5 11.3807 9.5 10L8.5 10C8.5 11.933 10.067 13.5 12 13.5L12 12.5ZM11.4183 17.274L14.9432 11.8947L14.1068 11.3467L10.5818 16.726L11.4183 17.274Z" fill="#292929"/> </svg>
Copied!