comment alt search icon

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

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

More chat icons from Unicons

Use the comment alt search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3M8.57 10l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L10 8.57a4.37 4.37 0 0 0 .65-2.26a4.32 4.32 0 1 0-8.65 0a4.32 4.32 0 0 0 4.31 4.32A4.35 4.35 0 0 0 8.57 10M4 6.31a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.32 0A2.31 2.31 0 0 1 8 8a2.32 2.32 0 0 1-4-1.69"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentAltSearch(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="M19 6h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3M8.57 10l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L10 8.57a4.37 4.37 0 0 0 .65-2.26a4.32 4.32 0 1 0-8.65 0a4.32 4.32 0 0 0 4.31 4.32A4.35 4.35 0 0 0 8.57 10M4 6.31a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.32 0A2.31 2.31 0 0 1 8 8a2.32 2.32 0 0 1-4-1.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3M8.57 10l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L10 8.57a4.37 4.37 0 0 0 .65-2.26a4.32 4.32 0 1 0-8.65 0a4.32 4.32 0 0 0 4.31 4.32A4.35 4.35 0 0 0 8.57 10M4 6.31a2.3 2.3 0 0 1 .68-1.63a2.32 2.32 0 0 1 3.32 0A2.31 2.31 0 0 1 8 8a2.32 2.32 0 0 1-4-1.69"/></svg>
</template>

CSS

.icon-comment-alt-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%22M19%206h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9a1%201%200%200%201-1-1v-2a1%201%200%200%200-2%200v2a3%203%200%200%200%203%203h8.36l3%202.73A1%201%200%200%200%2021%2022a1.1%201.1%200%200%200%20.4-.08A1%201%200%200%200%2022%2021V9a3%203%200%200%200-3-3M8.57%2010l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L10%208.57a4.37%204.37%200%200%200%20.65-2.26a4.32%204.32%200%201%200-8.65%200a4.32%204.32%200%200%200%204.31%204.32A4.35%204.35%200%200%200%208.57%2010M4%206.31a2.3%202.3%200%200%201%20.68-1.63a2.32%202.32%200%200%201%203.32%200A2.31%202.31%200%200%201%208%208a2.32%202.32%200%200%201-4-1.69%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%22M19%206h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9a1%201%200%200%201-1-1v-2a1%201%200%200%200-2%200v2a3%203%200%200%200%203%203h8.36l3%202.73A1%201%200%200%200%2021%2022a1.1%201.1%200%200%200%20.4-.08A1%201%200%200%200%2022%2021V9a3%203%200%200%200-3-3M8.57%2010l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L10%208.57a4.37%204.37%200%200%200%20.65-2.26a4.32%204.32%200%201%200-8.65%200a4.32%204.32%200%200%200%204.31%204.32A4.35%204.35%200%200%200%208.57%2010M4%206.31a2.3%202.3%200%200%201%20.68-1.63a2.32%202.32%200%200%201%203.32%200A2.31%202.31%200%200%201%208%208a2.32%202.32%200%200%201-4-1.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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