Gate Io Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gate Io 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/340966.svg" alt="Gate Io icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340966.svg" alt="Gate Io icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340966.svg" alt="Gate Io icon" :width="24" :height="24" />
CSS background
.icon-gate-io {
background-image: url('https://proicons.com/icon/340966.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="M36,23.9999h9.5c0,8.6959-5.2383,16.5361-13.2721,19.8631-8.0337,3.327-17.2821,1.4883-23.4301-4.6606C2.6488,33.0533.8094,23.8063,4.1372,15.7722,7.4651,7.7382,15.3043,2.5002,24.0003,2.5002v21.5001h12v-12h-12c-4.8535,0-9.2292,2.9237-11.087,7.4078s-.8307,9.6455,2.6013,13.077c3.432,3.4315,8.5934,4.4586,13.0771,2.6013s7.4078-6.233,7.4078-11.087"/></svg>
Copied!