chat bubbles question icon

chat-bubbles-question-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
chat-bubbles-question-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8.143 6.307c.434-.232.901-.306 1.356-.306c.526 0 1.138.173 1.631.577c.518.424.869 1.074.869 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 1 1-1.5 0c0-1.134.711-1.708 1.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.1 1.1 0 0 0 9.5 7.5c-.295 0-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75 0 0 1-1.32-.715c.264-.486.612-.853 1.054-1.089M9.499 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-12a7.5 7.5 0 0 0-6.797 10.673l-.725 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.931-.702A7.5 7.5 0 1 0 9.499 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A6 6 0 0 1 3.5 10.5m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.081-.257c.864.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.242-.121l.265.063c.922.22 1.965.445 2.74.61a158 158 0 0 0-.642-2.651l-.07-.276l.13-.253A6 6 0 0 0 20.5 13.5a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a133 133 0 0 1-2.913-.64A7.5 7.5 0 0 1 14.5 21"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatBubblesQuestion24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.143 6.307c.434-.232.901-.306 1.356-.306c.526 0 1.138.173 1.631.577c.518.424.869 1.074.869 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 1 1-1.5 0c0-1.134.711-1.708 1.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.1 1.1 0 0 0 9.5 7.5c-.295 0-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75 0 0 1-1.32-.715c.264-.486.612-.853 1.054-1.089M9.499 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-12a7.5 7.5 0 0 0-6.797 10.673l-.725 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.931-.702A7.5 7.5 0 1 0 9.499 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A6 6 0 0 1 3.5 10.5m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.081-.257c.864.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.242-.121l.265.063c.922.22 1.965.445 2.74.61a158 158 0 0 0-.642-2.651l-.07-.276l.13-.253A6 6 0 0 0 20.5 13.5a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a133 133 0 0 1-2.913-.64A7.5 7.5 0 0 1 14.5 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.143 6.307c.434-.232.901-.306 1.356-.306c.526 0 1.138.173 1.631.577c.518.424.869 1.074.869 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 1 1-1.5 0c0-1.134.711-1.708 1.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.1 1.1 0 0 0 9.5 7.5c-.295 0-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75 0 0 1-1.32-.715c.264-.486.612-.853 1.054-1.089M9.499 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-12a7.5 7.5 0 0 0-6.797 10.673l-.725 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.931-.702A7.5 7.5 0 1 0 9.499 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A6 6 0 0 1 3.5 10.5m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.081-.257c.864.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.242-.121l.265.063c.922.22 1.965.445 2.74.61a158 158 0 0 0-.642-2.651l-.07-.276l.13-.253A6 6 0 0 0 20.5 13.5a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a133 133 0 0 1-2.913-.64A7.5 7.5 0 0 1 14.5 21"/></svg>
</template>

CSS

.icon-chat-bubbles-question-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.143%206.307c.434-.232.901-.306%201.356-.306c.526%200%201.138.173%201.631.577c.518.424.869%201.074.869%201.922c0%20.975-.689%201.504-1.077%201.802l-.085.066c-.424.333-.588.511-.588.882a.75.75%200%201%201-1.5%200c0-1.134.711-1.708%201.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.1%201.1%200%200%200%209.5%207.5c-.295%200-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75%200%200%201-1.32-.715c.264-.486.612-.853%201.054-1.089M9.499%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-12a7.5%207.5%200%200%200-6.797%2010.673l-.725%202.842a1.25%201.25%200%200%200%201.504%201.524c.75-.18%201.903-.457%202.931-.702A7.5%207.5%200%201%200%209.499%203m-6%207.5a6%206%200%201%201%203.33%205.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A6%206%200%200%201%203.5%2010.5m11%2010.5a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.081-.257c.864.482%201.86.757%202.92.757c.96%200%201.866-.225%202.67-.625l.242-.121l.265.063c.922.22%201.965.445%202.74.61a158%20158%200%200%200-.642-2.651l-.07-.276l.13-.253A6%206%200%200%200%2020.5%2013.5a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.51%202.1.672%202.803a1.244%201.244%200%200%201-1.468%201.5a133%20133%200%200%201-2.913-.64A7.5%207.5%200%200%201%2014.5%2021%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.143%206.307c.434-.232.901-.306%201.356-.306c.526%200%201.138.173%201.631.577c.518.424.869%201.074.869%201.922c0%20.975-.689%201.504-1.077%201.802l-.085.066c-.424.333-.588.511-.588.882a.75.75%200%201%201-1.5%200c0-1.134.711-1.708%201.162-2.062c.513-.403.588-.493.588-.688c0-.397-.149-.622-.32-.761A1.1%201.1%200%200%200%209.5%207.5c-.295%200-.498.049-.65.13c-.143.076-.294.21-.44.48a.75.75%200%200%201-1.32-.715c.264-.486.612-.853%201.054-1.089M9.499%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-12a7.5%207.5%200%200%200-6.797%2010.673l-.725%202.842a1.25%201.25%200%200%200%201.504%201.524c.75-.18%201.903-.457%202.931-.702A7.5%207.5%200%201%200%209.499%203m-6%207.5a6%206%200%201%201%203.33%205.375l-.243-.121l-.265.063l-2.788.667c.2-.78.462-1.812.69-2.708l.07-.276l-.13-.253A6%206%200%200%201%203.5%2010.5m11%2010.5a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.081-.257c.864.482%201.86.757%202.92.757c.96%200%201.866-.225%202.67-.625l.242-.121l.265.063c.922.22%201.965.445%202.74.61a158%20158%200%200%200-.642-2.651l-.07-.276l.13-.253A6%206%200%200%200%2020.5%2013.5a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.51%202.1.672%202.803a1.244%201.244%200%200%201-1.468%201.5a133%20133%200%200%201-2.913-.64A7.5%207.5%200%200%201%2014.5%2021%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-24-regular.svg?color=%231a73e8&size=48