Gotube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gotube 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/341273.svg" alt="Gotube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341273.svg" alt="Gotube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341273.svg" alt="Gotube icon" :width="24" :height="24" />
CSS background
.icon-gotube {
background-image: url('https://proicons.com/icon/341273.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m17.1177,44.4355C-1.4007,46.3848-.4261,3.5,17.1177,3.5c11.6959,0,27.2903,12.6705,27.2903,18.5184,0,6.8226-15.5945,22.4171-27.2903,22.4171Z"/><path class="b" d="m20.9705,21.0438c0-2.6663-2.1614-4.8278-4.8278-4.8278s-4.8278,2.1615-4.8278,4.8278v4.9188c0,2.6663,2.1615,4.8278,4.8278,4.8278s4.8278-2.1615,4.8278-4.8278h-4.8278"/><path class="b" d="m29.7882,30.7903c-2.6746,0-4.8428-2.1682-4.8428-4.8429v-4.9342c0-2.6746,2.1682-4.8429,4.8428-4.8429s4.8429,2.1682,4.8429,4.8429v4.9342c0,2.6746-2.1682,4.8429-4.8429,4.8429Z"/></svg>
Copied!