Starlight Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Starlight 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/333296.svg" alt="Starlight Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333296.svg" alt="Starlight Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333296.svg" alt="Starlight Launcher icon" :width="24" :height="24" />
CSS background
.icon-starlight-launcher {
background-image: url('https://proicons.com/icon/333296.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><g id="d"><g id="e"><path id="f" class="l" d="M13.2518,42.6164c-2.2658-1.3082-4.2034-2.9665-5.7838-4.8672M34.7482,5.3836c10.2816,5.9361,13.8043,19.0831,7.8682,29.3646-1.7025,2.9488-3.9981,5.3416-6.6491,7.1148-4.432,3.1275-6.5671,.312-7.4586-1.5218s-.3836-5.7431,1.4887-7.5802c1.1196-1.0985,1.727-1.3112,3.1973-3.4524,2.0939-3.6267,1.8049-7.9753-.3812-11.2328"/><path id="g" class="l" d="M11.5639,36.317c-1.2734,2.2056-.5177,5.026,1.6879,6.2994s5.026,.5177,6.2994-1.6879L36.4361,11.683"/><path id="h" class="l" d="M28.4488,7.0715c1.2734-2.2056,4.0938-2.9613,6.2994-1.6879s2.9613,4.0938,1.6879,6.2994"/><path id="i" class="l" d="M28.4488,7.0715L11.5639,36.317"/></g><g id="j"><path id="k" class="l" d="M34.7482,5.3836c2.2658,1.3082,4.2034,2.9665,5.7838,4.8672M13.2518,42.6164C2.9702,36.6804-.5525,23.5334,5.3836,13.2518c1.7025-2.9488,3.9981-5.3416,6.6491-7.1148,4.432-3.1275,6.5671-.312,7.4586,1.5218s.3836,5.7431-1.4887,7.5802c-1.1196,1.0985-1.727,1.3112-3.1973,3.4524-2.0939,3.6267-1.8049,7.9753,.3812,11.2328"/></g></g></g></g></svg>
Copied!