Number 1 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 1 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/308950.svg" alt="Number 1 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308950.svg" alt="Number 1 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308950.svg" alt="Number 1 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-1-square---svg {
background-image: url('https://proicons.com/icon/308950.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.00098ZM13.5 7C13.5 6.59554 13.2564 6.2309 12.8827 6.07612C12.509 5.92134 12.0789 6.0069 11.7929 6.29289L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L11.5 9.41421V17C11.5 17.5523 11.9477 18 12.5 18C13.0523 18 13.5 17.5523 13.5 17V7Z" fill="#292929"/> </svg>
Copied!