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

Name
death-alt-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
death-alt2x-outline

3 other variants in Health Icons

More symbols icons from Health Icons

Use the death alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M15.415 25.31c.13.014.318.025.585.025c.87 0 1.702.189 2.42.645a3.8 3.8 0 0 1 1.454 1.72c.323.738.42 1.546.448 2.173c.798.12 1.992.127 3.678.127s2.88-.006 3.678-.127c.028-.628.125-1.435.448-2.174a3.8 3.8 0 0 1 1.453-1.72c.72-.455 1.55-.644 2.42-.644c.267 0 .456-.01.586-.024l.012-.08c.048-.339.07-.826.07-1.56c0-1.841.74-2.947 1.205-3.645q.138-.203.234-.363c.36-.616.894-1.742.894-4.99c0-2.861-1.272-4.952-3.242-6.389C29.731 6.804 26.918 6 24 6s-5.73.804-7.759 2.284C14.272 9.721 13 11.812 13 14.674c0 3.247.534 4.373.894 4.99q.096.16.234.362c.466.698 1.205 1.804 1.205 3.644c0 .735.022 1.222.07 1.56zm-2.082-1.64c0 2.999.334 3.665 2.667 3.665s2.333 2 2.333 3.332C18.333 32 20.667 32 24 32s5.667 0 5.667-1.333s0-3.332 2.333-3.332s2.666-.666 2.667-3.665c0-1.186.365-1.747.806-2.424C36.148 20.21 37 18.903 37 14.674c0-14.232-26-14.232-26 0c0 4.229.852 5.537 1.527 6.572c.441.677.806 1.238.806 2.424"/><path d="M19.003 19.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m.001 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m9.999-2a1 1 0 1 0-.001-2a1 1 0 0 0 .001 2m.002 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m-8.28 16.505L9.701 42.048l.612 1.904l13.688-4.402l13.694 4.38l.61-1.905l-11.03-3.528l11.024-3.545l-.613-1.904L24 37.45l-13.694-4.38l-.61 1.905z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDeathAltOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M15.415 25.31c.13.014.318.025.585.025c.87 0 1.702.189 2.42.645a3.8 3.8 0 0 1 1.454 1.72c.323.738.42 1.546.448 2.173c.798.12 1.992.127 3.678.127s2.88-.006 3.678-.127c.028-.628.125-1.435.448-2.174a3.8 3.8 0 0 1 1.453-1.72c.72-.455 1.55-.644 2.42-.644c.267 0 .456-.01.586-.024l.012-.08c.048-.339.07-.826.07-1.56c0-1.841.74-2.947 1.205-3.645q.138-.203.234-.363c.36-.616.894-1.742.894-4.99c0-2.861-1.272-4.952-3.242-6.389C29.731 6.804 26.918 6 24 6s-5.73.804-7.759 2.284C14.272 9.721 13 11.812 13 14.674c0 3.247.534 4.373.894 4.99q.096.16.234.362c.466.698 1.205 1.804 1.205 3.644c0 .735.022 1.222.07 1.56zm-2.082-1.64c0 2.999.334 3.665 2.667 3.665s2.333 2 2.333 3.332C18.333 32 20.667 32 24 32s5.667 0 5.667-1.333s0-3.332 2.333-3.332s2.666-.666 2.667-3.665c0-1.186.365-1.747.806-2.424C36.148 20.21 37 18.903 37 14.674c0-14.232-26-14.232-26 0c0 4.229.852 5.537 1.527 6.572c.441.677.806 1.238.806 2.424"/><path d="M19.003 19.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m.001 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m9.999-2a1 1 0 1 0-.001-2a1 1 0 0 0 .001 2m.002 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m-8.28 16.505L9.701 42.048l.612 1.904l13.688-4.402l13.694 4.38l.61-1.905l-11.03-3.528l11.024-3.545l-.613-1.904L24 37.45l-13.694-4.38l-.61 1.905z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M15.415 25.31c.13.014.318.025.585.025c.87 0 1.702.189 2.42.645a3.8 3.8 0 0 1 1.454 1.72c.323.738.42 1.546.448 2.173c.798.12 1.992.127 3.678.127s2.88-.006 3.678-.127c.028-.628.125-1.435.448-2.174a3.8 3.8 0 0 1 1.453-1.72c.72-.455 1.55-.644 2.42-.644c.267 0 .456-.01.586-.024l.012-.08c.048-.339.07-.826.07-1.56c0-1.841.74-2.947 1.205-3.645q.138-.203.234-.363c.36-.616.894-1.742.894-4.99c0-2.861-1.272-4.952-3.242-6.389C29.731 6.804 26.918 6 24 6s-5.73.804-7.759 2.284C14.272 9.721 13 11.812 13 14.674c0 3.247.534 4.373.894 4.99q.096.16.234.362c.466.698 1.205 1.804 1.205 3.644c0 .735.022 1.222.07 1.56zm-2.082-1.64c0 2.999.334 3.665 2.667 3.665s2.333 2 2.333 3.332C18.333 32 20.667 32 24 32s5.667 0 5.667-1.333s0-3.332 2.333-3.332s2.666-.666 2.667-3.665c0-1.186.365-1.747.806-2.424C36.148 20.21 37 18.903 37 14.674c0-14.232-26-14.232-26 0c0 4.229.852 5.537 1.527 6.572c.441.677.806 1.238.806 2.424"/><path d="M19.003 19.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m.001 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m9.999-2a1 1 0 1 0-.001-2a1 1 0 0 0 .001 2m.002 2a3 3 0 1 0-.005-6a3 3 0 0 0 .005 6m-8.28 16.505L9.701 42.048l.612 1.904l13.688-4.402l13.694 4.38l.61-1.905l-11.03-3.528l11.024-3.545l-.613-1.904L24 37.45l-13.694-4.38l-.61 1.905z"/></g></svg>
</template>

