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/308051.svg" alt="Number 6 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308051.svg" alt="Number 6 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308051.svg" alt="Number 6 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6---svg {
background-image: url('https://proicons.com/icon/308051.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 4L7.77313 12.3279" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16 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 9V11Z" fill="#292929"/> </svg>
Copied!