chat bubbles question icon

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

Name
chat-bubbles-question-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M3.5 12a7.5 7.5 0 1 1 3.91 6.586a.75.75 0 0 0-.555-.066l-3.25.87l.872-3.252a.75.75 0 0 0-.066-.553A7.46 7.46 0 0 1 3.5 12M11 3a9 9 0 0 0-8.048 13.032l-.908 3.389a1.25 1.25 0 0 0 1.53 1.53l3.387-.906A9 9 0 1 0 11 3m6 22a8.98 8.98 0 0 1-6.732-3.026a10 10 0 0 0 2.109-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.252a.75.75 0 0 1 .066-.553A7.5 7.5 0 0 0 24.5 16a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974a9.004 9.004 0 0 1 5.123 12.547l.908 3.388a1.25 1.25 0 0 1-1.531 1.53l-3.386-.906A9 9 0 0 1 17 25m-5-8.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 9.257l.002-.032a1.5 1.5 0 0 1 .183-.606C9.837 8.348 10.153 8 11 8s1.163.348 1.315.618a1.5 1.5 0 0 1 .185.635v.003c-.002.522-.305.858-.914 1.534l-.018.021c-.58.643-1.318 1.514-1.318 2.939a.75.75 0 0 0 1.5 0c0-.825.386-1.329.932-1.935l.125-.137C13.308 11.13 14 10.374 14 9.25v-.002l-.001-.049l-.006-.095a3 3 0 0 0-.37-1.222C13.211 7.152 12.402 6.5 11 6.5s-2.212.652-2.622 1.382A3 3 0 0 0 8 9.231v.019a.75.75 0 0 0 1.5.007"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatBubblesQuestion28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.5 12a7.5 7.5 0 1 1 3.91 6.586a.75.75 0 0 0-.555-.066l-3.25.87l.872-3.252a.75.75 0 0 0-.066-.553A7.46 7.46 0 0 1 3.5 12M11 3a9 9 0 0 0-8.048 13.032l-.908 3.389a1.25 1.25 0 0 0 1.53 1.53l3.387-.906A9 9 0 1 0 11 3m6 22a8.98 8.98 0 0 1-6.732-3.026a10 10 0 0 0 2.109-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.252a.75.75 0 0 1 .066-.553A7.5 7.5 0 0 0 24.5 16a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974a9.004 9.004 0 0 1 5.123 12.547l.908 3.388a1.25 1.25 0 0 1-1.531 1.53l-3.386-.906A9 9 0 0 1 17 25m-5-8.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 9.257l.002-.032a1.5 1.5 0 0 1 .183-.606C9.837 8.348 10.153 8 11 8s1.163.348 1.315.618a1.5 1.5 0 0 1 .185.635v.003c-.002.522-.305.858-.914 1.534l-.018.021c-.58.643-1.318 1.514-1.318 2.939a.75.75 0 0 0 1.5 0c0-.825.386-1.329.932-1.935l.125-.137C13.308 11.13 14 10.374 14 9.25v-.002l-.001-.049l-.006-.095a3 3 0 0 0-.37-1.222C13.211 7.152 12.402 6.5 11 6.5s-2.212.652-2.622 1.382A3 3 0 0 0 8 9.231v.019a.75.75 0 0 0 1.5.007"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.5 12a7.5 7.5 0 1 1 3.91 6.586a.75.75 0 0 0-.555-.066l-3.25.87l.872-3.252a.75.75 0 0 0-.066-.553A7.46 7.46 0 0 1 3.5 12M11 3a9 9 0 0 0-8.048 13.032l-.908 3.389a1.25 1.25 0 0 0 1.53 1.53l3.387-.906A9 9 0 1 0 11 3m6 22a8.98 8.98 0 0 1-6.732-3.026a10 10 0 0 0 2.109-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.252a.75.75 0 0 1 .066-.553A7.5 7.5 0 0 0 24.5 16a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974a9.004 9.004 0 0 1 5.123 12.547l.908 3.388a1.25 1.25 0 0 1-1.531 1.53l-3.386-.906A9 9 0 0 1 17 25m-5-8.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 9.257l.002-.032a1.5 1.5 0 0 1 .183-.606C9.837 8.348 10.153 8 11 8s1.163.348 1.315.618a1.5 1.5 0 0 1 .185.635v.003c-.002.522-.305.858-.914 1.534l-.018.021c-.58.643-1.318 1.514-1.318 2.939a.75.75 0 0 0 1.5 0c0-.825.386-1.329.932-1.935l.125-.137C13.308 11.13 14 10.374 14 9.25v-.002l-.001-.049l-.006-.095a3 3 0 0 0-.37-1.222C13.211 7.152 12.402 6.5 11 6.5s-2.212.652-2.622 1.382A3 3 0 0 0 8 9.231v.019a.75.75 0 0 0 1.5.007"/></svg>
</template>

