Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/342750.svg" alt="Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342750.svg" alt="Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342750.svg" alt="Launcher icon" :width="24" :height="24" />
CSS background
.icon-launcher {
background-image: url('https://proicons.com/icon/342750.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="m42.5,23.0749L26.0616,7.5251c-1.1566-1.0941-2.9666-1.0941-4.1232,0L5.5,23.0749"/><path class="c" d="m11.3591,24.6146v14.681c0,1.1046.8955,2,2,2h7.1409v-9.5h7v9.5h7.1409c1.1045,0,2-.8954,2-2v-14.681"/></svg>
Launcher in other icon packs
Copied!