red question mark emoji

red-question-mark from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
red-question-mark
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
question-mark

The same emoji in other sets

More symbols icons from Noto Emoji

Use the red question mark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="62.5" cy="112" r="12" fill="#c33"/><circle cx="60.9" cy="112" r="10.3" fill="#f44336"/><path fill="#fff" d="M55.1 108.4c1.2-1.8 3.8-3.3 6.5-3.7c.7-.1 1.3-.1 1.9.1c.4.2.8.6.5 1c-.2.4-.7.5-1.1.6c-2.5.7-4.8 2.4-6.2 4.4c-.5.8-1.4 2.9-2.4 2.4c-1-.7-.8-2.6.8-4.8" opacity=".2"/><path fill="#c33" d="M46.1 24.3c-2.1 2-3.4 4.4-4 7.4c-.3 1.9-2 3.2-3.9 3.2h6.9c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4q3.15-2.85 7.8-3.6c-1.1-.2-2.3-.3-3.5-.3c-4.6.1-8.3 1.4-11.2 3.9"/><path fill="#c33" d="M89.5 12.2C83.4 6.7 75 4 64.2 4c-1.2 0-2.3 0-3.4.1c9.1.5 16.4 3.2 21.8 8.1c6.1 5.5 9.1 13.2 9.1 23c0 8.8-4.1 17.4-12.2 25.9l-9.8 9.6l-.3.3c-2.9 3.4-4.6 8-5.2 13.9c-.2 2-1.9 3.6-4 3.6h6.9c2 0 3.8-1.6 4-3.6c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c-.1-9.8-3.1-17.5-9.1-23"/><path fill="#f44336" d="M64.2 85c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c0-9.8-3-17.5-9.1-23C77.2 7.4 70 4.7 60.8 4.2c-8.9.5-16.2 3.3-21.9 8.2c-5.3 4.6-8.5 10.6-9.4 18.1c-.3 2.4 1.6 4.4 4 4.4h4.8c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4c2.8-2.6 6.6-3.9 11.2-3.9c1.2 0 2.4.1 3.5.3c1.1-.2 2.2-.3 3.4-.3c4.8 0 8.5 1.3 11 4s3.8 6.5 3.8 11.5c0 3.8-1.1 7.4-3.2 10.6c-1.4 2.2-4.7 5.8-10 10.9c-5.2 5.1-8.8 9.8-10.5 14c-1.4 3.4-2.3 7.7-2.5 12.9c-.1 2.3 1.7 4.2 4 4.2h3.5c1.8.1 3.6-1.5 3.8-3.5"/><path fill="#fff" d="M39.6 15.9C43 11.7 49.5 8.7 56 8.3c1.6-.1 3.2 0 4.5.7c1 .5 1.7 1.6 1 2.6c-.6.8-1.8 1.1-2.8 1.3c-6.1 1.2-12 4.7-15.9 9.3c-1.5 1.8-4 6.8-6.2 5.2c-2.3-1.9-1.2-6.4 3-11.5" opacity=".2"/></svg>

React

import type { SVGProps } from "react";

