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/309571.svg" alt="Number 6 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309571.svg" alt="Number 6 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309571.svg" alt="Number 6 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6---svg {
background-image: url('https://proicons.com/icon/309571.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 d="M13.847 4.5316C14.1406 4.06382 13.9994 3.4466 13.5316 3.15301C13.0638 2.85941 12.4466 3.00062 12.153 3.4684L13.847 4.5316ZM6.92613 11.7963C6.63254 12.2641 6.77374 12.8813 7.24153 13.1749C7.70931 13.4685 8.32653 13.3273 8.62012 12.8595L6.92613 11.7963ZM16 15C16 17.2091 14.2091 19 12 19V21C15.3137 21 18 18.3137 18 15H16ZM12 19C9.79086 19 8 17.2091 8 15H6C6 18.3137 8.68629 21 12 21V19ZM8 15C8 12.7909 9.79086 11 12 11V9C8.68629 9 6 11.6863 6 15H8ZM12 11C14.2091 11 16 12.7909 16 15H18C18 11.6863 15.3137 9 12 9V11ZM12.153 3.4684L6.92613 11.7963L8.62012 12.8595L13.847 4.5316L12.153 3.4684Z" fill="#292929"/> </svg>
Copied!