Garmin Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Drive 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/326394.svg" alt="Garmin Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326394.svg" alt="Garmin Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326394.svg" alt="Garmin Drive icon" :width="24" :height="24" />
CSS background
.icon-garmin-drive {
background-image: url('https://proicons.com/icon/326394.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M5.5,15.1759v23.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.1146c0-1.5289-1.2766-2.7589-2.8198-2.6779-1.447.0759-2.532,1.3775-2.532,2.8296v2.4849c0,1.4811,1.1981,2.6817,2.6759,2.6817h0c1.4779,0,2.6759-1.2006,2.6759-2.6817h-2.6759"/><path class="c" d="M30.4341,17v5.5236h3.6088M34.0429,29.6091h-3.6088v1.153c0,4.5423-3.6956,8.2379-8.2385,8.2379s-8.2385-3.6956-8.2385-8.2379,3.6956-8.2385,8.2385-8.2385h1.153v-5.5236M22.1956,29.6091c-.636,0-1.153.5171-1.153,1.153,0,.6353.5171,1.1524,1.153,1.1524s1.153-.5171,1.153-1.1524v-1.153h-1.153Z"/><line class="c" x1="34.0429" y1="26.0663" x2="32.7546" y2="26.0663"/><line class="c" x1="26.8912" y1="23.5289" x2="26.8912" y2="20.9824"/><line class="c" x1="26.8912" y1="28.7843" x2="26.8912" y2="26.5629"/><path class="c" d="M25.7206,33.8641c.5271-.5985.9042-1.3323,1.0725-2.1426"/><path class="c" d="M20.8577,35.2641c.424.1258.8731.1934,1.3379.1934.3979,0,.7843-.0495,1.1533-.1427"/><path class="c" d="M17.5652,31.5457c.1404.8357.5017,1.5966,1.0216,2.2205"/><path class="c" d="M19.5703,26.8682c-.6913.467-1.2515,1.1133-1.614,1.8721"/><line class="c" x1="23.3486" y1="26.0663" x2="22.1956" y2="26.0663"/><line class="c" x1="26.8912" y1="18.2885" x2="26.8912" y2="17.0002"/><line class="c" x1="23.3486" y1="22.5236" x2="23.3486" y2="29.6091"/><line class="c" x1="30.4341" y1="22.5236" x2="30.4341" y2="29.6091"/></svg>
Copied!