Garmin Jr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Jr 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/340956.svg" alt="Garmin Jr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340956.svg" alt="Garmin Jr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340956.svg" alt="Garmin Jr icon" :width="24" :height="24" />
CSS background
.icon-garmin-jr {
background-image: url('https://proicons.com/icon/340956.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.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.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"/><line class="c" x1="20.1896" y1="37.5" x2="27.8104" y2="37.5"/><path class="c" d="M16.8902,20.6222h-3.118v3.1342c0,2.2085,1.7904,3.9989,3.9989,3.9989h1.0423"/><path class="c" d="M24,37.5c0-5.9218,7.2098-6.8775,7.2098-19h-7.2098s-7.2098,0-7.2098,0c0,12.1225,7.2098,13.0782,7.2098,19"/><path class="c" d="M31.1098,20.6222h3.118v3.1342c0,2.2085-1.7904,3.9989-3.9989,3.9989h-1.0423"/><polygon class="c" points="24 20.9647 24.9475 22.8846 27.0662 23.1925 25.5331 24.6869 25.895 26.7971 24 25.8008 22.105 26.7971 22.4669 24.6869 20.9338 23.1925 23.0525 22.8846 24 20.9647"/></svg>
Copied!