question icon
question-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- question-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
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 28 28"><path fill="currentColor" d="M14 4a6 6 0 0 0-6 6a.75.75 0 0 0 1.5 0a4.5 4.5 0 1 1 9 0c0 1.383-.3 2.233-.697 2.839c-.412.627-.964 1.055-1.633 1.564l-.033.026c-.637.485-1.38 1.052-1.944 1.91c-.587.894-.943 2.044-.943 3.661v.25a.75.75 0 0 0 1.5 0V20c0-1.383.3-2.233.697-2.838c.412-.628.964-1.056 1.633-1.565l.033-.026c.637-.485 1.38-1.052 1.944-1.91c.587-.894.943-2.044.943-3.661a6 6 0 0 0-6-6m0 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentQuestion28Regular(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="M14 4a6 6 0 0 0-6 6a.75.75 0 0 0 1.5 0a4.5 4.5 0 1 1 9 0c0 1.383-.3 2.233-.697 2.839c-.412.627-.964 1.055-1.633 1.564l-.033.026c-.637.485-1.38 1.052-1.944 1.91c-.587.894-.943 2.044-.943 3.661v.25a.75.75 0 0 0 1.5 0V20c0-1.383.3-2.233.697-2.838c.412-.628.964-1.056 1.633-1.565l.033-.026c.637-.485 1.38-1.052 1.944-1.91c.587-.894.943-2.044.943-3.661a6 6 0 0 0-6-6m0 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4a6 6 0 0 0-6 6a.75.75 0 0 0 1.5 0a4.5 4.5 0 1 1 9 0c0 1.383-.3 2.233-.697 2.839c-.412.627-.964 1.055-1.633 1.564l-.033.026c-.637.485-1.38 1.052-1.944 1.91c-.587.894-.943 2.044-.943 3.661v.25a.75.75 0 0 0 1.5 0V20c0-1.383.3-2.233.697-2.838c.412-.628.964-1.056 1.633-1.565l.033-.026c.637-.485 1.38-1.052 1.944-1.91c.587-.894.943-2.044.943-3.661a6 6 0 0 0-6-6m0 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-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%22M14%204a6%206%200%200%200-6%206a.75.75%200%200%200%201.5%200a4.5%204.5%200%201%201%209%200c0%201.383-.3%202.233-.697%202.839c-.412.627-.964%201.055-1.633%201.564l-.033.026c-.637.485-1.38%201.052-1.944%201.91c-.587.894-.943%202.044-.943%203.661v.25a.75.75%200%200%200%201.5%200V20c0-1.383.3-2.233.697-2.838c.412-.628.964-1.056%201.633-1.565l.033-.026c.637-.485%201.38-1.052%201.944-1.91c.587-.894.943-2.044.943-3.661a6%206%200%200%200-6-6m0%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M14%204a6%206%200%200%200-6%206a.75.75%200%200%200%201.5%200a4.5%204.5%200%201%201%209%200c0%201.383-.3%202.233-.697%202.839c-.412.627-.964%201.055-1.633%201.564l-.033.026c-.637.485-1.38%201.052-1.944%201.91c-.587.894-.943%202.044-.943%203.661v.25a.75.75%200%200%200%201.5%200V20c0-1.383.3-2.233.697-2.838c.412-.628.964-1.056%201.633-1.565l.033-.026c.637-.485%201.38-1.052%201.944-1.91c.587-.894.943-2.044.943-3.661a6%206%200%200%200-6-6m0%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/question-28-regular.svg?color=%231a73e8&size=48