New Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The New 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/330131.svg" alt="New Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330131.svg" alt="New Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330131.svg" alt="New Launcher icon" :width="24" :height="24" />
CSS background
.icon-new-launcher {
background-image: url('https://proicons.com/icon/330131.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><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="9.5 28.4594 11.4301 19.5748 15.4412 28.4594 17.3714 19.5748"/><path class="b" d="m38.5,19.5748l-2.8347,8.8845-2.8347-8.8845-2.8347,8.8845-1.974-6.1901c-.6029-1.8904-2.4682-3.1663-4.4297-2.8667-.0238.0036-.0476.0074-.0714.0114-1.9844.3326-3.567,2.0038-3.808,4.0014-.3408,2.8249,1.8554,5.2255,4.6123,5.2255"/><line class="b" x1="19.6777" y1="23.9938" x2="25.2591" y2="23.9938"/></svg>
Copied!