Chatcraft Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chatcraft 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/338164.svg" alt="Chatcraft icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338164.svg" alt="Chatcraft icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338164.svg" alt="Chatcraft icon" :width="24" :height="24" />
CSS background
.icon-chatcraft {
background-image: url('https://proicons.com/icon/338164.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><polygon class="a" points="36.09 17.03 23.91 10 11.8 16.99 23.98 24.02 36.09 17.03"/><polygon class="a" points="23.98 24.02 11.8 16.99 11.8 30.97 23.98 38 23.98 24.02"/><polygon class="a" points="36.09 17.03 23.98 24.02 23.98 38 36.09 31.01 36.09 17.03"/><polyline class="a" points="23.98 30.94 21.48 26.26 14.3 22.11 11.8 23.91"/><polyline class="a" points="36.09 23.95 33.61 22.16 26.47 26.29 23.98 30.94"/><polygon class="a" points="31.35 17 23.92 12.71 16.54 16.98 23.97 21.26 31.35 17"/><line class="a" x1="27.64" y1="14.86" x2="20.26" y2="19.12"/><line class="a" x1="27.62" y1="19.15" x2="20.2" y2="14.87"/><path class="a" d="M24,2.5A21.52,21.52,0,0,0,5.15,34.36L2.5,45.5l11.14-2.65A21.5,21.5,0,1,0,24,2.5Z"/></svg>
Copied!