Number 4 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 4 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/308959.svg" alt="Number 4 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308959.svg" alt="Number 4 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308959.svg" alt="Number 4 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-4-square---svg {
background-image: url('https://proicons.com/icon/308959.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.00098ZM11.4615 7.27472C11.6132 6.74369 11.3058 6.1902 10.7747 6.03848C10.2437 5.88675 9.6902 6.19424 9.53848 6.72528L8.26689 11.1758C7.71933 13.0923 9.15832 15 11.1515 15H13.5V17C13.5 17.5523 13.9477 18 14.5 18C15.0523 18 15.5 17.5523 15.5 17V14V10C15.5 9.44772 15.0523 9 14.5 9C13.9477 9 13.5 9.44772 13.5 10V13H11.1515C10.4871 13 10.0074 12.3641 10.1899 11.7253L11.4615 7.27472Z" fill="#292929"/> </svg>
Copied!