Number 6 Circle Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 6 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/309267.svg" alt="Number 6 Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309267.svg" alt="Number 6 Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309267.svg" alt="Number 6 Circle icon" :width="24" :height="24" />
CSS background
.icon-number-6-circle {
background-image: url('https://proicons.com/icon/309267.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="M13.6273 7.41107C13.8543 7.06461 13.7575 6.59971 13.411 6.37268C13.0646 6.14566 12.5997 6.24248 12.3726 6.58893L13.6273 7.41107ZM8.8477 11.9682C8.62067 12.3147 8.71749 12.7796 9.06395 13.0066C9.41041 13.2336 9.87531 13.1368 10.1023 12.7904L8.8477 11.9682ZM14.25 14C14.25 15.2426 13.2426 16.25 12 16.25V17.75C14.0711 17.75 15.75 16.0711 15.75 14H14.25ZM12 16.25C10.7574 16.25 9.75 15.2426 9.75 14H8.25C8.25 16.0711 9.92893 17.75 12 17.75V16.25ZM9.75 14C9.75 12.7574 10.7574 11.75 12 11.75V10.25C9.92893 10.25 8.25 11.9289 8.25 14H9.75ZM12 11.75C13.2426 11.75 14.25 12.7574 14.25 14H15.75C15.75 11.9289 14.0711 10.25 12 10.25V11.75ZM12.3726 6.58893L8.8477 11.9682L10.1023 12.7904L13.6273 7.41107L12.3726 6.58893Z" fill="#292929"/> </svg>
Copied!