death alt icon
death-alt-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- death-alt-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 alt 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="M18.885 9.086C18.953 8.767 19 8.402 19 8c0-3.314-3.134-6-7-6S5 4.686 5 8c0 .718.114 1.407.371 2.046c.123.305.212.626.212.956v1.04c0 .805.653 1.458 1.459 1.458h.208c.69 0 1.25.56 1.25 1.25S9.06 16 9.75 16h4.5c.69 0 1.25-.56 1.25-1.25s.56-1.25 1.25-1.25h.208c.806 0 1.459-.653 1.459-1.458V12c0-.74.236-1.836.41-2.639zM9.5 11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path d="M4.725 17.962L8.36 19l-3.635 1.038l.55 1.924L12 20.04l6.725 1.922l.55-1.924L15.64 19l3.635-1.038l-.55-1.924L12 17.96l-6.725-1.922z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDeathAlt24px(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="M18.885 9.086C18.953 8.767 19 8.402 19 8c0-3.314-3.134-6-7-6S5 4.686 5 8c0 .718.114 1.407.371 2.046c.123.305.212.626.212.956v1.04c0 .805.653 1.458 1.459 1.458h.208c.69 0 1.25.56 1.25 1.25S9.06 16 9.75 16h4.5c.69 0 1.25-.56 1.25-1.25s.56-1.25 1.25-1.25h.208c.806 0 1.459-.653 1.459-1.458V12c0-.74.236-1.836.41-2.639zM9.5 11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clipRule="evenodd"/><path d="M4.725 17.962L8.36 19l-3.635 1.038l.55 1.924L12 20.04l6.725 1.922l.55-1.924L15.64 19l3.635-1.038l-.55-1.924L12 17.96l-6.725-1.922z"/></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="M18.885 9.086C18.953 8.767 19 8.402 19 8c0-3.314-3.134-6-7-6S5 4.686 5 8c0 .718.114 1.407.371 2.046c.123.305.212.626.212.956v1.04c0 .805.653 1.458 1.459 1.458h.208c.69 0 1.25.56 1.25 1.25S9.06 16 9.75 16h4.5c.69 0 1.25-.56 1.25-1.25s.56-1.25 1.25-1.25h.208c.806 0 1.459-.653 1.459-1.458V12c0-.74.236-1.836.41-2.639zM9.5 11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path d="M4.725 17.962L8.36 19l-3.635 1.038l.55 1.924L12 20.04l6.725 1.922l.55-1.924L15.64 19l3.635-1.038l-.55-1.924L12 17.96l-6.725-1.922z"/></g></svg> </template>
CSS
.icon-death-alt-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%22M18.885%209.086C18.953%208.767%2019%208.402%2019%208c0-3.314-3.134-6-7-6S5%204.686%205%208c0%20.718.114%201.407.371%202.046c.123.305.212.626.212.956v1.04c0%20.805.653%201.458%201.459%201.458h.208c.69%200%201.25.56%201.25%201.25S9.06%2016%209.75%2016h4.5c.69%200%201.25-.56%201.25-1.25s.56-1.25%201.25-1.25h.208c.806%200%201.459-.653%201.459-1.458V12c0-.74.236-1.836.41-2.639zM9.5%2011a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.725%2017.962L8.36%2019l-3.635%201.038l.55%201.924L12%2020.04l6.725%201.922l.55-1.924L15.64%2019l3.635-1.038l-.55-1.924L12%2017.96l-6.725-1.922z%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%22M18.885%209.086C18.953%208.767%2019%208.402%2019%208c0-3.314-3.134-6-7-6S5%204.686%205%208c0%20.718.114%201.407.371%202.046c.123.305.212.626.212.956v1.04c0%20.805.653%201.458%201.459%201.458h.208c.69%200%201.25.56%201.25%201.25S9.06%2016%209.75%2016h4.5c.69%200%201.25-.56%201.25-1.25s.56-1.25%201.25-1.25h.208c.806%200%201.459-.653%201.459-1.458V12c0-.74.236-1.836.41-2.639zM9.5%2011a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.725%2017.962L8.36%2019l-3.635%201.038l.55%201.924L12%2020.04l6.725%201.922l.55-1.924L15.64%2019l3.635-1.038l-.55-1.924L12%2017.96l-6.725-1.922z%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-24px.svg?color=%231a73e8&size=48