Elder Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elder 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/339573.svg" alt="Elder Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339573.svg" alt="Elder Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339573.svg" alt="Elder Launcher icon" :width="24" :height="24" />
CSS background
.icon-elder-launcher {
background-image: url('https://proicons.com/icon/339573.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="M42.5,19.4192a13.673,13.673,0,0,1-13.6731,13.673h0a13.673,13.673,0,0,1-13.673-13.673h0A13.6731,13.6731,0,0,1,28.8269,5.7461h0A13.673,13.673,0,0,1,42.5,19.4192Z"/><path class="a" d="M36.0952,42.2539H6.0469"/><path class="a" d="M28.788,42.2539V33.0922"/><path class="a" d="M8.5349,42.2539V25.161"/><circle class="a" cx="8.5349" cy="20.0056" r="3.035"/><path class="a" d="M6.1005,33.6379V26.6557"/><path class="a" d="M10.9694,33.6379V26.6557"/><path class="a" d="M38.9535,19.4192A10.1266,10.1266,0,1,1,28.8269,9.2926,10.1266,10.1266,0,0,1,38.9535,19.4192Z"/></svg>
Copied!