white question mark emoji
white-question-mark from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- white-question-mark
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the white question mark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 27.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-2.408-4.278c-1.41 0-2.555-1.057-2.555-2.36v-2.79c0-1.723 1.336-3.201 3.17-3.514c1.559-.265 2.683-1.528 2.683-2.996v-1.244c0-1.694-1.442-3.103-3.223-3.143a3.4 3.4 0 0 0-2.375.872c-.636.577-.986 1.35-.986 2.173c0 1.302-1.145 2.36-2.555 2.36s-2.566-1.058-2.566-2.37c0-2.104.901-4.082 2.523-5.55c1.633-1.47 3.785-2.262 6.065-2.213C20.31 2.535 24 6.069 24 10.308v1.254c0 3.357-2.323 6.289-5.673 7.347a.255.255 0 0 0-.18.242v1.702c0 1.312-1.144 2.37-2.555 2.37"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastWhiteQuestionMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 27.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-2.408-4.278c-1.41 0-2.555-1.057-2.555-2.36v-2.79c0-1.723 1.336-3.201 3.17-3.514c1.559-.265 2.683-1.528 2.683-2.996v-1.244c0-1.694-1.442-3.103-3.223-3.143a3.4 3.4 0 0 0-2.375.872c-.636.577-.986 1.35-.986 2.173c0 1.302-1.145 2.36-2.555 2.36s-2.566-1.058-2.566-2.37c0-2.104.901-4.082 2.523-5.55c1.633-1.47 3.785-2.262 6.065-2.213C20.31 2.535 24 6.069 24 10.308v1.254c0 3.357-2.323 6.289-5.673 7.347a.255.255 0 0 0-.18.242v1.702c0 1.312-1.144 2.37-2.555 2.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 27.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-2.408-4.278c-1.41 0-2.555-1.057-2.555-2.36v-2.79c0-1.723 1.336-3.201 3.17-3.514c1.559-.265 2.683-1.528 2.683-2.996v-1.244c0-1.694-1.442-3.103-3.223-3.143a3.4 3.4 0 0 0-2.375.872c-.636.577-.986 1.35-.986 2.173c0 1.302-1.145 2.36-2.555 2.36s-2.566-1.058-2.566-2.37c0-2.104.901-4.082 2.523-5.55c1.633-1.47 3.785-2.262 6.065-2.213C20.31 2.535 24 6.069 24 10.308v1.254c0 3.357-2.323 6.289-5.673 7.347a.255.255 0 0 0-.18.242v1.702c0 1.312-1.144 2.37-2.555 2.37"/></svg> </template>
CSS
.icon-white-question-mark {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2027.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-2.408-4.278c-1.41%200-2.555-1.057-2.555-2.36v-2.79c0-1.723%201.336-3.201%203.17-3.514c1.559-.265%202.683-1.528%202.683-2.996v-1.244c0-1.694-1.442-3.103-3.223-3.143a3.4%203.4%200%200%200-2.375.872c-.636.577-.986%201.35-.986%202.173c0%201.302-1.145%202.36-2.555%202.36s-2.566-1.058-2.566-2.37c0-2.104.901-4.082%202.523-5.55c1.633-1.47%203.785-2.262%206.065-2.213C20.31%202.535%2024%206.069%2024%2010.308v1.254c0%203.357-2.323%206.289-5.673%207.347a.255.255%200%200%200-.18.242v1.702c0%201.312-1.144%202.37-2.555%202.37%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2027.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-2.408-4.278c-1.41%200-2.555-1.057-2.555-2.36v-2.79c0-1.723%201.336-3.201%203.17-3.514c1.559-.265%202.683-1.528%202.683-2.996v-1.244c0-1.694-1.442-3.103-3.223-3.143a3.4%203.4%200%200%200-2.375.872c-.636.577-.986%201.35-.986%202.173c0%201.302-1.145%202.36-2.555%202.36s-2.566-1.058-2.566-2.37c0-2.104.901-4.082%202.523-5.55c1.633-1.47%203.785-2.262%206.065-2.213C20.31%202.535%2024%206.069%2024%2010.308v1.254c0%203.357-2.323%206.289-5.673%207.347a.255.255%200%200%200-.18.242v1.702c0%201.312-1.144%202.37-2.555%202.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/white-question-mark.svg?color=%231a73e8&size=48