comment search icon

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

Name
comment-search
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 search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.35 4.35 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M17.45 8a2.32 2.32 0 0 1-3.95-1.69a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.27 0a2.31 2.31 0 0 1 0 3.27Zm2.05 6a1 1 0 0 0-1.22.72A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-2-5a7 7 0 0 1 4.32-6.44a1 1 0 1 0-.74-1.86a9 9 0 0 0-3.66 14l-1.68 1.63a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.72-6.75A1 1 0 0 0 19.5 14"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentSearch(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="m21.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.35 4.35 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M17.45 8a2.32 2.32 0 0 1-3.95-1.69a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.27 0a2.31 2.31 0 0 1 0 3.27Zm2.05 6a1 1 0 0 0-1.22.72A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-2-5a7 7 0 0 1 4.32-6.44a1 1 0 1 0-.74-1.86a9 9 0 0 0-3.66 14l-1.68 1.63a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.72-6.75A1 1 0 0 0 19.5 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.35 4.35 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M17.45 8a2.32 2.32 0 0 1-3.95-1.69a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.27 0a2.31 2.31 0 0 1 0 3.27Zm2.05 6a1 1 0 0 0-1.22.72A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-2-5a7 7 0 0 1 4.32-6.44a1 1 0 1 0-.74-1.86a9 9 0 0 0-3.66 14l-1.68 1.63a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.72-6.75A1 1 0 0 0 19.5 14"/></svg>
</template>

CSS

.icon-comment-search {
  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%22m21.21%2010.29l-1.73-1.72a4.37%204.37%200%200%200%20.65-2.26a4.31%204.31%200%201%200-4.32%204.32a4.35%204.35%200%200%200%202.26-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.44M17.45%208a2.32%202.32%200%200%201-3.95-1.69a2.3%202.3%200%200%201%20.68-1.63a2.32%202.32%200%200%201%203.27%200a2.31%202.31%200%200%201%200%203.27Zm2.05%206a1%201%200%200%200-1.22.72A7%207%200%200%201%2011.5%2020H5.91l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201-2-5a7%207%200%200%201%204.32-6.44a1%201%200%201%200-.74-1.86a9%209%200%200%200-3.66%2014l-1.68%201.63a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%208.72-6.75A1%201%200%200%200%2019.5%2014%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%22m21.21%2010.29l-1.73-1.72a4.37%204.37%200%200%200%20.65-2.26a4.31%204.31%200%201%200-4.32%204.32a4.35%204.35%200%200%200%202.26-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.44M17.45%208a2.32%202.32%200%200%201-3.95-1.69a2.3%202.3%200%200%201%20.68-1.63a2.32%202.32%200%200%201%203.27%200a2.31%202.31%200%200%201%200%203.27Zm2.05%206a1%201%200%200%200-1.22.72A7%207%200%200%201%2011.5%2020H5.91l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201-2-5a7%207%200%200%201%204.32-6.44a1%201%200%201%200-.74-1.86a9%209%200%200%200-3.66%2014l-1.68%201.63a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%208.72-6.75A1%201%200%200%200%2019.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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