chat hint half icon
chat-hint-half-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- chat-hint-half-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
chat-add-16-filledchat-arrow-back-16-filledchat-arrow-back-down-16-filledchat-arrow-double-back-16-filledchat-bubbles-question-16-filledchat-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-filledchat-history-20-filledchat-lock-16-filledchat-mail-20-filledchat-multiple-12-filledchat-multiple-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-multiple-person-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filledchat-warning-16-filled
Use the chat hint half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.347 5.558a.476.476 0 0 1 .737-.06a.53.53 0 0 1 .058.667q-.195.297-.36.615l.001.001A7 7 0 0 0 3 10c0 1.243.325 2.41.893 3.422c.063.11.081.242.05.366l-.756 3.023l3.024-.756l.093-.013a.5.5 0 0 1 .273.063A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 3.834-1.144c.21-.137.49-.12.667.058a.478.478 0 0 1-.06.738A8.07 8.07 0 0 1 10 18c-1.35 0-2.62-.337-3.736-.927l-3.643.912a.5.5 0 0 1-.607-.606l.91-3.646A7.96 7.96 0 0 1 2 10c0-1.44.382-2.789 1.047-3.955l.002.002q.14-.25.298-.489m10.895 8.684A5.98 5.98 0 0 1 10 16a6 6 0 0 1-2.692-.637l-.102-.054l-.34-.18l-.339-.181l-1.968.49l.399-1.59l.094-.373l-.36-.677l-.06-.113c-1.14-2.272-.697-5.105 1.126-6.927zM17.365 11c.303 0 .538.266.48.563a8 8 0 0 1-1.193 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.059-.666c.472-.72.815-1.532.996-2.404a.53.53 0 0 1 .513-.43m-1.45-5.501a.477.477 0 0 1 .737.06c.573.856.985 1.83 1.192 2.877a.478.478 0 0 1-.479.564a.53.53 0 0 1-.513-.43a7 7 0 0 0-.995-2.405a.53.53 0 0 1 .058-.666M8.437 2.156a.477.477 0 0 1 .563.48a.53.53 0 0 1-.43.511a7 7 0 0 0-2.405.996a.53.53 0 0 1-.666-.058a.478.478 0 0 1 .06-.738a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.191a.477.477 0 0 1 .059.738a.53.53 0 0 1-.666.058a7 7 0 0 0-2.403-.996a.53.53 0 0 1-.431-.511c0-.303.266-.539.563-.48"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatHintHalf20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.347 5.558a.476.476 0 0 1 .737-.06a.53.53 0 0 1 .058.667q-.195.297-.36.615l.001.001A7 7 0 0 0 3 10c0 1.243.325 2.41.893 3.422c.063.11.081.242.05.366l-.756 3.023l3.024-.756l.093-.013a.5.5 0 0 1 .273.063A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 3.834-1.144c.21-.137.49-.12.667.058a.478.478 0 0 1-.06.738A8.07 8.07 0 0 1 10 18c-1.35 0-2.62-.337-3.736-.927l-3.643.912a.5.5 0 0 1-.607-.606l.91-3.646A7.96 7.96 0 0 1 2 10c0-1.44.382-2.789 1.047-3.955l.002.002q.14-.25.298-.489m10.895 8.684A5.98 5.98 0 0 1 10 16a6 6 0 0 1-2.692-.637l-.102-.054l-.34-.18l-.339-.181l-1.968.49l.399-1.59l.094-.373l-.36-.677l-.06-.113c-1.14-2.272-.697-5.105 1.126-6.927zM17.365 11c.303 0 .538.266.48.563a8 8 0 0 1-1.193 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.059-.666c.472-.72.815-1.532.996-2.404a.53.53 0 0 1 .513-.43m-1.45-5.501a.477.477 0 0 1 .737.06c.573.856.985 1.83 1.192 2.877a.478.478 0 0 1-.479.564a.53.53 0 0 1-.513-.43a7 7 0 0 0-.995-2.405a.53.53 0 0 1 .058-.666M8.437 2.156a.477.477 0 0 1 .563.48a.53.53 0 0 1-.43.511a7 7 0 0 0-2.405.996a.53.53 0 0 1-.666-.058a.478.478 0 0 1 .06-.738a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.191a.477.477 0 0 1 .059.738a.53.53 0 0 1-.666.058a7 7 0 0 0-2.403-.996a.53.53 0 0 1-.431-.511c0-.303.266-.539.563-.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.347 5.558a.476.476 0 0 1 .737-.06a.53.53 0 0 1 .058.667q-.195.297-.36.615l.001.001A7 7 0 0 0 3 10c0 1.243.325 2.41.893 3.422c.063.11.081.242.05.366l-.756 3.023l3.024-.756l.093-.013a.5.5 0 0 1 .273.063A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 3.834-1.144c.21-.137.49-.12.667.058a.478.478 0 0 1-.06.738A8.07 8.07 0 0 1 10 18c-1.35 0-2.62-.337-3.736-.927l-3.643.912a.5.5 0 0 1-.607-.606l.91-3.646A7.96 7.96 0 0 1 2 10c0-1.44.382-2.789 1.047-3.955l.002.002q.14-.25.298-.489m10.895 8.684A5.98 5.98 0 0 1 10 16a6 6 0 0 1-2.692-.637l-.102-.054l-.34-.18l-.339-.181l-1.968.49l.399-1.59l.094-.373l-.36-.677l-.06-.113c-1.14-2.272-.697-5.105 1.126-6.927zM17.365 11c.303 0 .538.266.48.563a8 8 0 0 1-1.193 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.059-.666c.472-.72.815-1.532.996-2.404a.53.53 0 0 1 .513-.43m-1.45-5.501a.477.477 0 0 1 .737.06c.573.856.985 1.83 1.192 2.877a.478.478 0 0 1-.479.564a.53.53 0 0 1-.513-.43a7 7 0 0 0-.995-2.405a.53.53 0 0 1 .058-.666M8.437 2.156a.477.477 0 0 1 .563.48a.53.53 0 0 1-.43.511a7 7 0 0 0-2.405.996a.53.53 0 0 1-.666-.058a.478.478 0 0 1 .06-.738a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.191a.477.477 0 0 1 .059.738a.53.53 0 0 1-.666.058a7 7 0 0 0-2.403-.996a.53.53 0 0 1-.431-.511c0-.303.266-.539.563-.48"/></svg> </template>
CSS
.icon-chat-hint-half-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.347%205.558a.476.476%200%200%201%20.737-.06a.53.53%200%200%201%20.058.667q-.195.297-.36.615l.001.001A7%207%200%200%200%203%2010c0%201.243.325%202.41.893%203.422c.063.11.081.242.05.366l-.756%203.023l3.024-.756l.093-.013a.5.5%200%200%201%20.273.063A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%203.834-1.144c.21-.137.49-.12.667.058a.478.478%200%200%201-.06.738A8.07%208.07%200%200%201%2010%2018c-1.35%200-2.62-.337-3.736-.927l-3.643.912a.5.5%200%200%201-.607-.606l.91-3.646A7.96%207.96%200%200%201%202%2010c0-1.44.382-2.789%201.047-3.955l.002.002q.14-.25.298-.489m10.895%208.684A5.98%205.98%200%200%201%2010%2016a6%206%200%200%201-2.692-.637l-.102-.054l-.34-.18l-.339-.181l-1.968.49l.399-1.59l.094-.373l-.36-.677l-.06-.113c-1.14-2.272-.697-5.105%201.126-6.927zM17.365%2011c.303%200%20.538.266.48.563a8%208%200%200%201-1.193%202.878a.477.477%200%200%201-.737.059a.53.53%200%200%201-.059-.666c.472-.72.815-1.532.996-2.404a.53.53%200%200%201%20.513-.43m-1.45-5.501a.477.477%200%200%201%20.737.06c.573.856.985%201.83%201.192%202.877a.478.478%200%200%201-.479.564a.53.53%200%200%201-.513-.43a7%207%200%200%200-.995-2.405a.53.53%200%200%201%20.058-.666M8.437%202.156a.477.477%200%200%201%20.563.48a.53.53%200%200%201-.43.511a7%207%200%200%200-2.405.996a.53.53%200%200%201-.666-.058a.478.478%200%200%201%20.06-.738a8%208%200%200%201%202.878-1.191m3.126%200a8%208%200%200%201%202.878%201.191a.477.477%200%200%201%20.059.738a.53.53%200%200%201-.666.058a7%207%200%200%200-2.403-.996a.53.53%200%200%201-.431-.511c0-.303.266-.539.563-.48%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.347%205.558a.476.476%200%200%201%20.737-.06a.53.53%200%200%201%20.058.667q-.195.297-.36.615l.001.001A7%207%200%200%200%203%2010c0%201.243.325%202.41.893%203.422c.063.11.081.242.05.366l-.756%203.023l3.024-.756l.093-.013a.5.5%200%200%201%20.273.063A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%203.834-1.144c.21-.137.49-.12.667.058a.478.478%200%200%201-.06.738A8.07%208.07%200%200%201%2010%2018c-1.35%200-2.62-.337-3.736-.927l-3.643.912a.5.5%200%200%201-.607-.606l.91-3.646A7.96%207.96%200%200%201%202%2010c0-1.44.382-2.789%201.047-3.955l.002.002q.14-.25.298-.489m10.895%208.684A5.98%205.98%200%200%201%2010%2016a6%206%200%200%201-2.692-.637l-.102-.054l-.34-.18l-.339-.181l-1.968.49l.399-1.59l.094-.373l-.36-.677l-.06-.113c-1.14-2.272-.697-5.105%201.126-6.927zM17.365%2011c.303%200%20.538.266.48.563a8%208%200%200%201-1.193%202.878a.477.477%200%200%201-.737.059a.53.53%200%200%201-.059-.666c.472-.72.815-1.532.996-2.404a.53.53%200%200%201%20.513-.43m-1.45-5.501a.477.477%200%200%201%20.737.06c.573.856.985%201.83%201.192%202.877a.478.478%200%200%201-.479.564a.53.53%200%200%201-.513-.43a7%207%200%200%200-.995-2.405a.53.53%200%200%201%20.058-.666M8.437%202.156a.477.477%200%200%201%20.563.48a.53.53%200%200%201-.43.511a7%207%200%200%200-2.405.996a.53.53%200%200%201-.666-.058a.478.478%200%200%201%20.06-.738a8%208%200%200%201%202.878-1.191m3.126%200a8%208%200%200%201%202.878%201.191a.477.477%200%200%201%20.059.738a.53.53%200%200%201-.666.058a7%207%200%200%200-2.403-.996a.53.53%200%200%201-.431-.511c0-.303.266-.539.563-.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-hint-half-20-filled.svg?color=%231a73e8&size=48