Neo Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neo 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/330067.svg" alt="Neo Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330067.svg" alt="Neo Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330067.svg" alt="Neo Launcher icon" :width="24" :height="24" />
CSS background
.icon-neo-launcher {
background-image: url('https://proicons.com/icon/330067.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><path class="a" d="M21.1443,30.8943A9.75,9.75,0,1,1,14.25,14.25c5.3848,0,7.8492,5.2872,9.75,9.75,2.11,4.9541,4.3652,9.75,9.75,9.75a9.75,9.75,0,1,0-6.8943-16.6443"/><line class="a" x1="7.75" y1="24" x2="20.75" y2="24"/><line class="a" x1="9.75" y1="20" x2="18.75" y2="20"/><line class="a" x1="9.75" y1="28" x2="18.75" y2="28"/><path class="a" d="M38.1526,27.9179v.48A.6026.6026,0,0,1,37.55,29H35.609a.6026.6026,0,0,1-.6026-.6026v-.6307a.5975.5975,0,0,1,.3846-.559,4.2667,4.2667,0,0,0,2.7616-3.9513,4.4051,4.4051,0,0,0-8.8052,0,4.2667,4.2667,0,0,0,2.7616,3.9513.5975.5975,0,0,1,.3846.559v.6307A.6026.6026,0,0,1,31.891,29H29.95a.6026.6026,0,0,1-.6026-.6026v-.48"/></svg>
Copied!