question icon
question-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- question-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
questionAkar Iconsquestion-outlinedAnt Design IconsquestionBootstrap IconsquestionCodiconsquestionFramework7 IconsquestionFont Awesome 6 SolidquestionFont Awesome SolidquestionHealth IconsquestionHuge IconsquestionLine AwesomequestionMaterial Line Iconsquestion-fillMingCute IconquestionMyna UI IconsquestionOcticonsquestionPhosphorquestionPrime Iconsquestion-fillRemix Iconquestion-outlineTeenyiconsquestionUnicons
Related icons in Fluent UI System Icons
Use the question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 5c-5.547 0-10 4.51-10 10.25a1.5 1.5 0 0 0 3 0C17 11.11 20.167 8 24 8s7 3.11 7 7.25c0 1.836-.446 2.85-1.022 3.607c-.476.626-1.023 1.083-1.732 1.676c-.299.25-.626.522-.988.842c-1.155 1.019-2.385 2.311-3.301 4.376c-.906 2.043-1.457 4.733-1.457 8.499v.25a1.5 1.5 0 0 0 3 0v-.25c0-3.484.511-5.731 1.2-7.282c.677-1.53 1.572-2.487 2.542-3.343c.215-.19.453-.389.704-.597c.798-.667 1.722-1.437 2.42-2.354C33.382 19.337 34 17.664 34 15.25C34 9.51 29.547 5 24 5m0 37a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentQuestion48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 5c-5.547 0-10 4.51-10 10.25a1.5 1.5 0 0 0 3 0C17 11.11 20.167 8 24 8s7 3.11 7 7.25c0 1.836-.446 2.85-1.022 3.607c-.476.626-1.023 1.083-1.732 1.676c-.299.25-.626.522-.988.842c-1.155 1.019-2.385 2.311-3.301 4.376c-.906 2.043-1.457 4.733-1.457 8.499v.25a1.5 1.5 0 0 0 3 0v-.25c0-3.484.511-5.731 1.2-7.282c.677-1.53 1.572-2.487 2.542-3.343c.215-.19.453-.389.704-.597c.798-.667 1.722-1.437 2.42-2.354C33.382 19.337 34 17.664 34 15.25C34 9.51 29.547 5 24 5m0 37a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 5c-5.547 0-10 4.51-10 10.25a1.5 1.5 0 0 0 3 0C17 11.11 20.167 8 24 8s7 3.11 7 7.25c0 1.836-.446 2.85-1.022 3.607c-.476.626-1.023 1.083-1.732 1.676c-.299.25-.626.522-.988.842c-1.155 1.019-2.385 2.311-3.301 4.376c-.906 2.043-1.457 4.733-1.457 8.499v.25a1.5 1.5 0 0 0 3 0v-.25c0-3.484.511-5.731 1.2-7.282c.677-1.53 1.572-2.487 2.542-3.343c.215-.19.453-.389.704-.597c.798-.667 1.722-1.437 2.42-2.354C33.382 19.337 34 17.664 34 15.25C34 9.51 29.547 5 24 5m0 37a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/></svg> </template>
CSS
.icon-question-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%205c-5.547%200-10%204.51-10%2010.25a1.5%201.5%200%200%200%203%200C17%2011.11%2020.167%208%2024%208s7%203.11%207%207.25c0%201.836-.446%202.85-1.022%203.607c-.476.626-1.023%201.083-1.732%201.676c-.299.25-.626.522-.988.842c-1.155%201.019-2.385%202.311-3.301%204.376c-.906%202.043-1.457%204.733-1.457%208.499v.25a1.5%201.5%200%200%200%203%200v-.25c0-3.484.511-5.731%201.2-7.282c.677-1.53%201.572-2.487%202.542-3.343c.215-.19.453-.389.704-.597c.798-.667%201.722-1.437%202.42-2.354C33.382%2019.337%2034%2017.664%2034%2015.25C34%209.51%2029.547%205%2024%205m0%2037a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%205c-5.547%200-10%204.51-10%2010.25a1.5%201.5%200%200%200%203%200C17%2011.11%2020.167%208%2024%208s7%203.11%207%207.25c0%201.836-.446%202.85-1.022%203.607c-.476.626-1.023%201.083-1.732%201.676c-.299.25-.626.522-.988.842c-1.155%201.019-2.385%202.311-3.301%204.376c-.906%202.043-1.457%204.733-1.457%208.499v.25a1.5%201.5%200%200%200%203%200v-.25c0-3.484.511-5.731%201.2-7.282c.677-1.53%201.572-2.487%202.542-3.343c.215-.19.453-.389.704-.597c.798-.667%201.722-1.437%202.42-2.354C33.382%2019.337%2034%2017.664%2034%2015.25C34%209.51%2029.547%205%2024%205m0%2037a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/question-48-filled.svg?color=%231a73e8&size=48