Extirpater Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Extirpater 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/340204.svg" alt="Extirpater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340204.svg" alt="Extirpater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340204.svg" alt="Extirpater icon" :width="24" :height="24" />
CSS background
.icon-extirpater {
background-image: url('https://proicons.com/icon/340204.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.55,15.694V36.976c0,2.1437,2.33,3.8694,5.2249,3.8694h10.449c2.8945,0,5.2249-1.7257,5.2249-3.8694V15.694Z"/><path class="a" d="M11.475,10.806v1.5216a.957.957,0,0,0,.836,1.0432H35.689a.9569.9569,0,0,0,.8359-1.0432h0V10.806a.957.957,0,0,0-.8359-1.0432H27.3411a.957.957,0,0,1-.836-1.0432h0V8.198a.957.957,0,0,0-.836-1.0432h-3.338a.957.957,0,0,0-.8359,1.0432h0V8.72a.957.957,0,0,1-.836,1.0432H12.3113a.957.957,0,0,0-.8359,1.0432h0Z"/><line class="a" x1="21.437" y1="24.402" x2="26.562" y2="32.137"/><line class="a" x1="26.562" y1="24.402" x2="21.437" y2="32.137"/></svg>
Copied!