Coolapk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coolapk 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/338567.svg" alt="Coolapk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338567.svg" alt="Coolapk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338567.svg" alt="Coolapk icon" :width="24" :height="24" />
CSS background
.icon-coolapk {
background-image: url('https://proicons.com/icon/338567.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;}</style></defs><path class="a" d="M26.2084,20.4155c-4.112-3.2625-7.9459-6.0664-12.0575-6.0664a9.6509,9.6509,0,0,0,0,19.3018c5.8087,0,15.7227-11.6151,18.6489-18.734l10.7,18.734C40.6124,31.4316,35.5051,27.6552,30.7009,24"/></svg>
Copied!