Sign Division Slash Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Division Slash 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/308977.svg" alt="Sign Division Slash Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308977.svg" alt="Sign Division Slash Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308977.svg" alt="Sign Division Slash Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----division-slash---svg {
background-image: url('https://proicons.com/icon/308977.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="M16.4472 3.10555C16.9412 3.35254 17.1414 3.95321 16.8944 4.44719L8.89443 20.4472C8.64744 20.9412 8.04676 21.1414 7.55278 20.8944C7.05881 20.6474 6.85858 20.0467 7.10557 19.5528L15.1056 3.55276C15.3526 3.05878 15.9532 2.85856 16.4472 3.10555Z" fill="#292929"/> </svg>
Copied!