Workplace Chat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Workplace 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/335264.svg" alt="Workplace Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335264.svg" alt="Workplace Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335264.svg" alt="Workplace Chat icon" :width="24" :height="24" />
CSS background
.icon-workplace-chat {
background-image: url('https://proicons.com/icon/335264.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9943,2.5053C12.1235,2.5053,2.5,12.1287,2.5,23.9997c.0766,3.5919.9888,7.1165,2.6642,10.2943l-1.6645,10.2003,10.1713-1.6577c12.3048,6.745,27.6667.0791,31.1468-13.5144,3.4795-13.5934-6.7912-26.8209-20.8235-26.8169h0Z"/><path class="b" d="M28.3072,37.976c-5.8799,1.5762-12.1168-.6951-15.6079-5.6835-3.4915-4.9885-3.4915-11.6289,0-16.6176,3.4915-4.9885,9.7073-7.1783,15.6079-5.6835,8.2762,2.0961,13.8813,12.7976,5.3429,22.0792l-5.7267-13.4275-5.7267,13.4275-5.7267-13.4275"/></svg>
Copied!