Unlauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unlauncher 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/349089.svg" alt="Unlauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349089.svg" alt="Unlauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349089.svg" alt="Unlauncher icon" :width="24" :height="24" />
CSS background
.icon-unlauncher {
background-image: url('https://proicons.com/icon/349089.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.0856,16.2885l2.6329-1.52.198-1.9237L24.297,11.47l.3411,2.0007-.4447,5.7835,6.526,11.3034v4.71L26.64,32.9129,20.1142,21.61l-5.2311-2.5067-1.562-1.2957,2.38-1.3744,1.765.79,2.6328-1.52"/><path class="a" d="M26.64,32.9133,30.72,30.5582"/><path class="a" d="M20.1142,21.61l-2.5916-4.4888"/><path class="a" d="M24.1931,19.2546,21.7252,14.98"/><path class="a" d="M22.5959,25.8883l3.9019-2.2527"/><path class="a" d="M42.2674,15.67V32.33a3.84,3.84,0,0,1-1.92,3.3252L25.92,43.9856a3.84,3.84,0,0,1-3.84,0l-14.4278-8.33a3.84,3.84,0,0,1-1.92-3.3252V15.67a3.84,3.84,0,0,1,1.92-3.3252L22.08,4.0144a3.84,3.84,0,0,1,3.84,0l14.4278,8.33A3.84,3.84,0,0,1,42.2674,15.67Z"/></svg>
Copied!