Sign Division Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Division 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/308978.svg" alt="Sign Division Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308978.svg" alt="Sign Division Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308978.svg" alt="Sign Division Square Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----division-square---svg {
background-image: url('https://proicons.com/icon/308978.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 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V4ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8V8.01C10.5 8.83843 11.1716 9.51 12 9.51H12.01C12.8384 9.51 13.51 8.83843 13.51 8.01V8C13.51 7.17157 12.8384 6.5 12.01 6.5H12ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16V16.01C10.5 16.8384 11.1716 17.51 12 17.51H12.01C12.8384 17.51 13.51 16.8384 13.51 16.01V16C13.51 15.1716 12.8384 14.5 12.01 14.5H12ZM8 12C8 11.4477 8.44772 11 9 11H15C15.5522 11 16 11.4477 16 12C16 12.5523 15.5522 13 15 13H9C8.44772 13 8 12.5523 8 12Z" fill="#292929"/> </svg>
Copied!