comment image icon
comment-image from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.
- Name
- comment-image
- Set
- Unicons
- Style
- Line
- Category
- Chat
- Viewbox
- 24×24
- License
- Apache 2.0
More chat icons from Unicons
chatchat-bubble-userchat-infocommentcomment-addcomment-altcomment-alt-blockcomment-alt-chart-linescomment-alt-checkcomment-alt-dotscomment-alt-downloadcomment-alt-editcomment-alt-exclamationcomment-alt-heartcomment-alt-imagecomment-alt-infocomment-alt-linescomment-alt-lockcomment-alt-medicalcomment-alt-messagecomment-alt-notescomment-alt-pluscomment-alt-questioncomment-alt-redo
Use the comment image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-9.56 12.91a.3.3 0 0 0 0 .1a9.8 9.8 0 0 0 1.79 3.32l-2 2a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h9a10 10 0 0 0 9.46-6.78v-.08A9.9 9.9 0 0 0 22 12A10 10 0 0 0 12 2m0 18H5.41l.3-.29l8.41-8.42a1 1 0 0 1 1.4 0l3.62 3.6l.23.22A8 8 0 0 1 12 20m-7.46-5.13l1.58-1.58a1 1 0 0 1 1.41 0l.87.87l-2.72 2.74a7.7 7.7 0 0 1-1.14-2.03m15.41-2l-3-3a3 3 0 0 0-4.24 0l-2.89 2.89l-.88-.87a3 3 0 0 0-4.23 0l-.71.67A5 5 0 0 1 4 12a8 8 0 0 1 16 0a8 8 0 0 1 0 .86Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCommentImage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-9.56 12.91a.3.3 0 0 0 0 .1a9.8 9.8 0 0 0 1.79 3.32l-2 2a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h9a10 10 0 0 0 9.46-6.78v-.08A9.9 9.9 0 0 0 22 12A10 10 0 0 0 12 2m0 18H5.41l.3-.29l8.41-8.42a1 1 0 0 1 1.4 0l3.62 3.6l.23.22A8 8 0 0 1 12 20m-7.46-5.13l1.58-1.58a1 1 0 0 1 1.41 0l.87.87l-2.72 2.74a7.7 7.7 0 0 1-1.14-2.03m15.41-2l-3-3a3 3 0 0 0-4.24 0l-2.89 2.89l-.88-.87a3 3 0 0 0-4.23 0l-.71.67A5 5 0 0 1 4 12a8 8 0 0 1 16 0a8 8 0 0 1 0 .86Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-9.56 12.91a.3.3 0 0 0 0 .1a9.8 9.8 0 0 0 1.79 3.32l-2 2a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h9a10 10 0 0 0 9.46-6.78v-.08A9.9 9.9 0 0 0 22 12A10 10 0 0 0 12 2m0 18H5.41l.3-.29l8.41-8.42a1 1 0 0 1 1.4 0l3.62 3.6l.23.22A8 8 0 0 1 12 20m-7.46-5.13l1.58-1.58a1 1 0 0 1 1.41 0l.87.87l-2.72 2.74a7.7 7.7 0 0 1-1.14-2.03m15.41-2l-3-3a3 3 0 0 0-4.24 0l-2.89 2.89l-.88-.87a3 3 0 0 0-4.23 0l-.71.67A5 5 0 0 1 4 12a8 8 0 0 1 16 0a8 8 0 0 1 0 .86Z"/></svg> </template>
CSS
.icon-comment-image {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-9.56%2012.91a.3.3%200%200%200%200%20.1a9.8%209.8%200%200%200%201.79%203.32l-2%202a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h9a10%2010%200%200%200%209.46-6.78v-.08A9.9%209.9%200%200%200%2022%2012A10%2010%200%200%200%2012%202m0%2018H5.41l.3-.29l8.41-8.42a1%201%200%200%201%201.4%200l3.62%203.6l.23.22A8%208%200%200%201%2012%2020m-7.46-5.13l1.58-1.58a1%201%200%200%201%201.41%200l.87.87l-2.72%202.74a7.7%207.7%200%200%201-1.14-2.03m15.41-2l-3-3a3%203%200%200%200-4.24%200l-2.89%202.89l-.88-.87a3%203%200%200%200-4.23%200l-.71.67A5%205%200%200%201%204%2012a8%208%200%200%201%2016%200a8%208%200%200%201%200%20.86Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-9.56%2012.91a.3.3%200%200%200%200%20.1a9.8%209.8%200%200%200%201.79%203.32l-2%202a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h9a10%2010%200%200%200%209.46-6.78v-.08A9.9%209.9%200%200%200%2022%2012A10%2010%200%200%200%2012%202m0%2018H5.41l.3-.29l8.41-8.42a1%201%200%200%201%201.4%200l3.62%203.6l.23.22A8%208%200%200%201%2012%2020m-7.46-5.13l1.58-1.58a1%201%200%200%201%201.41%200l.87.87l-2.72%202.74a7.7%207.7%200%200%201-1.14-2.03m15.41-2l-3-3a3%203%200%200%200-4.24%200l-2.89%202.89l-.88-.87a3%203%200%200%200-4.23%200l-.71.67A5%205%200%200%201%204%2012a8%208%200%200%201%2016%200a8%208%200%200%201%200%20.86Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/comment-image.svg?color=%231a73e8&size=48