Ui Text Chat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Text 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/306806.svg" alt="Ui Text Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306806.svg" alt="Ui Text Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306806.svg" alt="Ui Text Chat icon" :width="24" :height="24" />
CSS background
.icon-ui-text-chat {
background-image: url('https://proicons.com/icon/306806.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="M892 23H108C49 23 0 72 0 131v467c0 59 49 108 108 108h223v271l271-271h290c59 0 108-49 108-108V131c0-59-49-108-108-108zm-37 498c0 12-9 22-21 22H150c-12 0-22-10-22-22v-28c0-12 10-22 22-22h684c12 0 21 10 21 22v28zm0-155c0 12-9 21-21 21H150c-12 0-22-9-22-21v-29c0-12 10-21 22-21h684c12 0 21 9 21 21v29zm0-156c0 12-9 22-21 22H150c-12 0-22-10-22-22v-28c0-12 10-22 22-22h684c12 0 21 10 21 22v28z"/></svg>
Copied!