chat bubbles question icon

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

Name
chat-bubbles-question-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66M11.5 15c0-1.655.884-2.662 1.6-3.478l.02-.022c.56-.64.88-1.02.88-1.5c-.01-.29-.18-1-1.5-1c-1.43 0-1.5.83-1.5 1c0 .55-.45 1-1 1s-1-.45-1-1c0-1.21.93-3 3.5-3S16 8.79 16 10s-.73 2.09-1.38 2.83l-.018.02C14.01 13.523 13.5 14.1 13.5 15c0 .55-.45 1-1 1s-1-.45-1-1m2.25 3.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatBubblesQuestion32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66M11.5 15c0-1.655.884-2.662 1.6-3.478l.02-.022c.56-.64.88-1.02.88-1.5c-.01-.29-.18-1-1.5-1c-1.43 0-1.5.83-1.5 1c0 .55-.45 1-1 1s-1-.45-1-1c0-1.21.93-3 3.5-3S16 8.79 16 10s-.73 2.09-1.38 2.83l-.018.02C14.01 13.523 13.5 14.1 13.5 15c0 .55-.45 1-1 1s-1-.45-1-1m2.25 3.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66M11.5 15c0-1.655.884-2.662 1.6-3.478l.02-.022c.56-.64.88-1.02.88-1.5c-.01-.29-.18-1-1.5-1c-1.43 0-1.5.83-1.5 1c0 .55-.45 1-1 1s-1-.45-1-1c0-1.21.93-3 3.5-3S16 8.79 16 10s-.73 2.09-1.38 2.83l-.018.02C14.01 13.523 13.5 14.1 13.5 15c0 .55-.45 1-1 1s-1-.45-1-1m2.25 3.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg>
</template>

CSS

.icon-chat-bubbles-question-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203C6.701%203%202%207.701%202%2013.5a10.5%2010.5%200%200%200%201.102%204.688l-1.05%203.918a1.5%201.5%200%200%200%201.838%201.837l3.915-1.049A10.46%2010.46%200%200%200%2012.5%2024C18.3%2024%2023%2019.299%2023%2013.5S18.3%203%2012.5%203m1.955%2022.342a12%2012%200%200%201-2.808.128A10.47%2010.47%200%200%200%2019.5%2029a10.46%2010.46%200%200%200%204.695-1.106l3.915%201.05a1.5%201.5%200%200%200%201.837-1.838l-1.05-3.918A10.44%2010.44%200%200%200%2030%2018.5a10.5%2010.5%200%200%200-6.451-9.69c.362.853.63%201.757.787%202.699A8.49%208.49%200%200%201%2028%2018.5a8.46%208.46%200%200%201-1.046%204.088a1%201%200%200%200-.09.74l.927%203.46l-3.456-.927a1%201%200%200%200-.74.09a8.46%208.46%200%200%201-4.095%201.05a8.46%208.46%200%200%201-5.045-1.66M11.5%2015c0-1.655.884-2.662%201.6-3.478l.02-.022c.56-.64.88-1.02.88-1.5c-.01-.29-.18-1-1.5-1c-1.43%200-1.5.83-1.5%201c0%20.55-.45%201-1%201s-1-.45-1-1c0-1.21.93-3%203.5-3S16%208.79%2016%2010s-.73%202.09-1.38%202.83l-.018.02C14.01%2013.523%2013.5%2014.1%2013.5%2015c0%20.55-.45%201-1%201s-1-.45-1-1m2.25%203.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203C6.701%203%202%207.701%202%2013.5a10.5%2010.5%200%200%200%201.102%204.688l-1.05%203.918a1.5%201.5%200%200%200%201.838%201.837l3.915-1.049A10.46%2010.46%200%200%200%2012.5%2024C18.3%2024%2023%2019.299%2023%2013.5S18.3%203%2012.5%203m1.955%2022.342a12%2012%200%200%201-2.808.128A10.47%2010.47%200%200%200%2019.5%2029a10.46%2010.46%200%200%200%204.695-1.106l3.915%201.05a1.5%201.5%200%200%200%201.837-1.838l-1.05-3.918A10.44%2010.44%200%200%200%2030%2018.5a10.5%2010.5%200%200%200-6.451-9.69c.362.853.63%201.757.787%202.699A8.49%208.49%200%200%201%2028%2018.5a8.46%208.46%200%200%201-1.046%204.088a1%201%200%200%200-.09.74l.927%203.46l-3.456-.927a1%201%200%200%200-.74.09a8.46%208.46%200%200%201-4.095%201.05a8.46%208.46%200%200%201-5.045-1.66M11.5%2015c0-1.655.884-2.662%201.6-3.478l.02-.022c.56-.64.88-1.02.88-1.5c-.01-.29-.18-1-1.5-1c-1.43%200-1.5.83-1.5%201c0%20.55-.45%201-1%201s-1-.45-1-1c0-1.21.93-3%203.5-3S16%208.79%2016%2010s-.73%202.09-1.38%202.83l-.018.02C14.01%2013.523%2013.5%2014.1%2013.5%2015c0%20.55-.45%201-1%201s-1-.45-1-1m2.25%203.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%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-32-filled.svg?color=%231a73e8&size=48