chat bubbles question icon

chat-bubbles-question-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
chat-bubbles-question-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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

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.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 2m-.007 3.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 1 0-1.5a.75.75 0 0 1 0 1.5m-2.214 3.24A6.49 6.49 0 0 0 11.463 18c.993 0 1.936-.223 2.78-.623l2.487.697a1 1 0 0 0 1.203-1.32l-.796-2.082a6.5 6.5 0 0 0 .826-3.172c0-1.94-.85-3.682-2.199-4.873c.146.564.227 1.155.235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatBubblesQuestion20Filled(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.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 2m-.007 3.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 1 0-1.5a.75.75 0 0 1 0 1.5m-2.214 3.24A6.49 6.49 0 0 0 11.463 18c.993 0 1.936-.223 2.78-.623l2.487.697a1 1 0 0 0 1.203-1.32l-.796-2.082a6.5 6.5 0 0 0 .826-3.172c0-1.94-.85-3.682-2.199-4.873c.146.564.227 1.155.235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></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.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 2m-.007 3.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 1 0-1.5a.75.75 0 0 1 0 1.5m-2.214 3.24A6.49 6.49 0 0 0 11.463 18c.993 0 1.936-.223 2.78-.623l2.487.697a1 1 0 0 0 1.203-1.32l-.796-2.082a6.5 6.5 0 0 0 .826-3.172c0-1.94-.85-3.682-2.199-4.873c.146.564.227 1.155.235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></svg>
</template>

CSS

.icon-chat-bubbles-question-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.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%202m-.007%203.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%201%200-1.5a.75.75%200%200%201%200%201.5m-2.214%203.24A6.49%206.49%200%200%200%2011.463%2018c.993%200%201.936-.223%202.78-.623l2.487.697a1%201%200%200%200%201.203-1.32l-.796-2.082a6.5%206.5%200%200%200%20.826-3.172c0-1.94-.85-3.682-2.199-4.873c.146.564.227%201.155.235%201.762c.608.885.964%201.957.964%203.111c0%201.05-.294%202.031-.805%202.866l-.128.21l.97%202.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5%205.5%200%200%201-3.167-1.003a7.5%207.5%200%200%201-1.76-.257%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.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%202m-.007%203.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%201%200-1.5a.75.75%200%200%201%200%201.5m-2.214%203.24A6.49%206.49%200%200%200%2011.463%2018c.993%200%201.936-.223%202.78-.623l2.487.697a1%201%200%200%200%201.203-1.32l-.796-2.082a6.5%206.5%200%200%200%20.826-3.172c0-1.94-.85-3.682-2.199-4.873c.146.564.227%201.155.235%201.762c.608.885.964%201.957.964%203.111c0%201.05-.294%202.031-.805%202.866l-.128.21l.97%202.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5%205.5%200%200%201-3.167-1.003a7.5%207.5%200%200%201-1.76-.257%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-filled.svg?color=%231a73e8&size=48