comments icon
comments from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- comments
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the comments icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 9.491l-8.004-6.997A2 2 0 0 0 19.996 2H4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10.997a2 2 0 0 0-.684-1.506M28 28H4V4h14v7a2 2 0 0 0 2 2h8zm-8-17V4l8 7zM6 20.084c0-4.041 2.012-6.294 5.176-6.294c2.15 0 3.543.912 4.386 2.769l-1.944 1.032c-.344-1.067-1.1-1.788-2.442-1.788c-1.685 0-2.768 1.22-2.768 3.266v1.892c0 2.065 1.083 3.233 2.768 3.233c1.359 0 2.202-.825 2.597-1.909l1.84 1.084c-.86 1.788-2.287 2.837-4.437 2.837c-3.164 0-5.176-2.08-5.176-6.122m10.82 1.41c0-2.871 1.598-4.677 4.16-4.677c2.58 0 4.18 1.806 4.18 4.677c0 2.89-1.6 4.712-4.18 4.712c-2.562 0-4.16-1.822-4.16-4.712m6.035.843v-1.668c0-1.34-.722-2.081-1.874-2.081c-1.135 0-1.857.74-1.857 2.08v1.669c0 1.358.722 2.099 1.857 2.099c1.152 0 1.874-.74 1.874-2.1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonComments(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 9.491l-8.004-6.997A2 2 0 0 0 19.996 2H4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10.997a2 2 0 0 0-.684-1.506M28 28H4V4h14v7a2 2 0 0 0 2 2h8zm-8-17V4l8 7zM6 20.084c0-4.041 2.012-6.294 5.176-6.294c2.15 0 3.543.912 4.386 2.769l-1.944 1.032c-.344-1.067-1.1-1.788-2.442-1.788c-1.685 0-2.768 1.22-2.768 3.266v1.892c0 2.065 1.083 3.233 2.768 3.233c1.359 0 2.202-.825 2.597-1.909l1.84 1.084c-.86 1.788-2.287 2.837-4.437 2.837c-3.164 0-5.176-2.08-5.176-6.122m10.82 1.41c0-2.871 1.598-4.677 4.16-4.677c2.58 0 4.18 1.806 4.18 4.677c0 2.89-1.6 4.712-4.18 4.712c-2.562 0-4.16-1.822-4.16-4.712m6.035.843v-1.668c0-1.34-.722-2.081-1.874-2.081c-1.135 0-1.857.74-1.857 2.08v1.669c0 1.358.722 2.099 1.857 2.099c1.152 0 1.874-.74 1.874-2.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 9.491l-8.004-6.997A2 2 0 0 0 19.996 2H4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10.997a2 2 0 0 0-.684-1.506M28 28H4V4h14v7a2 2 0 0 0 2 2h8zm-8-17V4l8 7zM6 20.084c0-4.041 2.012-6.294 5.176-6.294c2.15 0 3.543.912 4.386 2.769l-1.944 1.032c-.344-1.067-1.1-1.788-2.442-1.788c-1.685 0-2.768 1.22-2.768 3.266v1.892c0 2.065 1.083 3.233 2.768 3.233c1.359 0 2.202-.825 2.597-1.909l1.84 1.084c-.86 1.788-2.287 2.837-4.437 2.837c-3.164 0-5.176-2.08-5.176-6.122m10.82 1.41c0-2.871 1.598-4.677 4.16-4.677c2.58 0 4.18 1.806 4.18 4.677c0 2.89-1.6 4.712-4.18 4.712c-2.562 0-4.16-1.822-4.16-4.712m6.035.843v-1.668c0-1.34-.722-2.081-1.874-2.081c-1.135 0-1.857.74-1.857 2.08v1.669c0 1.358.722 2.099 1.857 2.099c1.152 0 1.874-.74 1.874-2.1"/></svg> </template>
CSS
.icon-comments {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.316%209.491l-8.004-6.997A2%202%200%200%200%2019.996%202H4a2%202%200%200%200-2%202v24a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V10.997a2%202%200%200%200-.684-1.506M28%2028H4V4h14v7a2%202%200%200%200%202%202h8zm-8-17V4l8%207zM6%2020.084c0-4.041%202.012-6.294%205.176-6.294c2.15%200%203.543.912%204.386%202.769l-1.944%201.032c-.344-1.067-1.1-1.788-2.442-1.788c-1.685%200-2.768%201.22-2.768%203.266v1.892c0%202.065%201.083%203.233%202.768%203.233c1.359%200%202.202-.825%202.597-1.909l1.84%201.084c-.86%201.788-2.287%202.837-4.437%202.837c-3.164%200-5.176-2.08-5.176-6.122m10.82%201.41c0-2.871%201.598-4.677%204.16-4.677c2.58%200%204.18%201.806%204.18%204.677c0%202.89-1.6%204.712-4.18%204.712c-2.562%200-4.16-1.822-4.16-4.712m6.035.843v-1.668c0-1.34-.722-2.081-1.874-2.081c-1.135%200-1.857.74-1.857%202.08v1.669c0%201.358.722%202.099%201.857%202.099c1.152%200%201.874-.74%201.874-2.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.316%209.491l-8.004-6.997A2%202%200%200%200%2019.996%202H4a2%202%200%200%200-2%202v24a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V10.997a2%202%200%200%200-.684-1.506M28%2028H4V4h14v7a2%202%200%200%200%202%202h8zm-8-17V4l8%207zM6%2020.084c0-4.041%202.012-6.294%205.176-6.294c2.15%200%203.543.912%204.386%202.769l-1.944%201.032c-.344-1.067-1.1-1.788-2.442-1.788c-1.685%200-2.768%201.22-2.768%203.266v1.892c0%202.065%201.083%203.233%202.768%203.233c1.359%200%202.202-.825%202.597-1.909l1.84%201.084c-.86%201.788-2.287%202.837-4.437%202.837c-3.164%200-5.176-2.08-5.176-6.122m10.82%201.41c0-2.871%201.598-4.677%204.16-4.677c2.58%200%204.18%201.806%204.18%204.677c0%202.89-1.6%204.712-4.18%204.712c-2.562%200-4.16-1.822-4.16-4.712m6.035.843v-1.668c0-1.34-.722-2.081-1.874-2.081c-1.135%200-1.857.74-1.857%202.08v1.669c0%201.358.722%202.099%201.857%202.099c1.152%200%201.874-.74%201.874-2.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/comments.svg?color=%231a73e8&size=48