Monocles Chat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monocles 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/344074.svg" alt="Monocles Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344074.svg" alt="Monocles Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344074.svg" alt="Monocles Chat icon" :width="24" :height="24" />
CSS background
.icon-monocles-chat {
background-image: url('https://proicons.com/icon/344074.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:#fff;}.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="M24.0036,27.8162s1.3425-1.0523,2.1643-.6509c2.7556,1.3473,3.9608,5.4144,9.71,2.3029-3.9238,7.1392-10.1719,4.0969-11.874,1.5981-1.7009,2.4988-7.949,5.5411-11.8728-1.5981,5.7489,3.1115,6.9541-.9556,9.71-2.3029.8211-.4014,2.1625.6509,2.1625.6509Z"/><path id="d" class="l" d="M37.4232,27.3432v-4.9414"/><circle id="e" class="l" cx="30.8263" cy="19.3811" r="3.7422"/><circle id="f" class="k" cx="37.4232" cy="19.3811" r=".75"/><path id="g" class="l" d="M10.578,27.3432v-4.9414"/><circle id="h" class="l" cx="17.1738" cy="19.3811" r="3.7422"/><circle id="i" class="k" cx="10.578" cy="19.3811" r=".75"/><path id="j" class="l" d="M2.5,24C2.5,12.1259,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5h0c0,11.8741-9.6259,21.5-21.5,21.5-3.5968,0-7.1361-.9024-10.3269-2.6372l-9.638,1.1022,1.1022-9.638c-1.7349-3.1908-2.6372-6.7301-2.6372-10.3269Z"/></svg>
Copied!