white question mark emoji
white-question-mark from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- white-question-mark
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
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 72 72"><g fill="#fff" stroke-miterlimit="10"><path d="M48.72 20.15c.305 9.298-8.021 12.75-10.82 19.21v7.565c0 1.39-1.11 2.5-2.5 2.5c-1.38 0-2.5-1.11-2.5-2.5V37.06c3.493-6.142 10.38-7.469 10.67-17.06c0-5.66-6.543-6.151-7.988-6.175h-.05c-5.767 1.187-6.135 4.99-7.289 9.549c-.667 1.521-1.564 2.045-2.9 2.03a2.5 2.5 0 0 1-2.02-2.9c.588-2.752.758-6.639 2.35-8.502c2.71-3.14 4.819-4.957 9.179-5.167c.24 0 .49-.01.73-.01c.09 0 .18 0 .27.01c8.27.24 12.6 2.992 12.87 11.32z"/><circle cx="34.95" cy="58.84" r="3"/></g><circle cx="35.3" cy="58.84" r="2.625" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.75"/><path d="M35.67 10.07c6.57 0 12.03 3.431 12.03 10.21c0 3.671-.48 6.526-3.71 9.755c-3.956 3.956-7.184 6.346-7.208 8.549c-.065 5.826-.005 8.278-.004 8.36a1.476 1.476 0 0 1-1.464 1.487h-.012a1.476 1.476 0 0 1-1.476-1.464c0-.082-.06-2.561.005-8.416c.035-3.231 3.63-6.127 8.385-10.88c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.984-7.587c-5.338 0-8.5 3.467-8.5 9.552a1.434 1.434 0 0 1-1.394 1.587a1.552 1.552 0 0 1-1.505-1.759c0-9.882 7.29-12.27 11.36-12.27m0-2c-4.964 0-13.36 3.005-13.36 14.27a3.52 3.52 0 0 0 3.505 3.759a3.42 3.42 0 0 0 3.395-3.587c0-3.445 1.128-7.552 6.499-7.552c4.817 0 6.984 3.267 6.984 5.587c0 2.364-.316 4.144-1.886 5.712c-.752.75-1.474 1.454-2.157 2.12c-3.933 3.833-6.775 6.602-6.815 10.15c-.055 4.946-.022 7.539-.005 8.424a3.476 3.476 0 1 0 6.952-.025l-.002-.075c-.016-.86-.048-3.384.006-8.248c.01-.838 2.102-2.822 3.948-4.572c.809-.767 1.726-1.636 2.675-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.21-14.03-12.21z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWhiteQuestionMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fff" strokeMiterlimit="10"><path d="M48.72 20.15c.305 9.298-8.021 12.75-10.82 19.21v7.565c0 1.39-1.11 2.5-2.5 2.5c-1.38 0-2.5-1.11-2.5-2.5V37.06c3.493-6.142 10.38-7.469 10.67-17.06c0-5.66-6.543-6.151-7.988-6.175h-.05c-5.767 1.187-6.135 4.99-7.289 9.549c-.667 1.521-1.564 2.045-2.9 2.03a2.5 2.5 0 0 1-2.02-2.9c.588-2.752.758-6.639 2.35-8.502c2.71-3.14 4.819-4.957 9.179-5.167c.24 0 .49-.01.73-.01c.09 0 .18 0 .27.01c8.27.24 12.6 2.992 12.87 11.32z"/><circle cx="34.95" cy="58.84" r="3"/></g><circle cx="35.3" cy="58.84" r="2.625" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.75"/><path d="M35.67 10.07c6.57 0 12.03 3.431 12.03 10.21c0 3.671-.48 6.526-3.71 9.755c-3.956 3.956-7.184 6.346-7.208 8.549c-.065 5.826-.005 8.278-.004 8.36a1.476 1.476 0 0 1-1.464 1.487h-.012a1.476 1.476 0 0 1-1.476-1.464c0-.082-.06-2.561.005-8.416c.035-3.231 3.63-6.127 8.385-10.88c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.984-7.587c-5.338 0-8.5 3.467-8.5 9.552a1.434 1.434 0 0 1-1.394 1.587a1.552 1.552 0 0 1-1.505-1.759c0-9.882 7.29-12.27 11.36-12.27m0-2c-4.964 0-13.36 3.005-13.36 14.27a3.52 3.52 0 0 0 3.505 3.759a3.42 3.42 0 0 0 3.395-3.587c0-3.445 1.128-7.552 6.499-7.552c4.817 0 6.984 3.267 6.984 5.587c0 2.364-.316 4.144-1.886 5.712c-.752.75-1.474 1.454-2.157 2.12c-3.933 3.833-6.775 6.602-6.815 10.15c-.055 4.946-.022 7.539-.005 8.424a3.476 3.476 0 1 0 6.952-.025l-.002-.075c-.016-.86-.048-3.384.006-8.248c.01-.838 2.102-2.822 3.948-4.572c.809-.767 1.726-1.636 2.675-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.21-14.03-12.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fff" stroke-miterlimit="10"><path d="M48.72 20.15c.305 9.298-8.021 12.75-10.82 19.21v7.565c0 1.39-1.11 2.5-2.5 2.5c-1.38 0-2.5-1.11-2.5-2.5V37.06c3.493-6.142 10.38-7.469 10.67-17.06c0-5.66-6.543-6.151-7.988-6.175h-.05c-5.767 1.187-6.135 4.99-7.289 9.549c-.667 1.521-1.564 2.045-2.9 2.03a2.5 2.5 0 0 1-2.02-2.9c.588-2.752.758-6.639 2.35-8.502c2.71-3.14 4.819-4.957 9.179-5.167c.24 0 .49-.01.73-.01c.09 0 .18 0 .27.01c8.27.24 12.6 2.992 12.87 11.32z"/><circle cx="34.95" cy="58.84" r="3"/></g><circle cx="35.3" cy="58.84" r="2.625" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.75"/><path d="M35.67 10.07c6.57 0 12.03 3.431 12.03 10.21c0 3.671-.48 6.526-3.71 9.755c-3.956 3.956-7.184 6.346-7.208 8.549c-.065 5.826-.005 8.278-.004 8.36a1.476 1.476 0 0 1-1.464 1.487h-.012a1.476 1.476 0 0 1-1.476-1.464c0-.082-.06-2.561.005-8.416c.035-3.231 3.63-6.127 8.385-10.88c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.984-7.587c-5.338 0-8.5 3.467-8.5 9.552a1.434 1.434 0 0 1-1.394 1.587a1.552 1.552 0 0 1-1.505-1.759c0-9.882 7.29-12.27 11.36-12.27m0-2c-4.964 0-13.36 3.005-13.36 14.27a3.52 3.52 0 0 0 3.505 3.759a3.42 3.42 0 0 0 3.395-3.587c0-3.445 1.128-7.552 6.499-7.552c4.817 0 6.984 3.267 6.984 5.587c0 2.364-.316 4.144-1.886 5.712c-.752.75-1.474 1.454-2.157 2.12c-3.933 3.833-6.775 6.602-6.815 10.15c-.055 4.946-.022 7.539-.005 8.424a3.476 3.476 0 1 0 6.952-.025l-.002-.075c-.016-.86-.048-3.384.006-8.248c.01-.838 2.102-2.822 3.948-4.572c.809-.767 1.726-1.636 2.675-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.21-14.03-12.21z"/></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%2072%2072%22%3E%3Cg%20fill%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20d%3D%22M48.72%2020.15c.305%209.298-8.021%2012.75-10.82%2019.21v7.565c0%201.39-1.11%202.5-2.5%202.5c-1.38%200-2.5-1.11-2.5-2.5V37.06c3.493-6.142%2010.38-7.469%2010.67-17.06c0-5.66-6.543-6.151-7.988-6.175h-.05c-5.767%201.187-6.135%204.99-7.289%209.549c-.667%201.521-1.564%202.045-2.9%202.03a2.5%202.5%200%200%201-2.02-2.9c.588-2.752.758-6.639%202.35-8.502c2.71-3.14%204.819-4.957%209.179-5.167c.24%200%20.49-.01.73-.01c.09%200%20.18%200%20.27.01c8.27.24%2012.6%202.992%2012.87%2011.32z%22%2F%3E%3Ccircle%20cx%3D%2234.95%22%20cy%3D%2258.84%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2235.3%22%20cy%3D%2258.84%22%20r%3D%222.625%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.75%22%2F%3E%3Cpath%20d%3D%22M35.67%2010.07c6.57%200%2012.03%203.431%2012.03%2010.21c0%203.671-.48%206.526-3.71%209.755c-3.956%203.956-7.184%206.346-7.208%208.549c-.065%205.826-.005%208.278-.004%208.36a1.476%201.476%200%200%201-1.464%201.487h-.012a1.476%201.476%200%200%201-1.476-1.464c0-.082-.06-2.561.005-8.416c.035-3.231%203.63-6.127%208.385-10.88c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.984-7.587c-5.338%200-8.5%203.467-8.5%209.552a1.434%201.434%200%200%201-1.394%201.587a1.552%201.552%200%200%201-1.505-1.759c0-9.882%207.29-12.27%2011.36-12.27m0-2c-4.964%200-13.36%203.005-13.36%2014.27a3.52%203.52%200%200%200%203.505%203.759a3.42%203.42%200%200%200%203.395-3.587c0-3.445%201.128-7.552%206.499-7.552c4.817%200%206.984%203.267%206.984%205.587c0%202.364-.316%204.144-1.886%205.712c-.752.75-1.474%201.454-2.157%202.12c-3.933%203.833-6.775%206.602-6.815%2010.15c-.055%204.946-.022%207.539-.005%208.424a3.476%203.476%200%201%200%206.952-.025l-.002-.075c-.016-.86-.048-3.384.006-8.248c.01-.838%202.102-2.822%203.948-4.572c.809-.767%201.726-1.636%202.675-2.585c3.577-3.577%204.296-6.926%204.296-11.17c0-7.3-5.638-12.21-14.03-12.21z%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%2072%2072%22%3E%3Cg%20fill%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20d%3D%22M48.72%2020.15c.305%209.298-8.021%2012.75-10.82%2019.21v7.565c0%201.39-1.11%202.5-2.5%202.5c-1.38%200-2.5-1.11-2.5-2.5V37.06c3.493-6.142%2010.38-7.469%2010.67-17.06c0-5.66-6.543-6.151-7.988-6.175h-.05c-5.767%201.187-6.135%204.99-7.289%209.549c-.667%201.521-1.564%202.045-2.9%202.03a2.5%202.5%200%200%201-2.02-2.9c.588-2.752.758-6.639%202.35-8.502c2.71-3.14%204.819-4.957%209.179-5.167c.24%200%20.49-.01.73-.01c.09%200%20.18%200%20.27.01c8.27.24%2012.6%202.992%2012.87%2011.32z%22%2F%3E%3Ccircle%20cx%3D%2234.95%22%20cy%3D%2258.84%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2235.3%22%20cy%3D%2258.84%22%20r%3D%222.625%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.75%22%2F%3E%3Cpath%20d%3D%22M35.67%2010.07c6.57%200%2012.03%203.431%2012.03%2010.21c0%203.671-.48%206.526-3.71%209.755c-3.956%203.956-7.184%206.346-7.208%208.549c-.065%205.826-.005%208.278-.004%208.36a1.476%201.476%200%200%201-1.464%201.487h-.012a1.476%201.476%200%200%201-1.476-1.464c0-.082-.06-2.561.005-8.416c.035-3.231%203.63-6.127%208.385-10.88c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.984-7.587c-5.338%200-8.5%203.467-8.5%209.552a1.434%201.434%200%200%201-1.394%201.587a1.552%201.552%200%200%201-1.505-1.759c0-9.882%207.29-12.27%2011.36-12.27m0-2c-4.964%200-13.36%203.005-13.36%2014.27a3.52%203.52%200%200%200%203.505%203.759a3.42%203.42%200%200%200%203.395-3.587c0-3.445%201.128-7.552%206.499-7.552c4.817%200%206.984%203.267%206.984%205.587c0%202.364-.316%204.144-1.886%205.712c-.752.75-1.474%201.454-2.157%202.12c-3.933%203.833-6.775%206.602-6.815%2010.15c-.055%204.946-.022%207.539-.005%208.424a3.476%203.476%200%201%200%206.952-.025l-.002-.075c-.016-.86-.048-3.384.006-8.248c.01-.838%202.102-2.822%203.948-4.572c.809-.767%201.726-1.636%202.675-2.585c3.577-3.577%204.296-6.926%204.296-11.17c0-7.3-5.638-12.21-14.03-12.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/white-question-mark.svg?color=%231a73e8&size=48