Webapps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webapps 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/335050.svg" alt="Webapps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335050.svg" alt="Webapps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335050.svg" alt="Webapps icon" :width="24" :height="24" />
CSS background
.icon-webapps {
background-image: url('https://proicons.com/icon/335050.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="43.5 20.816 23.495 9.266 4.5 20.233 24.505 31.783 43.5 20.816"/><polyline class="a" points="42.332 21.49 42.331 28.419 24.472 38.734 5.668 27.878 5.669 20.908"/><polyline class="a" points="40.501 22.547 23.495 12.729 7.499 21.965"/><line class="a" x1="24.4717" y1="38.7339" x2="24.4717" y2="31.7828"/><ellipse class="a" cx="23.4862" cy="18.6237" rx="3.9768" ry="2.0714"/><path class="a" d="M19.5094,18.6237l1.0326,6.2544c0,.8467,1.3182,1.5334,2.9442,1.5334s2.9441-.6867,2.9441-1.5334l1.0327-6.2544"/><path class="a" d="M27.2691,19.7984a2.7422,2.7422,0,0,1,1.2215,2.1491c0,1.6584-1.0949,2.4728-2.9705,2.4728a4.2853,4.2853,0,0,1-3.7137-2.1837"/></svg>
Copied!