Garmin Messenger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Garmin Messenger 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/340957.svg" alt="Garmin Messenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340957.svg" alt="Garmin Messenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340957.svg" alt="Garmin Messenger icon" :width="24" :height="24" />
CSS background
.icon-garmin-messenger {
background-image: url('https://proicons.com/icon/340957.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="9.5005" cy="9.5" r="7"/><path class="cls-1" d="M15.2405,5.5h23.26c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5005c-2.216,0-4-1.784-4-4V15.201"/><path class="cls-1" d="M22.4295,16.5c-1.1608,0-2.0952.9345-2.0952,2.0952v8.381c0,1.1608.9345,2.0952,2.0952,2.0952h6.2857l4.1905,3.1429v-3.1429h2.0952c1.1608,0,2.0952-.9345,2.0952-2.0952v-8.381c0-1.1608-.9345-2.0952-2.0952-2.0952h-12.5714Z"/><path class="cls-1" d="M17.3335,22.786h-4.333c-1.1608,0-2.0952.9345-2.0952,2.0952v8.381c0,1.1608.9345,2.0952,2.0952,2.0952h2.0952v3.1429l4.1905-3.1429h6.2857c1.1608,0,2.0952-.9345,2.0952-2.0952v-1.1909"/><path class="cls-1" d="M12.1505,8.15c0-1.4636-1.1864-2.65-2.65-2.65h0c-1.4636,0-2.65,1.1864-2.65,2.65v2.7c0,1.4636,1.1864,2.65,2.65,2.65h0c1.4636,0,2.65-1.1864,2.65-2.65h-2.65"/></svg>
Copied!