death from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
death
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the death icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.406 38c.921 0 1.594-.83 1.594-1.724C27 34.279 24 33 24 33s-3 1.361-3 3.276c0 .894.673 1.724 1.594 1.724c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9M22 28c0 2.761-2.015 5-4.5 5S13 30.761 13 28s2.015-5 4.5-5s4.5 2.239 4.5 5m8.5 5c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path fill-rule="evenodd" d="M13.154 36.003c-2.4 0-2.383-.599-2.312-3.045c.014-.481.03-1.034.03-1.668c0-1.525-.45-2.246-.993-3.117C9.049 26.843 8 25.16 8 19.723c0-18.298 32-18.298 32 0c0 5.438-1.049 7.12-1.879 8.45c-.543.871-.993 1.592-.993 3.117c0 .634.016 1.187.03 1.668c.07 2.446.088 3.044-2.312 3.044c-2.872 0-2.872 2.57-2.872 4.284S28.102 42 24 42s-7.974 0-7.974-1.714s0-4.284-2.872-4.284m0-2a9 9 0 0 1-.332-.006l.002-.31c.003-.171.01-.38.016-.617c.014-.499.032-1.122.032-1.78c0-2.149-.79-3.393-1.365-4.3q-.184-.284-.325-.53C10.674 25.55 10 23.982 10 19.723c0-3.916 1.68-6.772 4.213-8.703C16.8 9.048 20.35 8 24 8s7.2 1.048 9.787 3.021C36.32 12.952 38 15.808 38 19.724c0 4.259-.674 5.826-1.182 6.735q-.142.247-.325.532c-.575.906-1.365 2.15-1.365 4.3c0 .657.018 1.28.032 1.778c.007.237.013.447.016.617q.003.175.002.31a9 9 0 0 1-.332.006c-1.02 0-1.966.232-2.765.762c-.802.532-1.295 1.256-1.592 1.965c-.42 1-.498 2.122-.512 2.931a6 6 0 0 1-.738.146c-1.306.19-3.133.194-5.239.194s-3.933-.005-5.24-.194a6 6 0 0 1-.737-.146c-.014-.81-.093-1.93-.512-2.931c-.297-.709-.79-1.433-1.592-1.965c-.8-.53-1.745-.762-2.765-.762" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDeath(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.406 38c.921 0 1.594-.83 1.594-1.724C27 34.279 24 33 24 33s-3 1.361-3 3.276c0 .894.673 1.724 1.594 1.724c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9M22 28c0 2.761-2.015 5-4.5 5S13 30.761 13 28s2.015-5 4.5-5s4.5 2.239 4.5 5m8.5 5c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path fillRule="evenodd" d="M13.154 36.003c-2.4 0-2.383-.599-2.312-3.045c.014-.481.03-1.034.03-1.668c0-1.525-.45-2.246-.993-3.117C9.049 26.843 8 25.16 8 19.723c0-18.298 32-18.298 32 0c0 5.438-1.049 7.12-1.879 8.45c-.543.871-.993 1.592-.993 3.117c0 .634.016 1.187.03 1.668c.07 2.446.088 3.044-2.312 3.044c-2.872 0-2.872 2.57-2.872 4.284S28.102 42 24 42s-7.974 0-7.974-1.714s0-4.284-2.872-4.284m0-2a9 9 0 0 1-.332-.006l.002-.31c.003-.171.01-.38.016-.617c.014-.499.032-1.122.032-1.78c0-2.149-.79-3.393-1.365-4.3q-.184-.284-.325-.53C10.674 25.55 10 23.982 10 19.723c0-3.916 1.68-6.772 4.213-8.703C16.8 9.048 20.35 8 24 8s7.2 1.048 9.787 3.021C36.32 12.952 38 15.808 38 19.724c0 4.259-.674 5.826-1.182 6.735q-.142.247-.325.532c-.575.906-1.365 2.15-1.365 4.3c0 .657.018 1.28.032 1.778c.007.237.013.447.016.617q.003.175.002.31a9 9 0 0 1-.332.006c-1.02 0-1.966.232-2.765.762c-.802.532-1.295 1.256-1.592 1.965c-.42 1-.498 2.122-.512 2.931a6 6 0 0 1-.738.146c-1.306.19-3.133.194-5.239.194s-3.933-.005-5.24-.194a6 6 0 0 1-.737-.146c-.014-.81-.093-1.93-.512-2.931c-.297-.709-.79-1.433-1.592-1.965c-.8-.53-1.745-.762-2.765-.762" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.406 38c.921 0 1.594-.83 1.594-1.724C27 34.279 24 33 24 33s-3 1.361-3 3.276c0 .894.673 1.724 1.594 1.724c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9M22 28c0 2.761-2.015 5-4.5 5S13 30.761 13 28s2.015-5 4.5-5s4.5 2.239 4.5 5m8.5 5c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path fill-rule="evenodd" d="M13.154 36.003c-2.4 0-2.383-.599-2.312-3.045c.014-.481.03-1.034.03-1.668c0-1.525-.45-2.246-.993-3.117C9.049 26.843 8 25.16 8 19.723c0-18.298 32-18.298 32 0c0 5.438-1.049 7.12-1.879 8.45c-.543.871-.993 1.592-.993 3.117c0 .634.016 1.187.03 1.668c.07 2.446.088 3.044-2.312 3.044c-2.872 0-2.872 2.57-2.872 4.284S28.102 42 24 42s-7.974 0-7.974-1.714s0-4.284-2.872-4.284m0-2a9 9 0 0 1-.332-.006l.002-.31c.003-.171.01-.38.016-.617c.014-.499.032-1.122.032-1.78c0-2.149-.79-3.393-1.365-4.3q-.184-.284-.325-.53C10.674 25.55 10 23.982 10 19.723c0-3.916 1.68-6.772 4.213-8.703C16.8 9.048 20.35 8 24 8s7.2 1.048 9.787 3.021C36.32 12.952 38 15.808 38 19.724c0 4.259-.674 5.826-1.182 6.735q-.142.247-.325.532c-.575.906-1.365 2.15-1.365 4.3c0 .657.018 1.28.032 1.778c.007.237.013.447.016.617q.003.175.002.31a9 9 0 0 1-.332.006c-1.02 0-1.966.232-2.765.762c-.802.532-1.295 1.256-1.592 1.965c-.42 1-.498 2.122-.512 2.931a6 6 0 0 1-.738.146c-1.306.19-3.133.194-5.239.194s-3.933-.005-5.24-.194a6 6 0 0 1-.737-.146c-.014-.81-.093-1.93-.512-2.931c-.297-.709-.79-1.433-1.592-1.965c-.8-.53-1.745-.762-2.765-.762" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-death {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.406%2038c.921%200%201.594-.83%201.594-1.724C27%2034.279%2024%2033%2024%2033s-3%201.361-3%203.276c0%20.894.673%201.724%201.594%201.724c.639%200%201.113-.372%201.406-.9c.293.528.767.9%201.406.9M22%2028c0%202.761-2.015%205-4.5%205S13%2030.761%2013%2028s2.015-5%204.5-5s4.5%202.239%204.5%205m8.5%205c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.154%2036.003c-2.4%200-2.383-.599-2.312-3.045c.014-.481.03-1.034.03-1.668c0-1.525-.45-2.246-.993-3.117C9.049%2026.843%208%2025.16%208%2019.723c0-18.298%2032-18.298%2032%200c0%205.438-1.049%207.12-1.879%208.45c-.543.871-.993%201.592-.993%203.117c0%20.634.016%201.187.03%201.668c.07%202.446.088%203.044-2.312%203.044c-2.872%200-2.872%202.57-2.872%204.284S28.102%2042%2024%2042s-7.974%200-7.974-1.714s0-4.284-2.872-4.284m0-2a9%209%200%200%201-.332-.006l.002-.31c.003-.171.01-.38.016-.617c.014-.499.032-1.122.032-1.78c0-2.149-.79-3.393-1.365-4.3q-.184-.284-.325-.53C10.674%2025.55%2010%2023.982%2010%2019.723c0-3.916%201.68-6.772%204.213-8.703C16.8%209.048%2020.35%208%2024%208s7.2%201.048%209.787%203.021C36.32%2012.952%2038%2015.808%2038%2019.724c0%204.259-.674%205.826-1.182%206.735q-.142.247-.325.532c-.575.906-1.365%202.15-1.365%204.3c0%20.657.018%201.28.032%201.778c.007.237.013.447.016.617q.003.175.002.31a9%209%200%200%201-.332.006c-1.02%200-1.966.232-2.765.762c-.802.532-1.295%201.256-1.592%201.965c-.42%201-.498%202.122-.512%202.931a6%206%200%200%201-.738.146c-1.306.19-3.133.194-5.239.194s-3.933-.005-5.24-.194a6%206%200%200%201-.737-.146c-.014-.81-.093-1.93-.512-2.931c-.297-.709-.79-1.433-1.592-1.965c-.8-.53-1.745-.762-2.765-.762%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.406%2038c.921%200%201.594-.83%201.594-1.724C27%2034.279%2024%2033%2024%2033s-3%201.361-3%203.276c0%20.894.673%201.724%201.594%201.724c.639%200%201.113-.372%201.406-.9c.293.528.767.9%201.406.9M22%2028c0%202.761-2.015%205-4.5%205S13%2030.761%2013%2028s2.015-5%204.5-5s4.5%202.239%204.5%205m8.5%205c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.154%2036.003c-2.4%200-2.383-.599-2.312-3.045c.014-.481.03-1.034.03-1.668c0-1.525-.45-2.246-.993-3.117C9.049%2026.843%208%2025.16%208%2019.723c0-18.298%2032-18.298%2032%200c0%205.438-1.049%207.12-1.879%208.45c-.543.871-.993%201.592-.993%203.117c0%20.634.016%201.187.03%201.668c.07%202.446.088%203.044-2.312%203.044c-2.872%200-2.872%202.57-2.872%204.284S28.102%2042%2024%2042s-7.974%200-7.974-1.714s0-4.284-2.872-4.284m0-2a9%209%200%200%201-.332-.006l.002-.31c.003-.171.01-.38.016-.617c.014-.499.032-1.122.032-1.78c0-2.149-.79-3.393-1.365-4.3q-.184-.284-.325-.53C10.674%2025.55%2010%2023.982%2010%2019.723c0-3.916%201.68-6.772%204.213-8.703C16.8%209.048%2020.35%208%2024%208s7.2%201.048%209.787%203.021C36.32%2012.952%2038%2015.808%2038%2019.724c0%204.259-.674%205.826-1.182%206.735q-.142.247-.325.532c-.575.906-1.365%202.15-1.365%204.3c0%20.657.018%201.28.032%201.778c.007.237.013.447.016.617q.003.175.002.31a9%209%200%200%201-.332.006c-1.02%200-1.966.232-2.765.762c-.802.532-1.295%201.256-1.592%201.965c-.42%201-.498%202.122-.512%202.931a6%206%200%200%201-.738.146c-1.306.19-3.133.194-5.239.194s-3.933-.005-5.24-.194a6%206%200%200%201-.737-.146c-.014-.81-.093-1.93-.512-2.931c-.297-.709-.79-1.433-1.592-1.965c-.8-.53-1.745-.762-2.765-.762%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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