Garmin Connect Iq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Connect Iq 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/340951.svg" alt="Garmin Connect Iq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340951.svg" alt="Garmin Connect Iq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340951.svg" alt="Garmin Connect Iq icon" :width="24" :height="24" />
CSS background
.icon-garmin-connect-iq {
background-image: url('https://proicons.com/icon/340951.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><line class="c" x1="12.5" y1="36.8177" x2="12.5" y2="19.1844"/><path class="c" d="M30.9422,36.2255c-1.4903.9333-3.2524,1.4729-5.1405,1.4729-5.3562,0-9.6983-4.3421-9.6983-9.6983s4.3421-9.6983,9.6983-9.6983,9.6983,4.3421,9.6983,9.6983c0,1.887-.5389,3.6481-1.4712,5.1378"/><line class="c" x1="29.1092" y1="31.3075" x2="35.5" y2="37.6983"/><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"/></svg>
Copied!