Garmin Nav Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Nav 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/340958.svg" alt="Garmin Nav icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340958.svg" alt="Garmin Nav icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340958.svg" alt="Garmin Nav icon" :width="24" :height="24" />
CSS background
.icon-garmin-nav {
background-image: url('https://proicons.com/icon/340958.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M5.5,15.1758v23.3242c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H15.291"/><circle class="c" cx="9.5" cy="9.4329" r="7"/><path class="c" d="M12.1759,8.1146c.0017-1.4793-1.1961-2.6799-2.6754-2.6816-.0482,0-.0965.0012-.1446.0037-1.4568.131-2.5633,1.3677-2.532,2.83v2.4849c-.0014,1.4794,1.1967,2.6798,2.6761,2.6813h0c1.4795-.0016,2.6775-1.2022,2.6759-2.6817h0s-2.6759,0-2.6759,0"/><path class="c" d="M20.25,35.5v-7.1085c0-2.8118,1.117-5.5085,3.1053-7.4968l8.3947-8.3947"/><polyline class="c" points="23.8367 12.5 31.75 12.5 31.75 20.4133"/></svg>
Copied!