export function NotoRedQuestionMark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="62.5" cy="112" r="12" fill="#c33"/><circle cx="60.9" cy="112" r="10.3" fill="#f44336"/><path fill="#fff" d="M55.1 108.4c1.2-1.8 3.8-3.3 6.5-3.7c.7-.1 1.3-.1 1.9.1c.4.2.8.6.5 1c-.2.4-.7.5-1.1.6c-2.5.7-4.8 2.4-6.2 4.4c-.5.8-1.4 2.9-2.4 2.4c-1-.7-.8-2.6.8-4.8" opacity=".2"/><path fill="#c33" d="M46.1 24.3c-2.1 2-3.4 4.4-4 7.4c-.3 1.9-2 3.2-3.9 3.2h6.9c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4q3.15-2.85 7.8-3.6c-1.1-.2-2.3-.3-3.5-.3c-4.6.1-8.3 1.4-11.2 3.9"/><path fill="#c33" d="M89.5 12.2C83.4 6.7 75 4 64.2 4c-1.2 0-2.3 0-3.4.1c9.1.5 16.4 3.2 21.8 8.1c6.1 5.5 9.1 13.2 9.1 23c0 8.8-4.1 17.4-12.2 25.9l-9.8 9.6l-.3.3c-2.9 3.4-4.6 8-5.2 13.9c-.2 2-1.9 3.6-4 3.6h6.9c2 0 3.8-1.6 4-3.6c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c-.1-9.8-3.1-17.5-9.1-23"/><path fill="#f44336" d="M64.2 85c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c0-9.8-3-17.5-9.1-23C77.2 7.4 70 4.7 60.8 4.2c-8.9.5-16.2 3.3-21.9 8.2c-5.3 4.6-8.5 10.6-9.4 18.1c-.3 2.4 1.6 4.4 4 4.4h4.8c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4c2.8-2.6 6.6-3.9 11.2-3.9c1.2 0 2.4.1 3.5.3c1.1-.2 2.2-.3 3.4-.3c4.8 0 8.5 1.3 11 4s3.8 6.5 3.8 11.5c0 3.8-1.1 7.4-3.2 10.6c-1.4 2.2-4.7 5.8-10 10.9c-5.2 5.1-8.8 9.8-10.5 14c-1.4 3.4-2.3 7.7-2.5 12.9c-.1 2.3 1.7 4.2 4 4.2h3.5c1.8.1 3.6-1.5 3.8-3.5"/><path fill="#fff" d="M39.6 15.9C43 11.7 49.5 8.7 56 8.3c1.6-.1 3.2 0 4.5.7c1 .5 1.7 1.6 1 2.6c-.6.8-1.8 1.1-2.8 1.3c-6.1 1.2-12 4.7-15.9 9.3c-1.5 1.8-4 6.8-6.2 5.2c-2.3-1.9-1.2-6.4 3-11.5" opacity=".2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="62.5" cy="112" r="12" fill="#c33"/><circle cx="60.9" cy="112" r="10.3" fill="#f44336"/><path fill="#fff" d="M55.1 108.4c1.2-1.8 3.8-3.3 6.5-3.7c.7-.1 1.3-.1 1.9.1c.4.2.8.6.5 1c-.2.4-.7.5-1.1.6c-2.5.7-4.8 2.4-6.2 4.4c-.5.8-1.4 2.9-2.4 2.4c-1-.7-.8-2.6.8-4.8" opacity=".2"/><path fill="#c33" d="M46.1 24.3c-2.1 2-3.4 4.4-4 7.4c-.3 1.9-2 3.2-3.9 3.2h6.9c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4q3.15-2.85 7.8-3.6c-1.1-.2-2.3-.3-3.5-.3c-4.6.1-8.3 1.4-11.2 3.9"/><path fill="#c33" d="M89.5 12.2C83.4 6.7 75 4 64.2 4c-1.2 0-2.3 0-3.4.1c9.1.5 16.4 3.2 21.8 8.1c6.1 5.5 9.1 13.2 9.1 23c0 8.8-4.1 17.4-12.2 25.9l-9.8 9.6l-.3.3c-2.9 3.4-4.6 8-5.2 13.9c-.2 2-1.9 3.6-4 3.6h6.9c2 0 3.8-1.6 4-3.6c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c-.1-9.8-3.1-17.5-9.1-23"/><path fill="#f44336" d="M64.2 85c.5-5.9 2.3-10.5 5.2-13.9l.3-.3l9.8-9.6c8.2-8.5 12.2-17.1 12.2-25.9c0-9.8-3-17.5-9.1-23C77.2 7.4 70 4.7 60.8 4.2c-8.9.5-16.2 3.3-21.9 8.2c-5.3 4.6-8.5 10.6-9.4 18.1c-.3 2.4 1.6 4.4 4 4.4h4.8c1.9 0 3.6-1.3 3.9-3.2c.5-3 1.9-5.4 4-7.4c2.8-2.6 6.6-3.9 11.2-3.9c1.2 0 2.4.1 3.5.3c1.1-.2 2.2-.3 3.4-.3c4.8 0 8.5 1.3 11 4s3.8 6.5 3.8 11.5c0 3.8-1.1 7.4-3.2 10.6c-1.4 2.2-4.7 5.8-10 10.9c-5.2 5.1-8.8 9.8-10.5 14c-1.4 3.4-2.3 7.7-2.5 12.9c-.1 2.3 1.7 4.2 4 4.2h3.5c1.8.1 3.6-1.5 3.8-3.5"/><path fill="#fff" d="M39.6 15.9C43 11.7 49.5 8.7 56 8.3c1.6-.1 3.2 0 4.5.7c1 .5 1.7 1.6 1 2.6c-.6.8-1.8 1.1-2.8 1.3c-6.1 1.2-12 4.7-15.9 9.3c-1.5 1.8-4 6.8-6.2 5.2c-2.3-1.9-1.2-6.4 3-11.5" opacity=".2"/></svg>
</template>

