Adw Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adw Launcher 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/321415.svg" alt="Adw Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321415.svg" alt="Adw Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321415.svg" alt="Adw Launcher icon" :width="24" :height="24" />
CSS background
.icon-adw-launcher {
background-image: url('https://proicons.com/icon/321415.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><polyline class="b" points="43.5 27.5058 24 8.0058 4.5 27.5058"/><polyline class="b" points="27.2751 39.5269 24 36.2517 20.7249 39.5269"/><path class="b" d="m7.1951,29.1187c2.8802,6.4109,9.3212,10.8755,16.8049,10.8755s13.9246-4.4645,16.8048-10.8753"/><polyline class="b" points="32.1589 16.1647 32.1589 11.6016 37.0794 11.6016 37.0794 21.0853"/></svg>
Copied!