chat bubbles question icon
chat-bubbles-question-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- chat-bubbles-question-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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
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 24 24"><path fill="currentColor" d="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3M7.09 7.396c.264-.486.612-.853 1.054-1.089c.434-.232.901-.306 1.356-.306a2.62 2.62 0 0 1 1.632.577c.517.424.868 1.074.868 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 0 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 1 1-1.32-.715M9.5 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.1 6a7.47 7.47 0 0 0 5.1 2c1.1 0 2.145-.237 3.088-.664c1.044.245 2.186.488 2.913.64a1.244 1.244 0 0 0 1.468-1.499c-.163-.703-.419-1.795-.672-2.803A7.503 7.503 0 0 0 16.953 6.41c.35.637.622 1.324.8 2.047A6 6 0 0 1 20.5 13.5c0 .991-.24 1.924-.664 2.747l-.13.253l.07.275c.227.896.466 1.9.641 2.65a117 117 0 0 1-2.739-.609l-.265-.063l-.243.122c-.803.4-1.71.625-2.67.625a6 6 0 0 1-2.919-.757a8.5 8.5 0 0 1-2.18.256"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatBubblesQuestion24Filled(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="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3M7.09 7.396c.264-.486.612-.853 1.054-1.089c.434-.232.901-.306 1.356-.306a2.62 2.62 0 0 1 1.632.577c.517.424.868 1.074.868 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 0 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 1 1-1.32-.715M9.5 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.1 6a7.47 7.47 0 0 0 5.1 2c1.1 0 2.145-.237 3.088-.664c1.044.245 2.186.488 2.913.64a1.244 1.244 0 0 0 1.468-1.499c-.163-.703-.419-1.795-.672-2.803A7.503 7.503 0 0 0 16.953 6.41c.35.637.622 1.324.8 2.047A6 6 0 0 1 20.5 13.5c0 .991-.24 1.924-.664 2.747l-.13.253l.07.275c.227.896.466 1.9.641 2.65a117 117 0 0 1-2.739-.609l-.265-.063l-.243.122c-.803.4-1.71.625-2.67.625a6 6 0 0 1-2.919-.757a8.5 8.5 0 0 1-2.18.256"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3M7.09 7.396c.264-.486.612-.853 1.054-1.089c.434-.232.901-.306 1.356-.306a2.62 2.62 0 0 1 1.632.577c.517.424.868 1.074.868 1.922c0 .975-.689 1.504-1.077 1.802l-.085.066c-.424.333-.588.511-.588.882a.75.75 0 0 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 1 1-1.32-.715M9.5 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.1 6a7.47 7.47 0 0 0 5.1 2c1.1 0 2.145-.237 3.088-.664c1.044.245 2.186.488 2.913.64a1.244 1.244 0 0 0 1.468-1.499c-.163-.703-.419-1.795-.672-2.803A7.503 7.503 0 0 0 16.953 6.41c.35.637.622 1.324.8 2.047A6 6 0 0 1 20.5 13.5c0 .991-.24 1.924-.664 2.747l-.13.253l.07.275c.227.896.466 1.9.641 2.65a117 117 0 0 1-2.739-.609l-.265-.063l-.243.122c-.803.4-1.71.625-2.67.625a6 6 0 0 1-2.919-.757a8.5 8.5 0 0 1-2.18.256"/></svg> </template>
CSS
.icon-chat-bubbles-question-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a7.5%207.5%200%200%200-6.797%2010.675a68%2068%200%200%200-.681%203.142a.996.996%200%200%200%201.153%201.17c.623-.11%201.978-.36%203.236-.65A7.5%207.5%200%201%200%209.5%203M7.09%207.396c.264-.486.612-.853%201.054-1.089c.434-.232.901-.306%201.356-.306a2.62%202.62%200%200%201%201.632.577c.517.424.868%201.074.868%201.922c0%20.975-.689%201.504-1.077%201.802l-.085.066c-.424.333-.588.511-.588.882a.75.75%200%200%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%201%201-1.32-.715M9.5%2013a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.1%206a7.47%207.47%200%200%200%205.1%202c1.1%200%202.145-.237%203.088-.664c1.044.245%202.186.488%202.913.64a1.244%201.244%200%200%200%201.468-1.499c-.163-.703-.419-1.795-.672-2.803A7.503%207.503%200%200%200%2016.953%206.41c.35.637.622%201.324.8%202.047A6%206%200%200%201%2020.5%2013.5c0%20.991-.24%201.924-.664%202.747l-.13.253l.07.275c.227.896.466%201.9.641%202.65a117%20117%200%200%201-2.739-.609l-.265-.063l-.243.122c-.803.4-1.71.625-2.67.625a6%206%200%200%201-2.919-.757a8.5%208.5%200%200%201-2.18.256%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%22M9.5%203a7.5%207.5%200%200%200-6.797%2010.675a68%2068%200%200%200-.681%203.142a.996.996%200%200%200%201.153%201.17c.623-.11%201.978-.36%203.236-.65A7.5%207.5%200%201%200%209.5%203M7.09%207.396c.264-.486.612-.853%201.054-1.089c.434-.232.901-.306%201.356-.306a2.62%202.62%200%200%201%201.632.577c.517.424.868%201.074.868%201.922c0%20.975-.689%201.504-1.077%201.802l-.085.066c-.424.333-.588.511-.588.882a.75.75%200%200%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%201%201-1.32-.715M9.5%2013a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.1%206a7.47%207.47%200%200%200%205.1%202c1.1%200%202.145-.237%203.088-.664c1.044.245%202.186.488%202.913.64a1.244%201.244%200%200%200%201.468-1.499c-.163-.703-.419-1.795-.672-2.803A7.503%207.503%200%200%200%2016.953%206.41c.35.637.622%201.324.8%202.047A6%206%200%200%201%2020.5%2013.5c0%20.991-.24%201.924-.664%202.747l-.13.253l.07.275c.227.896.466%201.9.641%202.65a117%20117%200%200%201-2.739-.609l-.265-.063l-.243.122c-.803.4-1.71.625-2.67.625a6%206%200%200%201-2.919-.757a8.5%208.5%200%200%201-2.18.256%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-filled.svg?color=%231a73e8&size=48