knocked out face emoji

knocked-out-face from Noto Emoji by Google Inc · Default · Apache-2.0 Free for personal and commercial use.

Name
knocked-out-face
Set
Noto Emoji
Style
Default
Viewbox
128×128
License
Apache 2.0
Aliases
dizzy-face

The same emoji in other sets

Use the knocked out face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="ssvg-id-knocked-out-facea" cx="63.6" cy="1992.9" r="56.96" gradientTransform="translate(0 -1930)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient><path d="M63.6 118.8c-27.9 0-58-17.5-58-55.9S35.7 7 63.6 7c15.5 0 29.8 5.1 40.4 14.4c11.5 10.2 17.6 24.6 17.6 41.5s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5z" fill="url(#ssvg-id-knocked-out-facea)"/><path d="M111.49 29.67c5.33 8.6 8.11 18.84 8.11 30.23c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5c11.5-10.2 17.6-24.5 17.6-41.4c0-12.74-3.47-24.06-10.11-33.23z" fill="#eb8f00"/><g fill="#422b0d"><path d="M82.56 92.85c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 77 64 77s18.56 8.27 18.56 15.85z"/><path d="M46.27 56.6l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55L40 57.28l-8.82 8.25C30 67 29.78 69 31 70.23c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56l-9.96-5.88z"/><path d="M84.75 56.6l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55L91 57.28l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56l9.97-5.88z"/><path d="M45.6 28.9c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.231 26.231 0 0 1 16.5-4.7z"/><path d="M82.2 28.9c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.906 20.906 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></g></svg>

React

import type { SVGProps } from "react";

export function NotoKnockedOutFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="ssvgId-knockedOut-facea" cx="63.6" cy="1992.9" r="56.96" gradientTransform="translate(0 -1930)" gradientUnits="userSpaceOnUse"><stop offset=".5" stopColor="#fde030"/><stop offset=".92" stopColor="#f7c02b"/><stop offset="1" stopColor="#f4a223"/></radialGradient><path d="M63.6 118.8c-27.9 0-58-17.5-58-55.9S35.7 7 63.6 7c15.5 0 29.8 5.1 40.4 14.4c11.5 10.2 17.6 24.6 17.6 41.5s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5z" fill="url(#ssvgId-knockedOut-facea)"/><path d="M111.49 29.67c5.33 8.6 8.11 18.84 8.11 30.23c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5c11.5-10.2 17.6-24.5 17.6-41.4c0-12.74-3.47-24.06-10.11-33.23z" fill="#eb8f00"/><g fill="#422b0d"><path d="M82.56 92.85c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 77 64 77s18.56 8.27 18.56 15.85z"/><path d="M46.27 56.6l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55L40 57.28l-8.82 8.25C30 67 29.78 69 31 70.23c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56l-9.96-5.88z"/><path d="M84.75 56.6l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55L91 57.28l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56l9.97-5.88z"/><path d="M45.6 28.9c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.231 26.231 0 0 1 16.5-4.7z"/><path d="M82.2 28.9c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.906 20.906 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="ssvg-id-knocked-out-facea" cx="63.6" cy="1992.9" r="56.96" gradientTransform="translate(0 -1930)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient><path d="M63.6 118.8c-27.9 0-58-17.5-58-55.9S35.7 7 63.6 7c15.5 0 29.8 5.1 40.4 14.4c11.5 10.2 17.6 24.6 17.6 41.5s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5z" fill="url(#ssvg-id-knocked-out-facea)"/><path d="M111.49 29.67c5.33 8.6 8.11 18.84 8.11 30.23c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5c11.5-10.2 17.6-24.5 17.6-41.4c0-12.74-3.47-24.06-10.11-33.23z" fill="#eb8f00"/><g fill="#422b0d"><path d="M82.56 92.85c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 77 64 77s18.56 8.27 18.56 15.85z"/><path d="M46.27 56.6l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55L40 57.28l-8.82 8.25C30 67 29.78 69 31 70.23c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56l-9.96-5.88z"/><path d="M84.75 56.6l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55L91 57.28l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56l9.97-5.88z"/><path d="M45.6 28.9c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.231 26.231 0 0 1 16.5-4.7z"/><path d="M82.2 28.9c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.906 20.906 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></g></svg>
</template>

CSS

.icon-knocked-out-face {
  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%3CradialGradient%20id%3D%22ssvg-id-knocked-out-facea%22%20cx%3D%2263.6%22%20cy%3D%221992.9%22%20r%3D%2256.96%22%20gradientTransform%3D%22translate(0%20-1930)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20d%3D%22M63.6%20118.8c-27.9%200-58-17.5-58-55.9S35.7%207%2063.6%207c15.5%200%2029.8%205.1%2040.4%2014.4c11.5%2010.2%2017.6%2024.6%2017.6%2041.5s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5z%22%20fill%3D%22url(%23ssvg-id-knocked-out-facea)%22%2F%3E%3Cpath%20d%3D%22M111.49%2029.67c5.33%208.6%208.11%2018.84%208.11%2030.23c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37-7.35-48.18-22.94c10.76%2017.66%2031%2025.94%2050.18%2025.94c15.4%200%2029.8-5.2%2040.4-14.5c11.5-10.2%2017.6-24.5%2017.6-41.4c0-12.74-3.47-24.06-10.11-33.23z%22%20fill%3D%22%23eb8f00%22%2F%3E%3Cg%20fill%3D%22%23422b0d%22%3E%3Cpath%20d%3D%22M82.56%2092.85c0%207.58-8.31%2012-18.56%2012s-18.56-4.45-18.56-12S53.75%2077%2064%2077s18.56%208.27%2018.56%2015.85z%22%2F%3E%3Cpath%20d%3D%22M46.27%2056.6l8.46-7.87c1.2-1.49%201.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6%208.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93%201.44-.31%203.35%201.19%204.55L40%2057.28l-8.82%208.25C30%2067%2029.78%2069%2031%2070.23c1.58%201.61%204.4%201.24%205.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68%207.24c.12.13.19.16.3.29c1.88%201.45%204.72%201.23%205.93-.67c.93-1.44.32-3.36-1.17-4.56l-9.96-5.88z%22%2F%3E%3Cpath%20d%3D%22M84.75%2056.6l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6%204.4-1.21%205.93.61c.08.15.15.19.23.34l6%208.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44%204.73-1.2%205.93.71c.92%201.44.3%203.35-1.2%204.55L91%2057.28l8.82%208.25c1.21%201.49%201.41%203.49.19%204.7c-1.57%201.61-4.39%201.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69%207.24c-.11.13-.18.16-.3.29c-1.88%201.45-4.71%201.23-5.92-.67c-.94-1.44-.33-3.36%201.16-4.56l9.97-5.88z%22%2F%3E%3Cpath%20d%3D%22M45.6%2028.9c2.3.2%203.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3%202.42-14%206.2c-1.7%201.8.7%204%202.5%202.7a26.231%2026.231%200%200%201%2016.5-4.7z%22%2F%3E%3Cpath%20d%3D%22M82.2%2028.9c5.9-.34%2011.75%201.31%2016.6%204.7c1.8%201.3%204.2-.9%202.5-2.7a20.906%2020.906%200%200%200-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55%201.29-1.27%202.27c.24.87%201.08%201.43%201.97%201.33%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%20128%20128%22%3E%3CradialGradient%20id%3D%22ssvg-id-knocked-out-facea%22%20cx%3D%2263.6%22%20cy%3D%221992.9%22%20r%3D%2256.96%22%20gradientTransform%3D%22translate(0%20-1930)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20d%3D%22M63.6%20118.8c-27.9%200-58-17.5-58-55.9S35.7%207%2063.6%207c15.5%200%2029.8%205.1%2040.4%2014.4c11.5%2010.2%2017.6%2024.6%2017.6%2041.5s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5z%22%20fill%3D%22url(%23ssvg-id-knocked-out-facea)%22%2F%3E%3Cpath%20d%3D%22M111.49%2029.67c5.33%208.6%208.11%2018.84%208.11%2030.23c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37-7.35-48.18-22.94c10.76%2017.66%2031%2025.94%2050.18%2025.94c15.4%200%2029.8-5.2%2040.4-14.5c11.5-10.2%2017.6-24.5%2017.6-41.4c0-12.74-3.47-24.06-10.11-33.23z%22%20fill%3D%22%23eb8f00%22%2F%3E%3Cg%20fill%3D%22%23422b0d%22%3E%3Cpath%20d%3D%22M82.56%2092.85c0%207.58-8.31%2012-18.56%2012s-18.56-4.45-18.56-12S53.75%2077%2064%2077s18.56%208.27%2018.56%2015.85z%22%2F%3E%3Cpath%20d%3D%22M46.27%2056.6l8.46-7.87c1.2-1.49%201.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6%208.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93%201.44-.31%203.35%201.19%204.55L40%2057.28l-8.82%208.25C30%2067%2029.78%2069%2031%2070.23c1.58%201.61%204.4%201.24%205.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68%207.24c.12.13.19.16.3.29c1.88%201.45%204.72%201.23%205.93-.67c.93-1.44.32-3.36-1.17-4.56l-9.96-5.88z%22%2F%3E%3Cpath%20d%3D%22M84.75%2056.6l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6%204.4-1.21%205.93.61c.08.15.15.19.23.34l6%208.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44%204.73-1.2%205.93.71c.92%201.44.3%203.35-1.2%204.55L91%2057.28l8.82%208.25c1.21%201.49%201.41%203.49.19%204.7c-1.57%201.61-4.39%201.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69%207.24c-.11.13-.18.16-.3.29c-1.88%201.45-4.71%201.23-5.92-.67c-.94-1.44-.33-3.36%201.16-4.56l9.97-5.88z%22%2F%3E%3Cpath%20d%3D%22M45.6%2028.9c2.3.2%203.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3%202.42-14%206.2c-1.7%201.8.7%204%202.5%202.7a26.231%2026.231%200%200%201%2016.5-4.7z%22%2F%3E%3Cpath%20d%3D%22M82.2%2028.9c5.9-.34%2011.75%201.31%2016.6%204.7c1.8%201.3%204.2-.9%202.5-2.7a20.906%2020.906%200%200%200-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55%201.29-1.27%202.27c.24.87%201.08%201.43%201.97%201.33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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