CSS

.icon-chat-bubbles-question-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2012a7.5%207.5%200%201%201%203.91%206.586a.75.75%200%200%200-.555-.066l-3.25.87l.872-3.252a.75.75%200%200%200-.066-.553A7.46%207.46%200%200%201%203.5%2012M11%203a9%209%200%200%200-8.048%2013.032l-.908%203.389a1.25%201.25%200%200%200%201.53%201.53l3.387-.906A9%209%200%201%200%2011%203m6%2022a8.98%208.98%200%200%201-6.732-3.026a10%2010%200%200%200%202.109-.068A7.47%207.47%200%200%200%2017%2023.5a7.46%207.46%200%200%200%203.59-.914a.75.75%200%200%201%20.555-.066l3.25.87l-.872-3.252a.75.75%200%200%201%20.066-.553A7.5%207.5%200%200%200%2024.5%2016a7.5%207.5%200%200%200-3.825-6.54a10%2010%200%200%200-.75-1.974a9.004%209.004%200%200%201%205.123%2012.547l.908%203.388a1.25%201.25%200%200%201-1.531%201.53l-3.386-.906A9%209%200%200%201%2017%2025m-5-8.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%209.257l.002-.032a1.5%201.5%200%200%201%20.183-.606C9.837%208.348%2010.153%208%2011%208s1.163.348%201.315.618a1.5%201.5%200%200%201%20.185.635v.003c-.002.522-.305.858-.914%201.534l-.018.021c-.58.643-1.318%201.514-1.318%202.939a.75.75%200%200%200%201.5%200c0-.825.386-1.329.932-1.935l.125-.137C13.308%2011.13%2014%2010.374%2014%209.25v-.002l-.001-.049l-.006-.095a3%203%200%200%200-.37-1.222C13.211%207.152%2012.402%206.5%2011%206.5s-2.212.652-2.622%201.382A3%203%200%200%200%208%209.231v.019a.75.75%200%200%200%201.5.007%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2012a7.5%207.5%200%201%201%203.91%206.586a.75.75%200%200%200-.555-.066l-3.25.87l.872-3.252a.75.75%200%200%200-.066-.553A7.46%207.46%200%200%201%203.5%2012M11%203a9%209%200%200%200-8.048%2013.032l-.908%203.389a1.25%201.25%200%200%200%201.53%201.53l3.387-.906A9%209%200%201%200%2011%203m6%2022a8.98%208.98%200%200%201-6.732-3.026a10%2010%200%200%200%202.109-.068A7.47%207.47%200%200%200%2017%2023.5a7.46%207.46%200%200%200%203.59-.914a.75.75%200%200%201%20.555-.066l3.25.87l-.872-3.252a.75.75%200%200%201%20.066-.553A7.5%207.5%200%200%200%2024.5%2016a7.5%207.5%200%200%200-3.825-6.54a10%2010%200%200%200-.75-1.974a9.004%209.004%200%200%201%205.123%2012.547l.908%203.388a1.25%201.25%200%200%201-1.531%201.53l-3.386-.906A9%209%200%200%201%2017%2025m-5-8.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%209.257l.002-.032a1.5%201.5%200%200%201%20.183-.606C9.837%208.348%2010.153%208%2011%208s1.163.348%201.315.618a1.5%201.5%200%200%201%20.185.635v.003c-.002.522-.305.858-.914%201.534l-.018.021c-.58.643-1.318%201.514-1.318%202.939a.75.75%200%200%200%201.5%200c0-.825.386-1.329.932-1.935l.125-.137C13.308%2011.13%2014%2010.374%2014%209.25v-.002l-.001-.049l-.006-.095a3%203%200%200%200-.37-1.222C13.211%207.152%2012.402%206.5%2011%206.5s-2.212.652-2.622%201.382A3%203%200%200%200%208%209.231v.019a.75.75%200%200%200%201.5.007%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-28-regular.svg?color=%231a73e8&size=48