Nova Launcher Prime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova Launcher Prime 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/330393.svg" alt="Nova Launcher Prime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330393.svg" alt="Nova Launcher Prime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330393.svg" alt="Nova Launcher Prime icon" :width="24" :height="24" />
CSS background
.icon-nova-launcher-prime {
background-image: url('https://proicons.com/icon/330393.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="M43.8016,18.694l-7.8373-5.8976-4.2389,1.1351V9.5436L24.0009,3.5,16.2751,9.5436v4.3877l-4.2374-1.1349L4.199,18.694,6.4553,24,4.199,29.3068l7.8387,5.8963,4.2374-1.1357V38.455L24.0009,44.5l7.7245-6.045V34.0669l4.2389,1.1362,7.8373-5.8977L41.5452,24ZM20.1109,22.67V29.219h7.7782V22.67M29.5,24.281l-5.5-5.5-5.5,5.5"/><line class="a" x1="16.2751" y1="13.9313" x2="16.2751" y2="34.0674"/><line class="a" x1="31.7254" y1="13.9315" x2="31.7254" y2="34.0674"/></svg>
Copied!