Exiferaser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exiferaser 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/340174.svg" alt="Exiferaser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340174.svg" alt="Exiferaser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340174.svg" alt="Exiferaser icon" :width="24" :height="24" />
CSS background
.icon-exiferaser {
background-image: url('https://proicons.com/icon/340174.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><rect class="a" x="19.0244" y="15.8197" width="24.4756" height="24.4756"/><polyline class="a" points="19.024 36.565 26.06 29.53 30.182 33.653 37.087 26.749 43.467 33.129"/><path class="a" d="M9.9933,22.4765V14.838a7.1333,7.1333,0,0,1,14.2665,0v3.5826"/><circle class="a" cx="29.2989" cy="23.4765" r="3.0104"/><polygon class="a" points="15.487 23.011 9.993 18.951 4.5 23.011 4.5 39.571 15.487 39.571 15.487 23.011"/></svg>
Copied!