exploding-head from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
exploding-head
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the exploding head emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M20.092 3.192A4.97 4.97 0 0 0 15.97 1c-1.716 0-3.229.87-4.122 2.192A4 4 0 0 0 8.97 1.97c-.972 0-1.862.346-2.555.922A2.5 2.5 0 0 1 5.086 6.93A4 4 0 0 0 9.07 9.97a3.99 3.99 0 0 0 4.447 2.938c.291.991.454 2.042.454 3.063l4-.03c0-1.018.157-2.055.438-3.03q.276.04.562.04a3.99 3.99 0 0 0 3.862-2.982l.138.002a4 4 0 0 0 3.556-2.167a2.5 2.5 0 0 1-.452-4.356A4 4 0 0 0 22.97 1.97c-1.13 0-2.15.469-2.878 1.222m2.02 4.308a3.98 3.98 0 0 0-3.142-1.53a3.98 3.98 0 0 0-3.02 1.382a3.98 3.98 0 0 0-3.02-1.382A3.98 3.98 0 0 0 9.788 7.5h-.573a3.99 3.99 0 0 1 6.735-1.148A3.992 3.992 0 0 1 22.685 7.5z"/><path d="M19.18 13.946a10 10 0 0 0-.21 1.947c4.351-.238 7.01-1.005 7.01-1.923c0-.622-1.24-1.18-3.417-1.548a4.97 4.97 0 0 1-3.382 1.524M6.02 13.97c0 .903 2.646 1.67 6.95 1.917a10 10 0 0 0-.221-1.94a4.97 4.97 0 0 1-3.394-1.506c-2.123.367-3.335.917-3.335 1.529"/><path d="M5.858 12.117c.76-.29 1.672-.513 2.74-.68a5 5 0 0 1-.253-.506a5 5 0 0 1-2.376-.961q-.43.128-.824.278c-1.288.491-2.346 1.188-3.076 2.185C1.333 13.437 1 14.652 1 16.05c0 4.065 1.225 7.825 3.762 10.58c2.55 2.768 6.332 4.42 11.238 4.42c4.902 0 8.684-1.655 11.234-4.424C29.772 23.871 31 20.111 31 16.05c0-1.225-.355-2.33-1.082-3.274a6 6 0 0 0-.991-1.003a2 2 0 0 1-2.912-1.524l-.3-.1a5 5 0 0 1-2.162.787q-.146.337-.337.646q1.698.331 2.893.842c1.06.454 1.775.99 2.225 1.573c.439.57.666 1.238.666 2.053c0 3.67-1.107 6.91-3.237 9.221C23.646 27.57 20.428 29.05 16 29.05c-4.434 0-7.651-1.478-9.767-3.775C4.105 22.965 3 19.725 3 16.05c0-1.072.25-1.846.682-2.435c.437-.597 1.13-1.1 2.176-1.498"/><path d="M11.97 21.94a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6.47 3.5c0 1.36 1.11 2.47 2.47 2.47s2.47-1.11 2.47-2.47s-1.11-2.47-2.47-2.47s-2.47 1.11-2.47 2.47M4.47 5.85a1.38 1.38 0 1 0 0-2.76a1.38 1.38 0 0 0 0 2.76M29 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m25 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastExplodingHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M20.092 3.192A4.97 4.97 0 0 0 15.97 1c-1.716 0-3.229.87-4.122 2.192A4 4 0 0 0 8.97 1.97c-.972 0-1.862.346-2.555.922A2.5 2.5 0 0 1 5.086 6.93A4 4 0 0 0 9.07 9.97a3.99 3.99 0 0 0 4.447 2.938c.291.991.454 2.042.454 3.063l4-.03c0-1.018.157-2.055.438-3.03q.276.04.562.04a3.99 3.99 0 0 0 3.862-2.982l.138.002a4 4 0 0 0 3.556-2.167a2.5 2.5 0 0 1-.452-4.356A4 4 0 0 0 22.97 1.97c-1.13 0-2.15.469-2.878 1.222m2.02 4.308a3.98 3.98 0 0 0-3.142-1.53a3.98 3.98 0 0 0-3.02 1.382a3.98 3.98 0 0 0-3.02-1.382A3.98 3.98 0 0 0 9.788 7.5h-.573a3.99 3.99 0 0 1 6.735-1.148A3.992 3.992 0 0 1 22.685 7.5z"/><path d="M19.18 13.946a10 10 0 0 0-.21 1.947c4.351-.238 7.01-1.005 7.01-1.923c0-.622-1.24-1.18-3.417-1.548a4.97 4.97 0 0 1-3.382 1.524M6.02 13.97c0 .903 2.646 1.67 6.95 1.917a10 10 0 0 0-.221-1.94a4.97 4.97 0 0 1-3.394-1.506c-2.123.367-3.335.917-3.335 1.529"/><path d="M5.858 12.117c.76-.29 1.672-.513 2.74-.68a5 5 0 0 1-.253-.506a5 5 0 0 1-2.376-.961q-.43.128-.824.278c-1.288.491-2.346 1.188-3.076 2.185C1.333 13.437 1 14.652 1 16.05c0 4.065 1.225 7.825 3.762 10.58c2.55 2.768 6.332 4.42 11.238 4.42c4.902 0 8.684-1.655 11.234-4.424C29.772 23.871 31 20.111 31 16.05c0-1.225-.355-2.33-1.082-3.274a6 6 0 0 0-.991-1.003a2 2 0 0 1-2.912-1.524l-.3-.1a5 5 0 0 1-2.162.787q-.146.337-.337.646q1.698.331 2.893.842c1.06.454 1.775.99 2.225 1.573c.439.57.666 1.238.666 2.053c0 3.67-1.107 6.91-3.237 9.221C23.646 27.57 20.428 29.05 16 29.05c-4.434 0-7.651-1.478-9.767-3.775C4.105 22.965 3 19.725 3 16.05c0-1.072.25-1.846.682-2.435c.437-.597 1.13-1.1 2.176-1.498"/><path d="M11.97 21.94a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6.47 3.5c0 1.36 1.11 2.47 2.47 2.47s2.47-1.11 2.47-2.47s-1.11-2.47-2.47-2.47s-2.47 1.11-2.47 2.47M4.47 5.85a1.38 1.38 0 1 0 0-2.76a1.38 1.38 0 0 0 0 2.76M29 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m25 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M20.092 3.192A4.97 4.97 0 0 0 15.97 1c-1.716 0-3.229.87-4.122 2.192A4 4 0 0 0 8.97 1.97c-.972 0-1.862.346-2.555.922A2.5 2.5 0 0 1 5.086 6.93A4 4 0 0 0 9.07 9.97a3.99 3.99 0 0 0 4.447 2.938c.291.991.454 2.042.454 3.063l4-.03c0-1.018.157-2.055.438-3.03q.276.04.562.04a3.99 3.99 0 0 0 3.862-2.982l.138.002a4 4 0 0 0 3.556-2.167a2.5 2.5 0 0 1-.452-4.356A4 4 0 0 0 22.97 1.97c-1.13 0-2.15.469-2.878 1.222m2.02 4.308a3.98 3.98 0 0 0-3.142-1.53a3.98 3.98 0 0 0-3.02 1.382a3.98 3.98 0 0 0-3.02-1.382A3.98 3.98 0 0 0 9.788 7.5h-.573a3.99 3.99 0 0 1 6.735-1.148A3.992 3.992 0 0 1 22.685 7.5z"/><path d="M19.18 13.946a10 10 0 0 0-.21 1.947c4.351-.238 7.01-1.005 7.01-1.923c0-.622-1.24-1.18-3.417-1.548a4.97 4.97 0 0 1-3.382 1.524M6.02 13.97c0 .903 2.646 1.67 6.95 1.917a10 10 0 0 0-.221-1.94a4.97 4.97 0 0 1-3.394-1.506c-2.123.367-3.335.917-3.335 1.529"/><path d="M5.858 12.117c.76-.29 1.672-.513 2.74-.68a5 5 0 0 1-.253-.506a5 5 0 0 1-2.376-.961q-.43.128-.824.278c-1.288.491-2.346 1.188-3.076 2.185C1.333 13.437 1 14.652 1 16.05c0 4.065 1.225 7.825 3.762 10.58c2.55 2.768 6.332 4.42 11.238 4.42c4.902 0 8.684-1.655 11.234-4.424C29.772 23.871 31 20.111 31 16.05c0-1.225-.355-2.33-1.082-3.274a6 6 0 0 0-.991-1.003a2 2 0 0 1-2.912-1.524l-.3-.1a5 5 0 0 1-2.162.787q-.146.337-.337.646q1.698.331 2.893.842c1.06.454 1.775.99 2.225 1.573c.439.57.666 1.238.666 2.053c0 3.67-1.107 6.91-3.237 9.221C23.646 27.57 20.428 29.05 16 29.05c-4.434 0-7.651-1.478-9.767-3.775C4.105 22.965 3 19.725 3 16.05c0-1.072.25-1.846.682-2.435c.437-.597 1.13-1.1 2.176-1.498"/><path d="M11.97 21.94a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6.47 3.5c0 1.36 1.11 2.47 2.47 2.47s2.47-1.11 2.47-2.47s-1.11-2.47-2.47-2.47s-2.47 1.11-2.47 2.47M4.47 5.85a1.38 1.38 0 1 0 0-2.76a1.38 1.38 0 0 0 0 2.76M29 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m25 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
</template>

