Chatterui Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chatterui 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/323611.svg" alt="Chatterui icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323611.svg" alt="Chatterui icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323611.svg" alt="Chatterui icon" :width="24" :height="24" />
CSS background
.icon-chatterui {
background-image: url('https://proicons.com/icon/323611.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.1726,2.503c-2.3929.0384-4.7626.476-7.0114,1.2948C10.6685,6.8892,5.0159,14.9621,5.0159,24c0,9.0379,5.6526,17.1107,14.1454,20.2021,8.4931,3.0917,18.013.5411,23.8229-6.3825l-6.5114-5.4646c-2.4699,2.9439-6.1157,4.6442-9.9586,4.6443-7.1794,0-12.9994-5.82-12.9994-12.9994s5.82-12.9994,12.9994-12.9994c3.8414.0028,7.4848,1.7044,9.9526,4.6482l6.5173-5.4686c-4.1618-4.96-10.3373-7.7803-16.8112-7.6774l-.0003.0003Z"/><circle class="b" cx="23.5147" cy="24.0001" r="1.9999"/><circle class="b" cx="31.7643" cy="24.0001" r="1.9999"/><circle class="b" cx="40.014" cy="24.0001" r="1.9999"/></svg>
Copied!