Wear Installer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wear Installer 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/335036.svg" alt="Wear Installer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335036.svg" alt="Wear Installer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335036.svg" alt="Wear Installer icon" :width="24" :height="24" />
CSS background
.icon-wear-installer {
background-image: url('https://proicons.com/icon/335036.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="M38.4994,5.5008H9.5007c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><polygon class="b" points="20.1 15.3 27.9 15.3 27.9 24.2 32.7 24.2 28.3 29.5 24 34.7 19.7 29.5 15.3 24.2 20.1 24.2 20.1 15.3"/></svg>
Copied!