Nova Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova Launcher 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/330392.svg" alt="Nova Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330392.svg" alt="Nova Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330392.svg" alt="Nova Launcher icon" :width="24" :height="24" />
CSS background
.icon-nova-launcher {
background-image: url('https://proicons.com/icon/330392.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M43.8,18.69,36,12.8l-4.23,1.13V9.54L24,3.5l-7.72,6v4.39L12,12.8,4.2,18.69,6.46,24,4.2,29.31,12,35.2l4.24-1.13v4.39l7.72,6,7.73-6V34.07L36,35.2l7.84-5.89L41.55,24ZM28.16,24a4.9,4.9,0,0,1,0,.54l1.17.92a.27.27,0,0,1,.06.35l-1.11,1.92a.26.26,0,0,1-.33.12l-1.38-.55a4.4,4.4,0,0,1-.94.54l-.21,1.47a.27.27,0,0,1-.27.23H22.89a.27.27,0,0,1-.27-.23l-.21-1.47a4.59,4.59,0,0,1-.94-.54l-1.38.55a.28.28,0,0,1-.34-.12l-1.11-1.92a.29.29,0,0,1,.07-.35l1.17-.92a3.67,3.67,0,0,1,0-1.08l-1.17-.92a.29.29,0,0,1-.07-.35l1.11-1.92a.27.27,0,0,1,.34-.12l1.38.56a3.86,3.86,0,0,1,.94-.55l.21-1.47a.27.27,0,0,1,.27-.23h2.22a.27.27,0,0,1,.27.23l.21,1.47a4.21,4.21,0,0,1,.94.55l1.38-.56a.28.28,0,0,1,.34.12l1.11,1.92a.28.28,0,0,1-.07.35l-1.17.92A4.9,4.9,0,0,1,28.16,24Z"/><line class="cls-1" x1="16.28" y1="13.93" x2="16.28" y2="34.07"/><line class="cls-1" x1="31.73" y1="13.93" x2="31.73" y2="34.07"/></svg>
Copied!