chat-hint-half-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
chat-hint-half-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat hint half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.214 4.06a.477.477 0 0 1 .732-.054c.18.18.195.465.055.676A6 6 0 0 0 2 8c0 1.18.341 2.279.93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053c.928.588 2.028.93 3.208.93c1.226 0 2.366-.37 3.316-1.001a.54.54 0 0 1 .676.054a.476.476 0 0 1-.053.733A6.96 6.96 0 0 1 8 15a7 7 0 0 1-3.537-.961l-2.804.935a.501.501 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 .999 8a6.96 6.96 0 0 1 1.215-3.94m9.322 7.476a5 5 0 0 1-7.071-7.071zm2.861-2.786c.3 0 .536.26.48.555a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.126c.05-.25.263-.44.517-.44m-1.344-4.744a.476.476 0 0 1 .732.053c.532.78.91 1.672 1.093 2.634a.476.476 0 0 1-.48.557a.54.54 0 0 1-.518-.44a6 6 0 0 0-.882-2.128a.54.54 0 0 1 .055-.676M6.694 1.122a.476.476 0 0 1 .556.48c0 .254-.19.466-.44.517A6 6 0 0 0 4.681 3a.54.54 0 0 1-.675-.056a.475.475 0 0 1 .052-.731a7 7 0 0 1 2.635-1.092m2.612 0a6.95 6.95 0 0 1 2.632 1.092a.474.474 0 0 1 .054.731a.536.536 0 0 1-.676.056a6 6 0 0 0-2.126-.882a.54.54 0 0 1-.44-.518c0-.3.26-.535.556-.48"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatHintHalf16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.214 4.06a.477.477 0 0 1 .732-.054c.18.18.195.465.055.676A6 6 0 0 0 2 8c0 1.18.341 2.279.93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053c.928.588 2.028.93 3.208.93c1.226 0 2.366-.37 3.316-1.001a.54.54 0 0 1 .676.054a.476.476 0 0 1-.053.733A6.96 6.96 0 0 1 8 15a7 7 0 0 1-3.537-.961l-2.804.935a.501.501 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 .999 8a6.96 6.96 0 0 1 1.215-3.94m9.322 7.476a5 5 0 0 1-7.071-7.071zm2.861-2.786c.3 0 .536.26.48.555a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.126c.05-.25.263-.44.517-.44m-1.344-4.744a.476.476 0 0 1 .732.053c.532.78.91 1.672 1.093 2.634a.476.476 0 0 1-.48.557a.54.54 0 0 1-.518-.44a6 6 0 0 0-.882-2.128a.54.54 0 0 1 .055-.676M6.694 1.122a.476.476 0 0 1 .556.48c0 .254-.19.466-.44.517A6 6 0 0 0 4.681 3a.54.54 0 0 1-.675-.056a.475.475 0 0 1 .052-.731a7 7 0 0 1 2.635-1.092m2.612 0a6.95 6.95 0 0 1 2.632 1.092a.474.474 0 0 1 .054.731a.536.536 0 0 1-.676.056a6 6 0 0 0-2.126-.882a.54.54 0 0 1-.44-.518c0-.3.26-.535.556-.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.214 4.06a.477.477 0 0 1 .732-.054c.18.18.195.465.055.676A6 6 0 0 0 2 8c0 1.18.341 2.279.93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053c.928.588 2.028.93 3.208.93c1.226 0 2.366-.37 3.316-1.001a.54.54 0 0 1 .676.054a.476.476 0 0 1-.053.733A6.96 6.96 0 0 1 8 15a7 7 0 0 1-3.537-.961l-2.804.935a.501.501 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 .999 8a6.96 6.96 0 0 1 1.215-3.94m9.322 7.476a5 5 0 0 1-7.071-7.071zm2.861-2.786c.3 0 .536.26.48.555a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.126c.05-.25.263-.44.517-.44m-1.344-4.744a.476.476 0 0 1 .732.053c.532.78.91 1.672 1.093 2.634a.476.476 0 0 1-.48.557a.54.54 0 0 1-.518-.44a6 6 0 0 0-.882-2.128a.54.54 0 0 1 .055-.676M6.694 1.122a.476.476 0 0 1 .556.48c0 .254-.19.466-.44.517A6 6 0 0 0 4.681 3a.54.54 0 0 1-.675-.056a.475.475 0 0 1 .052-.731a7 7 0 0 1 2.635-1.092m2.612 0a6.95 6.95 0 0 1 2.632 1.092a.474.474 0 0 1 .054.731a.536.536 0 0 1-.676.056a6 6 0 0 0-2.126-.882a.54.54 0 0 1-.44-.518c0-.3.26-.535.556-.48"/></svg>
</template>