CSS

.icon-exploding-head {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.092%203.192A4.97%204.97%200%200%200%2015.97%201c-1.716%200-3.229.87-4.122%202.192A4%204%200%200%200%208.97%201.97c-.972%200-1.862.346-2.555.922A2.5%202.5%200%200%201%205.086%206.93A4%204%200%200%200%209.07%209.97a3.99%203.99%200%200%200%204.447%202.938c.291.991.454%202.042.454%203.063l4-.03c0-1.018.157-2.055.438-3.03q.276.04.562.04a3.99%203.99%200%200%200%203.862-2.982l.138.002a4%204%200%200%200%203.556-2.167a2.5%202.5%200%200%201-.452-4.356A4%204%200%200%200%2022.97%201.97c-1.13%200-2.15.469-2.878%201.222m2.02%204.308a3.98%203.98%200%200%200-3.142-1.53a3.98%203.98%200%200%200-3.02%201.382a3.98%203.98%200%200%200-3.02-1.382A3.98%203.98%200%200%200%209.788%207.5h-.573a3.99%203.99%200%200%201%206.735-1.148A3.992%203.992%200%200%201%2022.685%207.5z%22%2F%3E%3Cpath%20d%3D%22M19.18%2013.946a10%2010%200%200%200-.21%201.947c4.351-.238%207.01-1.005%207.01-1.923c0-.622-1.24-1.18-3.417-1.548a4.97%204.97%200%200%201-3.382%201.524M6.02%2013.97c0%20.903%202.646%201.67%206.95%201.917a10%2010%200%200%200-.221-1.94a4.97%204.97%200%200%201-3.394-1.506c-2.123.367-3.335.917-3.335%201.529%22%2F%3E%3Cpath%20d%3D%22M5.858%2012.117c.76-.29%201.672-.513%202.74-.68a5%205%200%200%201-.253-.506a5%205%200%200%201-2.376-.961q-.43.128-.824.278c-1.288.491-2.346%201.188-3.076%202.185C1.333%2013.437%201%2014.652%201%2016.05c0%204.065%201.225%207.825%203.762%2010.58c2.55%202.768%206.332%204.42%2011.238%204.42c4.902%200%208.684-1.655%2011.234-4.424C29.772%2023.871%2031%2020.111%2031%2016.05c0-1.225-.355-2.33-1.082-3.274a6%206%200%200%200-.991-1.003a2%202%200%200%201-2.912-1.524l-.3-.1a5%205%200%200%201-2.162.787q-.146.337-.337.646q1.698.331%202.893.842c1.06.454%201.775.99%202.225%201.573c.439.57.666%201.238.666%202.053c0%203.67-1.107%206.91-3.237%209.221C23.646%2027.57%2020.428%2029.05%2016%2029.05c-4.434%200-7.651-1.478-9.767-3.775C4.105%2022.965%203%2019.725%203%2016.05c0-1.072.25-1.846.682-2.435c.437-.597%201.13-1.1%202.176-1.498%22%2F%3E%3Cpath%20d%3D%22M11.97%2021.94a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6.47%203.5c0%201.36%201.11%202.47%202.47%202.47s2.47-1.11%202.47-2.47s-1.11-2.47-2.47-2.47s-2.47%201.11-2.47%202.47M4.47%205.85a1.38%201.38%200%201%200%200-2.76a1.38%201.38%200%200%200%200%202.76M29%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M3%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m25%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.092%203.192A4.97%204.97%200%200%200%2015.97%201c-1.716%200-3.229.87-4.122%202.192A4%204%200%200%200%208.97%201.97c-.972%200-1.862.346-2.555.922A2.5%202.5%200%200%201%205.086%206.93A4%204%200%200%200%209.07%209.97a3.99%203.99%200%200%200%204.447%202.938c.291.991.454%202.042.454%203.063l4-.03c0-1.018.157-2.055.438-3.03q.276.04.562.04a3.99%203.99%200%200%200%203.862-2.982l.138.002a4%204%200%200%200%203.556-2.167a2.5%202.5%200%200%201-.452-4.356A4%204%200%200%200%2022.97%201.97c-1.13%200-2.15.469-2.878%201.222m2.02%204.308a3.98%203.98%200%200%200-3.142-1.53a3.98%203.98%200%200%200-3.02%201.382a3.98%203.98%200%200%200-3.02-1.382A3.98%203.98%200%200%200%209.788%207.5h-.573a3.99%203.99%200%200%201%206.735-1.148A3.992%203.992%200%200%201%2022.685%207.5z%22%2F%3E%3Cpath%20d%3D%22M19.18%2013.946a10%2010%200%200%200-.21%201.947c4.351-.238%207.01-1.005%207.01-1.923c0-.622-1.24-1.18-3.417-1.548a4.97%204.97%200%200%201-3.382%201.524M6.02%2013.97c0%20.903%202.646%201.67%206.95%201.917a10%2010%200%200%200-.221-1.94a4.97%204.97%200%200%201-3.394-1.506c-2.123.367-3.335.917-3.335%201.529%22%2F%3E%3Cpath%20d%3D%22M5.858%2012.117c.76-.29%201.672-.513%202.74-.68a5%205%200%200%201-.253-.506a5%205%200%200%201-2.376-.961q-.43.128-.824.278c-1.288.491-2.346%201.188-3.076%202.185C1.333%2013.437%201%2014.652%201%2016.05c0%204.065%201.225%207.825%203.762%2010.58c2.55%202.768%206.332%204.42%2011.238%204.42c4.902%200%208.684-1.655%2011.234-4.424C29.772%2023.871%2031%2020.111%2031%2016.05c0-1.225-.355-2.33-1.082-3.274a6%206%200%200%200-.991-1.003a2%202%200%200%201-2.912-1.524l-.3-.1a5%205%200%200%201-2.162.787q-.146.337-.337.646q1.698.331%202.893.842c1.06.454%201.775.99%202.225%201.573c.439.57.666%201.238.666%202.053c0%203.67-1.107%206.91-3.237%209.221C23.646%2027.57%2020.428%2029.05%2016%2029.05c-4.434%200-7.651-1.478-9.767-3.775C4.105%2022.965%203%2019.725%203%2016.05c0-1.072.25-1.846.682-2.435c.437-.597%201.13-1.1%202.176-1.498%22%2F%3E%3Cpath%20d%3D%22M11.97%2021.94a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6.47%203.5c0%201.36%201.11%202.47%202.47%202.47s2.47-1.11%202.47-2.47s-1.11-2.47-2.47-2.47s-2.47%201.11-2.47%202.47M4.47%205.85a1.38%201.38%200%201%200%200-2.76a1.38%201.38%200%200%200%200%202.76M29%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M3%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m25%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/exploding-head.svg?color=%231a73e8&size=48