Sign Division Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Division 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/308975.svg" alt="Sign Division Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308975.svg" alt="Sign Division Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308975.svg" alt="Sign Division Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----division---svg {
background-image: url('https://proicons.com/icon/308975.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="M10.5 6.5C10.5 5.67157 11.1716 5 12 5H12.01C12.8384 5 13.51 5.67157 13.51 6.5V6.51C13.51 7.33843 12.8384 8.01 12.01 8.01H12C11.1716 8.01 10.5 7.33843 10.5 6.51V6.5ZM10.5 17.5C10.5 16.6716 11.1716 16 12 16H12.01C12.8384 16 13.51 16.6716 13.51 17.5V17.51C13.51 18.3384 12.8384 19.01 12.01 19.01H12C11.1716 19.01 10.5 18.3384 10.5 17.51V17.5ZM6.00005 11C5.44776 11 5.00005 11.4477 5.00005 12C5.00005 12.5523 5.44776 13 6.00005 13H18C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11H6.00005Z" fill="#292929"/> </svg>
Copied!