comment-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
comment-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the comment 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12a9 9 0 0 1 17.708-2.281a7.5 7.5 0 0 0-9.22 11.267a8.95 8.95 0 0 1-4.097-1.255l-2.65.78a1.008 1.008 0 0 1-1.252-1.252l.78-2.65A8.96 8.96 0 0 1 2 12"/><path fill="currentColor" d="M16.5 11a5.5 5.5 0 0 1 4.821 8.148l.386 1.311a1.005 1.005 0 0 1-1.248 1.248l-1.31-.386A5.5 5.5 0 1 1 16.5 11"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteComment2Fill(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="M2 12a9 9 0 0 1 17.708-2.281a7.5 7.5 0 0 0-9.22 11.267a8.95 8.95 0 0 1-4.097-1.255l-2.65.78a1.008 1.008 0 0 1-1.252-1.252l.78-2.65A8.96 8.96 0 0 1 2 12"/><path fill="currentColor" d="M16.5 11a5.5 5.5 0 0 1 4.821 8.148l.386 1.311a1.005 1.005 0 0 1-1.248 1.248l-1.31-.386A5.5 5.5 0 1 1 16.5 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12a9 9 0 0 1 17.708-2.281a7.5 7.5 0 0 0-9.22 11.267a8.95 8.95 0 0 1-4.097-1.255l-2.65.78a1.008 1.008 0 0 1-1.252-1.252l.78-2.65A8.96 8.96 0 0 1 2 12"/><path fill="currentColor" d="M16.5 11a5.5 5.5 0 0 1 4.821 8.148l.386 1.311a1.005 1.005 0 0 1-1.248 1.248l-1.31-.386A5.5 5.5 0 1 1 16.5 11"/></svg>
</template>

CSS

.icon-comment-2-fill {
  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%22M2%2012a9%209%200%200%201%2017.708-2.281a7.5%207.5%200%200%200-9.22%2011.267a8.95%208.95%200%200%201-4.097-1.255l-2.65.78a1.008%201.008%200%200%201-1.252-1.252l.78-2.65A8.96%208.96%200%200%201%202%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2011a5.5%205.5%200%200%201%204.821%208.148l.386%201.311a1.005%201.005%200%200%201-1.248%201.248l-1.31-.386A5.5%205.5%200%201%201%2016.5%2011%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%22M2%2012a9%209%200%200%201%2017.708-2.281a7.5%207.5%200%200%200-9.22%2011.267a8.95%208.95%200%200%201-4.097-1.255l-2.65.78a1.008%201.008%200%200%201-1.252-1.252l.78-2.65A8.96%208.96%200%200%201%202%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2011a5.5%205.5%200%200%201%204.821%208.148l.386%201.311a1.005%201.005%200%200%201-1.248%201.248l-1.31-.386A5.5%205.5%200%201%201%2016.5%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/comment-2-fill.svg?color=%231a73e8&size=48