Simplewear Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplewear 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/347348.svg" alt="Simplewear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347348.svg" alt="Simplewear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347348.svg" alt="Simplewear icon" :width="24" :height="24" />
CSS background
.icon-simplewear {
background-image: url('https://proicons.com/icon/347348.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M29.034,43.5h-15.857c-2.8166.0077-5.1063-2.2693-5.114-5.086,0-.0093,0-.0187,0-.028V9.614c-.0077-2.8166,2.2693-5.1063,5.086-5.114.0093,0,.0187,0,.028,0h15.857c2.8166-.0072,5.1058,2.2703,5.113,5.087,0,.009,0,.018,0,.027v11.026"/><path class="c" d="M24.64,34.673h-13.306V10.06h19.543v10.624M18.095,39.124h6.02"/><path class="c" d="M28.279,20.685l-.927,5.109c-1.9921,1.4812-3.1697,3.8146-3.178,6.297.0074,2.4835,1.1851,4.8181,3.178,6.3l.927,5.108h7.555l.926-5.108c1.9925-1.4821,3.1698-3.8167,3.177-6.3.0002-2.4937-1.18-4.8403-3.182-6.327l-.92-5.079h-7.556Z"/><path class="c" d="M37.588,32.092c.0017,3.0541-2.4729,5.5313-5.527,5.533h-.005c-3.0541.0011-5.5309-2.4739-5.532-5.528,0-.0017,0-.0033,0-.005-.0011-3.0541,2.4739-5.5309,5.528-5.532h.004c3.0541-.0011,5.5309,2.4739,5.532,5.528v.004"/></svg>
Copied!