chat hint half icon
chat-hint-half-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- chat-hint-half-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.477.477 0 0 1 .738-.058a.53.53 0 0 1 .057.665q-.195.298-.359.616A7 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 17a7 7 0 0 0 3.835-1.144a.53.53 0 0 1 .665.058a.477.477 0 0 1-.059.737A8.05 8.05 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.646A8 8 0 0 1 2 10a8.05 8.05 0 0 1 1.347-4.442m14.018 5.443c.303 0 .538.265.48.562a8 8 0 0 1-1.194 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.058-.665a7 7 0 0 0 .996-2.405a.53.53 0 0 1 .513-.43m-1.45-5.5a.477.477 0 0 1 .737.058a8 8 0 0 1 1.192 2.88a.478.478 0 0 1-.479.563a.53.53 0 0 1-.512-.43a7 7 0 0 0-.996-2.406a.53.53 0 0 1 .058-.665M8.437 2.155a.478.478 0 0 1 .564.48c0 .25-.186.461-.43.512a7 7 0 0 0-2.405.996a.53.53 0 0 1-.667-.058a.478.478 0 0 1 .06-.739a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.193a.477.477 0 0 1 .059.738a.53.53 0 0 1-.665.057a7 7 0 0 0-2.405-.996a.53.53 0 0 1-.43-.512a.478.478 0 0 1 .563-.48"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatHintHalf20Regular(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.477.477 0 0 1 .738-.058a.53.53 0 0 1 .057.665q-.195.298-.359.616A7 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 17a7 7 0 0 0 3.835-1.144a.53.53 0 0 1 .665.058a.477.477 0 0 1-.059.737A8.05 8.05 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.646A8 8 0 0 1 2 10a8.05 8.05 0 0 1 1.347-4.442m14.018 5.443c.303 0 .538.265.48.562a8 8 0 0 1-1.194 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.058-.665a7 7 0 0 0 .996-2.405a.53.53 0 0 1 .513-.43m-1.45-5.5a.477.477 0 0 1 .737.058a8 8 0 0 1 1.192 2.88a.478.478 0 0 1-.479.563a.53.53 0 0 1-.512-.43a7 7 0 0 0-.996-2.406a.53.53 0 0 1 .058-.665M8.437 2.155a.478.478 0 0 1 .564.48c0 .25-.186.461-.43.512a7 7 0 0 0-2.405.996a.53.53 0 0 1-.667-.058a.478.478 0 0 1 .06-.739a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.193a.477.477 0 0 1 .059.738a.53.53 0 0 1-.665.057a7 7 0 0 0-2.405-.996a.53.53 0 0 1-.43-.512a.478.478 0 0 1 .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.477.477 0 0 1 .738-.058a.53.53 0 0 1 .057.665q-.195.298-.359.616A7 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 17a7 7 0 0 0 3.835-1.144a.53.53 0 0 1 .665.058a.477.477 0 0 1-.059.737A8.05 8.05 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.646A8 8 0 0 1 2 10a8.05 8.05 0 0 1 1.347-4.442m14.018 5.443c.303 0 .538.265.48.562a8 8 0 0 1-1.194 2.878a.477.477 0 0 1-.737.059a.53.53 0 0 1-.058-.665a7 7 0 0 0 .996-2.405a.53.53 0 0 1 .513-.43m-1.45-5.5a.477.477 0 0 1 .737.058a8 8 0 0 1 1.192 2.88a.478.478 0 0 1-.479.563a.53.53 0 0 1-.512-.43a7 7 0 0 0-.996-2.406a.53.53 0 0 1 .058-.665M8.437 2.155a.478.478 0 0 1 .564.48c0 .25-.186.461-.43.512a7 7 0 0 0-2.405.996a.53.53 0 0 1-.667-.058a.478.478 0 0 1 .06-.739a8 8 0 0 1 2.878-1.191m3.126 0a8 8 0 0 1 2.878 1.193a.477.477 0 0 1 .059.738a.53.53 0 0 1-.665.057a7 7 0 0 0-2.405-.996a.53.53 0 0 1-.43-.512a.478.478 0 0 1 .563-.48"/></svg> </template>
CSS
.icon-chat-hint-half-20-regular {
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.477.477%200%200%201%20.738-.058a.53.53%200%200%201%20.057.665q-.195.298-.359.616A7%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%2017a7%207%200%200%200%203.835-1.144a.53.53%200%200%201%20.665.058a.477.477%200%200%201-.059.737A8.05%208.05%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.646A8%208%200%200%201%202%2010a8.05%208.05%200%200%201%201.347-4.442m14.018%205.443c.303%200%20.538.265.48.562a8%208%200%200%201-1.194%202.878a.477.477%200%200%201-.737.059a.53.53%200%200%201-.058-.665a7%207%200%200%200%20.996-2.405a.53.53%200%200%201%20.513-.43m-1.45-5.5a.477.477%200%200%201%20.737.058a8%208%200%200%201%201.192%202.88a.478.478%200%200%201-.479.563a.53.53%200%200%201-.512-.43a7%207%200%200%200-.996-2.406a.53.53%200%200%201%20.058-.665M8.437%202.155a.478.478%200%200%201%20.564.48c0%20.25-.186.461-.43.512a7%207%200%200%200-2.405.996a.53.53%200%200%201-.667-.058a.478.478%200%200%201%20.06-.739a8%208%200%200%201%202.878-1.191m3.126%200a8%208%200%200%201%202.878%201.193a.477.477%200%200%201%20.059.738a.53.53%200%200%201-.665.057a7%207%200%200%200-2.405-.996a.53.53%200%200%201-.43-.512a.478.478%200%200%201%20.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.477.477%200%200%201%20.738-.058a.53.53%200%200%201%20.057.665q-.195.298-.359.616A7%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%2017a7%207%200%200%200%203.835-1.144a.53.53%200%200%201%20.665.058a.477.477%200%200%201-.059.737A8.05%208.05%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.646A8%208%200%200%201%202%2010a8.05%208.05%200%200%201%201.347-4.442m14.018%205.443c.303%200%20.538.265.48.562a8%208%200%200%201-1.194%202.878a.477.477%200%200%201-.737.059a.53.53%200%200%201-.058-.665a7%207%200%200%200%20.996-2.405a.53.53%200%200%201%20.513-.43m-1.45-5.5a.477.477%200%200%201%20.737.058a8%208%200%200%201%201.192%202.88a.478.478%200%200%201-.479.563a.53.53%200%200%201-.512-.43a7%207%200%200%200-.996-2.406a.53.53%200%200%201%20.058-.665M8.437%202.155a.478.478%200%200%201%20.564.48c0%20.25-.186.461-.43.512a7%207%200%200%200-2.405.996a.53.53%200%200%201-.667-.058a.478.478%200%200%201%20.06-.739a8%208%200%200%201%202.878-1.191m3.126%200a8%208%200%200%201%202.878%201.193a.477.477%200%200%201%20.059.738a.53.53%200%200%201-.665.057a7%207%200%200%200-2.405-.996a.53.53%200%200%201-.43-.512a.478.478%200%200%201%20.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-regular.svg?color=%231a73e8&size=48