exclaimationquestionmark emoji

exclaimationquestionmark from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
exclaimationquestionmark
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the exclaimationquestionmark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M179.251 399.775c0 26.161-20.928 47.612-47.612 47.612s-47.612-21.451-47.612-47.612c0-26.16 20.929-47.611 47.612-47.611s47.612 21.451 47.612 47.611m-25.792-95.223h-44.136c-6.542 0-11.928-5.145-12.227-11.68L87.752 88.709c-.319-6.972 5.248-12.8 12.227-12.8h63.29c6.991 0 12.561 5.845 12.226 12.828l-9.811 204.162c-.313 6.524-5.694 11.653-12.225 11.653m296.287-150.161c0 84.76-94.178 79.005-94.178 137.604v.317c0 6.76-5.48 12.24-12.24 12.24h-51.385c-6.76 0-12.24-5.48-12.24-12.24v-3.456c0-90.515 82.667-84.76 82.667-127.14c0-18.312-13.604-29.3-36.102-29.3c-18.303 0-37.006 8.003-54.008 24.36c-4.357 4.192-11.17 4.456-15.932.731l-33.794-26.432c-5.696-4.455-6.356-12.896-1.321-18.086c28.214-29.085 64.875-46.497 113.427-46.497c76.912 0 115.106 41.333 115.106 87.899m-83.714 245.384c0 26.161-20.928 47.612-47.611 47.612c-26.161 0-47.612-21.451-47.612-47.612c0-26.16 21.451-47.611 47.612-47.611c26.683 0 47.611 21.451 47.611 47.611"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiExclaimationquestionmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M179.251 399.775c0 26.161-20.928 47.612-47.612 47.612s-47.612-21.451-47.612-47.612c0-26.16 20.929-47.611 47.612-47.611s47.612 21.451 47.612 47.611m-25.792-95.223h-44.136c-6.542 0-11.928-5.145-12.227-11.68L87.752 88.709c-.319-6.972 5.248-12.8 12.227-12.8h63.29c6.991 0 12.561 5.845 12.226 12.828l-9.811 204.162c-.313 6.524-5.694 11.653-12.225 11.653m296.287-150.161c0 84.76-94.178 79.005-94.178 137.604v.317c0 6.76-5.48 12.24-12.24 12.24h-51.385c-6.76 0-12.24-5.48-12.24-12.24v-3.456c0-90.515 82.667-84.76 82.667-127.14c0-18.312-13.604-29.3-36.102-29.3c-18.303 0-37.006 8.003-54.008 24.36c-4.357 4.192-11.17 4.456-15.932.731l-33.794-26.432c-5.696-4.455-6.356-12.896-1.321-18.086c28.214-29.085 64.875-46.497 113.427-46.497c76.912 0 115.106 41.333 115.106 87.899m-83.714 245.384c0 26.161-20.928 47.612-47.611 47.612c-26.161 0-47.612-21.451-47.612-47.612c0-26.16 21.451-47.611 47.612-47.611c26.683 0 47.611 21.451 47.611 47.611"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M179.251 399.775c0 26.161-20.928 47.612-47.612 47.612s-47.612-21.451-47.612-47.612c0-26.16 20.929-47.611 47.612-47.611s47.612 21.451 47.612 47.611m-25.792-95.223h-44.136c-6.542 0-11.928-5.145-12.227-11.68L87.752 88.709c-.319-6.972 5.248-12.8 12.227-12.8h63.29c6.991 0 12.561 5.845 12.226 12.828l-9.811 204.162c-.313 6.524-5.694 11.653-12.225 11.653m296.287-150.161c0 84.76-94.178 79.005-94.178 137.604v.317c0 6.76-5.48 12.24-12.24 12.24h-51.385c-6.76 0-12.24-5.48-12.24-12.24v-3.456c0-90.515 82.667-84.76 82.667-127.14c0-18.312-13.604-29.3-36.102-29.3c-18.303 0-37.006 8.003-54.008 24.36c-4.357 4.192-11.17 4.456-15.932.731l-33.794-26.432c-5.696-4.455-6.356-12.896-1.321-18.086c28.214-29.085 64.875-46.497 113.427-46.497c76.912 0 115.106 41.333 115.106 87.899m-83.714 245.384c0 26.161-20.928 47.612-47.611 47.612c-26.161 0-47.612-21.451-47.612-47.612c0-26.16 21.451-47.611 47.612-47.611c26.683 0 47.611 21.451 47.611 47.611"/></svg>
</template>

CSS

.icon-exclaimationquestionmark {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M179.251%20399.775c0%2026.161-20.928%2047.612-47.612%2047.612s-47.612-21.451-47.612-47.612c0-26.16%2020.929-47.611%2047.612-47.611s47.612%2021.451%2047.612%2047.611m-25.792-95.223h-44.136c-6.542%200-11.928-5.145-12.227-11.68L87.752%2088.709c-.319-6.972%205.248-12.8%2012.227-12.8h63.29c6.991%200%2012.561%205.845%2012.226%2012.828l-9.811%20204.162c-.313%206.524-5.694%2011.653-12.225%2011.653m296.287-150.161c0%2084.76-94.178%2079.005-94.178%20137.604v.317c0%206.76-5.48%2012.24-12.24%2012.24h-51.385c-6.76%200-12.24-5.48-12.24-12.24v-3.456c0-90.515%2082.667-84.76%2082.667-127.14c0-18.312-13.604-29.3-36.102-29.3c-18.303%200-37.006%208.003-54.008%2024.36c-4.357%204.192-11.17%204.456-15.932.731l-33.794-26.432c-5.696-4.455-6.356-12.896-1.321-18.086c28.214-29.085%2064.875-46.497%20113.427-46.497c76.912%200%20115.106%2041.333%20115.106%2087.899m-83.714%20245.384c0%2026.161-20.928%2047.612-47.611%2047.612c-26.161%200-47.612-21.451-47.612-47.612c0-26.16%2021.451-47.611%2047.612-47.611c26.683%200%2047.611%2021.451%2047.611%2047.611%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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M179.251%20399.775c0%2026.161-20.928%2047.612-47.612%2047.612s-47.612-21.451-47.612-47.612c0-26.16%2020.929-47.611%2047.612-47.611s47.612%2021.451%2047.612%2047.611m-25.792-95.223h-44.136c-6.542%200-11.928-5.145-12.227-11.68L87.752%2088.709c-.319-6.972%205.248-12.8%2012.227-12.8h63.29c6.991%200%2012.561%205.845%2012.226%2012.828l-9.811%20204.162c-.313%206.524-5.694%2011.653-12.225%2011.653m296.287-150.161c0%2084.76-94.178%2079.005-94.178%20137.604v.317c0%206.76-5.48%2012.24-12.24%2012.24h-51.385c-6.76%200-12.24-5.48-12.24-12.24v-3.456c0-90.515%2082.667-84.76%2082.667-127.14c0-18.312-13.604-29.3-36.102-29.3c-18.303%200-37.006%208.003-54.008%2024.36c-4.357%204.192-11.17%204.456-15.932.731l-33.794-26.432c-5.696-4.455-6.356-12.896-1.321-18.086c28.214-29.085%2064.875-46.497%20113.427-46.497c76.912%200%20115.106%2041.333%20115.106%2087.899m-83.714%20245.384c0%2026.161-20.928%2047.612-47.611%2047.612c-26.161%200-47.612-21.451-47.612-47.612c0-26.16%2021.451-47.611%2047.612-47.611c26.683%200%2047.611%2021.451%2047.611%2047.611%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/exclaimationquestionmark.svg?color=%231a73e8&size=48