Appwash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appwash 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/321984.svg" alt="Appwash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321984.svg" alt="Appwash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321984.svg" alt="Appwash icon" :width="24" :height="24" />
CSS background
.icon-appwash {
background-image: url('https://proicons.com/icon/321984.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;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="c" cx="24" cy="39.7" r=".75"/><path class="b" d="M36.4995,4.5008H11.5006c-1.6568,0-2.9999,1.3431-2.9999,2.9999v32.9985c0,1.6568,1.3431,2.9999,2.9999,2.9999h24.9989c1.6568,0,2.9999-1.3431,2.9999-2.9999V7.5007c0-1.6568-1.3431-2.9999-2.9999-2.9999Z"/><path class="b" d="M34.4,8.1H13.6c-.8,0-1.5.6-1.5,1.4v24.9c0,.8.7,1.4,1.5,1.4h20.7c.8,0,1.5-.6,1.5-1.4V9.6c.1-.8-.6-1.5-1.4-1.5Z"/><circle class="b" cx="24" cy="24" r="8.3"/><circle class="b" cx="24" cy="24" r="5.2"/><path class="b" d="M18.8,24.2c5.9-2.3,4.4,1.2,10.2.6"/><circle class="c" cx="30.7" cy="10.9" r=".75"/><circle class="c" cx="33" cy="10.9" r=".75"/></svg>
Copied!