Ui Message Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Message 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/306775.svg" alt="Ui Message icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306775.svg" alt="Ui Message icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306775.svg" alt="Ui Message icon" :width="24" :height="24" />
CSS background
.icon-ui-message {
background-image: url('https://proicons.com/icon/306775.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="M1000 359v326c-1 90-64 157-154 157-230 1-460 1-690 0C64 842 0 776 0 685V358c45 19 86 36 128 54 103 45 205 92 309 135 42 18 88 17 130-2 95-40 189-82 283-123 43-18 86-37 129-56l21-7zM499 158c138 0 277-1 415 0 55 0 86 32 86 86 0 14-5 19-17 24-120 52-239 104-359 156-27 12-54 23-80 35-31 15-62 12-92-1-145-63-291-127-436-191-7-3-15-14-15-22-3-54 29-87 84-87 138-1 276 0 414 0z"/></svg>
Copied!