chat hint half icon
chat-hint-half-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- chat-hint-half-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2.214 4.06a.476.476 0 0 1 .732-.054c.18.18.195.465.055.676C2.351 5.66 2.001 6.826 2 8a6.04 6.04 0 0 0 .93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053a6 6 0 0 0 3.208.93c1.172 0 2.34-.35 3.316-1a.536.536 0 0 1 .676.054a.475.475 0 0 1-.053.732C10.77 14.583 9.41 14.975 8 15c-1.29 0-2.5-.352-3.538-.961l-2.804.935a.5.5 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 1 8c0-1.461.448-2.818 1.214-3.94m12.183 4.69c.3 0 .537.261.48.556a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.677a6 6 0 0 0 .882-2.125a.54.54 0 0 1 .517-.441m-1.344-4.744a.476.476 0 0 1 .732.054a7 7 0 0 1 1.093 2.634a.476.476 0 0 1-.48.556a.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 .255-.19.468-.44.518A6 6 0 0 0 4.683 3a.536.536 0 0 1-.676-.054a.475.475 0 0 1 .053-.732a7 7 0 0 1 2.634-1.092m2.612 0a7 7 0 0 1 2.632 1.092c.248.17.266.52.054.732a.536.536 0 0 1-.676.055A6 6 0 0 0 9.19 2.12a.54.54 0 0 1-.44-.518c0-.3.26-.536.556-.48"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatHintHalf16Regular(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.476.476 0 0 1 .732-.054c.18.18.195.465.055.676C2.351 5.66 2.001 6.826 2 8a6.04 6.04 0 0 0 .93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053a6 6 0 0 0 3.208.93c1.172 0 2.34-.35 3.316-1a.536.536 0 0 1 .676.054a.475.475 0 0 1-.053.732C10.77 14.583 9.41 14.975 8 15c-1.29 0-2.5-.352-3.538-.961l-2.804.935a.5.5 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 1 8c0-1.461.448-2.818 1.214-3.94m12.183 4.69c.3 0 .537.261.48.556a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.677a6 6 0 0 0 .882-2.125a.54.54 0 0 1 .517-.441m-1.344-4.744a.476.476 0 0 1 .732.054a7 7 0 0 1 1.093 2.634a.476.476 0 0 1-.48.556a.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 .255-.19.468-.44.518A6 6 0 0 0 4.683 3a.536.536 0 0 1-.676-.054a.475.475 0 0 1 .053-.732a7 7 0 0 1 2.634-1.092m2.612 0a7 7 0 0 1 2.632 1.092c.248.17.266.52.054.732a.536.536 0 0 1-.676.055A6 6 0 0 0 9.19 2.12a.54.54 0 0 1-.44-.518c0-.3.26-.536.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.476.476 0 0 1 .732-.054c.18.18.195.465.055.676C2.351 5.66 2.001 6.826 2 8a6.04 6.04 0 0 0 .93 3.207a.5.5 0 0 1 .052.425l-.692 2.076l2.076-.692c.15-.032.29-.033.426.053a6 6 0 0 0 3.208.93c1.172 0 2.34-.35 3.316-1a.536.536 0 0 1 .676.054a.475.475 0 0 1-.053.732C10.77 14.583 9.41 14.975 8 15c-1.29 0-2.5-.352-3.538-.961l-2.804.935a.5.5 0 0 1-.633-.633l.934-2.805A6.97 6.97 0 0 1 1 8c0-1.461.448-2.818 1.214-3.94m12.183 4.69c.3 0 .537.261.48.556a7 7 0 0 1-1.092 2.633a.476.476 0 0 1-.732.054a.54.54 0 0 1-.055-.677a6 6 0 0 0 .882-2.125a.54.54 0 0 1 .517-.441m-1.344-4.744a.476.476 0 0 1 .732.054a7 7 0 0 1 1.093 2.634a.476.476 0 0 1-.48.556a.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 .255-.19.468-.44.518A6 6 0 0 0 4.683 3a.536.536 0 0 1-.676-.054a.475.475 0 0 1 .053-.732a7 7 0 0 1 2.634-1.092m2.612 0a7 7 0 0 1 2.632 1.092c.248.17.266.52.054.732a.536.536 0 0 1-.676.055A6 6 0 0 0 9.19 2.12a.54.54 0 0 1-.44-.518c0-.3.26-.536.556-.48"/></svg> </template>
CSS
.icon-chat-hint-half-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.214%204.06a.476.476%200%200%201%20.732-.054c.18.18.195.465.055.676C2.351%205.66%202.001%206.826%202%208a6.04%206.04%200%200%200%20.93%203.207a.5.5%200%200%201%20.052.425l-.692%202.076l2.076-.692c.15-.032.29-.033.426.053a6%206%200%200%200%203.208.93c1.172%200%202.34-.35%203.316-1a.536.536%200%200%201%20.676.054a.475.475%200%200%201-.053.732C10.77%2014.583%209.41%2014.975%208%2015c-1.29%200-2.5-.352-3.538-.961l-2.804.935a.5.5%200%200%201-.633-.633l.934-2.805A6.97%206.97%200%200%201%201%208c0-1.461.448-2.818%201.214-3.94m12.183%204.69c.3%200%20.537.261.48.556a7%207%200%200%201-1.092%202.633a.476.476%200%200%201-.732.054a.54.54%200%200%201-.055-.677a6%206%200%200%200%20.882-2.125a.54.54%200%200%201%20.517-.441m-1.344-4.744a.476.476%200%200%201%20.732.054a7%207%200%200%201%201.093%202.634a.476.476%200%200%201-.48.556a.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.255-.19.468-.44.518A6%206%200%200%200%204.683%203a.536.536%200%200%201-.676-.054a.475.475%200%200%201%20.053-.732a7%207%200%200%201%202.634-1.092m2.612%200a7%207%200%200%201%202.632%201.092c.248.17.266.52.054.732a.536.536%200%200%201-.676.055A6%206%200%200%200%209.19%202.12a.54.54%200%200%201-.44-.518c0-.3.26-.536.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.476.476%200%200%201%20.732-.054c.18.18.195.465.055.676C2.351%205.66%202.001%206.826%202%208a6.04%206.04%200%200%200%20.93%203.207a.5.5%200%200%201%20.052.425l-.692%202.076l2.076-.692c.15-.032.29-.033.426.053a6%206%200%200%200%203.208.93c1.172%200%202.34-.35%203.316-1a.536.536%200%200%201%20.676.054a.475.475%200%200%201-.053.732C10.77%2014.583%209.41%2014.975%208%2015c-1.29%200-2.5-.352-3.538-.961l-2.804.935a.5.5%200%200%201-.633-.633l.934-2.805A6.97%206.97%200%200%201%201%208c0-1.461.448-2.818%201.214-3.94m12.183%204.69c.3%200%20.537.261.48.556a7%207%200%200%201-1.092%202.633a.476.476%200%200%201-.732.054a.54.54%200%200%201-.055-.677a6%206%200%200%200%20.882-2.125a.54.54%200%200%201%20.517-.441m-1.344-4.744a.476.476%200%200%201%20.732.054a7%207%200%200%201%201.093%202.634a.476.476%200%200%201-.48.556a.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.255-.19.468-.44.518A6%206%200%200%200%204.683%203a.536.536%200%200%201-.676-.054a.475.475%200%200%201%20.053-.732a7%207%200%200%201%202.634-1.092m2.612%200a7%207%200%200%201%202.632%201.092c.248.17.266.52.054.732a.536.536%200%200%201-.676.055A6%206%200%200%200%209.19%202.12a.54.54%200%200%201-.44-.518c0-.3.26-.536.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-regular.svg?color=%231a73e8&size=48