skull and crossbones emoji

skull-and-crossbones from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
skull-and-crossbones
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the skull and crossbones 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="M9.895 6.867L8.724 5.696A2.5 2.5 0 1 0 4.07 4.042a2.5 2.5 0 1 0 1.654 4.654l1.17 1.17a10.94 10.94 0 0 0-1.866 6.13c0 2.034.557 3.43 1.626 4.334a4.8 4.8 0 0 0 1.377.8l-2.306 2.314a2.4 2.4 0 0 0-1.34-.41c-1.3 0-2.357 1.04-2.357 2.322c0 1.28 1.056 2.312 2.356 2.312A2.34 2.34 0 0 0 6.73 30c1.3 0 2.357-1.04 2.357-2.322c0-.53-.183-1.011-.488-1.401l1.679-1.685v.409c0 1.1.899 1.999 2 1.999c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 16.028 27c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 19.778 27c1.1 0 2-.898 2-2v-.425l1.7 1.775a2.322 2.322 0 0 0 1.91 3.64c1.28 0 2.32-1.04 2.32-2.32c1.28 0 2.33-1.03 2.33-2.31s-1.04-2.32-2.32-2.32c-.53 0-1.01.18-1.4.48l-2.293-2.394a4.8 4.8 0 0 0 1.376-.799c1.07-.903 1.627-2.297 1.627-4.33c0-2.27-.688-4.379-1.867-6.13l1.17-1.171a2.5 2.5 0 1 0 1.654-4.654a2.5 2.5 0 1 0-4.653 1.654L22.16 6.867A10.95 10.95 0 0 0 16.028 5c-2.27 0-4.38.688-6.133 1.867"/><path fill="#fff" d="M6.028 15.996c0-5.519 4.478-9.996 10-9.996c5.521 0 10 4.477 10 9.996c0 1.85-.5 2.915-1.272 3.568c-.798.674-1.98.99-3.521 1.122l-.457.04V25c0 .548-.451.999-1 .999c-.55 0-1-.451-1-1V23.12a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-1.88a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-4.276l-.459-.038c-1.54-.129-2.721-.445-3.519-1.12c-.772-.653-1.272-1.72-1.272-3.57"/><path fill="#212121" d="M24.408 16.773c0 1.806-1.43 2.227-3.19 2.227s-3.19-.42-3.19-2.227s1.43-3.273 3.19-3.273c1.76-.01 3.19 1.457 3.19 3.273m-10.38.005c0 1.802-1.455 2.222-3.245 2.222s-3.255-.42-3.255-2.222S8.982 13.5 10.783 13.5s3.245 1.465 3.245 3.278M15.452 20h1.151c.294 0 .498-.34.4-.65l-.22-.727c-.115-.368-.417-.623-.76-.623c-.342 0-.653.255-.759.632l-.212.726c-.098.312.114.642.4.642"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSkullAndCrossbones(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="M9.895 6.867L8.724 5.696A2.5 2.5 0 1 0 4.07 4.042a2.5 2.5 0 1 0 1.654 4.654l1.17 1.17a10.94 10.94 0 0 0-1.866 6.13c0 2.034.557 3.43 1.626 4.334a4.8 4.8 0 0 0 1.377.8l-2.306 2.314a2.4 2.4 0 0 0-1.34-.41c-1.3 0-2.357 1.04-2.357 2.322c0 1.28 1.056 2.312 2.356 2.312A2.34 2.34 0 0 0 6.73 30c1.3 0 2.357-1.04 2.357-2.322c0-.53-.183-1.011-.488-1.401l1.679-1.685v.409c0 1.1.899 1.999 2 1.999c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 16.028 27c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 19.778 27c1.1 0 2-.898 2-2v-.425l1.7 1.775a2.322 2.322 0 0 0 1.91 3.64c1.28 0 2.32-1.04 2.32-2.32c1.28 0 2.33-1.03 2.33-2.31s-1.04-2.32-2.32-2.32c-.53 0-1.01.18-1.4.48l-2.293-2.394a4.8 4.8 0 0 0 1.376-.799c1.07-.903 1.627-2.297 1.627-4.33c0-2.27-.688-4.379-1.867-6.13l1.17-1.171a2.5 2.5 0 1 0 1.654-4.654a2.5 2.5 0 1 0-4.653 1.654L22.16 6.867A10.95 10.95 0 0 0 16.028 5c-2.27 0-4.38.688-6.133 1.867"/><path fill="#fff" d="M6.028 15.996c0-5.519 4.478-9.996 10-9.996c5.521 0 10 4.477 10 9.996c0 1.85-.5 2.915-1.272 3.568c-.798.674-1.98.99-3.521 1.122l-.457.04V25c0 .548-.451.999-1 .999c-.55 0-1-.451-1-1V23.12a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-1.88a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-4.276l-.459-.038c-1.54-.129-2.721-.445-3.519-1.12c-.772-.653-1.272-1.72-1.272-3.57"/><path fill="#212121" d="M24.408 16.773c0 1.806-1.43 2.227-3.19 2.227s-3.19-.42-3.19-2.227s1.43-3.273 3.19-3.273c1.76-.01 3.19 1.457 3.19 3.273m-10.38.005c0 1.802-1.455 2.222-3.245 2.222s-3.255-.42-3.255-2.222S8.982 13.5 10.783 13.5s3.245 1.465 3.245 3.278M15.452 20h1.151c.294 0 .498-.34.4-.65l-.22-.727c-.115-.368-.417-.623-.76-.623c-.342 0-.653.255-.759.632l-.212.726c-.098.312.114.642.4.642"/></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="M9.895 6.867L8.724 5.696A2.5 2.5 0 1 0 4.07 4.042a2.5 2.5 0 1 0 1.654 4.654l1.17 1.17a10.94 10.94 0 0 0-1.866 6.13c0 2.034.557 3.43 1.626 4.334a4.8 4.8 0 0 0 1.377.8l-2.306 2.314a2.4 2.4 0 0 0-1.34-.41c-1.3 0-2.357 1.04-2.357 2.322c0 1.28 1.056 2.312 2.356 2.312A2.34 2.34 0 0 0 6.73 30c1.3 0 2.357-1.04 2.357-2.322c0-.53-.183-1.011-.488-1.401l1.679-1.685v.409c0 1.1.899 1.999 2 1.999c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 16.028 27c.857 0 1.591-.544 1.875-1.305A2.01 2.01 0 0 0 19.778 27c1.1 0 2-.898 2-2v-.425l1.7 1.775a2.322 2.322 0 0 0 1.91 3.64c1.28 0 2.32-1.04 2.32-2.32c1.28 0 2.33-1.03 2.33-2.31s-1.04-2.32-2.32-2.32c-.53 0-1.01.18-1.4.48l-2.293-2.394a4.8 4.8 0 0 0 1.376-.799c1.07-.903 1.627-2.297 1.627-4.33c0-2.27-.688-4.379-1.867-6.13l1.17-1.171a2.5 2.5 0 1 0 1.654-4.654a2.5 2.5 0 1 0-4.653 1.654L22.16 6.867A10.95 10.95 0 0 0 16.028 5c-2.27 0-4.38.688-6.133 1.867"/><path fill="#fff" d="M6.028 15.996c0-5.519 4.478-9.996 10-9.996c5.521 0 10 4.477 10 9.996c0 1.85-.5 2.915-1.272 3.568c-.798.674-1.98.99-3.521 1.122l-.457.04V25c0 .548-.451.999-1 .999c-.55 0-1-.451-1-1V23.12a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-1.88a.875.875 0 0 0-1.75 0V25c0 .549-.451 1-1 1c-.55 0-1-.451-1-1v-4.276l-.459-.038c-1.54-.129-2.721-.445-3.519-1.12c-.772-.653-1.272-1.72-1.272-3.57"/><path fill="#212121" d="M24.408 16.773c0 1.806-1.43 2.227-3.19 2.227s-3.19-.42-3.19-2.227s1.43-3.273 3.19-3.273c1.76-.01 3.19 1.457 3.19 3.273m-10.38.005c0 1.802-1.455 2.222-3.245 2.222s-3.255-.42-3.255-2.222S8.982 13.5 10.783 13.5s3.245 1.465 3.245 3.278M15.452 20h1.151c.294 0 .498-.34.4-.65l-.22-.727c-.115-.368-.417-.623-.76-.623c-.342 0-.653.255-.759.632l-.212.726c-.098.312.114.642.4.642"/></g></svg>
</template>

CSS

.icon-skull-and-crossbones {
  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%22M9.895%206.867L8.724%205.696A2.5%202.5%200%201%200%204.07%204.042a2.5%202.5%200%201%200%201.654%204.654l1.17%201.17a10.94%2010.94%200%200%200-1.866%206.13c0%202.034.557%203.43%201.626%204.334a4.8%204.8%200%200%200%201.377.8l-2.306%202.314a2.4%202.4%200%200%200-1.34-.41c-1.3%200-2.357%201.04-2.357%202.322c0%201.28%201.056%202.312%202.356%202.312A2.34%202.34%200%200%200%206.73%2030c1.3%200%202.357-1.04%202.357-2.322c0-.53-.183-1.011-.488-1.401l1.679-1.685v.409c0%201.1.899%201.999%202%201.999c.857%200%201.591-.544%201.875-1.305A2.01%202.01%200%200%200%2016.028%2027c.857%200%201.591-.544%201.875-1.305A2.01%202.01%200%200%200%2019.778%2027c1.1%200%202-.898%202-2v-.425l1.7%201.775a2.322%202.322%200%200%200%201.91%203.64c1.28%200%202.32-1.04%202.32-2.32c1.28%200%202.33-1.03%202.33-2.31s-1.04-2.32-2.32-2.32c-.53%200-1.01.18-1.4.48l-2.293-2.394a4.8%204.8%200%200%200%201.376-.799c1.07-.903%201.627-2.297%201.627-4.33c0-2.27-.688-4.379-1.867-6.13l1.17-1.171a2.5%202.5%200%201%200%201.654-4.654a2.5%202.5%200%201%200-4.653%201.654L22.16%206.867A10.95%2010.95%200%200%200%2016.028%205c-2.27%200-4.38.688-6.133%201.867%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.028%2015.996c0-5.519%204.478-9.996%2010-9.996c5.521%200%2010%204.477%2010%209.996c0%201.85-.5%202.915-1.272%203.568c-.798.674-1.98.99-3.521%201.122l-.457.04V25c0%20.548-.451.999-1%20.999c-.55%200-1-.451-1-1V23.12a.875.875%200%200%200-1.75%200V25c0%20.549-.451%201-1%201c-.55%200-1-.451-1-1v-1.88a.875.875%200%200%200-1.75%200V25c0%20.549-.451%201-1%201c-.55%200-1-.451-1-1v-4.276l-.459-.038c-1.54-.129-2.721-.445-3.519-1.12c-.772-.653-1.272-1.72-1.272-3.57%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M24.408%2016.773c0%201.806-1.43%202.227-3.19%202.227s-3.19-.42-3.19-2.227s1.43-3.273%203.19-3.273c1.76-.01%203.19%201.457%203.19%203.273m-10.38.005c0%201.802-1.455%202.222-3.245%202.222s-3.255-.42-3.255-2.222S8.982%2013.5%2010.783%2013.5s3.245%201.465%203.245%203.278M15.452%2020h1.151c.294%200%20.498-.34.4-.65l-.22-.727c-.115-.368-.417-.623-.76-.623c-.342%200-.653.255-.759.632l-.212.726c-.098.312.114.642.4.642%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%22M9.895%206.867L8.724%205.696A2.5%202.5%200%201%200%204.07%204.042a2.5%202.5%200%201%200%201.654%204.654l1.17%201.17a10.94%2010.94%200%200%200-1.866%206.13c0%202.034.557%203.43%201.626%204.334a4.8%204.8%200%200%200%201.377.8l-2.306%202.314a2.4%202.4%200%200%200-1.34-.41c-1.3%200-2.357%201.04-2.357%202.322c0%201.28%201.056%202.312%202.356%202.312A2.34%202.34%200%200%200%206.73%2030c1.3%200%202.357-1.04%202.357-2.322c0-.53-.183-1.011-.488-1.401l1.679-1.685v.409c0%201.1.899%201.999%202%201.999c.857%200%201.591-.544%201.875-1.305A2.01%202.01%200%200%200%2016.028%2027c.857%200%201.591-.544%201.875-1.305A2.01%202.01%200%200%200%2019.778%2027c1.1%200%202-.898%202-2v-.425l1.7%201.775a2.322%202.322%200%200%200%201.91%203.64c1.28%200%202.32-1.04%202.32-2.32c1.28%200%202.33-1.03%202.33-2.31s-1.04-2.32-2.32-2.32c-.53%200-1.01.18-1.4.48l-2.293-2.394a4.8%204.8%200%200%200%201.376-.799c1.07-.903%201.627-2.297%201.627-4.33c0-2.27-.688-4.379-1.867-6.13l1.17-1.171a2.5%202.5%200%201%200%201.654-4.654a2.5%202.5%200%201%200-4.653%201.654L22.16%206.867A10.95%2010.95%200%200%200%2016.028%205c-2.27%200-4.38.688-6.133%201.867%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.028%2015.996c0-5.519%204.478-9.996%2010-9.996c5.521%200%2010%204.477%2010%209.996c0%201.85-.5%202.915-1.272%203.568c-.798.674-1.98.99-3.521%201.122l-.457.04V25c0%20.548-.451.999-1%20.999c-.55%200-1-.451-1-1V23.12a.875.875%200%200%200-1.75%200V25c0%20.549-.451%201-1%201c-.55%200-1-.451-1-1v-1.88a.875.875%200%200%200-1.75%200V25c0%20.549-.451%201-1%201c-.55%200-1-.451-1-1v-4.276l-.459-.038c-1.54-.129-2.721-.445-3.519-1.12c-.772-.653-1.272-1.72-1.272-3.57%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M24.408%2016.773c0%201.806-1.43%202.227-3.19%202.227s-3.19-.42-3.19-2.227s1.43-3.273%203.19-3.273c1.76-.01%203.19%201.457%203.19%203.273m-10.38.005c0%201.802-1.455%202.222-3.245%202.222s-3.255-.42-3.255-2.222S8.982%2013.5%2010.783%2013.5s3.245%201.465%203.245%203.278M15.452%2020h1.151c.294%200%20.498-.34.4-.65l-.22-.727c-.115-.368-.417-.623-.76-.623c-.342%200-.653.255-.759.632l-.212.726c-.098.312.114.642.4.642%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-and-crossbones.svg?color=%231a73e8&size=48