Number 2 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 2 Square 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/308953.svg" alt="Number 2 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308953.svg" alt="Number 2 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308953.svg" alt="Number 2 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-2-square---svg {
background-image: url('https://proicons.com/icon/308953.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="M3 4.00098C3 3.44869 3.44772 3.00098 4 3.00098H20C20.5523 3.00098 21 3.44869 21 4.00098V18.001C21 19.6578 19.6569 21.001 18 21.001H6C4.34315 21.001 3 19.6578 3 18.001V4.00098ZM10.9393 8.43935C11.5251 7.85356 12.4749 7.85356 13.0607 8.43935C13.6464 9.02514 13.6464 9.97488 13.0607 10.5607L9.23223 14.3891C8.76339 14.8579 8.5 15.4938 8.5 16.1569L8.5 17C8.5 17.2652 8.60536 17.5196 8.79289 17.7071C8.98043 17.8946 9.23478 18 9.5 18H14.5C15.0523 18 15.5 17.5523 15.5 17C15.5 16.4477 15.0523 16 14.5 16H10.5252C10.5495 15.9266 10.5907 15.859 10.6464 15.8033L14.4749 11.9749C15.8417 10.608 15.8417 8.39197 14.4749 7.02514C13.108 5.6583 10.892 5.6583 9.52513 7.02514C8.84191 7.70836 8.5 8.60582 8.5 9.5C8.5 10.0523 8.94771 10.5 9.5 10.5C10.0523 10.5 10.5 10.0523 10.5 9.5C10.5 9.11457 10.6463 8.73244 10.9393 8.43935Z" fill="#292929"/> </svg>
Copied!