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/307747.svg" alt="Number 6 Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307747.svg" alt="Number 6 Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307747.svg" alt="Number 6 Circle icon" :width="24" :height="24" />
CSS background
.icon-number-6-circle {
background-image: url('https://proicons.com/icon/307747.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="M14.0455 7.68511C14.4238 7.10768 14.2625 6.33285 13.6851 5.95447C13.1076 5.5761 12.3328 5.73746 11.9544 6.31489L14.0455 7.68511ZM8.42949 11.6942C8.05111 12.2716 8.21248 13.0465 8.78991 13.4248C9.36734 13.8032 10.1422 13.6418 10.5205 13.0644L8.42949 11.6942ZM13.75 14C13.75 14.9665 12.9665 15.75 12 15.75V18.25C14.3472 18.25 16.25 16.3472 16.25 14H13.75ZM12 15.75C11.0335 15.75 10.25 14.9665 10.25 14H7.75C7.75 16.3472 9.65279 18.25 12 18.25V15.75ZM10.25 14C10.25 13.0335 11.0335 12.25 12 12.25V9.75C9.65279 9.75 7.75 11.6528 7.75 14H10.25ZM12 12.25C12.9665 12.25 13.75 13.0335 13.75 14H16.25C16.25 11.6528 14.3472 9.75 12 9.75V12.25ZM11.9544 6.31489L8.42949 11.6942L10.5205 13.0644L14.0455 7.68511L11.9544 6.31489Z" fill="#292929"/> </svg>
Copied!