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/309886.svg" alt="Number 9 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309886.svg" alt="Number 9 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309886.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/309886.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 d="M4 4.00104H20V18.001C20 19.1056 19.1046 20.001 18 20.001H6C4.89543 20.001 4 19.1056 4 18.001V4.00104Z" stroke="#292929" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5818 16.726C10.4305 16.9569 10.495 17.2669 10.726 17.4182C10.957 17.5696 11.2669 17.505 11.4183 17.274L10.5818 16.726ZM14.9432 11.8947C15.0945 11.6638 15.03 11.3538 14.799 11.2025C14.5681 11.0511 14.2581 11.1157 14.1068 11.3467L14.9432 11.8947ZM9.5 10C9.5 8.61929 10.6193 7.5 12 7.5L12 6.5C10.067 6.5 8.5 8.067 8.5 10L9.5 10ZM12 7.5C13.3807 7.5 14.5 8.61929 14.5 10L15.5 10C15.5 8.067 13.933 6.5 12 6.5L12 7.5ZM14.5 10C14.5 11.3807 13.3807 12.5 12 12.5L12 13.5C13.933 13.5 15.5 11.933 15.5 10L14.5 10ZM12 12.5C10.6193 12.5 9.5 11.3807 9.5 10L8.5 10C8.5 11.933 10.067 13.5 12 13.5L12 12.5ZM11.4183 17.274L14.9432 11.8947L14.1068 11.3467L10.5818 16.726L11.4183 17.274Z" fill="#292929"/> </svg>
Copied!