Navi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Navi 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/344561.svg" alt="Navi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344561.svg" alt="Navi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344561.svg" alt="Navi icon" :width="24" :height="24" />
CSS background
.icon-navi {
background-image: url('https://proicons.com/icon/344561.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.386,5.5v20.44h-8.222v-12.216h-12.211V5.5h20.433ZM13.836,17.828H5.614v24.672h8.222v-16.45M13.88,17.827h4.674c2.897,0,3.203-.345,7.658,4.111,4.456,4.457,4.111,4.58,4.111,7.402v13.16h-3.906c-1.227,0-2.716-.179-3.53-1.038-.814-.858-.787-2.187-.787-3.326v-12.086h-8.22"/></svg>
Copied!