comment check icon

comment-check from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comment-check
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More chat icons from Unicons

Use the comment check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.29 7.13a1 1 0 0 0 0 1.42l1.92 1.92a1 1 0 0 0 1.42 0l4.08-4.08A1 1 0 1 0 19.29 5l-3.37 3.35l-1.21-1.22a1 1 0 0 0-1.42 0m6.62 3.51a1 1 0 0 0-.91 1.08a3 3 0 0 1 0 .28a7 7 0 0 1-7 7H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.48-11.81a7.1 7.1 0 0 1 2.8 0a1 1 0 1 0 .4-2a9.2 9.2 0 0 0-3.61 0A9.05 9.05 0 0 0 3 12a9 9 0 0 0 2 5.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 9-9v-.44a1 1 0 0 0-1.09-.92"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentCheck(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="M13.29 7.13a1 1 0 0 0 0 1.42l1.92 1.92a1 1 0 0 0 1.42 0l4.08-4.08A1 1 0 1 0 19.29 5l-3.37 3.35l-1.21-1.22a1 1 0 0 0-1.42 0m6.62 3.51a1 1 0 0 0-.91 1.08a3 3 0 0 1 0 .28a7 7 0 0 1-7 7H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.48-11.81a7.1 7.1 0 0 1 2.8 0a1 1 0 1 0 .4-2a9.2 9.2 0 0 0-3.61 0A9.05 9.05 0 0 0 3 12a9 9 0 0 0 2 5.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 9-9v-.44a1 1 0 0 0-1.09-.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.29 7.13a1 1 0 0 0 0 1.42l1.92 1.92a1 1 0 0 0 1.42 0l4.08-4.08A1 1 0 1 0 19.29 5l-3.37 3.35l-1.21-1.22a1 1 0 0 0-1.42 0m6.62 3.51a1 1 0 0 0-.91 1.08a3 3 0 0 1 0 .28a7 7 0 0 1-7 7H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.48-11.81a7.1 7.1 0 0 1 2.8 0a1 1 0 1 0 .4-2a9.2 9.2 0 0 0-3.61 0A9.05 9.05 0 0 0 3 12a9 9 0 0 0 2 5.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 9-9v-.44a1 1 0 0 0-1.09-.92"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.29%207.13a1%201%200%200%200%200%201.42l1.92%201.92a1%201%200%200%200%201.42%200l4.08-4.08A1%201%200%201%200%2019.29%205l-3.37%203.35l-1.21-1.22a1%201%200%200%200-1.42%200m6.62%203.51a1%201%200%200%200-.91%201.08a3%203%200%200%201%200%20.28a7%207%200%200%201-7%207H6.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%203.48-11.81a7.1%207.1%200%200%201%202.8%200a1%201%200%201%200%20.4-2a9.2%209.2%200%200%200-3.61%200A9.05%209.05%200%200%200%203%2012a9%209%200%200%200%202%205.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2021h8a9%209%200%200%200%209-9v-.44a1%201%200%200%200-1.09-.92%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%22M13.29%207.13a1%201%200%200%200%200%201.42l1.92%201.92a1%201%200%200%200%201.42%200l4.08-4.08A1%201%200%201%200%2019.29%205l-3.37%203.35l-1.21-1.22a1%201%200%200%200-1.42%200m6.62%203.51a1%201%200%200%200-.91%201.08a3%203%200%200%201%200%20.28a7%207%200%200%201-7%207H6.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%203.48-11.81a7.1%207.1%200%200%201%202.8%200a1%201%200%201%200%20.4-2a9.2%209.2%200%200%200-3.61%200A9.05%209.05%200%200%200%203%2012a9%209%200%200%200%202%205.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2021h8a9%209%200%200%200%209-9v-.44a1%201%200%200%200-1.09-.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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