comment icon

comment-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
comment-filled
Set
Reicon
Style
Filled
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All comment icons →

More messages icons from Reicon

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="M12 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCommentFilled(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 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25"/></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 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25"/></svg>
</template>

CSS

.icon-comment-filled {
  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%201.25C6.063%201.25%201.25%206.063%201.25%2012c0%202.042.57%203.952%201.56%205.58l-.783%202.15c-.507%201.396.847%202.75%202.243%202.242l2.15-.782c1.628.99%203.538%201.56%205.58%201.56c5.937%200%2010.75-4.813%2010.75-10.75S17.937%201.25%2012%201.25%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%201.25C6.063%201.25%201.25%206.063%201.25%2012c0%202.042.57%203.952%201.56%205.58l-.783%202.15c-.507%201.396.847%202.75%202.243%202.242l2.15-.782c1.628.99%203.538%201.56%205.58%201.56c5.937%200%2010.75-4.813%2010.75-10.75S17.937%201.25%2012%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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