Multi App Uninstaller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Multi App 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/329665.svg" alt="Multi App Uninstaller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329665.svg" alt="Multi App Uninstaller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329665.svg" alt="Multi App Uninstaller icon" :width="24" :height="24" />
CSS background
.icon-multi-app-uninstaller {
background-image: url('https://proicons.com/icon/329665.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m12.6003,14.7642h21.8825v26.3554c0,1.3138-1.0666,2.3804-2.3804,2.3804H14.9807c-1.3138,0-2.3804-1.0666-2.3804-2.3804V14.7642h0Z"/><rect class="b" x="10.2128" y="8.0108" width="27.5744" height="6.7534" rx="1" ry="1"/><polyline class="b" points="20.3262 8.0108 20.3262 4.5 27.6738 4.5 27.6738 8.0108"/><line class="b" x1="17.5905" y1="35.0831" x2="29.4926" y2="23.181"/><line class="b" x1="17.5905" y1="23.181" x2="29.4926" y2="35.0831"/></svg>
Copied!