Monocles Chat Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monocles Chat Alt 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/329516.svg" alt="Monocles Chat Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329516.svg" alt="Monocles Chat Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329516.svg" alt="Monocles Chat Alt icon" :width="24" :height="24" />
CSS background
.icon-monocles-chat-alt {
background-image: url('https://proicons.com/icon/329516.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>.m{fill:#000;}.n,.o,.p{fill:none;stroke:#000;stroke-linejoin:round;}.o{stroke-width:1px;}.o,.p{stroke-linecap:round;}</style></defs><g id="c"><path id="d" class="o" d="M24.0034,27.6452s1.2671-.9932,2.0428-.6144c2.6009,1.2717,3.7385,5.1105,9.165,2.1736-3.7036,6.7385-9.601,3.8669-11.2075,1.5084-1.6054,2.3585-7.5028,5.2301-11.2064-1.5084,5.4262,2.9369,6.5638-.902,9.165-2.1736.775-.3789,2.0411.6144,2.0411.6144Z"/><path id="e" class="o" d="M36.6698,27.1987v-4.664"/><circle id="f" class="o" cx="30.4432" cy="19.6835" r="3.5322"/><circle id="g" class="m" cx="36.6698" cy="19.6835" r=".75"/><path id="h" class="o" d="M11.3314,27.1987v-4.664"/><circle id="i" class="o" cx="17.557" cy="19.6835" r="3.5322"/><circle id="j" class="m" cx="11.3314" cy="19.6835" r=".75"/></g><path id="k" class="p" 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"/><circle id="l" class="n" cx="24" cy="24" r="18.1196"/></svg>
Copied!