Coingecko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coingecko 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/338454.svg" alt="Coingecko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338454.svg" alt="Coingecko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338454.svg" alt="Coingecko icon" :width="24" :height="24" />
CSS background
.icon-coingecko {
background-image: url('https://proicons.com/icon/338454.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M7.051,37.2278C11.57,27.8692,8.8785,15.757,16.1682,13.8505s12.0561,1.3458,15.8692,2.4673,6.979,1.7158,7.6822,5.271C40.729,26.6916,24.1308,35.71,27.6636,45.5"/><path class="a" d="M24.3551,26.972c3.1963,2.5233,6.4961,1.6849,13.7957-1.3734"/><path class="a" d="M29.8489,15.5366c0-2.273-4.148-4.0973-6.7189-2.0786"/><circle class="a" cx="21.0467" cy="19.1215" r="3.3084"/><circle class="a" cx="21.0467" cy="19.1215" r="1.2897"/><circle class="b" cx="34.8411" cy="22.9907" r="0.775"/><path class="a" d="M42.3747,22.9906A18.4041,18.4041,0,0,0,25.0332,5.6266"/></svg>
Copied!