Nova America Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova America 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/330388.svg" alt="Nova America icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330388.svg" alt="Nova America icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330388.svg" alt="Nova America icon" :width="24" :height="24" />
CSS background
.icon-nova-america {
background-image: url('https://proicons.com/icon/330388.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.0533,19.9379s9.6661-9.3211,23.104-11.16c0,0-5.4706,5.8405-8.4558,7.4767S6.053,19.9373,6.053,19.9373Z"/><path class="a" d="M36.0229,22.35C30.1885,16.3327,33.74,8.1947,33.74,8.1947s-7.3926,6.1872-7.0558,9.0521S36.0229,22.35,36.0229,22.35Z"/><path class="a" d="M13.2646,39.8053C23.9021,23.0947,43.5,28.2538,43.5,28.2538S28.569,21.36,23.5961,23.0259,13.2648,39.8051,13.2648,39.8051Z"/><path class="a" d="M15.5527,21.9712c2.3931,1.4829.5248,4.3034-3.5883,14.5553,0,0,.5111-12.2772-7.4644-13.5913,0,0,8.66-2.4465,11.0527-.9636Z"/></svg>
Copied!