Cloudtalk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cloudtalk 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/323831.svg" alt="Cloudtalk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323831.svg" alt="Cloudtalk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323831.svg" alt="Cloudtalk icon" :width="24" :height="24" />
CSS background
.icon-cloudtalk {
background-image: url('https://proicons.com/icon/323831.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M31.862,32.138h3.43c4.534-.001,8.208-3.689,8.208-8.237s-3.674-8.236-8.207-8.237c-1.1281.0028-2.2434.2388-3.276.693-1.8608-3.3794-5.4121-5.4796-9.27-5.482-4.6472.0089-8.7468,3.0438-10.112,7.486-.4013-.0725-.8082-.1093-1.216-.11-3.82.001-6.918,3.109-6.919,6.942,0,3.835,3.097,6.944,6.92,6.945h13.843l-1.959,4.987,8.558-4.987Z"/></svg>
Copied!