Number 6 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 6 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/308963.svg" alt="Number 6 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308963.svg" alt="Number 6 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308963.svg" alt="Number 6 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6---svg {
background-image: url('https://proicons.com/icon/308963.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"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5316 3.153C13.9994 3.4466 14.1406 4.06381 13.847 4.5316L10.9893 9.08476C11.3179 9.02902 11.6555 8.99999 12 8.99999C15.3137 8.99999 18 11.6863 18 15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15C6 13.8133 6.34449 12.7071 6.93891 11.776L12.153 3.46839C12.4466 3.00061 13.0638 2.8594 13.5316 3.153ZM12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11Z" fill="#292929"/> </svg>
Copied!