question icon
question-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- question-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 2a3 3 0 0 0-3 3a.5.5 0 0 0 1 0a2 2 0 0 1 4 0c0 .676-.14 1.08-.315 1.36c-.183.293-.428.494-.747.75l-.02.015c-.302.242-.672.537-.951.985C7.673 8.58 7.5 9.176 7.5 10v.5a.5.5 0 0 0 1 0V10c0-.676.14-1.08.315-1.36c.183-.293.428-.494.747-.75l.02-.015c.302-.242.672-.537.951-.985C10.827 6.42 11 5.824 11 5a3 3 0 0 0-3-3m0 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentQuestion16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a3 3 0 0 0-3 3a.5.5 0 0 0 1 0a2 2 0 0 1 4 0c0 .676-.14 1.08-.315 1.36c-.183.293-.428.494-.747.75l-.02.015c-.302.242-.672.537-.951.985C7.673 8.58 7.5 9.176 7.5 10v.5a.5.5 0 0 0 1 0V10c0-.676.14-1.08.315-1.36c.183-.293.428-.494.747-.75l.02-.015c.302-.242.672-.537.951-.985C10.827 6.42 11 5.824 11 5a3 3 0 0 0-3-3m0 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a3 3 0 0 0-3 3a.5.5 0 0 0 1 0a2 2 0 0 1 4 0c0 .676-.14 1.08-.315 1.36c-.183.293-.428.494-.747.75l-.02.015c-.302.242-.672.537-.951.985C7.673 8.58 7.5 9.176 7.5 10v.5a.5.5 0 0 0 1 0V10c0-.676.14-1.08.315-1.36c.183-.293.428-.494.747-.75l.02-.015c.302-.242.672-.537.951-.985C10.827 6.42 11 5.824 11 5a3 3 0 0 0-3-3m0 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-question-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a3%203%200%200%200-3%203a.5.5%200%200%200%201%200a2%202%200%200%201%204%200c0%20.676-.14%201.08-.315%201.36c-.183.293-.428.494-.747.75l-.02.015c-.302.242-.672.537-.951.985C7.673%208.58%207.5%209.176%207.5%2010v.5a.5.5%200%200%200%201%200V10c0-.676.14-1.08.315-1.36c.183-.293.428-.494.747-.75l.02-.015c.302-.242.672-.537.951-.985C10.827%206.42%2011%205.824%2011%205a3%203%200%200%200-3-3m0%2012a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a3%203%200%200%200-3%203a.5.5%200%200%200%201%200a2%202%200%200%201%204%200c0%20.676-.14%201.08-.315%201.36c-.183.293-.428.494-.747.75l-.02.015c-.302.242-.672.537-.951.985C7.673%208.58%207.5%209.176%207.5%2010v.5a.5.5%200%200%200%201%200V10c0-.676.14-1.08.315-1.36c.183-.293.428-.494.747-.75l.02-.015c.302-.242.672-.537.951-.985C10.827%206.42%2011%205.824%2011%205a3%203%200%200%200-3-3m0%2012a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/question-16-regular.svg?color=%231a73e8&size=48