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

Name
death-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
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 24 24"><g fill="currentColor"><path d="M12.5 13.75c0-1.369.98-2.75 2.5-2.75s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75m-6 0C6.5 12.381 7.48 11 9 11s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75M11.297 19c-.46 0-.797-.415-.797-.862q.002-.18.06-.345a1 1 0 0 1 .067-.156C10.99 16.931 12 16.5 12 16.5s1.5.68 1.5 1.638c0 .447-.336.862-.797.862c-.303 0-.533-.168-.68-.411a.027.027 0 0 0-.046 0c-.147.243-.377.411-.68.411"/><path fill-rule="evenodd" d="M4 16h.02v.694l-.02.003v.629c0 .635.622 1.074 1.205 1.326c.291.126.545.337.735.61c.189.274.306.599.339.94c.099 1.044.287 1.8 1.335 1.798l.96-.001v-.007h6.854v.007l.958.001c1.049.002 1.238-.755 1.337-1.798c.033-.341.15-.666.34-.94a1.74 1.74 0 0 1 .734-.61c.583-.252 1.205-.691 1.205-1.326v-.629l-.011-.002V16H20c0-1.036.002-1.46.03-1.709c.015-.136.019-.147.153-.41l.003-.007l.003-.007A7.9 7.9 0 0 0 21 10.385C21 5.68 16.894 2 12 2s-9 3.68-9 8.385c0 1.241.29 2.42.81 3.48l.003.007l.003.007c.135.265.138.276.154.412c.028.25.03.673.03 1.709m8-12c-3.943 0-7 2.932-7 6.385c0 .923.214 1.8.602 2.593l.002.005c.156.305.296.58.353 1.082l.002.021q.06.161.06.343V16.7c.92.176 1.607.472 1.983 1.015c.377.544.57 1.363.572 2.276h6.854c.003-.913.195-1.732.572-2.276s1.067-.84 1.99-1.017v-2.27a1 1 0 0 1 .046-.3l.007-.063c.057-.502.197-.777.352-1.082l.002-.004A5.9 5.9 0 0 0 19 10.385C19 6.932 15.943 4 12 4" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDeath24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 13.75c0-1.369.98-2.75 2.5-2.75s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75m-6 0C6.5 12.381 7.48 11 9 11s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75M11.297 19c-.46 0-.797-.415-.797-.862q.002-.18.06-.345a1 1 0 0 1 .067-.156C10.99 16.931 12 16.5 12 16.5s1.5.68 1.5 1.638c0 .447-.336.862-.797.862c-.303 0-.533-.168-.68-.411a.027.027 0 0 0-.046 0c-.147.243-.377.411-.68.411"/><path fillRule="evenodd" d="M4 16h.02v.694l-.02.003v.629c0 .635.622 1.074 1.205 1.326c.291.126.545.337.735.61c.189.274.306.599.339.94c.099 1.044.287 1.8 1.335 1.798l.96-.001v-.007h6.854v.007l.958.001c1.049.002 1.238-.755 1.337-1.798c.033-.341.15-.666.34-.94a1.74 1.74 0 0 1 .734-.61c.583-.252 1.205-.691 1.205-1.326v-.629l-.011-.002V16H20c0-1.036.002-1.46.03-1.709c.015-.136.019-.147.153-.41l.003-.007l.003-.007A7.9 7.9 0 0 0 21 10.385C21 5.68 16.894 2 12 2s-9 3.68-9 8.385c0 1.241.29 2.42.81 3.48l.003.007l.003.007c.135.265.138.276.154.412c.028.25.03.673.03 1.709m8-12c-3.943 0-7 2.932-7 6.385c0 .923.214 1.8.602 2.593l.002.005c.156.305.296.58.353 1.082l.002.021q.06.161.06.343V16.7c.92.176 1.607.472 1.983 1.015c.377.544.57 1.363.572 2.276h6.854c.003-.913.195-1.732.572-2.276s1.067-.84 1.99-1.017v-2.27a1 1 0 0 1 .046-.3l.007-.063c.057-.502.197-.777.352-1.082l.002-.004A5.9 5.9 0 0 0 19 10.385C19 6.932 15.943 4 12 4" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 13.75c0-1.369.98-2.75 2.5-2.75s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75m-6 0C6.5 12.381 7.48 11 9 11s2.5 1.381 2.5 2.75s-.98 2.75-2.5 2.75s-2.5-1.381-2.5-2.75M11.297 19c-.46 0-.797-.415-.797-.862q.002-.18.06-.345a1 1 0 0 1 .067-.156C10.99 16.931 12 16.5 12 16.5s1.5.68 1.5 1.638c0 .447-.336.862-.797.862c-.303 0-.533-.168-.68-.411a.027.027 0 0 0-.046 0c-.147.243-.377.411-.68.411"/><path fill-rule="evenodd" d="M4 16h.02v.694l-.02.003v.629c0 .635.622 1.074 1.205 1.326c.291.126.545.337.735.61c.189.274.306.599.339.94c.099 1.044.287 1.8 1.335 1.798l.96-.001v-.007h6.854v.007l.958.001c1.049.002 1.238-.755 1.337-1.798c.033-.341.15-.666.34-.94a1.74 1.74 0 0 1 .734-.61c.583-.252 1.205-.691 1.205-1.326v-.629l-.011-.002V16H20c0-1.036.002-1.46.03-1.709c.015-.136.019-.147.153-.41l.003-.007l.003-.007A7.9 7.9 0 0 0 21 10.385C21 5.68 16.894 2 12 2s-9 3.68-9 8.385c0 1.241.29 2.42.81 3.48l.003.007l.003.007c.135.265.138.276.154.412c.028.25.03.673.03 1.709m8-12c-3.943 0-7 2.932-7 6.385c0 .923.214 1.8.602 2.593l.002.005c.156.305.296.58.353 1.082l.002.021q.06.161.06.343V16.7c.92.176 1.607.472 1.983 1.015c.377.544.57 1.363.572 2.276h6.854c.003-.913.195-1.732.572-2.276s1.067-.84 1.99-1.017v-2.27a1 1 0 0 1 .046-.3l.007-.063c.057-.502.197-.777.352-1.082l.002-.004A5.9 5.9 0 0 0 19 10.385C19 6.932 15.943 4 12 4" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-death-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2013.75c0-1.369.98-2.75%202.5-2.75s2.5%201.381%202.5%202.75s-.98%202.75-2.5%202.75s-2.5-1.381-2.5-2.75m-6%200C6.5%2012.381%207.48%2011%209%2011s2.5%201.381%202.5%202.75s-.98%202.75-2.5%202.75s-2.5-1.381-2.5-2.75M11.297%2019c-.46%200-.797-.415-.797-.862q.002-.18.06-.345a1%201%200%200%201%20.067-.156C10.99%2016.931%2012%2016.5%2012%2016.5s1.5.68%201.5%201.638c0%20.447-.336.862-.797.862c-.303%200-.533-.168-.68-.411a.027.027%200%200%200-.046%200c-.147.243-.377.411-.68.411%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2016h.02v.694l-.02.003v.629c0%20.635.622%201.074%201.205%201.326c.291.126.545.337.735.61c.189.274.306.599.339.94c.099%201.044.287%201.8%201.335%201.798l.96-.001v-.007h6.854v.007l.958.001c1.049.002%201.238-.755%201.337-1.798c.033-.341.15-.666.34-.94a1.74%201.74%200%200%201%20.734-.61c.583-.252%201.205-.691%201.205-1.326v-.629l-.011-.002V16H20c0-1.036.002-1.46.03-1.709c.015-.136.019-.147.153-.41l.003-.007l.003-.007A7.9%207.9%200%200%200%2021%2010.385C21%205.68%2016.894%202%2012%202s-9%203.68-9%208.385c0%201.241.29%202.42.81%203.48l.003.007l.003.007c.135.265.138.276.154.412c.028.25.03.673.03%201.709m8-12c-3.943%200-7%202.932-7%206.385c0%20.923.214%201.8.602%202.593l.002.005c.156.305.296.58.353%201.082l.002.021q.06.161.06.343V16.7c.92.176%201.607.472%201.983%201.015c.377.544.57%201.363.572%202.276h6.854c.003-.913.195-1.732.572-2.276s1.067-.84%201.99-1.017v-2.27a1%201%200%200%201%20.046-.3l.007-.063c.057-.502.197-.777.352-1.082l.002-.004A5.9%205.9%200%200%200%2019%2010.385C19%206.932%2015.943%204%2012%204%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2013.75c0-1.369.98-2.75%202.5-2.75s2.5%201.381%202.5%202.75s-.98%202.75-2.5%202.75s-2.5-1.381-2.5-2.75m-6%200C6.5%2012.381%207.48%2011%209%2011s2.5%201.381%202.5%202.75s-.98%202.75-2.5%202.75s-2.5-1.381-2.5-2.75M11.297%2019c-.46%200-.797-.415-.797-.862q.002-.18.06-.345a1%201%200%200%201%20.067-.156C10.99%2016.931%2012%2016.5%2012%2016.5s1.5.68%201.5%201.638c0%20.447-.336.862-.797.862c-.303%200-.533-.168-.68-.411a.027.027%200%200%200-.046%200c-.147.243-.377.411-.68.411%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2016h.02v.694l-.02.003v.629c0%20.635.622%201.074%201.205%201.326c.291.126.545.337.735.61c.189.274.306.599.339.94c.099%201.044.287%201.8%201.335%201.798l.96-.001v-.007h6.854v.007l.958.001c1.049.002%201.238-.755%201.337-1.798c.033-.341.15-.666.34-.94a1.74%201.74%200%200%201%20.734-.61c.583-.252%201.205-.691%201.205-1.326v-.629l-.011-.002V16H20c0-1.036.002-1.46.03-1.709c.015-.136.019-.147.153-.41l.003-.007l.003-.007A7.9%207.9%200%200%200%2021%2010.385C21%205.68%2016.894%202%2012%202s-9%203.68-9%208.385c0%201.241.29%202.42.81%203.48l.003.007l.003.007c.135.265.138.276.154.412c.028.25.03.673.03%201.709m8-12c-3.943%200-7%202.932-7%206.385c0%20.923.214%201.8.602%202.593l.002.005c.156.305.296.58.353%201.082l.002.021q.06.161.06.343V16.7c.92.176%201.607.472%201.983%201.015c.377.544.57%201.363.572%202.276h6.854c.003-.913.195-1.732.572-2.276s1.067-.84%201.99-1.017v-2.27a1%201%200%200%201%20.046-.3l.007-.063c.057-.502.197-.777.352-1.082l.002-.004A5.9%205.9%200%200%200%2019%2010.385C19%206.932%2015.943%204%2012%204%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-24px.svg?color=%231a73e8&size=48