Number 5 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 5 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/308962.svg" alt="Number 5 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308962.svg" alt="Number 5 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308962.svg" alt="Number 5 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-5-square---svg {
background-image: url('https://proicons.com/icon/308962.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.5 6C10.0269 6 9.61852 6.33155 9.52133 6.79456L8.52133 11.5585C8.43254 11.9815 8.62555 12.4136 8.99981 12.6298C9.37406 12.846 9.84486 12.7973 10.1669 12.509C10.5214 12.1917 10.9871 12 11.5 12C12.6046 12 13.5 12.8954 13.5 14C13.5 15.1046 12.6046 16 11.5 16C10.9871 16 10.5214 15.8083 10.1669 15.491C9.75539 15.1226 9.12319 15.1577 8.75487 15.5692C8.38654 15.9807 8.42156 16.6129 8.83309 16.9812C9.5401 17.614 10.4762 18 11.5 18C13.7091 18 15.5 16.2091 15.5 14C15.5 11.7909 13.7091 10 11.5 10C11.2899 10 11.0835 10.0162 10.8821 10.0475L11.3119 8H14.5C15.0523 8 15.5 7.55228 15.5 7C15.5 6.44772 15.0523 6 14.5 6H10.5Z" fill="#292929"/> </svg>
Copied!