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/308951.svg" alt="Number 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308951.svg" alt="Number 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308951.svg" alt="Number 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-2---svg {
background-image: url('https://proicons.com/icon/308951.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="M14.1213 5.87868C12.9498 4.70711 11.0503 4.70711 9.87869 5.87868C9.29271 6.46466 9.00001 7.23069 9.00001 8C9.00001 8.55229 8.55229 9.00001 8.00001 9.00001C7.44773 9.00001 7.00001 8.55229 7.00001 8.00001C7.00001 6.72194 7.48836 5.44058 8.46448 4.46447C10.4171 2.51184 13.5829 2.51184 15.5355 4.46447C17.4882 6.41709 17.4882 9.58291 15.5355 11.5355L9.87869 17.1924C9.39051 17.6806 9.08796 18.3197 9.01645 19H16C16.5523 19 17 19.4477 17 20C17 20.5523 16.5523 21 16 21L8.00001 21C7.73479 21 7.48044 20.8946 7.2929 20.7071C7.10536 20.5196 7.00001 20.2652 7.00001 20L7.00001 19.3137C7.00001 17.9876 7.52679 16.7159 8.46447 15.7782L14.1213 10.1213C15.2929 8.94975 15.2929 7.05025 14.1213 5.87868Z" fill="#292929"/> </svg>
Copied!