Nitro Nation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nitro Nation 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/344801.svg" alt="Nitro Nation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344801.svg" alt="Nitro Nation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344801.svg" alt="Nitro Nation icon" :width="24" :height="24" />
CSS background
.icon-nitro-nation {
background-image: url('https://proicons.com/icon/344801.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.0992,15.7948l-5.1979,13.604-6.8587-.0014,5.4832-12.821-12.5357.1652-5.3067,12.6526-6.1836.0202,7.0357-17.4188,21.6598.0096c.6268.1071,1.2104.4502,1.6088.9458.3156.3925.515.8773.5671,1.3783.052.501-.0436,1.0164-.2718,1.4654h-.0004Z"/><path class="b" d="M12.9008,32.2052l5.1979-13.604,6.8587.0014-5.4832,12.821,12.5357-.1652,5.3067-12.6526,6.1836-.0202-7.0357,17.4188-21.6598-.0096c-.6268-.1071-1.2104-.4502-1.6088-.9458-.3156-.3925-.515-.8773-.5671-1.3783-.052-.501.0436-1.0164.2718-1.4654h.0004Z"/></svg>
Copied!