Debloater Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Debloater 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/324349.svg" alt="Debloater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324349.svg" alt="Debloater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324349.svg" alt="Debloater icon" :width="24" :height="24" />
CSS background
.icon-debloater {
background-image: url('https://proicons.com/icon/324349.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{stroke-miterlimit:4.75;}.c{fill:#000;}</style></defs><path class="a" d="M11.89,18.9441,14.6807,43.5H34.7719l2.79-24.5559Z"/><path class="b" d="M37.5624,18.9441,16.9865,4.5"/><path class="c" d="M14.2526,13.747a.75.75,0,1,1,1.0607,0A.75.75,0,0,1,14.2526,13.747Z"/><path class="c" d="M18.0745,17.5689a.75.75,0,1,1,1.0606,0A.75.75,0,0,1,18.0745,17.5689Z"/><path class="a" d="M21.5164,18.9443a6.6219,6.6219,0,0,0-1.44-7.2066h0a6.62,6.62,0,0,0-9.362,0h0a.945.945,0,0,0,0,1.3364l5.87,5.87"/><line class="a" x1="16.734" y1="6.9958" x2="16.4985" y2="9.891"/><line class="a" x1="24.8183" y1="15.0802" x2="21.9231" y2="15.3156"/></svg>
Copied!