Garmin Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Connect 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/340949.svg" alt="Garmin Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340949.svg" alt="Garmin Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340949.svg" alt="Garmin Connect icon" :width="24" :height="24" />
CSS background
.icon-garmin-connect {
background-image: url('https://proicons.com/icon/340949.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:#fff;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="M34.5972,22.5237c-1.7458-4.1275-5.8328-7.0237-10.5963-7.0237-5.8414,0-10.6657,4.3553-11.4025,9.9958"/><path class="c" d="M12.5984,28.5043c.7369,5.6404,5.5611,9.9957,11.4025,9.9957,4.7501,0,8.8276-2.88,10.5816-6.9891"/></svg>
Copied!