Number 6 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 6 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/309876.svg" alt="Number 6 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309876.svg" alt="Number 6 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309876.svg" alt="Number 6 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6-circle---svg {
background-image: url('https://proicons.com/icon/309876.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="M13.4182 7.27404C13.5695 7.04307 13.505 6.73314 13.274 6.58179C13.043 6.43044 12.7331 6.49499 12.5817 6.72596L13.4182 7.27404ZM9.05681 12.1053C8.90546 12.3362 8.97 12.6462 9.20097 12.7975C9.43194 12.9489 9.74188 12.8843 9.89323 12.6533L9.05681 12.1053ZM14.5 14C14.5 15.3807 13.3807 16.5 12 16.5V17.5C13.933 17.5 15.5 15.933 15.5 14H14.5ZM12 16.5C10.6193 16.5 9.5 15.3807 9.5 14H8.5C8.5 15.933 10.067 17.5 12 17.5V16.5ZM9.5 14C9.5 12.6193 10.6193 11.5 12 11.5V10.5C10.067 10.5 8.5 12.067 8.5 14H9.5ZM12 11.5C13.3807 11.5 14.5 12.6193 14.5 14H15.5C15.5 12.067 13.933 10.5 12 10.5V11.5ZM12.5817 6.72596L9.05681 12.1053L9.89323 12.6533L13.4182 7.27404L12.5817 6.72596Z" fill="#292929"/> </svg>
Copied!