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

Name
death-outline-24px
Set
Health Icons
Style
Outline 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 fill-rule="evenodd" d="M4.02 16H4c0-1.036-.002-1.46-.03-1.709c-.016-.136-.019-.147-.154-.412l-.003-.007l-.004-.007A7.9 7.9 0 0 1 3 10.385C3 5.68 7.106 2 12 2s9 3.68 9 8.385a7.9 7.9 0 0 1-.81 3.482l-.004.007l-.003.007c-.134.263-.137.274-.153.41c-.028.25-.03.673-.03 1.709h-.01v.695l.012.002v.629c0 .635-.622 1.074-1.205 1.326a1.74 1.74 0 0 0-.735.61a2 2 0 0 0-.339.94c-.099 1.043-.288 1.8-1.337 1.798h-.958v-.007H8.574V22l-.96.001c-1.048.002-1.236-.754-1.335-1.798a2 2 0 0 0-.34-.94a1.74 1.74 0 0 0-.734-.61C4.622 18.4 4 17.961 4 17.326v-.629l.02-.003zM5 10.385C5 6.932 8.057 4 12 4s7 2.932 7 6.385c0 .924-.215 1.801-.603 2.595l-.002.004c-.155.305-.295.58-.352 1.082l-.007.063a1 1 0 0 0-.045.3v2.27c-.924.176-1.614.473-1.991 1.017s-.57 1.363-.572 2.276H8.574c-.003-.913-.195-1.732-.572-2.276s-1.063-.839-1.982-1.015v-2.272a1 1 0 0 0-.06-.343l-.003-.02c-.057-.502-.197-.778-.353-1.083l-.002-.005A5.9 5.9 0 0 1 5 10.385" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.699 13.163a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C15.193 13.037 15.083 13 15 13s-.193.037-.301.163m-2.199.587c0-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-3.801-.587a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C9.193 13.037 9.083 13 9 13s-.193.037-.301.163M6.5 13.75C6.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.75" clip-rule="evenodd"/><path d="M10.5 18.138c0 .447.336.862.797.862c.303 0 .533-.168.68-.411a.027.027 0 0 1 .046 0c.147.243.377.411.68.411c.46 0 .797-.415.797-.862c0-.957-1.5-1.638-1.5-1.638s-1.01.43-1.373 1.137a1 1 0 0 0-.067.156q-.059.165-.06.345"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDeathOutline24px(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 fillRule="evenodd" d="M4.02 16H4c0-1.036-.002-1.46-.03-1.709c-.016-.136-.019-.147-.154-.412l-.003-.007l-.004-.007A7.9 7.9 0 0 1 3 10.385C3 5.68 7.106 2 12 2s9 3.68 9 8.385a7.9 7.9 0 0 1-.81 3.482l-.004.007l-.003.007c-.134.263-.137.274-.153.41c-.028.25-.03.673-.03 1.709h-.01v.695l.012.002v.629c0 .635-.622 1.074-1.205 1.326a1.74 1.74 0 0 0-.735.61a2 2 0 0 0-.339.94c-.099 1.043-.288 1.8-1.337 1.798h-.958v-.007H8.574V22l-.96.001c-1.048.002-1.236-.754-1.335-1.798a2 2 0 0 0-.34-.94a1.74 1.74 0 0 0-.734-.61C4.622 18.4 4 17.961 4 17.326v-.629l.02-.003zM5 10.385C5 6.932 8.057 4 12 4s7 2.932 7 6.385c0 .924-.215 1.801-.603 2.595l-.002.004c-.155.305-.295.58-.352 1.082l-.007.063a1 1 0 0 0-.045.3v2.27c-.924.176-1.614.473-1.991 1.017s-.57 1.363-.572 2.276H8.574c-.003-.913-.195-1.732-.572-2.276s-1.063-.839-1.982-1.015v-2.272a1 1 0 0 0-.06-.343l-.003-.02c-.057-.502-.197-.778-.353-1.083l-.002-.005A5.9 5.9 0 0 1 5 10.385" clipRule="evenodd"/><path fillRule="evenodd" d="M14.699 13.163a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C15.193 13.037 15.083 13 15 13s-.193.037-.301.163m-2.199.587c0-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-3.801-.587a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C9.193 13.037 9.083 13 9 13s-.193.037-.301.163M6.5 13.75C6.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.75" clipRule="evenodd"/><path d="M10.5 18.138c0 .447.336.862.797.862c.303 0 .533-.168.68-.411a.027.027 0 0 1 .046 0c.147.243.377.411.68.411c.46 0 .797-.415.797-.862c0-.957-1.5-1.638-1.5-1.638s-1.01.43-1.373 1.137a1 1 0 0 0-.067.156q-.059.165-.06.345"/></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 fill-rule="evenodd" d="M4.02 16H4c0-1.036-.002-1.46-.03-1.709c-.016-.136-.019-.147-.154-.412l-.003-.007l-.004-.007A7.9 7.9 0 0 1 3 10.385C3 5.68 7.106 2 12 2s9 3.68 9 8.385a7.9 7.9 0 0 1-.81 3.482l-.004.007l-.003.007c-.134.263-.137.274-.153.41c-.028.25-.03.673-.03 1.709h-.01v.695l.012.002v.629c0 .635-.622 1.074-1.205 1.326a1.74 1.74 0 0 0-.735.61a2 2 0 0 0-.339.94c-.099 1.043-.288 1.8-1.337 1.798h-.958v-.007H8.574V22l-.96.001c-1.048.002-1.236-.754-1.335-1.798a2 2 0 0 0-.34-.94a1.74 1.74 0 0 0-.734-.61C4.622 18.4 4 17.961 4 17.326v-.629l.02-.003zM5 10.385C5 6.932 8.057 4 12 4s7 2.932 7 6.385c0 .924-.215 1.801-.603 2.595l-.002.004c-.155.305-.295.58-.352 1.082l-.007.063a1 1 0 0 0-.045.3v2.27c-.924.176-1.614.473-1.991 1.017s-.57 1.363-.572 2.276H8.574c-.003-.913-.195-1.732-.572-2.276s-1.063-.839-1.982-1.015v-2.272a1 1 0 0 0-.06-.343l-.003-.02c-.057-.502-.197-.778-.353-1.083l-.002-.005A5.9 5.9 0 0 1 5 10.385" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.699 13.163a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C15.193 13.037 15.083 13 15 13s-.193.037-.301.163m-2.199.587c0-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-3.801-.587a.9.9 0 0 0-.199.587a.9.9 0 0 0 .199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9 0 0 0 .199-.587a.9.9 0 0 0-.199-.587C9.193 13.037 9.083 13 9 13s-.193.037-.301.163M6.5 13.75C6.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.75" clip-rule="evenodd"/><path d="M10.5 18.138c0 .447.336.862.797.862c.303 0 .533-.168.68-.411a.027.027 0 0 1 .046 0c.147.243.377.411.68.411c.46 0 .797-.415.797-.862c0-.957-1.5-1.638-1.5-1.638s-1.01.43-1.373 1.137a1 1 0 0 0-.067.156q-.059.165-.06.345"/></g></svg>
</template>

