Number 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 2 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/308647.svg" alt="Number 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308647.svg" alt="Number 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308647.svg" alt="Number 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-2---svg {
background-image: url('https://proicons.com/icon/308647.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="M8.00001 8C8.00001 6.97631 8.39053 5.95262 9.17158 5.17157C10.7337 3.60947 13.2663 3.60947 14.8284 5.17157C16.3905 6.73366 16.3905 9.26632 14.8284 10.8284L9.17158 16.4853C8.42143 17.2354 8.00001 18.2528 8.00001 19.3137L8.00001 20L16 20" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!