question icon
question-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- question-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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 5.5c-5.52 0-10 4.48-10 10a1.25 1.25 0 1 0 2.5 0c0-4.14 3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5c0 1.875-.47 2.94-1.101 3.745c-.51.65-1.105 1.134-1.848 1.736c-.304.247-.632.514-.99.82c-1.17 1.003-2.408 2.267-3.33 4.29c-.916 2.004-1.481 4.662-1.481 8.409v.25a1.25 1.25 0 1 0 2.5 0v-.25c0-3.503.529-5.783 1.254-7.372c.718-1.57 1.667-2.557 2.685-3.429c.232-.2.485-.405.748-.618c.818-.663 1.732-1.404 2.43-2.294C33.377 19.497 34 17.875 34 15.5c0-5.52-4.48-10-10-10M24 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentQuestion48Regular(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 5.5c-5.52 0-10 4.48-10 10a1.25 1.25 0 1 0 2.5 0c0-4.14 3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5c0 1.875-.47 2.94-1.101 3.745c-.51.65-1.105 1.134-1.848 1.736c-.304.247-.632.514-.99.82c-1.17 1.003-2.408 2.267-3.33 4.29c-.916 2.004-1.481 4.662-1.481 8.409v.25a1.25 1.25 0 1 0 2.5 0v-.25c0-3.503.529-5.783 1.254-7.372c.718-1.57 1.667-2.557 2.685-3.429c.232-.2.485-.405.748-.618c.818-.663 1.732-1.404 2.43-2.294C33.377 19.497 34 17.875 34 15.5c0-5.52-4.48-10-10-10M24 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></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 5.5c-5.52 0-10 4.48-10 10a1.25 1.25 0 1 0 2.5 0c0-4.14 3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5c0 1.875-.47 2.94-1.101 3.745c-.51.65-1.105 1.134-1.848 1.736c-.304.247-.632.514-.99.82c-1.17 1.003-2.408 2.267-3.33 4.29c-.916 2.004-1.481 4.662-1.481 8.409v.25a1.25 1.25 0 1 0 2.5 0v-.25c0-3.503.529-5.783 1.254-7.372c.718-1.57 1.667-2.557 2.685-3.429c.232-.2.485-.405.748-.618c.818-.663 1.732-1.404 2.43-2.294C33.377 19.497 34 17.875 34 15.5c0-5.52-4.48-10-10-10M24 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg> </template>
CSS
.icon-question-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%205.5c-5.52%200-10%204.48-10%2010a1.25%201.25%200%201%200%202.5%200c0-4.14%203.36-7.5%207.5-7.5s7.5%203.36%207.5%207.5c0%201.875-.47%202.94-1.101%203.745c-.51.65-1.105%201.134-1.848%201.736c-.304.247-.632.514-.99.82c-1.17%201.003-2.408%202.267-3.33%204.29c-.916%202.004-1.481%204.662-1.481%208.409v.25a1.25%201.25%200%201%200%202.5%200v-.25c0-3.503.529-5.783%201.254-7.372c.718-1.57%201.667-2.557%202.685-3.429c.232-.2.485-.405.748-.618c.818-.663%201.732-1.404%202.43-2.294C33.377%2019.497%2034%2017.875%2034%2015.5c0-5.52-4.48-10-10-10M24%2042a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%205.5c-5.52%200-10%204.48-10%2010a1.25%201.25%200%201%200%202.5%200c0-4.14%203.36-7.5%207.5-7.5s7.5%203.36%207.5%207.5c0%201.875-.47%202.94-1.101%203.745c-.51.65-1.105%201.134-1.848%201.736c-.304.247-.632.514-.99.82c-1.17%201.003-2.408%202.267-3.33%204.29c-.916%202.004-1.481%204.662-1.481%208.409v.25a1.25%201.25%200%201%200%202.5%200v-.25c0-3.503.529-5.783%201.254-7.372c.718-1.57%201.667-2.557%202.685-3.429c.232-.2.485-.405.748-.618c.818-.663%201.732-1.404%202.43-2.294C33.377%2019.497%2034%2017.875%2034%2015.5c0-5.52-4.48-10-10-10M24%2042a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/question-48-regular.svg?color=%231a73e8&size=48