CSS

.icon-chat-hint-half-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.214%204.06a.477.477%200%200%201%20.732-.054c.18.18.195.465.055.676A6%206%200%200%200%202%208c0%201.18.341%202.279.93%203.207a.5.5%200%200%201%20.052.425l-.692%202.076l2.076-.692c.15-.032.29-.033.426.053c.928.588%202.028.93%203.208.93c1.226%200%202.366-.37%203.316-1.001a.54.54%200%200%201%20.676.054a.476.476%200%200%201-.053.733A6.96%206.96%200%200%201%208%2015a7%207%200%200%201-3.537-.961l-2.804.935a.501.501%200%200%201-.633-.633l.934-2.805A6.97%206.97%200%200%201%20.999%208a6.96%206.96%200%200%201%201.215-3.94m9.322%207.476a5%205%200%200%201-7.071-7.071zm2.861-2.786c.3%200%20.536.26.48.555a7%207%200%200%201-1.092%202.633a.476.476%200%200%201-.732.054a.54.54%200%200%201-.055-.676a6%206%200%200%200%20.882-2.126c.05-.25.263-.44.517-.44m-1.344-4.744a.476.476%200%200%201%20.732.053c.532.78.91%201.672%201.093%202.634a.476.476%200%200%201-.48.557a.54.54%200%200%201-.518-.44a6%206%200%200%200-.882-2.128a.54.54%200%200%201%20.055-.676M6.694%201.122a.476.476%200%200%201%20.556.48c0%20.254-.19.466-.44.517A6%206%200%200%200%204.681%203a.54.54%200%200%201-.675-.056a.475.475%200%200%201%20.052-.731a7%207%200%200%201%202.635-1.092m2.612%200a6.95%206.95%200%200%201%202.632%201.092a.474.474%200%200%201%20.054.731a.536.536%200%200%201-.676.056a6%206%200%200%200-2.126-.882a.54.54%200%200%201-.44-.518c0-.3.26-.535.556-.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.214%204.06a.477.477%200%200%201%20.732-.054c.18.18.195.465.055.676A6%206%200%200%200%202%208c0%201.18.341%202.279.93%203.207a.5.5%200%200%201%20.052.425l-.692%202.076l2.076-.692c.15-.032.29-.033.426.053c.928.588%202.028.93%203.208.93c1.226%200%202.366-.37%203.316-1.001a.54.54%200%200%201%20.676.054a.476.476%200%200%201-.053.733A6.96%206.96%200%200%201%208%2015a7%207%200%200%201-3.537-.961l-2.804.935a.501.501%200%200%201-.633-.633l.934-2.805A6.97%206.97%200%200%201%20.999%208a6.96%206.96%200%200%201%201.215-3.94m9.322%207.476a5%205%200%200%201-7.071-7.071zm2.861-2.786c.3%200%20.536.26.48.555a7%207%200%200%201-1.092%202.633a.476.476%200%200%201-.732.054a.54.54%200%200%201-.055-.676a6%206%200%200%200%20.882-2.126c.05-.25.263-.44.517-.44m-1.344-4.744a.476.476%200%200%201%20.732.053c.532.78.91%201.672%201.093%202.634a.476.476%200%200%201-.48.557a.54.54%200%200%201-.518-.44a6%206%200%200%200-.882-2.128a.54.54%200%200%201%20.055-.676M6.694%201.122a.476.476%200%200%201%20.556.48c0%20.254-.19.466-.44.517A6%206%200%200%200%204.681%203a.54.54%200%200%201-.675-.056a.475.475%200%200%201%20.052-.731a7%207%200%200%201%202.635-1.092m2.612%200a6.95%206.95%200%200%201%202.632%201.092a.474.474%200%200%201%20.054.731a.536.536%200%200%201-.676.056a6%206%200%200%200-2.126-.882a.54.54%200%200%201-.44-.518c0-.3.26-.535.556-.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-16-filled.svg?color=%231a73e8&size=48