chat info icon

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

Name
chat-info
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 chat info icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.29 3.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33A1 1 0 0 0 21 3a1 1 0 0 0-.29-.71l-.15-.12a.8.8 0 0 0-.18-.09a1 1 0 0 0-1.09.21A1 1 0 0 0 19 3a1 1 0 0 0 .08.38a1.2 1.2 0 0 0 .21.33M20 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1m.06 8a1 1 0 0 0-1.11.87A7 7 0 0 1 12 20H6.41l.64-.63a1 1 0 0 0 0-1.41A7 7 0 0 1 12 6a6.9 6.9 0 0 1 3.49.94a1 1 0 0 0 1-1.72A8.84 8.84 0 0 0 12 4a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 22h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.12"/></svg>

React

import type { SVGProps } from "react";

export function UilChatInfo(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.29 3.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33A1 1 0 0 0 21 3a1 1 0 0 0-.29-.71l-.15-.12a.8.8 0 0 0-.18-.09a1 1 0 0 0-1.09.21A1 1 0 0 0 19 3a1 1 0 0 0 .08.38a1.2 1.2 0 0 0 .21.33M20 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1m.06 8a1 1 0 0 0-1.11.87A7 7 0 0 1 12 20H6.41l.64-.63a1 1 0 0 0 0-1.41A7 7 0 0 1 12 6a6.9 6.9 0 0 1 3.49.94a1 1 0 0 0 1-1.72A8.84 8.84 0 0 0 12 4a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 22h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.12"/></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.29 3.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33A1 1 0 0 0 21 3a1 1 0 0 0-.29-.71l-.15-.12a.8.8 0 0 0-.18-.09a1 1 0 0 0-1.09.21A1 1 0 0 0 19 3a1 1 0 0 0 .08.38a1.2 1.2 0 0 0 .21.33M20 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1m.06 8a1 1 0 0 0-1.11.87A7 7 0 0 1 12 20H6.41l.64-.63a1 1 0 0 0 0-1.41A7 7 0 0 1 12 6a6.9 6.9 0 0 1 3.49.94a1 1 0 0 0 1-1.72A8.84 8.84 0 0 0 12 4a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 22h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.12"/></svg>
</template>

CSS

.icon-chat-info {
  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.29%203.71a1%201%200%200%200%201.42%200a1.2%201.2%200%200%200%20.21-.33A1%201%200%200%200%2021%203a1%201%200%200%200-.29-.71l-.15-.12a.8.8%200%200%200-.18-.09a1%201%200%200%200-1.09.21A1%201%200%200%200%2019%203a1%201%200%200%200%20.08.38a1.2%201.2%200%200%200%20.21.33M20%205a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V6a1%201%200%200%200-1-1m.06%208a1%201%200%200%200-1.11.87A7%207%200%200%201%2012%2020H6.41l.64-.63a1%201%200%200%200%200-1.41A7%207%200%200%201%2012%206a6.9%206.9%200%200%201%203.49.94a1%201%200%200%200%201-1.72A8.84%208.84%200%200%200%2012%204a9%209%200%200%200-7%2014.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2022h8a9%209%200%200%200%208.93-7.88a1%201%200%200%200-.87-1.12%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.29%203.71a1%201%200%200%200%201.42%200a1.2%201.2%200%200%200%20.21-.33A1%201%200%200%200%2021%203a1%201%200%200%200-.29-.71l-.15-.12a.8.8%200%200%200-.18-.09a1%201%200%200%200-1.09.21A1%201%200%200%200%2019%203a1%201%200%200%200%20.08.38a1.2%201.2%200%200%200%20.21.33M20%205a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V6a1%201%200%200%200-1-1m.06%208a1%201%200%200%200-1.11.87A7%207%200%200%201%2012%2020H6.41l.64-.63a1%201%200%200%200%200-1.41A7%207%200%200%201%2012%206a6.9%206.9%200%200%201%203.49.94a1%201%200%200%200%201-1.72A8.84%208.84%200%200%200%2012%204a9%209%200%200%200-7%2014.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2022h8a9%209%200%200%200%208.93-7.88a1%201%200%200%200-.87-1.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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