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/308366.svg" alt="Number 9 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308366.svg" alt="Number 9 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308366.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/308366.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" fill="#1CB0F6" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.1636 16.4519C9.86093 16.9139 9.99003 17.5337 10.452 17.8364C10.9139 18.1391 11.5338 18.01 11.8365 17.5481L10.1636 16.4519ZM15.3614 12.1688C15.6641 11.7068 15.535 11.087 15.0731 10.7843C14.6111 10.4816 13.9913 10.6107 13.6886 11.0726L15.3614 12.1688ZM10 10C10 8.89543 10.8954 8 12 8L12 6C9.79086 6 8 7.79086 8 10L10 10ZM12 8C13.1046 8 14 8.89543 14 10L16 10C16 7.79086 14.2091 6 12 6L12 8ZM14 10C14 11.1046 13.1046 12 12 12L12 14C14.2091 14 16 12.2091 16 10L14 10ZM12 12C10.8954 12 10 11.1046 10 10L8 10C8 12.2091 9.79086 14 12 14L12 12ZM11.8365 17.5481L15.3614 12.1688L13.6886 11.0726L10.1636 16.4519L11.8365 17.5481Z" fill="#DDF4FF"/> </svg>
Copied!