comment from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
comment
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the comment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20.25a.75.75 0 0 1-.72-1L5.38 14a7.8 7.8 0 0 1-.52-2.83a8 8 0 0 1 .62-3.1a8.1 8.1 0 0 1 1.7-2.52a7.8 7.8 0 0 1 2.53-1.7a7.92 7.92 0 0 1 6.19 0a8 8 0 0 1 4.85 7.32a8 8 0 0 1-2.33 5.62a8.1 8.1 0 0 1-2.52 1.7a8 8 0 0 1-5.93.1l-5.25 1.6a.8.8 0 0 1-.22.06m8.3-15.5a6.49 6.49 0 0 0-5.94 3.94a6.55 6.55 0 0 0 0 5a.75.75 0 0 1 0 .51l-1.23 4.17l4.15-1.26a.75.75 0 0 1 .51 0a6.52 6.52 0 0 0 5 0a6.44 6.44 0 0 0 3.43-8.45a6.45 6.45 0 0 0-5.92-3.91"/></svg>

React

import type { SVGProps } from "react";

export function PrimeComment(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="M4.5 20.25a.75.75 0 0 1-.72-1L5.38 14a7.8 7.8 0 0 1-.52-2.83a8 8 0 0 1 .62-3.1a8.1 8.1 0 0 1 1.7-2.52a7.8 7.8 0 0 1 2.53-1.7a7.92 7.92 0 0 1 6.19 0a8 8 0 0 1 4.85 7.32a8 8 0 0 1-2.33 5.62a8.1 8.1 0 0 1-2.52 1.7a8 8 0 0 1-5.93.1l-5.25 1.6a.8.8 0 0 1-.22.06m8.3-15.5a6.49 6.49 0 0 0-5.94 3.94a6.55 6.55 0 0 0 0 5a.75.75 0 0 1 0 .51l-1.23 4.17l4.15-1.26a.75.75 0 0 1 .51 0a6.52 6.52 0 0 0 5 0a6.44 6.44 0 0 0 3.43-8.45a6.45 6.45 0 0 0-5.92-3.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20.25a.75.75 0 0 1-.72-1L5.38 14a7.8 7.8 0 0 1-.52-2.83a8 8 0 0 1 .62-3.1a8.1 8.1 0 0 1 1.7-2.52a7.8 7.8 0 0 1 2.53-1.7a7.92 7.92 0 0 1 6.19 0a8 8 0 0 1 4.85 7.32a8 8 0 0 1-2.33 5.62a8.1 8.1 0 0 1-2.52 1.7a8 8 0 0 1-5.93.1l-5.25 1.6a.8.8 0 0 1-.22.06m8.3-15.5a6.49 6.49 0 0 0-5.94 3.94a6.55 6.55 0 0 0 0 5a.75.75 0 0 1 0 .51l-1.23 4.17l4.15-1.26a.75.75 0 0 1 .51 0a6.52 6.52 0 0 0 5 0a6.44 6.44 0 0 0 3.43-8.45a6.45 6.45 0 0 0-5.92-3.91"/></svg>
</template>

CSS

.icon-comment {
  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%22M4.5%2020.25a.75.75%200%200%201-.72-1L5.38%2014a7.8%207.8%200%200%201-.52-2.83a8%208%200%200%201%20.62-3.1a8.1%208.1%200%200%201%201.7-2.52a7.8%207.8%200%200%201%202.53-1.7a7.92%207.92%200%200%201%206.19%200a8%208%200%200%201%204.85%207.32a8%208%200%200%201-2.33%205.62a8.1%208.1%200%200%201-2.52%201.7a8%208%200%200%201-5.93.1l-5.25%201.6a.8.8%200%200%201-.22.06m8.3-15.5a6.49%206.49%200%200%200-5.94%203.94a6.55%206.55%200%200%200%200%205a.75.75%200%200%201%200%20.51l-1.23%204.17l4.15-1.26a.75.75%200%200%201%20.51%200a6.52%206.52%200%200%200%205%200a6.44%206.44%200%200%200%203.43-8.45a6.45%206.45%200%200%200-5.92-3.91%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%22M4.5%2020.25a.75.75%200%200%201-.72-1L5.38%2014a7.8%207.8%200%200%201-.52-2.83a8%208%200%200%201%20.62-3.1a8.1%208.1%200%200%201%201.7-2.52a7.8%207.8%200%200%201%202.53-1.7a7.92%207.92%200%200%201%206.19%200a8%208%200%200%201%204.85%207.32a8%208%200%200%201-2.33%205.62a8.1%208.1%200%200%201-2.52%201.7a8%208%200%200%201-5.93.1l-5.25%201.6a.8.8%200%200%201-.22.06m8.3-15.5a6.49%206.49%200%200%200-5.94%203.94a6.55%206.55%200%200%200%200%205a.75.75%200%200%201%200%20.51l-1.23%204.17l4.15-1.26a.75.75%200%200%201%20.51%200a6.52%206.52%200%200%200%205%200a6.44%206.44%200%200%200%203.43-8.45a6.45%206.45%200%200%200-5.92-3.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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