CSS

.icon-death-outline-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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.02%2016H4c0-1.036-.002-1.46-.03-1.709c-.016-.136-.019-.147-.154-.412l-.003-.007l-.004-.007A7.9%207.9%200%200%201%203%2010.385C3%205.68%207.106%202%2012%202s9%203.68%209%208.385a7.9%207.9%200%200%201-.81%203.482l-.004.007l-.003.007c-.134.263-.137.274-.153.41c-.028.25-.03.673-.03%201.709h-.01v.695l.012.002v.629c0%20.635-.622%201.074-1.205%201.326a1.74%201.74%200%200%200-.735.61a2%202%200%200%200-.339.94c-.099%201.043-.288%201.8-1.337%201.798h-.958v-.007H8.574V22l-.96.001c-1.048.002-1.236-.754-1.335-1.798a2%202%200%200%200-.34-.94a1.74%201.74%200%200%200-.734-.61C4.622%2018.4%204%2017.961%204%2017.326v-.629l.02-.003zM5%2010.385C5%206.932%208.057%204%2012%204s7%202.932%207%206.385c0%20.924-.215%201.801-.603%202.595l-.002.004c-.155.305-.295.58-.352%201.082l-.007.063a1%201%200%200%200-.045.3v2.27c-.924.176-1.614.473-1.991%201.017s-.57%201.363-.572%202.276H8.574c-.003-.913-.195-1.732-.572-2.276s-1.063-.839-1.982-1.015v-2.272a1%201%200%200%200-.06-.343l-.003-.02c-.057-.502-.197-.778-.353-1.083l-.002-.005A5.9%205.9%200%200%201%205%2010.385%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.699%2013.163a.9.9%200%200%200-.199.587a.9.9%200%200%200%20.199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9%200%200%200%20.199-.587a.9.9%200%200%200-.199-.587C15.193%2013.037%2015.083%2013%2015%2013s-.193.037-.301.163m-2.199.587c0-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-3.801-.587a.9.9%200%200%200-.199.587a.9.9%200%200%200%20.199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9%200%200%200%20.199-.587a.9.9%200%200%200-.199-.587C9.193%2013.037%209.083%2013%209%2013s-.193.037-.301.163M6.5%2013.75C6.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.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%2018.138c0%20.447.336.862.797.862c.303%200%20.533-.168.68-.411a.027.027%200%200%201%20.046%200c.147.243.377.411.68.411c.46%200%20.797-.415.797-.862c0-.957-1.5-1.638-1.5-1.638s-1.01.43-1.373%201.137a1%201%200%200%200-.067.156q-.059.165-.06.345%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.02%2016H4c0-1.036-.002-1.46-.03-1.709c-.016-.136-.019-.147-.154-.412l-.003-.007l-.004-.007A7.9%207.9%200%200%201%203%2010.385C3%205.68%207.106%202%2012%202s9%203.68%209%208.385a7.9%207.9%200%200%201-.81%203.482l-.004.007l-.003.007c-.134.263-.137.274-.153.41c-.028.25-.03.673-.03%201.709h-.01v.695l.012.002v.629c0%20.635-.622%201.074-1.205%201.326a1.74%201.74%200%200%200-.735.61a2%202%200%200%200-.339.94c-.099%201.043-.288%201.8-1.337%201.798h-.958v-.007H8.574V22l-.96.001c-1.048.002-1.236-.754-1.335-1.798a2%202%200%200%200-.34-.94a1.74%201.74%200%200%200-.734-.61C4.622%2018.4%204%2017.961%204%2017.326v-.629l.02-.003zM5%2010.385C5%206.932%208.057%204%2012%204s7%202.932%207%206.385c0%20.924-.215%201.801-.603%202.595l-.002.004c-.155.305-.295.58-.352%201.082l-.007.063a1%201%200%200%200-.045.3v2.27c-.924.176-1.614.473-1.991%201.017s-.57%201.363-.572%202.276H8.574c-.003-.913-.195-1.732-.572-2.276s-1.063-.839-1.982-1.015v-2.272a1%201%200%200%200-.06-.343l-.003-.02c-.057-.502-.197-.778-.353-1.083l-.002-.005A5.9%205.9%200%200%201%205%2010.385%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.699%2013.163a.9.9%200%200%200-.199.587a.9.9%200%200%200%20.199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9%200%200%200%20.199-.587a.9.9%200%200%200-.199-.587C15.193%2013.037%2015.083%2013%2015%2013s-.193.037-.301.163m-2.199.587c0-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-3.801-.587a.9.9%200%200%200-.199.587a.9.9%200%200%200%20.199.587c.108.126.218.163.301.163s.193-.037.301-.163a.9.9%200%200%200%20.199-.587a.9.9%200%200%200-.199-.587C9.193%2013.037%209.083%2013%209%2013s-.193.037-.301.163M6.5%2013.75C6.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.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%2018.138c0%20.447.336.862.797.862c.303%200%20.533-.168.68-.411a.027.027%200%200%201%20.046%200c.147.243.377.411.68.411c.46%200%20.797-.415.797-.862c0-.957-1.5-1.638-1.5-1.638s-1.01.43-1.373%201.137a1%201%200%200%200-.067.156q-.059.165-.06.345%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-outline-24px.svg?color=%231a73e8&size=48