Cheogram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cheogram 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/323622.svg" alt="Cheogram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323622.svg" alt="Cheogram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323622.svg" alt="Cheogram icon" :width="24" :height="24" />
CSS background
.icon-cheogram {
background-image: url('https://proicons.com/icon/323622.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.4989,15.4939C39.2831,7.74,29.7471,3.6309,20.4592,5.5657S4.5677,14.97,4.5005,23.6148s6.4232,16.2,15.6808,18.2522S39.0377,39.9307,43.3721,32.23v.0011l-4.59-2.5048c-3.0736,5.4283-9.88,8.24-16.4448,6.7946S11.17,29.7491,11.2169,23.6539s4.7321-11.3607,11.318-12.7246,13.3489,1.5326,16.3392,6.9985v-.001L43.5,15.4928ZM10.058,36.5017c2.044,3.2066-.5226,4.5134-3.4385,6.1928,4.7623.7017,7.2853-.3825,9.1728-2.2955"/><circle class="a" cx="17.1977" cy="23.5831" r="2.1148"/><circle class="a" cx="25.1697" cy="23.5831" r="2.1148"/><circle class="a" cx="32.9768" cy="23.5831" r="2.1148"/></svg>
Copied!