emoticon dead icon
emoticon-dead-outline from Material Design Icons by Pictogrammers · Outline · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- emoticon-dead-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-dead-outline, face-dead-outline, smiley-dead-outline
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-10m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m4.18-12.24l-1.06 1.06l-1.06-1.06L13 8.82l1.06 1.06L13 10.94L14.06 12l1.06-1.06L16.18 12l1.06-1.06l-1.06-1.06l1.06-1.06zM7.82 12l1.06-1.06L9.94 12L11 10.94L9.94 9.88L11 8.82L9.94 7.76L8.88 8.82L7.82 7.76L6.76 8.82l1.06 1.06l-1.06 1.06zM12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmoticonDeadOutline(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-10m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m4.18-12.24l-1.06 1.06l-1.06-1.06L13 8.82l1.06 1.06L13 10.94L14.06 12l1.06-1.06L16.18 12l1.06-1.06l-1.06-1.06l1.06-1.06zM7.82 12l1.06-1.06L9.94 12L11 10.94L9.94 9.88L11 8.82L9.94 7.76L8.88 8.82L7.82 7.76L6.76 8.82l1.06 1.06l-1.06 1.06zM12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5"/></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-10m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m4.18-12.24l-1.06 1.06l-1.06-1.06L13 8.82l1.06 1.06L13 10.94L14.06 12l1.06-1.06L16.18 12l1.06-1.06l-1.06-1.06l1.06-1.06zM7.82 12l1.06-1.06L9.94 12L11 10.94L9.94 9.88L11 8.82L9.94 7.76L8.88 8.82L7.82 7.76L6.76 8.82l1.06 1.06l-1.06 1.06zM12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5"/></svg> </template>
CSS
.icon-emoticon-dead-outline {
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-10m0%2018a8%208%200%200%201-8-8a8%208%200%200%201%208-8a8%208%200%200%201%208%208a8%208%200%200%201-8%208m4.18-12.24l-1.06%201.06l-1.06-1.06L13%208.82l1.06%201.06L13%2010.94L14.06%2012l1.06-1.06L16.18%2012l1.06-1.06l-1.06-1.06l1.06-1.06zM7.82%2012l1.06-1.06L9.94%2012L11%2010.94L9.94%209.88L11%208.82L9.94%207.76L8.88%208.82L7.82%207.76L6.76%208.82l1.06%201.06l-1.06%201.06zM12%2014c-2.33%200-4.31%201.46-5.11%203.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5%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-10m0%2018a8%208%200%200%201-8-8a8%208%200%200%201%208-8a8%208%200%200%201%208%208a8%208%200%200%201-8%208m4.18-12.24l-1.06%201.06l-1.06-1.06L13%208.82l1.06%201.06L13%2010.94L14.06%2012l1.06-1.06L16.18%2012l1.06-1.06l-1.06-1.06l1.06-1.06zM7.82%2012l1.06-1.06L9.94%2012L11%2010.94L9.94%209.88L11%208.82L9.94%207.76L8.88%208.82L7.82%207.76L6.76%208.82l1.06%201.06l-1.06%201.06zM12%2014c-2.33%200-4.31%201.46-5.11%203.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-dead-outline.svg?color=%231a73e8&size=48