Gosund Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gosund 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/326710.svg" alt="Gosund icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326710.svg" alt="Gosund icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326710.svg" alt="Gosund icon" :width="24" :height="24" />
CSS background
.icon-gosund {
background-image: url('https://proicons.com/icon/326710.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.5,23.4091v-2.6098c0-1.8447-.8556-3.585-2.3163-4.7116l-12.1074-9.3375c-2.4019-1.8524-5.7507-1.8524-8.1526,0l-12.1074,9.3375c-1.4607,1.1266-2.3163,2.8669-2.3163,4.7116v13.1425c0,5.6961,3.0012,8.6973,6.7033,8.6973h23.5934c3.7021,0,6.7033-3.0012,6.7033-6.7033h0c0-3.7021-3.0012-6.7033-6.7033-6.7033h-7.5955"/></svg>
Copied!