Niagara Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Niagara 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/330192.svg" alt="Niagara Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330192.svg" alt="Niagara Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330192.svg" alt="Niagara Launcher icon" :width="24" :height="24" />
CSS background
.icon-niagara-launcher {
background-image: url('https://proicons.com/icon/330192.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.1415,10.8792c-.6054-.3842-1.3622.2096-1.1294.8849.7684,2.1539,1.1876,4.4709,1.1876,6.881,0,6.6365-3.1436,12.5395-8.022,16.2885-.3144.2445-.4075.6869-.1863,1.0246,2.2587,3.3299,5.4606,5.9496,9.2329,7.4864.2561.1048.5589.0582.7684-.1164,4.564-3.6559,7.4981-9.2678,7.4981-15.5667,0-7.1138-3.7374-13.3545-9.3493-16.8823Z"/><path class="c" d="m28.931,31.184c-2.418-2.9975-3.9013-6.6595-4.2522-10.4947-.1739-1.9005-.1778-4.1361.2436-6.457.6539-3.6017,2.422-6.8465,4.7742-9.4779.1873-.2096.484-.3002.7567-.2322,3.6441.9082,6.9039,2.806,9.4652,5.3906.2911.2911.2794.7684-.0233,1.0595-3.5977,3.7141-5.8215,8.7672-5.8215,14.3441,0,3.8142,1.0453,7.3961,2.8574,10.4557.3866.6527-.2918,1.4295-.9721,1.0937-2.7125-1.3389-5.0705-3.2735-6.9617-5.5999-.0223-.0274-.0444-.0547-.0664-.082Z"/></svg>
Copied!