Nova Icon Pack 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova Icon Pack 2 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/330391.svg" alt="Nova Icon Pack 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330391.svg" alt="Nova Icon Pack 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330391.svg" alt="Nova Icon Pack 2 icon" :width="24" :height="24" />
CSS background
.icon-nova-icon-pack-2 {
background-image: url('https://proicons.com/icon/330391.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.2631,13.9499l-3.3405-.8812c-.5932-.1563-1.2253-.0317-1.7148.3379l-5.7773,4.3613c-.7324.5534-.9941,1.5342-.6348,2.3789l1.6465,3.873-1.6465,3.873c-.3594.8447-.0976,1.8255.6348,2.3789l5.7773,4.3613c.4896.3696,1.1217.4942,1.7148.3379l3.3005-.8812"/><path class="b" d="M31.7131,34.0899l3.3345.8812c.5914.1561,1.2217.0331,1.7109-.334l5.8066-4.3613c.7389-.5551,1.0013-1.5442.6348-2.3926l-1.666-3.8633,1.6406-3.875c.3569-.844.0945-1.8227-.6367-2.375l-5.7754-4.3613c-.4913-.3708-1.126-.4947-1.7207-.3359l-3.2886.8773"/><path class="b" d="M22.7581,4.473l-5.7227,4.4473c-.4875.3785-.7729.9609-.7734,1.5781l-.0371,27.002c0,.6179.2854,1.2011.7734,1.5801l5.7188,4.4453c.7213.5609,1.7309.5617,2.4531.002l5.7324-4.4492c.4864-.3777.7717-.9584.7734-1.5742l.0742-26.963c.0018-.6189-.2831-1.2038-.7715-1.584l-5.7656-4.4824c-.7217-.5619-1.7325-.5627-2.4551-.0019h0Z"/><path class="b" d="M22.2331,19.5199h-.75c-1.108,0-2,.892-2,2v.75M28.4831,22.2699v-.75c0-1.108-.892-2-2-2h-.75M19.4831,25.7699v.75c0,1.108.892,2,2,2h.75M25.7331,28.5199h.75c1.108,0,2-.892,2-2v-.75"/></svg>
Copied!