emoticon-dead from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.

Name
emoticon-dead
Set
Material Design Icons
Style
Filled
Category
Emoji
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-dead, face-dead, smiley-dead

1 other variant in Material Design Icons

More emoji icons from Material Design Icons

Use the emoticon dead icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10M6.76 8.82l1.06-1.06l1.06 1.06l1.06-1.06L11 8.82L9.94 9.88L11 10.94L9.94 12l-1.06-1.06L7.82 12l-1.06-1.06l1.06-1.06zm.13 8.68C7.69 15.46 9.67 14 12 14s4.31 1.46 5.11 3.5zm10.35-6.56L16.18 12l-1.06-1.06L14.06 12L13 10.94l1.06-1.06L13 8.82l1.06-1.06l1.06 1.06l1.06-1.06l1.06 1.06l-1.06 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonDead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10M6.76 8.82l1.06-1.06l1.06 1.06l1.06-1.06L11 8.82L9.94 9.88L11 10.94L9.94 12l-1.06-1.06L7.82 12l-1.06-1.06l1.06-1.06zm.13 8.68C7.69 15.46 9.67 14 12 14s4.31 1.46 5.11 3.5zm10.35-6.56L16.18 12l-1.06-1.06L14.06 12L13 10.94l1.06-1.06L13 8.82l1.06-1.06l1.06 1.06l1.06-1.06l1.06 1.06l-1.06 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10M6.76 8.82l1.06-1.06l1.06 1.06l1.06-1.06L11 8.82L9.94 9.88L11 10.94L9.94 12l-1.06-1.06L7.82 12l-1.06-1.06l1.06-1.06zm.13 8.68C7.69 15.46 9.67 14 12 14s4.31 1.46 5.11 3.5zm10.35-6.56L16.18 12l-1.06-1.06L14.06 12L13 10.94l1.06-1.06L13 8.82l1.06-1.06l1.06 1.06l1.06-1.06l1.06 1.06l-1.06 1.06z"/></svg>
</template>

CSS

.icon-emoticon-dead {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010a10%2010%200%200%200%2010-10c0-5.53-4.5-10-10-10M6.76%208.82l1.06-1.06l1.06%201.06l1.06-1.06L11%208.82L9.94%209.88L11%2010.94L9.94%2012l-1.06-1.06L7.82%2012l-1.06-1.06l1.06-1.06zm.13%208.68C7.69%2015.46%209.67%2014%2012%2014s4.31%201.46%205.11%203.5zm10.35-6.56L16.18%2012l-1.06-1.06L14.06%2012L13%2010.94l1.06-1.06L13%208.82l1.06-1.06l1.06%201.06l1.06-1.06l1.06%201.06l-1.06%201.06z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010a10%2010%200%200%200%2010-10c0-5.53-4.5-10-10-10M6.76%208.82l1.06-1.06l1.06%201.06l1.06-1.06L11%208.82L9.94%209.88L11%2010.94L9.94%2012l-1.06-1.06L7.82%2012l-1.06-1.06l1.06-1.06zm.13%208.68C7.69%2015.46%209.67%2014%2012%2014s4.31%201.46%205.11%203.5zm10.35-6.56L16.18%2012l-1.06-1.06L14.06%2012L13%2010.94l1.06-1.06L13%208.82l1.06-1.06l1.06%201.06l1.06-1.06l1.06%201.06l-1.06%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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