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

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

The same icon in other sets

Use the comments icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 17.31a.75.75 0 0 1-.72-1l1.25-4.12a6.6 6.6 0 0 1-.4-2.19a6.4 6.4 0 0 1 .51-2.51a6.48 6.48 0 0 1 10.53-2.1a6.7 6.7 0 0 1 1.38 2.06a6.46 6.46 0 0 1 0 5a6.7 6.7 0 0 1-1.38 2.06A6.48 6.48 0 0 1 8.59 16l-4.12 1.28a.8.8 0 0 1-.22.03M10.84 5a4.9 4.9 0 0 0-1.93.39A5 5 0 0 0 6.27 8a5 5 0 0 0 0 3.87a.75.75 0 0 1 0 .51l-.92 3l3-.92a.75.75 0 0 1 .51 0a5 5 0 0 0 6.51-2.64A5 5 0 0 0 10.84 5"/><path fill="currentColor" d="M19.75 20.5a.8.8 0 0 1-.22 0l-4.12-1.25a6.42 6.42 0 0 1-8.17-3.48a.73.73 0 0 1 .38-1a.75.75 0 0 1 1 .38a5.1 5.1 0 0 0 1 1.53a5 5 0 0 0 5.44 1.06a.75.75 0 0 1 .51 0l3 .92l-.92-3a.75.75 0 0 1 0-.51a4.9 4.9 0 0 0 .39-1.93a4.93 4.93 0 0 0-1.45-3.51a5.6 5.6 0 0 0-.67-.71a.75.75 0 1 1 .84-1.24a6.7 6.7 0 0 1 1 .79a6.5 6.5 0 0 1 1.38 2.06a6.4 6.4 0 0 1 .51 2.52a6.6 6.6 0 0 1-.4 2.25l1.25 4.12a.75.75 0 0 1-.72 1Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeComments(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.25 17.31a.75.75 0 0 1-.72-1l1.25-4.12a6.6 6.6 0 0 1-.4-2.19a6.4 6.4 0 0 1 .51-2.51a6.48 6.48 0 0 1 10.53-2.1a6.7 6.7 0 0 1 1.38 2.06a6.46 6.46 0 0 1 0 5a6.7 6.7 0 0 1-1.38 2.06A6.48 6.48 0 0 1 8.59 16l-4.12 1.28a.8.8 0 0 1-.22.03M10.84 5a4.9 4.9 0 0 0-1.93.39A5 5 0 0 0 6.27 8a5 5 0 0 0 0 3.87a.75.75 0 0 1 0 .51l-.92 3l3-.92a.75.75 0 0 1 .51 0a5 5 0 0 0 6.51-2.64A5 5 0 0 0 10.84 5"/><path fill="currentColor" d="M19.75 20.5a.8.8 0 0 1-.22 0l-4.12-1.25a6.42 6.42 0 0 1-8.17-3.48a.73.73 0 0 1 .38-1a.75.75 0 0 1 1 .38a5.1 5.1 0 0 0 1 1.53a5 5 0 0 0 5.44 1.06a.75.75 0 0 1 .51 0l3 .92l-.92-3a.75.75 0 0 1 0-.51a4.9 4.9 0 0 0 .39-1.93a4.93 4.93 0 0 0-1.45-3.51a5.6 5.6 0 0 0-.67-.71a.75.75 0 1 1 .84-1.24a6.7 6.7 0 0 1 1 .79a6.5 6.5 0 0 1 1.38 2.06a6.4 6.4 0 0 1 .51 2.52a6.6 6.6 0 0 1-.4 2.25l1.25 4.12a.75.75 0 0 1-.72 1Z"/></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.25 17.31a.75.75 0 0 1-.72-1l1.25-4.12a6.6 6.6 0 0 1-.4-2.19a6.4 6.4 0 0 1 .51-2.51a6.48 6.48 0 0 1 10.53-2.1a6.7 6.7 0 0 1 1.38 2.06a6.46 6.46 0 0 1 0 5a6.7 6.7 0 0 1-1.38 2.06A6.48 6.48 0 0 1 8.59 16l-4.12 1.28a.8.8 0 0 1-.22.03M10.84 5a4.9 4.9 0 0 0-1.93.39A5 5 0 0 0 6.27 8a5 5 0 0 0 0 3.87a.75.75 0 0 1 0 .51l-.92 3l3-.92a.75.75 0 0 1 .51 0a5 5 0 0 0 6.51-2.64A5 5 0 0 0 10.84 5"/><path fill="currentColor" d="M19.75 20.5a.8.8 0 0 1-.22 0l-4.12-1.25a6.42 6.42 0 0 1-8.17-3.48a.73.73 0 0 1 .38-1a.75.75 0 0 1 1 .38a5.1 5.1 0 0 0 1 1.53a5 5 0 0 0 5.44 1.06a.75.75 0 0 1 .51 0l3 .92l-.92-3a.75.75 0 0 1 0-.51a4.9 4.9 0 0 0 .39-1.93a4.93 4.93 0 0 0-1.45-3.51a5.6 5.6 0 0 0-.67-.71a.75.75 0 1 1 .84-1.24a6.7 6.7 0 0 1 1 .79a6.5 6.5 0 0 1 1.38 2.06a6.4 6.4 0 0 1 .51 2.52a6.6 6.6 0 0 1-.4 2.25l1.25 4.12a.75.75 0 0 1-.72 1Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%2017.31a.75.75%200%200%201-.72-1l1.25-4.12a6.6%206.6%200%200%201-.4-2.19a6.4%206.4%200%200%201%20.51-2.51a6.48%206.48%200%200%201%2010.53-2.1a6.7%206.7%200%200%201%201.38%202.06a6.46%206.46%200%200%201%200%205a6.7%206.7%200%200%201-1.38%202.06A6.48%206.48%200%200%201%208.59%2016l-4.12%201.28a.8.8%200%200%201-.22.03M10.84%205a4.9%204.9%200%200%200-1.93.39A5%205%200%200%200%206.27%208a5%205%200%200%200%200%203.87a.75.75%200%200%201%200%20.51l-.92%203l3-.92a.75.75%200%200%201%20.51%200a5%205%200%200%200%206.51-2.64A5%205%200%200%200%2010.84%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.75%2020.5a.8.8%200%200%201-.22%200l-4.12-1.25a6.42%206.42%200%200%201-8.17-3.48a.73.73%200%200%201%20.38-1a.75.75%200%200%201%201%20.38a5.1%205.1%200%200%200%201%201.53a5%205%200%200%200%205.44%201.06a.75.75%200%200%201%20.51%200l3%20.92l-.92-3a.75.75%200%200%201%200-.51a4.9%204.9%200%200%200%20.39-1.93a4.93%204.93%200%200%200-1.45-3.51a5.6%205.6%200%200%200-.67-.71a.75.75%200%201%201%20.84-1.24a6.7%206.7%200%200%201%201%20.79a6.5%206.5%200%200%201%201.38%202.06a6.4%206.4%200%200%201%20.51%202.52a6.6%206.6%200%200%201-.4%202.25l1.25%204.12a.75.75%200%200%201-.72%201Z%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.25%2017.31a.75.75%200%200%201-.72-1l1.25-4.12a6.6%206.6%200%200%201-.4-2.19a6.4%206.4%200%200%201%20.51-2.51a6.48%206.48%200%200%201%2010.53-2.1a6.7%206.7%200%200%201%201.38%202.06a6.46%206.46%200%200%201%200%205a6.7%206.7%200%200%201-1.38%202.06A6.48%206.48%200%200%201%208.59%2016l-4.12%201.28a.8.8%200%200%201-.22.03M10.84%205a4.9%204.9%200%200%200-1.93.39A5%205%200%200%200%206.27%208a5%205%200%200%200%200%203.87a.75.75%200%200%201%200%20.51l-.92%203l3-.92a.75.75%200%200%201%20.51%200a5%205%200%200%200%206.51-2.64A5%205%200%200%200%2010.84%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.75%2020.5a.8.8%200%200%201-.22%200l-4.12-1.25a6.42%206.42%200%200%201-8.17-3.48a.73.73%200%200%201%20.38-1a.75.75%200%200%201%201%20.38a5.1%205.1%200%200%200%201%201.53a5%205%200%200%200%205.44%201.06a.75.75%200%200%201%20.51%200l3%20.92l-.92-3a.75.75%200%200%201%200-.51a4.9%204.9%200%200%200%20.39-1.93a4.93%204.93%200%200%200-1.45-3.51a5.6%205.6%200%200%200-.67-.71a.75.75%200%201%201%20.84-1.24a6.7%206.7%200%200%201%201%20.79a6.5%206.5%200%200%201%201.38%202.06a6.4%206.4%200%200%201%20.51%202.52a6.6%206.6%200%200%201-.4%202.25l1.25%204.12a.75.75%200%200%201-.72%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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