CSS

.icon-red-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%20128%20128%22%3E%3Ccircle%20cx%3D%2262.5%22%20cy%3D%22112%22%20r%3D%2212%22%20fill%3D%22%23c33%22%2F%3E%3Ccircle%20cx%3D%2260.9%22%20cy%3D%22112%22%20r%3D%2210.3%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.1%20108.4c1.2-1.8%203.8-3.3%206.5-3.7c.7-.1%201.3-.1%201.9.1c.4.2.8.6.5%201c-.2.4-.7.5-1.1.6c-2.5.7-4.8%202.4-6.2%204.4c-.5.8-1.4%202.9-2.4%202.4c-1-.7-.8-2.6.8-4.8%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M46.1%2024.3c-2.1%202-3.4%204.4-4%207.4c-.3%201.9-2%203.2-3.9%203.2h6.9c1.9%200%203.6-1.3%203.9-3.2c.5-3%201.9-5.4%204-7.4q3.15-2.85%207.8-3.6c-1.1-.2-2.3-.3-3.5-.3c-4.6.1-8.3%201.4-11.2%203.9%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M89.5%2012.2C83.4%206.7%2075%204%2064.2%204c-1.2%200-2.3%200-3.4.1c9.1.5%2016.4%203.2%2021.8%208.1c6.1%205.5%209.1%2013.2%209.1%2023c0%208.8-4.1%2017.4-12.2%2025.9l-9.8%209.6l-.3.3c-2.9%203.4-4.6%208-5.2%2013.9c-.2%202-1.9%203.6-4%203.6h6.9c2%200%203.8-1.6%204-3.6c.5-5.9%202.3-10.5%205.2-13.9l.3-.3l9.8-9.6c8.2-8.5%2012.2-17.1%2012.2-25.9c-.1-9.8-3.1-17.5-9.1-23%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M64.2%2085c.5-5.9%202.3-10.5%205.2-13.9l.3-.3l9.8-9.6c8.2-8.5%2012.2-17.1%2012.2-25.9c0-9.8-3-17.5-9.1-23C77.2%207.4%2070%204.7%2060.8%204.2c-8.9.5-16.2%203.3-21.9%208.2c-5.3%204.6-8.5%2010.6-9.4%2018.1c-.3%202.4%201.6%204.4%204%204.4h4.8c1.9%200%203.6-1.3%203.9-3.2c.5-3%201.9-5.4%204-7.4c2.8-2.6%206.6-3.9%2011.2-3.9c1.2%200%202.4.1%203.5.3c1.1-.2%202.2-.3%203.4-.3c4.8%200%208.5%201.3%2011%204s3.8%206.5%203.8%2011.5c0%203.8-1.1%207.4-3.2%2010.6c-1.4%202.2-4.7%205.8-10%2010.9c-5.2%205.1-8.8%209.8-10.5%2014c-1.4%203.4-2.3%207.7-2.5%2012.9c-.1%202.3%201.7%204.2%204%204.2h3.5c1.8.1%203.6-1.5%203.8-3.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.6%2015.9C43%2011.7%2049.5%208.7%2056%208.3c1.6-.1%203.2%200%204.5.7c1%20.5%201.7%201.6%201%202.6c-.6.8-1.8%201.1-2.8%201.3c-6.1%201.2-12%204.7-15.9%209.3c-1.5%201.8-4%206.8-6.2%205.2c-2.3-1.9-1.2-6.4%203-11.5%22%20opacity%3D%22.2%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%20128%20128%22%3E%3Ccircle%20cx%3D%2262.5%22%20cy%3D%22112%22%20r%3D%2212%22%20fill%3D%22%23c33%22%2F%3E%3Ccircle%20cx%3D%2260.9%22%20cy%3D%22112%22%20r%3D%2210.3%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.1%20108.4c1.2-1.8%203.8-3.3%206.5-3.7c.7-.1%201.3-.1%201.9.1c.4.2.8.6.5%201c-.2.4-.7.5-1.1.6c-2.5.7-4.8%202.4-6.2%204.4c-.5.8-1.4%202.9-2.4%202.4c-1-.7-.8-2.6.8-4.8%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M46.1%2024.3c-2.1%202-3.4%204.4-4%207.4c-.3%201.9-2%203.2-3.9%203.2h6.9c1.9%200%203.6-1.3%203.9-3.2c.5-3%201.9-5.4%204-7.4q3.15-2.85%207.8-3.6c-1.1-.2-2.3-.3-3.5-.3c-4.6.1-8.3%201.4-11.2%203.9%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M89.5%2012.2C83.4%206.7%2075%204%2064.2%204c-1.2%200-2.3%200-3.4.1c9.1.5%2016.4%203.2%2021.8%208.1c6.1%205.5%209.1%2013.2%209.1%2023c0%208.8-4.1%2017.4-12.2%2025.9l-9.8%209.6l-.3.3c-2.9%203.4-4.6%208-5.2%2013.9c-.2%202-1.9%203.6-4%203.6h6.9c2%200%203.8-1.6%204-3.6c.5-5.9%202.3-10.5%205.2-13.9l.3-.3l9.8-9.6c8.2-8.5%2012.2-17.1%2012.2-25.9c-.1-9.8-3.1-17.5-9.1-23%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M64.2%2085c.5-5.9%202.3-10.5%205.2-13.9l.3-.3l9.8-9.6c8.2-8.5%2012.2-17.1%2012.2-25.9c0-9.8-3-17.5-9.1-23C77.2%207.4%2070%204.7%2060.8%204.2c-8.9.5-16.2%203.3-21.9%208.2c-5.3%204.6-8.5%2010.6-9.4%2018.1c-.3%202.4%201.6%204.4%204%204.4h4.8c1.9%200%203.6-1.3%203.9-3.2c.5-3%201.9-5.4%204-7.4c2.8-2.6%206.6-3.9%2011.2-3.9c1.2%200%202.4.1%203.5.3c1.1-.2%202.2-.3%203.4-.3c4.8%200%208.5%201.3%2011%204s3.8%206.5%203.8%2011.5c0%203.8-1.1%207.4-3.2%2010.6c-1.4%202.2-4.7%205.8-10%2010.9c-5.2%205.1-8.8%209.8-10.5%2014c-1.4%203.4-2.3%207.7-2.5%2012.9c-.1%202.3%201.7%204.2%204%204.2h3.5c1.8.1%203.6-1.5%203.8-3.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.6%2015.9C43%2011.7%2049.5%208.7%2056%208.3c1.6-.1%203.2%200%204.5.7c1%20.5%201.7%201.6%201%202.6c-.6.8-1.8%201.1-2.8%201.3c-6.1%201.2-12%204.7-15.9%209.3c-1.5%201.8-4%206.8-6.2%205.2c-2.3-1.9-1.2-6.4%203-11.5%22%20opacity%3D%22.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/red-question-mark.svg?color=%231a73e8&size=48