Niagara Launcher Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Niagara Launcher Pro 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/344753.svg" alt="Niagara Launcher Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344753.svg" alt="Niagara Launcher Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344753.svg" alt="Niagara Launcher Pro icon" :width="24" :height="24" />
CSS background
.icon-niagara-launcher-pro {
background-image: url('https://proicons.com/icon/344753.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><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m16.3997,16.2275c-.3586-.2276-.807.1241-.669.5242.4552,1.276.7035,2.6485.7035,4.0762,0,3.9313-1.8622,7.4281-4.7521,9.649-.1862.1448-.2414.4069-.1104.6069,1.338,1.9726,3.2347,3.5244,5.4694,4.4348.1517.0621.3311.0345.4552-.069,2.7036-2.1657,4.4417-5.4901,4.4417-9.2214,0-4.2141-2.214-7.9109-5.5383-10.0007Z"/><path class="c" d="m23.976,28.2557c-1.4324-1.7756-2.311-3.945-2.5189-6.2168-.103-1.1258-.1053-2.4501.1443-3.825.3874-2.1336,1.4347-4.0557,2.8281-5.6145.111-.1241.2867-.1778.4483-.1375,2.1587.538,4.0897,1.6622,5.607,3.1933.1724.1724.1655.4552-.0138.6276-2.1312,2.2002-3.4485,5.1935-3.4485,8.4972,0,2.2594.6192,4.3813,1.6927,6.1937.229.3867-.1728.8468-.5758.6479-1.6068-.7931-3.0037-1.9391-4.124-3.3172-.0132-.0162-.0263-.0324-.0394-.0486Z"/><path class="c" d="m33.0777,20.5775h0c-.0516,1.8377,1.3978,3.3685,3.2356,3.4173l.1867.005-.1867.005c-1.8378.0488-3.2872,1.5797-3.2356,3.4173h0s0,0,0,0c.0516-1.8377-1.3978-3.3685-3.2356-3.4173l-.1867-.005.1867-.005c1.8378-.0488,3.2872-1.5797,3.2356-3.4173h0Z"/></svg>
Copied!