Ui Chat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Chat 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/306744.svg" alt="Ui Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306744.svg" alt="Ui Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306744.svg" alt="Ui Chat icon" :width="24" :height="24" />
CSS background
.icon-ui-chat {
background-image: url('https://proicons.com/icon/306744.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M335 541c6-70 63-128 142-154 27-9 54-26 74-46 62-66 194-76 273-17-31-38-76-67-130-85-32-10-64-30-87-53-103-106-361-88-395 92-99 15-187 51-208 160-22 115 51 178 160 224-30 73-59 142-89 213 86-12 164-49 231-108 16-13 39-29 57-27 33 4 66 4 98 2-8-6-17-11-25-17-67-47-108-100-101-184zm612 338c-21-50-41-100-63-152 77-33 129-78 113-161-15-78-77-104-146-115-24-129-207-142-279-66-16 17-39 31-61 38-67 22-115 71-120 130-6 70 29 115 85 154 82 58 169 87 268 76 13-1 29 10 40 19 48 43 102 69 163 77z"/></svg>
Copied!