chat help icon
chat-help-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- chat-help-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-hint-half-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 help icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.25 7.307C9.09 7.491 9 7.745 9 8a.5.5 0 0 1-1 0c0-.473.161-.97.5-1.354C8.847 6.252 9.36 6 10 6s1.153.252 1.5.646c.339.385.5.88.5 1.354c0 .49-.116.87-.302 1.19c-.163.279-.376.5-.545.677l-.042.043c-.186.195-.329.354-.434.554c-.1.191-.177.444-.177.829a.5.5 0 1 1-1 0c0-.532.11-.947.291-1.293c.177-.337.41-.584.598-.781l.022-.023c.188-.197.322-.337.423-.51c.095-.163.166-.369.166-.686c0-.255-.089-.51-.25-.693C10.597 7.134 10.36 7 10 7s-.597.134-.75.307m.75 6.905a.7.7 0 1 0 0-1.399a.7.7 0 0 0 0 1.4M2 10a8 8 0 1 1 4.262 7.075l-3.64.91a.5.5 0 0 1-.607-.606l.91-3.641A8 8 0 0 1 2 10m8-7a7 7 0 0 0-6.107 10.425a.5.5 0 0 1 .05.366l-.756 3.022l3.022-.756a.5.5 0 0 1 .366.05A7 7 0 1 0 10 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatHelp20Regular(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="M9.25 7.307C9.09 7.491 9 7.745 9 8a.5.5 0 0 1-1 0c0-.473.161-.97.5-1.354C8.847 6.252 9.36 6 10 6s1.153.252 1.5.646c.339.385.5.88.5 1.354c0 .49-.116.87-.302 1.19c-.163.279-.376.5-.545.677l-.042.043c-.186.195-.329.354-.434.554c-.1.191-.177.444-.177.829a.5.5 0 1 1-1 0c0-.532.11-.947.291-1.293c.177-.337.41-.584.598-.781l.022-.023c.188-.197.322-.337.423-.51c.095-.163.166-.369.166-.686c0-.255-.089-.51-.25-.693C10.597 7.134 10.36 7 10 7s-.597.134-.75.307m.75 6.905a.7.7 0 1 0 0-1.399a.7.7 0 0 0 0 1.4M2 10a8 8 0 1 1 4.262 7.075l-3.64.91a.5.5 0 0 1-.607-.606l.91-3.641A8 8 0 0 1 2 10m8-7a7 7 0 0 0-6.107 10.425a.5.5 0 0 1 .05.366l-.756 3.022l3.022-.756a.5.5 0 0 1 .366.05A7 7 0 1 0 10 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.25 7.307C9.09 7.491 9 7.745 9 8a.5.5 0 0 1-1 0c0-.473.161-.97.5-1.354C8.847 6.252 9.36 6 10 6s1.153.252 1.5.646c.339.385.5.88.5 1.354c0 .49-.116.87-.302 1.19c-.163.279-.376.5-.545.677l-.042.043c-.186.195-.329.354-.434.554c-.1.191-.177.444-.177.829a.5.5 0 1 1-1 0c0-.532.11-.947.291-1.293c.177-.337.41-.584.598-.781l.022-.023c.188-.197.322-.337.423-.51c.095-.163.166-.369.166-.686c0-.255-.089-.51-.25-.693C10.597 7.134 10.36 7 10 7s-.597.134-.75.307m.75 6.905a.7.7 0 1 0 0-1.399a.7.7 0 0 0 0 1.4M2 10a8 8 0 1 1 4.262 7.075l-3.64.91a.5.5 0 0 1-.607-.606l.91-3.641A8 8 0 0 1 2 10m8-7a7 7 0 0 0-6.107 10.425a.5.5 0 0 1 .05.366l-.756 3.022l3.022-.756a.5.5 0 0 1 .366.05A7 7 0 1 0 10 3"/></svg> </template>
CSS
.icon-chat-help-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%22M9.25%207.307C9.09%207.491%209%207.745%209%208a.5.5%200%200%201-1%200c0-.473.161-.97.5-1.354C8.847%206.252%209.36%206%2010%206s1.153.252%201.5.646c.339.385.5.88.5%201.354c0%20.49-.116.87-.302%201.19c-.163.279-.376.5-.545.677l-.042.043c-.186.195-.329.354-.434.554c-.1.191-.177.444-.177.829a.5.5%200%201%201-1%200c0-.532.11-.947.291-1.293c.177-.337.41-.584.598-.781l.022-.023c.188-.197.322-.337.423-.51c.095-.163.166-.369.166-.686c0-.255-.089-.51-.25-.693C10.597%207.134%2010.36%207%2010%207s-.597.134-.75.307m.75%206.905a.7.7%200%201%200%200-1.399a.7.7%200%200%200%200%201.4M2%2010a8%208%200%201%201%204.262%207.075l-3.64.91a.5.5%200%200%201-.607-.606l.91-3.641A8%208%200%200%201%202%2010m8-7a7%207%200%200%200-6.107%2010.425a.5.5%200%200%201%20.05.366l-.756%203.022l3.022-.756a.5.5%200%200%201%20.366.05A7%207%200%201%200%2010%203%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%22M9.25%207.307C9.09%207.491%209%207.745%209%208a.5.5%200%200%201-1%200c0-.473.161-.97.5-1.354C8.847%206.252%209.36%206%2010%206s1.153.252%201.5.646c.339.385.5.88.5%201.354c0%20.49-.116.87-.302%201.19c-.163.279-.376.5-.545.677l-.042.043c-.186.195-.329.354-.434.554c-.1.191-.177.444-.177.829a.5.5%200%201%201-1%200c0-.532.11-.947.291-1.293c.177-.337.41-.584.598-.781l.022-.023c.188-.197.322-.337.423-.51c.095-.163.166-.369.166-.686c0-.255-.089-.51-.25-.693C10.597%207.134%2010.36%207%2010%207s-.597.134-.75.307m.75%206.905a.7.7%200%201%200%200-1.399a.7.7%200%200%200%200%201.4M2%2010a8%208%200%201%201%204.262%207.075l-3.64.91a.5.5%200%200%201-.607-.606l.91-3.641A8%208%200%200%201%202%2010m8-7a7%207%200%200%200-6.107%2010.425a.5.5%200%200%201%20.05.366l-.756%203.022l3.022-.756a.5.5%200%200%201%20.366.05A7%207%200%201%200%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-help-20-regular.svg?color=%231a73e8&size=48