Uninstaller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uninstaller 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/349073.svg" alt="Uninstaller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349073.svg" alt="Uninstaller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349073.svg" alt="Uninstaller icon" :width="24" :height="24" />
CSS background
.icon-uninstaller {
background-image: url('https://proicons.com/icon/349073.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m31.3693,21.4808v18.3767m-7.3294-18.3767v18.3767m-7.3294-18.3767v18.3767m14.2079-27.9682v-3.9801c.0011-2.8118.08-3.4093-2.7319-3.4093h-8.3732c-2.8118,0-2.7319.5975-2.7319,3.4093v3.9801m20.2946,5.8435H7.3535v-5.728h33.2931v5.728h-3.2705v23.2496c0,1.3948-.7485,2.5175-1.6791,2.5175H12.4229c-.9295,0-1.678-1.1227-1.678-2.5175v-23.2496"/></svg>
Copied!