Naviki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naviki 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/330005.svg" alt="Naviki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330005.svg" alt="Naviki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330005.svg" alt="Naviki icon" :width="24" :height="24" />
CSS background
.icon-naviki {
background-image: url('https://proicons.com/icon/330005.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" id="b" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="f" d="m4.5,12.046c32.4483,2.609,17.2257,15.5871,7.1228,26.341"/><path id="c" class="f" d="m22.1664,9.613c-13.9283,9.6139,10.4964,13.1746,21.3336,13.1879"/></svg>
Copied!