chat bubbles question icon
chat-bubbles-question-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- chat-bubbles-question-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
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-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-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 bubbles question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.493 5.901c-.358.07-.75.302-1.058.846a.5.5 0 1 1-.87-.494c.441-.776 1.068-1.203 1.736-1.333a2.43 2.43 0 0 1 1.792.361c.484.32.875.843.887 1.47c.013.655-.385 1.246-1.119 1.68c-.498.294-.692.494-.775.627C9.016 9.17 9 9.272 9 9.5a.5.5 0 0 1-1 0c0-.272.014-.61.237-.97c.21-.337.569-.637 1.115-.96c.535-.317.632-.618.629-.798c-.005-.207-.142-.46-.44-.657a1.43 1.43 0 0 0-1.048-.214M8.75 12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.5 2a6.5 6.5 0 0 0-5.675 9.672l-.795 2.082a1 1 0 0 0 1.204 1.32l2.487-.697A6.5 6.5 0 1 0 8.5 2M3 8.5a5.5 5.5 0 1 1 2.998 4.9l-.174-.09l-2.86.801l.969-2.536l-.128-.21A5.47 5.47 0 0 1 3 8.5m8.463 9.5a6.49 6.49 0 0 1-4.927-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.463 17c.902 0 1.752-.217 2.502-.6l.174-.09l2.86.801l-.969-2.536l.128-.21c.51-.834.805-1.814.805-2.865a5.47 5.47 0 0 0-.964-3.11a7.5 7.5 0 0 0-.235-1.763a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.203 1.32l-2.488-.697c-.843.4-1.786.623-2.78.623"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatBubblesQuestion20Regular(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="M8.493 5.901c-.358.07-.75.302-1.058.846a.5.5 0 1 1-.87-.494c.441-.776 1.068-1.203 1.736-1.333a2.43 2.43 0 0 1 1.792.361c.484.32.875.843.887 1.47c.013.655-.385 1.246-1.119 1.68c-.498.294-.692.494-.775.627C9.016 9.17 9 9.272 9 9.5a.5.5 0 0 1-1 0c0-.272.014-.61.237-.97c.21-.337.569-.637 1.115-.96c.535-.317.632-.618.629-.798c-.005-.207-.142-.46-.44-.657a1.43 1.43 0 0 0-1.048-.214M8.75 12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.5 2a6.5 6.5 0 0 0-5.675 9.672l-.795 2.082a1 1 0 0 0 1.204 1.32l2.487-.697A6.5 6.5 0 1 0 8.5 2M3 8.5a5.5 5.5 0 1 1 2.998 4.9l-.174-.09l-2.86.801l.969-2.536l-.128-.21A5.47 5.47 0 0 1 3 8.5m8.463 9.5a6.49 6.49 0 0 1-4.927-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.463 17c.902 0 1.752-.217 2.502-.6l.174-.09l2.86.801l-.969-2.536l.128-.21c.51-.834.805-1.814.805-2.865a5.47 5.47 0 0 0-.964-3.11a7.5 7.5 0 0 0-.235-1.763a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.203 1.32l-2.488-.697c-.843.4-1.786.623-2.78.623"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.493 5.901c-.358.07-.75.302-1.058.846a.5.5 0 1 1-.87-.494c.441-.776 1.068-1.203 1.736-1.333a2.43 2.43 0 0 1 1.792.361c.484.32.875.843.887 1.47c.013.655-.385 1.246-1.119 1.68c-.498.294-.692.494-.775.627C9.016 9.17 9 9.272 9 9.5a.5.5 0 0 1-1 0c0-.272.014-.61.237-.97c.21-.337.569-.637 1.115-.96c.535-.317.632-.618.629-.798c-.005-.207-.142-.46-.44-.657a1.43 1.43 0 0 0-1.048-.214M8.75 12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.5 2a6.5 6.5 0 0 0-5.675 9.672l-.795 2.082a1 1 0 0 0 1.204 1.32l2.487-.697A6.5 6.5 0 1 0 8.5 2M3 8.5a5.5 5.5 0 1 1 2.998 4.9l-.174-.09l-2.86.801l.969-2.536l-.128-.21A5.47 5.47 0 0 1 3 8.5m8.463 9.5a6.49 6.49 0 0 1-4.927-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.463 17c.902 0 1.752-.217 2.502-.6l.174-.09l2.86.801l-.969-2.536l.128-.21c.51-.834.805-1.814.805-2.865a5.47 5.47 0 0 0-.964-3.11a7.5 7.5 0 0 0-.235-1.763a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.203 1.32l-2.488-.697c-.843.4-1.786.623-2.78.623"/></svg> </template>
CSS
.icon-chat-bubbles-question-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%22M8.493%205.901c-.358.07-.75.302-1.058.846a.5.5%200%201%201-.87-.494c.441-.776%201.068-1.203%201.736-1.333a2.43%202.43%200%200%201%201.792.361c.484.32.875.843.887%201.47c.013.655-.385%201.246-1.119%201.68c-.498.294-.692.494-.775.627C9.016%209.17%209%209.272%209%209.5a.5.5%200%200%201-1%200c0-.272.014-.61.237-.97c.21-.337.569-.637%201.115-.96c.535-.317.632-.618.629-.798c-.005-.207-.142-.46-.44-.657a1.43%201.43%200%200%200-1.048-.214M8.75%2012.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8.5%202a6.5%206.5%200%200%200-5.675%209.672l-.795%202.082a1%201%200%200%200%201.204%201.32l2.487-.697A6.5%206.5%200%201%200%208.5%202M3%208.5a5.5%205.5%200%201%201%202.998%204.9l-.174-.09l-2.86.801l.969-2.536l-.128-.21A5.47%205.47%200%200%201%203%208.5m8.463%209.5a6.49%206.49%200%200%201-4.927-2.26a7.5%207.5%200%200%200%201.76.257A5.5%205.5%200%200%200%2011.463%2017c.902%200%201.752-.217%202.502-.6l.174-.09l2.86.801l-.969-2.536l.128-.21c.51-.834.805-1.814.805-2.865a5.47%205.47%200%200%200-.964-3.11a7.5%207.5%200%200%200-.235-1.763a6.48%206.48%200%200%201%202.199%204.873c0%201.151-.3%202.233-.826%203.172l.796%202.082a1%201%200%200%201-1.203%201.32l-2.488-.697c-.843.4-1.786.623-2.78.623%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%22M8.493%205.901c-.358.07-.75.302-1.058.846a.5.5%200%201%201-.87-.494c.441-.776%201.068-1.203%201.736-1.333a2.43%202.43%200%200%201%201.792.361c.484.32.875.843.887%201.47c.013.655-.385%201.246-1.119%201.68c-.498.294-.692.494-.775.627C9.016%209.17%209%209.272%209%209.5a.5.5%200%200%201-1%200c0-.272.014-.61.237-.97c.21-.337.569-.637%201.115-.96c.535-.317.632-.618.629-.798c-.005-.207-.142-.46-.44-.657a1.43%201.43%200%200%200-1.048-.214M8.75%2012.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8.5%202a6.5%206.5%200%200%200-5.675%209.672l-.795%202.082a1%201%200%200%200%201.204%201.32l2.487-.697A6.5%206.5%200%201%200%208.5%202M3%208.5a5.5%205.5%200%201%201%202.998%204.9l-.174-.09l-2.86.801l.969-2.536l-.128-.21A5.47%205.47%200%200%201%203%208.5m8.463%209.5a6.49%206.49%200%200%201-4.927-2.26a7.5%207.5%200%200%200%201.76.257A5.5%205.5%200%200%200%2011.463%2017c.902%200%201.752-.217%202.502-.6l.174-.09l2.86.801l-.969-2.536l.128-.21c.51-.834.805-1.814.805-2.865a5.47%205.47%200%200%200-.964-3.11a7.5%207.5%200%200%200-.235-1.763a6.48%206.48%200%200%201%202.199%204.873c0%201.151-.3%202.233-.826%203.172l.796%202.082a1%201%200%200%201-1.203%201.32l-2.488-.697c-.843.4-1.786.623-2.78.623%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-bubbles-question-20-regular.svg?color=%231a73e8&size=48