CSS

.icon-death-alt-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.415%2025.31c.13.014.318.025.585.025c.87%200%201.702.189%202.42.645a3.8%203.8%200%200%201%201.454%201.72c.323.738.42%201.546.448%202.173c.798.12%201.992.127%203.678.127s2.88-.006%203.678-.127c.028-.628.125-1.435.448-2.174a3.8%203.8%200%200%201%201.453-1.72c.72-.455%201.55-.644%202.42-.644c.267%200%20.456-.01.586-.024l.012-.08c.048-.339.07-.826.07-1.56c0-1.841.74-2.947%201.205-3.645q.138-.203.234-.363c.36-.616.894-1.742.894-4.99c0-2.861-1.272-4.952-3.242-6.389C29.731%206.804%2026.918%206%2024%206s-5.73.804-7.759%202.284C14.272%209.721%2013%2011.812%2013%2014.674c0%203.247.534%204.373.894%204.99q.096.16.234.362c.466.698%201.205%201.804%201.205%203.644c0%20.735.022%201.222.07%201.56zm-2.082-1.64c0%202.999.334%203.665%202.667%203.665s2.333%202%202.333%203.332C18.333%2032%2020.667%2032%2024%2032s5.667%200%205.667-1.333s0-3.332%202.333-3.332s2.666-.666%202.667-3.665c0-1.186.365-1.747.806-2.424C36.148%2020.21%2037%2018.903%2037%2014.674c0-14.232-26-14.232-26%200c0%204.229.852%205.537%201.527%206.572c.441.677.806%201.238.806%202.424%22%2F%3E%3Cpath%20d%3D%22M19.003%2019.998a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m.001%202a3%203%200%201%200-.005-6a3%203%200%200%200%20.005%206m9.999-2a1%201%200%201%200-.001-2a1%201%200%200%200%20.001%202m.002%202a3%203%200%201%200-.005-6a3%203%200%200%200%20.005%206m-8.28%2016.505L9.701%2042.048l.612%201.904l13.688-4.402l13.694%204.38l.61-1.905l-11.03-3.528l11.024-3.545l-.613-1.904L24%2037.45l-13.694-4.38l-.61%201.905z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.415%2025.31c.13.014.318.025.585.025c.87%200%201.702.189%202.42.645a3.8%203.8%200%200%201%201.454%201.72c.323.738.42%201.546.448%202.173c.798.12%201.992.127%203.678.127s2.88-.006%203.678-.127c.028-.628.125-1.435.448-2.174a3.8%203.8%200%200%201%201.453-1.72c.72-.455%201.55-.644%202.42-.644c.267%200%20.456-.01.586-.024l.012-.08c.048-.339.07-.826.07-1.56c0-1.841.74-2.947%201.205-3.645q.138-.203.234-.363c.36-.616.894-1.742.894-4.99c0-2.861-1.272-4.952-3.242-6.389C29.731%206.804%2026.918%206%2024%206s-5.73.804-7.759%202.284C14.272%209.721%2013%2011.812%2013%2014.674c0%203.247.534%204.373.894%204.99q.096.16.234.362c.466.698%201.205%201.804%201.205%203.644c0%20.735.022%201.222.07%201.56zm-2.082-1.64c0%202.999.334%203.665%202.667%203.665s2.333%202%202.333%203.332C18.333%2032%2020.667%2032%2024%2032s5.667%200%205.667-1.333s0-3.332%202.333-3.332s2.666-.666%202.667-3.665c0-1.186.365-1.747.806-2.424C36.148%2020.21%2037%2018.903%2037%2014.674c0-14.232-26-14.232-26%200c0%204.229.852%205.537%201.527%206.572c.441.677.806%201.238.806%202.424%22%2F%3E%3Cpath%20d%3D%22M19.003%2019.998a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m.001%202a3%203%200%201%200-.005-6a3%203%200%200%200%20.005%206m9.999-2a1%201%200%201%200-.001-2a1%201%200%200%200%20.001%202m.002%202a3%203%200%201%200-.005-6a3%203%200%200%200%20.005%206m-8.28%2016.505L9.701%2042.048l.612%201.904l13.688-4.402l13.694%204.38l.61-1.905l-11.03-3.528l11.024-3.545l-.613-1.904L24%2037.45l-13.694-4.38l-.61%201.905z%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-alt-outline.svg?color=%231a73e8&size=48