Gopeed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gopeed 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/341262.svg" alt="Gopeed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341262.svg" alt="Gopeed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341262.svg" alt="Gopeed icon" :width="24" :height="24" />
CSS background
.icon-gopeed {
background-image: url('https://proicons.com/icon/341262.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="b" 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="7.06" y1="37.23" x2="7.05" y2="37.22"/><path class="c" d="m5.35,34.68q-.01-.01-.01-.02-.01-.01-.01-.02c-.26-.68-.39-1.41-.39-2.18,0-3.56,2.88-6.44,6.44-6.44,1.5,0,2.89.53,3.98,1.4,2.44-4.06,6.86-6.78,11.94-6.78,7.34,0,13.33,5.69,13.86,12.89.61.17,1.19.43,1.71.77"/><path class="c" d="m19.098,44.9387c-9.5121-2.2182-16.598-10.7509-16.598-20.9387C2.5,12.1259,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,10.1877-7.0858,18.7205-16.598,20.9387l-.002-.0087,2.88-3.4c.55-.65.09-1.65-.76-1.65h-2.24v-8.04c0-.55-.45-1-1-1h-7.56c-.55,0-1,.45-1,1v8.04h-2.24c-.85,0-1.31,1-.76,1.65l2.88,3.4-.002.0087Z"/></svg>
Copied!