Speech Comments Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Speech Comments 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/306550.svg" alt="Speech Comments icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306550.svg" alt="Speech Comments icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306550.svg" alt="Speech Comments icon" :width="24" :height="24" />
CSS background
.icon-speech-comments {
background-image: url('https://proicons.com/icon/306550.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="M775 636c63-75 86-161 63-257-21-86-75-149-148-195-89-55-186-74-289-61-100 12-187 52-255 128-66 76-92 163-68 262 10 40 23 78 26 119 3 51-4 99-29 145-4 7-8 13-12 20 1 1 2 1 3 1 66-9 128-28 184-64 5-4 9-6 16-2 87 40 178 52 272 35s175-58 237-131zm158 232c-5-7-11-14-15-21-26-50-23-101-6-151 18-54 16-106-8-157-7-14-16-27-25-43-2 6-3 9-3 12-9 43-25 83-50 118-70 103-171 158-291 178-22 4-43 5-65 7 0 1 1 2 2 3 5 4 10 7 16 10 93 50 187 54 284 14 4-1 10-2 14 0 31 19 65 32 100 39 14 2 28 4 42 4 11 0 12-4 5-13z"/></svg>
Copied!