Garmin Connect Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Connect Alt 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/326391.svg" alt="Garmin Connect Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326391.svg" alt="Garmin Connect Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326391.svg" alt="Garmin Connect Alt icon" :width="24" :height="24" />
CSS background
.icon-garmin-connect-alt {
background-image: url('https://proicons.com/icon/326391.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M45,15.3998c-1.7313-4.1018-4.6586-7.5866-8.4-10C28.1368.1096,17.1886,1.0901,9.8,7.7998c-3.725,3.4401-6.1304,8.074-6.8,13.1h7.4c1.1211-5.3177,5.0809-9.585,10.3-11.1,7.1-1.9,12.6.7,16.1,5.6h8.2Z"/><path class="e" d="M45,32.5998c-4.7586,11.1796-17.6791,16.3849-28.8588,11.6263-4.4553-1.8964-8.1606-5.2098-10.5412-9.4263-1.4091-2.3794-2.2954-5.0315-2.6-7.78h7.4c1.6533,7.9259,9.4187,13.0109,17.3446,11.3576,3.6166-.7544,6.815-2.8464,8.9554-5.8576l8.3.08Z"/></svg>
Copied!