Garmin Dive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Dive 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/340952.svg" alt="Garmin Dive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340952.svg" alt="Garmin Dive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340952.svg" alt="Garmin Dive icon" :width="24" :height="24" />
CSS background
.icon-garmin-dive {
background-image: url('https://proicons.com/icon/340952.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"/><circle class="c" cx="24.365" cy="34.883" r="3.2442"/><line class="c" x1="30.3869" y1="34.883" x2="27.6091" y2="34.883"/><path class="c" d="M21.1208,34.883h-1.1557c-3.9641,0-7.1777,3.2136-7.1777,7.1777v.4461"/><path class="c" d="M24.365,25.8805h0c0,1.9709,1.5977,3.5686,3.5686,3.5686h3.7105c1.9709,0,3.5686-1.5977,3.5686-3.5686v-1.8248c0-3.0683-2.4873-5.5556-5.5556-5.5556h-5.292s-5.292,0-5.292,0c-3.0683,0-5.5556,2.4873-5.5556,5.5556v1.8248c0,1.9709,1.5977,3.5686,3.5686,3.5686h3.7105c1.9709,0,3.5686-1.5977,3.5686-3.5686h0"/></svg>
Copied!