comment check icon

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

Name
comment-check
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All comment check icons →

More messages icons from Reicon

Use the comment check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 10.28a.75.75 0 1 0-1.06-1.06L11 13.19l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/><path fill-rule="evenodd" 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.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCommentCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 10.28a.75.75 0 1 0-1.06-1.06L11 13.19l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/><path fillRule="evenodd" 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.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 10.28a.75.75 0 1 0-1.06-1.06L11 13.19l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/><path fill-rule="evenodd" 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.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-comment-check {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%2010.28a.75.75%200%201%200-1.06-1.06L11%2013.19l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%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.25M2.75%2012A9.25%209.25%200%201%201%2012%2021.25a9.2%209.2%200%200%201-4.882-1.392a1.26%201.26%200%200%200-1.1-.117l-2.26.822a.25.25%200%200%201-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2%209.2%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%2010.28a.75.75%200%201%200-1.06-1.06L11%2013.19l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%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.25M2.75%2012A9.25%209.25%200%201%201%2012%2021.25a9.2%209.2%200%200%201-4.882-1.392a1.26%201.26%200%200%200-1.1-.117l-2.26.822a.25.25%200%200%201-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2%209.2%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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