Number 6 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 6 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/308661.svg" alt="Number 6 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308661.svg" alt="Number 6 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308661.svg" alt="Number 6 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6-square---svg {
background-image: url('https://proicons.com/icon/308661.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 opacity="0.16" d="M4 4.00098H20V18.001C20 19.1055 19.1046 20.001 18 20.001H6C4.89543 20.001 4 19.1055 4 18.001V4.00098Z" fill="#292929"/> <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-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8364 7.54809C14.1391 7.08614 14.01 6.46628 13.548 6.16358C13.0861 5.86088 12.4662 5.98997 12.1635 6.45191L13.8364 7.54809ZM8.63859 11.8312C8.33589 12.2932 8.46499 12.913 8.92693 13.2157C9.38887 13.5184 10.0087 13.3893 10.3114 12.9274L8.63859 11.8312ZM14 14C14 15.1046 13.1046 16 12 16V18C14.2091 18 16 16.2091 16 14H14ZM12 16C10.8954 16 10 15.1046 10 14H8C8 16.2091 9.79086 18 12 18V16ZM10 14C10 12.8954 10.8954 12 12 12V10C9.79086 10 8 11.7909 8 14H10ZM12 12C13.1046 12 14 12.8954 14 14H16C16 11.7909 14.2091 10 12 10V12ZM12.1635 6.45191L8.63859 11.8312L10.3114 12.9274L13.8364 7.54809L12.1635 6.45191Z" fill="#292929"/> </svg>
Copied!