exclamation question mark emoji
exclamation-question-mark from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- exclamation-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 exclamation question mark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#d22f27"><ellipse cx="43.824" cy="58.38" rx="3.147" ry="3.153"/><path d="M43.713 49.317a1.476 1.476 0 0 1-1.476-1.465c0-.082-.06-2.56.004-8.415c.036-3.231 3.63-6.127 8.385-10.876c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269c6.57 0 12.028 3.432 12.028 10.207c0 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.465 1.487Z"/><ellipse cx="22.421" cy="58.25" rx="3" ry="3.023"/><path d="M22.321 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></g><ellipse cx="43.824" cy="58.38" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3.147" ry="3.153"/><path d="M44.082 10.958c6.57 0 12.028 3.432 12.028 10.207c0 3.671-.48 6.526-3.71 9.755c-3.955 3.956-7.183 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.475-1.464c0-.082-.061-2.561.004-8.416c.036-3.23 3.63-6.127 8.385-10.875c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269m0-2c-4.964 0-13.365 3.006-13.365 14.27a3.52 3.52 0 0 0 3.505 3.758a3.42 3.42 0 0 0 3.394-3.587c0-3.445 1.128-7.552 6.5-7.552c4.816 0 6.983 3.267 6.983 5.587c0 2.364-.315 4.144-1.886 5.712a250 250 0 0 1-2.157 2.12c-3.934 3.833-6.776 6.602-6.815 10.149c-.055 4.945-.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.821 3.948-4.571c.809-.767 1.726-1.637 2.674-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.206-14.028-12.206Z"/><ellipse cx="22.421" cy="58.895" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3" ry="3.023"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.421 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiExclamationQuestionMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#d22f27"><ellipse cx="43.824" cy="58.38" rx="3.147" ry="3.153"/><path d="M43.713 49.317a1.476 1.476 0 0 1-1.476-1.465c0-.082-.06-2.56.004-8.415c.036-3.231 3.63-6.127 8.385-10.876c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269c6.57 0 12.028 3.432 12.028 10.207c0 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.465 1.487Z"/><ellipse cx="22.421" cy="58.25" rx="3" ry="3.023"/><path d="M22.321 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></g><ellipse cx="43.824" cy="58.38" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="3.147" ry="3.153"/><path d="M44.082 10.958c6.57 0 12.028 3.432 12.028 10.207c0 3.671-.48 6.526-3.71 9.755c-3.955 3.956-7.183 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.475-1.464c0-.082-.061-2.561.004-8.416c.036-3.23 3.63-6.127 8.385-10.875c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269m0-2c-4.964 0-13.365 3.006-13.365 14.27a3.52 3.52 0 0 0 3.505 3.758a3.42 3.42 0 0 0 3.394-3.587c0-3.445 1.128-7.552 6.5-7.552c4.816 0 6.983 3.267 6.983 5.587c0 2.364-.315 4.144-1.886 5.712a250 250 0 0 1-2.157 2.12c-3.934 3.833-6.776 6.602-6.815 10.149c-.055 4.945-.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.821 3.948-4.571c.809-.767 1.726-1.637 2.674-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.206-14.028-12.206Z"/><ellipse cx="22.421" cy="58.895" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="3" ry="3.023"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22.421 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#d22f27"><ellipse cx="43.824" cy="58.38" rx="3.147" ry="3.153"/><path d="M43.713 49.317a1.476 1.476 0 0 1-1.476-1.465c0-.082-.06-2.56.004-8.415c.036-3.231 3.63-6.127 8.385-10.876c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269c6.57 0 12.028 3.432 12.028 10.207c0 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.465 1.487Z"/><ellipse cx="22.421" cy="58.25" rx="3" ry="3.023"/><path d="M22.321 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></g><ellipse cx="43.824" cy="58.38" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3.147" ry="3.153"/><path d="M44.082 10.958c6.57 0 12.028 3.432 12.028 10.207c0 3.671-.48 6.526-3.71 9.755c-3.955 3.956-7.183 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.475-1.464c0-.082-.061-2.561.004-8.416c.036-3.23 3.63-6.127 8.385-10.875c2.178-2.174 2.474-4.716 2.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339 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.269 11.365-12.269m0-2c-4.964 0-13.365 3.006-13.365 14.27a3.52 3.52 0 0 0 3.505 3.758a3.42 3.42 0 0 0 3.394-3.587c0-3.445 1.128-7.552 6.5-7.552c4.816 0 6.983 3.267 6.983 5.587c0 2.364-.315 4.144-1.886 5.712a250 250 0 0 1-2.157 2.12c-3.934 3.833-6.776 6.602-6.815 10.149c-.055 4.945-.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.821 3.948-4.571c.809-.767 1.726-1.637 2.674-2.585c3.577-3.577 4.296-6.926 4.296-11.17c0-7.3-5.638-12.206-14.028-12.206Z"/><ellipse cx="22.421" cy="58.895" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="3" ry="3.023"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.421 50.778a2.485 2.485 0 0 1-2.5-2.519V12.792a2.5 2.5 0 1 1 5 0v35.467a2.485 2.485 0 0 1-2.5 2.52"/></svg> </template>
CSS
.icon-exclamation-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%23d22f27%22%3E%3Cellipse%20cx%3D%2243.824%22%20cy%3D%2258.38%22%20rx%3D%223.147%22%20ry%3D%223.153%22%2F%3E%3Cpath%20d%3D%22M43.713%2049.317a1.476%201.476%200%200%201-1.476-1.465c0-.082-.06-2.56.004-8.415c.036-3.231%203.63-6.127%208.385-10.876c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339%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.269%2011.365-12.269c6.57%200%2012.028%203.432%2012.028%2010.207c0%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.465%201.487Z%22%2F%3E%3Cellipse%20cx%3D%2222.421%22%20cy%3D%2258.25%22%20rx%3D%223%22%20ry%3D%223.023%22%2F%3E%3Cpath%20d%3D%22M22.321%2050.778a2.485%202.485%200%200%201-2.5-2.519V12.792a2.5%202.5%200%201%201%205%200v35.467a2.485%202.485%200%200%201-2.5%202.52%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2243.824%22%20cy%3D%2258.38%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%223.147%22%20ry%3D%223.153%22%2F%3E%3Cpath%20d%3D%22M44.082%2010.958c6.57%200%2012.028%203.432%2012.028%2010.207c0%203.671-.48%206.526-3.71%209.755c-3.955%203.956-7.183%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.475-1.464c0-.082-.061-2.561.004-8.416c.036-3.23%203.63-6.127%208.385-10.875c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339%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.269%2011.365-12.269m0-2c-4.964%200-13.365%203.006-13.365%2014.27a3.52%203.52%200%200%200%203.505%203.758a3.42%203.42%200%200%200%203.394-3.587c0-3.445%201.128-7.552%206.5-7.552c4.816%200%206.983%203.267%206.983%205.587c0%202.364-.315%204.144-1.886%205.712a250%20250%200%200%201-2.157%202.12c-3.934%203.833-6.776%206.602-6.815%2010.149c-.055%204.945-.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.821%203.948-4.571c.809-.767%201.726-1.637%202.674-2.585c3.577-3.577%204.296-6.926%204.296-11.17c0-7.3-5.638-12.206-14.028-12.206Z%22%2F%3E%3Cellipse%20cx%3D%2222.421%22%20cy%3D%2258.895%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%223%22%20ry%3D%223.023%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.421%2050.778a2.485%202.485%200%200%201-2.5-2.519V12.792a2.5%202.5%200%201%201%205%200v35.467a2.485%202.485%200%200%201-2.5%202.52%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%23d22f27%22%3E%3Cellipse%20cx%3D%2243.824%22%20cy%3D%2258.38%22%20rx%3D%223.147%22%20ry%3D%223.153%22%2F%3E%3Cpath%20d%3D%22M43.713%2049.317a1.476%201.476%200%200%201-1.476-1.465c0-.082-.06-2.56.004-8.415c.036-3.231%203.63-6.127%208.385-10.876c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339%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.269%2011.365-12.269c6.57%200%2012.028%203.432%2012.028%2010.207c0%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.465%201.487Z%22%2F%3E%3Cellipse%20cx%3D%2222.421%22%20cy%3D%2258.25%22%20rx%3D%223%22%20ry%3D%223.023%22%2F%3E%3Cpath%20d%3D%22M22.321%2050.778a2.485%202.485%200%200%201-2.5-2.519V12.792a2.5%202.5%200%201%201%205%200v35.467a2.485%202.485%200%200%201-2.5%202.52%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2243.824%22%20cy%3D%2258.38%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%223.147%22%20ry%3D%223.153%22%2F%3E%3Cpath%20d%3D%22M44.082%2010.958c6.57%200%2012.028%203.432%2012.028%2010.207c0%203.671-.48%206.526-3.71%209.755c-3.955%203.956-7.183%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.475-1.464c0-.082-.061-2.561.004-8.416c.036-3.23%203.63-6.127%208.385-10.875c2.178-2.174%202.474-4.716%202.474-7.127c0-3.282-2.965-7.587-8.983-7.587c-5.339%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.269%2011.365-12.269m0-2c-4.964%200-13.365%203.006-13.365%2014.27a3.52%203.52%200%200%200%203.505%203.758a3.42%203.42%200%200%200%203.394-3.587c0-3.445%201.128-7.552%206.5-7.552c4.816%200%206.983%203.267%206.983%205.587c0%202.364-.315%204.144-1.886%205.712a250%20250%200%200%201-2.157%202.12c-3.934%203.833-6.776%206.602-6.815%2010.149c-.055%204.945-.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.821%203.948-4.571c.809-.767%201.726-1.637%202.674-2.585c3.577-3.577%204.296-6.926%204.296-11.17c0-7.3-5.638-12.206-14.028-12.206Z%22%2F%3E%3Cellipse%20cx%3D%2222.421%22%20cy%3D%2258.895%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%223%22%20ry%3D%223.023%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.421%2050.778a2.485%202.485%200%200%201-2.5-2.519V12.792a2.5%202.5%200%201%201%205%200v35.467a2.485%202.485%200%200%201-2.5%202.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/exclamation-question-mark.svg?color=%231a73e8&size=48