Number 9 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 9 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/308974.svg" alt="Number 9 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308974.svg" alt="Number 9 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308974.svg" alt="Number 9 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9-square---svg {
background-image: url('https://proicons.com/icon/308974.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.1636 16.4519C9.86093 16.9139 9.99003 17.5337 10.452 17.8364C10.9139 18.1391 11.5338 18.01 11.8365 17.5481L15.3248 12.2247C15.7512 11.5886 16 10.8233 16 10C16 7.79086 14.2091 6 12 6C9.79086 6 8 7.79086 8 10C8 12.1334 9.67022 13.8768 11.7744 13.9937L10.1636 16.4519ZM14 10C14 11.1046 13.1046 12 12 12C10.8954 12 10 11.1046 10 10C10 8.89543 10.8954 8 12 8C13.1046 8 14 8.89543 14 10Z" fill="#292929"/> </svg>
Copied!