skull emoji
skull from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- skull
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
skullBoxIcons v2 SolidskullEmoji One (Colored)skullFont Awesome 6 SolidskullFont Awesome SolidskullFluent EmojiskullFluent Emoji High ContrastskullFirefox OS EmojiskullHealth IconsskullHuge IconsskullHumbleiconsskullIconParkskullIconPark OutlineskullIconPark SolidskullIconPark TwoToneskullIonIconsskullJam IconsskullLine AwesomeskullLucideskullMajesticonsskullMaterial SymbolsskullMaterial Symbols LightskullMaterial Design Iconsskull-fillMingCute IconskullNoto Emoji
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the skull emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 1c-8.282 0-15 6.715-15 14.995c0 2.773.762 4.743 2.286 6.033c1.262 1.067 2.919 1.554 4.714 1.785V28a3.005 3.005 0 0 0 3 2.999a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345c1.652 0 3-1.347 3-3V23.81c1.794-.234 3.451-.72 4.713-1.787c1.524-1.288 2.287-3.256 2.287-6.029c0-8.28-6.718-14.995-15-14.995"/><path fill="#fff" d="M16.028 2c-7.73 0-14 6.268-14 13.995c0 5.178 2.82 6.568 7 6.918V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-5.087c4.18-.36 7-1.74 7-6.918c0-7.727-6.27-13.995-14-13.995"/><path fill="#402a32" d="M14 16.762C14 19.392 11.987 20 9.5 20S5 19.393 5 16.762S7.013 12 9.5 12s4.5 2.13 4.5 4.762m13 0C27 19.392 24.987 20 22.5 20s-4.5-.607-4.5-3.238S20.013 12 22.5 12s4.5 2.13 4.5 4.762M15.01 21.97h1.97c.5 0 .85-.49.68-.96l-.37-1.08c-.19-.56-.71-.93-1.3-.93s-1.12.38-1.31.93l-.36 1.08c-.16.47.19.96.69.96"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSkull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 1c-8.282 0-15 6.715-15 14.995c0 2.773.762 4.743 2.286 6.033c1.262 1.067 2.919 1.554 4.714 1.785V28a3.005 3.005 0 0 0 3 2.999a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345c1.652 0 3-1.347 3-3V23.81c1.794-.234 3.451-.72 4.713-1.787c1.524-1.288 2.287-3.256 2.287-6.029c0-8.28-6.718-14.995-15-14.995"/><path fill="#fff" d="M16.028 2c-7.73 0-14 6.268-14 13.995c0 5.178 2.82 6.568 7 6.918V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-5.087c4.18-.36 7-1.74 7-6.918c0-7.727-6.27-13.995-14-13.995"/><path fill="#402a32" d="M14 16.762C14 19.392 11.987 20 9.5 20S5 19.393 5 16.762S7.013 12 9.5 12s4.5 2.13 4.5 4.762m13 0C27 19.392 24.987 20 22.5 20s-4.5-.607-4.5-3.238S20.013 12 22.5 12s4.5 2.13 4.5 4.762M15.01 21.97h1.97c.5 0 .85-.49.68-.96l-.37-1.08c-.19-.56-.71-.93-1.3-.93s-1.12.38-1.31.93l-.36 1.08c-.16.47.19.96.69.96"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 1c-8.282 0-15 6.715-15 14.995c0 2.773.762 4.743 2.286 6.033c1.262 1.067 2.919 1.554 4.714 1.785V28a3.005 3.005 0 0 0 3 2.999a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345a3 3 0 0 0 2.5-1.345a3 3 0 0 0 2.5 1.345c1.652 0 3-1.347 3-3V23.81c1.794-.234 3.451-.72 4.713-1.787c1.524-1.288 2.287-3.256 2.287-6.029c0-8.28-6.718-14.995-15-14.995"/><path fill="#fff" d="M16.028 2c-7.73 0-14 6.268-14 13.995c0 5.178 2.82 6.568 7 6.918V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-2.508a.5.5 0 1 1 1 0V28c0 1.1.9 1.999 2 1.999s2-.9 2-2v-5.087c4.18-.36 7-1.74 7-6.918c0-7.727-6.27-13.995-14-13.995"/><path fill="#402a32" d="M14 16.762C14 19.392 11.987 20 9.5 20S5 19.393 5 16.762S7.013 12 9.5 12s4.5 2.13 4.5 4.762m13 0C27 19.392 24.987 20 22.5 20s-4.5-.607-4.5-3.238S20.013 12 22.5 12s4.5 2.13 4.5 4.762M15.01 21.97h1.97c.5 0 .85-.49.68-.96l-.37-1.08c-.19-.56-.71-.93-1.3-.93s-1.12.38-1.31.93l-.36 1.08c-.16.47.19.96.69.96"/></g></svg> </template>
CSS
.icon-skull {
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%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16.028%201c-8.282%200-15%206.715-15%2014.995c0%202.773.762%204.743%202.286%206.033c1.262%201.067%202.919%201.554%204.714%201.785V28a3.005%203.005%200%200%200%203%202.999a3%203%200%200%200%202.5-1.345a3%203%200%200%200%202.5%201.345a3%203%200%200%200%202.5-1.345a3%203%200%200%200%202.5%201.345c1.652%200%203-1.347%203-3V23.81c1.794-.234%203.451-.72%204.713-1.787c1.524-1.288%202.287-3.256%202.287-6.029c0-8.28-6.718-14.995-15-14.995%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.028%202c-7.73%200-14%206.268-14%2013.995c0%205.178%202.82%206.568%207%206.918V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-2.508a.5.5%200%201%201%201%200V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-2.508a.5.5%200%201%201%201%200V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-5.087c4.18-.36%207-1.74%207-6.918c0-7.727-6.27-13.995-14-13.995%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2016.762C14%2019.392%2011.987%2020%209.5%2020S5%2019.393%205%2016.762S7.013%2012%209.5%2012s4.5%202.13%204.5%204.762m13%200C27%2019.392%2024.987%2020%2022.5%2020s-4.5-.607-4.5-3.238S20.013%2012%2022.5%2012s4.5%202.13%204.5%204.762M15.01%2021.97h1.97c.5%200%20.85-.49.68-.96l-.37-1.08c-.19-.56-.71-.93-1.3-.93s-1.12.38-1.31.93l-.36%201.08c-.16.47.19.96.69.96%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%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16.028%201c-8.282%200-15%206.715-15%2014.995c0%202.773.762%204.743%202.286%206.033c1.262%201.067%202.919%201.554%204.714%201.785V28a3.005%203.005%200%200%200%203%202.999a3%203%200%200%200%202.5-1.345a3%203%200%200%200%202.5%201.345a3%203%200%200%200%202.5-1.345a3%203%200%200%200%202.5%201.345c1.652%200%203-1.347%203-3V23.81c1.794-.234%203.451-.72%204.713-1.787c1.524-1.288%202.287-3.256%202.287-6.029c0-8.28-6.718-14.995-15-14.995%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.028%202c-7.73%200-14%206.268-14%2013.995c0%205.178%202.82%206.568%207%206.918V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-2.508a.5.5%200%201%201%201%200V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-2.508a.5.5%200%201%201%201%200V28c0%201.1.9%201.999%202%201.999s2-.9%202-2v-5.087c4.18-.36%207-1.74%207-6.918c0-7.727-6.27-13.995-14-13.995%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2016.762C14%2019.392%2011.987%2020%209.5%2020S5%2019.393%205%2016.762S7.013%2012%209.5%2012s4.5%202.13%204.5%204.762m13%200C27%2019.392%2024.987%2020%2022.5%2020s-4.5-.607-4.5-3.238S20.013%2012%2022.5%2012s4.5%202.13%204.5%204.762M15.01%2021.97h1.97c.5%200%20.85-.49.68-.96l-.37-1.08c-.19-.56-.71-.93-1.3-.93s-1.12.38-1.31.93l-.36%201.08c-.16.47.19.96.69.96%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-flat/skull.svg?color=%231a73e8&size=48