Number 8 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 8 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/308971.svg" alt="Number 8 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308971.svg" alt="Number 8 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308971.svg" alt="Number 8 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-number-8-square---svg {
background-image: url('https://proicons.com/icon/308971.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.00098ZM12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8ZM15 9C15 9.67533 14.7769 10.2985 14.4003 10.7999C15.3717 11.5297 16 12.6915 16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14C8 12.6915 8.62832 11.5297 9.59972 10.7999C9.22314 10.2985 9 9.67533 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9ZM10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14Z" fill="#292929"/> </svg>
Copied!