Niagara Launcher Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Niagara Launcher Alt 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/344752.svg" alt="Niagara Launcher Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344752.svg" alt="Niagara Launcher Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344752.svg" alt="Niagara Launcher Alt icon" :width="24" :height="24" />
CSS background
.icon-niagara-launcher-alt {
background-image: url('https://proicons.com/icon/344752.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.3173,10.8799c-.6054-.3842-1.3622.2096-1.1293.8848.7684,2.1539,1.1876,4.4708,1.1876,6.8809,0,6.6364-3.1435,12.5392-8.0218,16.2882-.3144.2445-.4075.6869-.1863,1.0246,2.2587,3.3298,5.4604,5.9494,9.2327,7.4863.2561.1048.5589.0582.7684-.1164,4.564-3.6558,7.4979-9.2676,7.4979-15.5663,0-7.1137-3.7373-13.3542-9.3491-16.882Z"/><path class="c" d="m39.7425,9.9135c-2.5614-2.5847-5.8214-4.4825-9.4655-5.3906-.2794-.0699-.5705.0233-.7568.2329-2.3518,2.6313-4.04,5.8912-4.7735,9.4772-.0466.1979,0,.4075.1164.5821,2.5148,3.7024,3.9935,8.1616,3.9935,12.9584,0,.9896-.0699,1.956-.1863,2.9223-.0233.2096.0233.4075.1514.5705,1.8745,2.3402,4.2496,4.2612,6.9624,5.6002.6753.3376,1.3738-.4308.978-1.0828-1.8163-3.062-2.8641-6.648-2.8641-10.4668,0-5.5769,2.2238-10.6298,5.8214-14.3438.3027-.2911.3144-.7684.0233-1.0595Z"/></svg>
Copied!