death icon
death-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- death-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- death2x-outline
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" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.822 33.997q.14.005.332.005c1.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.931c.174.048.415.1.738.146c1.306.19 3.133.194 5.239.194s3.933-.005 5.24-.194a6 6 0 0 0 .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-.762q.191 0 .332-.005l-.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-.53c.508-.91 1.182-2.477 1.182-6.736c0-3.916-1.68-6.772-4.213-8.703C31.2 9.048 27.65 8 24 8s-7.2 1.048-9.787 3.021C11.68 12.952 10 15.808 10 19.724c0 4.259.674 5.826 1.182 6.735c.092.166.204.341.325.532c.575.906 1.365 2.15 1.365 4.3c0 .657-.018 1.28-.032 1.779c-.007.237-.013.446-.016.617q-.003.174-.002.31m-1.98-1.039c-.07 2.446-.088 3.044 2.312 3.044c2.872 0 2.872 2.57 2.872 4.284S19.898 42 24 42s7.974 0 7.974-1.714s0-4.284 2.872-4.284c2.4 0 2.383-.598 2.312-3.044a56 56 0 0 1-.03-1.668c0-1.525.45-2.246.993-3.117c.83-1.33 1.879-3.012 1.879-8.45c0-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.668"/><path d="M35.004 27.992c.003 2.762-2.01 5.002-4.496 5.004c-2.485.002-4.501-2.235-4.504-4.996s2.011-5.002 4.496-5.004s4.502 2.235 4.504 4.996m-2 .002c.002 1.86-1.31 3.001-2.497 3.002c-1.188.001-2.501-1.137-2.503-2.998c-.001-1.86 1.31-3 2.498-3.002c1.188 0 2.5 1.138 2.502 2.998M22.001 28c0 2.761-2.014 5-4.5 5c-2.485 0-4.5-2.239-4.5-5s2.014-5 4.5-5c2.485 0 4.5 2.239 4.5 5m-2 0c0 1.86-1.312 3-2.5 3s-2.5-1.14-2.5-3s1.312-3 2.5-3s2.5 1.14 2.5 3m3.969 5.008l.018-.008l.018.008c.247.109 2.982 1.361 2.982 3.268c0 .83-.58 1.604-1.399 1.711a2 2 0 0 1-.194.013c-.64 0-1.114-.372-1.407-.9c-.293.528-.767.9-1.406.9q-.1 0-.194-.013c-.82-.107-1.4-.88-1.4-1.711c0-1.827 2.732-3.15 2.982-3.268m-1.742 3.14l-.001.002zm3.52 0l.002.002z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDeathOutline(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="M12.822 33.997q.14.005.332.005c1.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.931c.174.048.415.1.738.146c1.306.19 3.133.194 5.239.194s3.933-.005 5.24-.194a6 6 0 0 0 .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-.762q.191 0 .332-.005l-.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-.53c.508-.91 1.182-2.477 1.182-6.736c0-3.916-1.68-6.772-4.213-8.703C31.2 9.048 27.65 8 24 8s-7.2 1.048-9.787 3.021C11.68 12.952 10 15.808 10 19.724c0 4.259.674 5.826 1.182 6.735c.092.166.204.341.325.532c.575.906 1.365 2.15 1.365 4.3c0 .657-.018 1.28-.032 1.779c-.007.237-.013.446-.016.617q-.003.174-.002.31m-1.98-1.039c-.07 2.446-.088 3.044 2.312 3.044c2.872 0 2.872 2.57 2.872 4.284S19.898 42 24 42s7.974 0 7.974-1.714s0-4.284 2.872-4.284c2.4 0 2.383-.598 2.312-3.044a56 56 0 0 1-.03-1.668c0-1.525.45-2.246.993-3.117c.83-1.33 1.879-3.012 1.879-8.45c0-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.668"/><path d="M35.004 27.992c.003 2.762-2.01 5.002-4.496 5.004c-2.485.002-4.501-2.235-4.504-4.996s2.011-5.002 4.496-5.004s4.502 2.235 4.504 4.996m-2 .002c.002 1.86-1.31 3.001-2.497 3.002c-1.188.001-2.501-1.137-2.503-2.998c-.001-1.86 1.31-3 2.498-3.002c1.188 0 2.5 1.138 2.502 2.998M22.001 28c0 2.761-2.014 5-4.5 5c-2.485 0-4.5-2.239-4.5-5s2.014-5 4.5-5c2.485 0 4.5 2.239 4.5 5m-2 0c0 1.86-1.312 3-2.5 3s-2.5-1.14-2.5-3s1.312-3 2.5-3s2.5 1.14 2.5 3m3.969 5.008l.018-.008l.018.008c.247.109 2.982 1.361 2.982 3.268c0 .83-.58 1.604-1.399 1.711a2 2 0 0 1-.194.013c-.64 0-1.114-.372-1.407-.9c-.293.528-.767.9-1.406.9q-.1 0-.194-.013c-.82-.107-1.4-.88-1.4-1.711c0-1.827 2.732-3.15 2.982-3.268m-1.742 3.14l-.001.002zm3.52 0l.002.002z"/></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="M12.822 33.997q.14.005.332.005c1.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.931c.174.048.415.1.738.146c1.306.19 3.133.194 5.239.194s3.933-.005 5.24-.194a6 6 0 0 0 .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-.762q.191 0 .332-.005l-.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-.53c.508-.91 1.182-2.477 1.182-6.736c0-3.916-1.68-6.772-4.213-8.703C31.2 9.048 27.65 8 24 8s-7.2 1.048-9.787 3.021C11.68 12.952 10 15.808 10 19.724c0 4.259.674 5.826 1.182 6.735c.092.166.204.341.325.532c.575.906 1.365 2.15 1.365 4.3c0 .657-.018 1.28-.032 1.779c-.007.237-.013.446-.016.617q-.003.174-.002.31m-1.98-1.039c-.07 2.446-.088 3.044 2.312 3.044c2.872 0 2.872 2.57 2.872 4.284S19.898 42 24 42s7.974 0 7.974-1.714s0-4.284 2.872-4.284c2.4 0 2.383-.598 2.312-3.044a56 56 0 0 1-.03-1.668c0-1.525.45-2.246.993-3.117c.83-1.33 1.879-3.012 1.879-8.45c0-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.668"/><path d="M35.004 27.992c.003 2.762-2.01 5.002-4.496 5.004c-2.485.002-4.501-2.235-4.504-4.996s2.011-5.002 4.496-5.004s4.502 2.235 4.504 4.996m-2 .002c.002 1.86-1.31 3.001-2.497 3.002c-1.188.001-2.501-1.137-2.503-2.998c-.001-1.86 1.31-3 2.498-3.002c1.188 0 2.5 1.138 2.502 2.998M22.001 28c0 2.761-2.014 5-4.5 5c-2.485 0-4.5-2.239-4.5-5s2.014-5 4.5-5c2.485 0 4.5 2.239 4.5 5m-2 0c0 1.86-1.312 3-2.5 3s-2.5-1.14-2.5-3s1.312-3 2.5-3s2.5 1.14 2.5 3m3.969 5.008l.018-.008l.018.008c.247.109 2.982 1.361 2.982 3.268c0 .83-.58 1.604-1.399 1.711a2 2 0 0 1-.194.013c-.64 0-1.114-.372-1.407-.9c-.293.528-.767.9-1.406.9q-.1 0-.194-.013c-.82-.107-1.4-.88-1.4-1.711c0-1.827 2.732-3.15 2.982-3.268m-1.742 3.14l-.001.002zm3.52 0l.002.002z"/></g></svg> </template>
CSS
.icon-death-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%22M12.822%2033.997q.14.005.332.005c1.02%200%201.966.232%202.765.762c.802.532%201.295%201.256%201.592%201.965c.42%201%20.498%202.122.512%202.931c.174.048.415.1.738.146c1.306.19%203.133.194%205.239.194s3.933-.005%205.24-.194a6%206%200%200%200%20.737-.146c.014-.81.093-1.93.512-2.931c.297-.709.79-1.433%201.592-1.965c.8-.53%201.745-.762%202.765-.762q.191%200%20.332-.005l-.002-.31c-.003-.171-.01-.38-.016-.617c-.014-.499-.032-1.122-.032-1.78c0-2.149.79-3.393%201.365-4.3q.184-.284.325-.53c.508-.91%201.182-2.477%201.182-6.736c0-3.916-1.68-6.772-4.213-8.703C31.2%209.048%2027.65%208%2024%208s-7.2%201.048-9.787%203.021C11.68%2012.952%2010%2015.808%2010%2019.724c0%204.259.674%205.826%201.182%206.735c.092.166.204.341.325.532c.575.906%201.365%202.15%201.365%204.3c0%20.657-.018%201.28-.032%201.779c-.007.237-.013.446-.016.617q-.003.174-.002.31m-1.98-1.039c-.07%202.446-.088%203.044%202.312%203.044c2.872%200%202.872%202.57%202.872%204.284S19.898%2042%2024%2042s7.974%200%207.974-1.714s0-4.284%202.872-4.284c2.4%200%202.383-.598%202.312-3.044a56%2056%200%200%201-.03-1.668c0-1.525.45-2.246.993-3.117c.83-1.33%201.879-3.012%201.879-8.45c0-18.298-32-18.298-32%200c0%205.438%201.049%207.12%201.879%208.45c.543.871.993%201.592.993%203.117c0%20.634-.016%201.187-.03%201.668%22%2F%3E%3Cpath%20d%3D%22M35.004%2027.992c.003%202.762-2.01%205.002-4.496%205.004c-2.485.002-4.501-2.235-4.504-4.996s2.011-5.002%204.496-5.004s4.502%202.235%204.504%204.996m-2%20.002c.002%201.86-1.31%203.001-2.497%203.002c-1.188.001-2.501-1.137-2.503-2.998c-.001-1.86%201.31-3%202.498-3.002c1.188%200%202.5%201.138%202.502%202.998M22.001%2028c0%202.761-2.014%205-4.5%205c-2.485%200-4.5-2.239-4.5-5s2.014-5%204.5-5c2.485%200%204.5%202.239%204.5%205m-2%200c0%201.86-1.312%203-2.5%203s-2.5-1.14-2.5-3s1.312-3%202.5-3s2.5%201.14%202.5%203m3.969%205.008l.018-.008l.018.008c.247.109%202.982%201.361%202.982%203.268c0%20.83-.58%201.604-1.399%201.711a2%202%200%200%201-.194.013c-.64%200-1.114-.372-1.407-.9c-.293.528-.767.9-1.406.9q-.1%200-.194-.013c-.82-.107-1.4-.88-1.4-1.711c0-1.827%202.732-3.15%202.982-3.268m-1.742%203.14l-.001.002zm3.52%200l.002.002z%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%22M12.822%2033.997q.14.005.332.005c1.02%200%201.966.232%202.765.762c.802.532%201.295%201.256%201.592%201.965c.42%201%20.498%202.122.512%202.931c.174.048.415.1.738.146c1.306.19%203.133.194%205.239.194s3.933-.005%205.24-.194a6%206%200%200%200%20.737-.146c.014-.81.093-1.93.512-2.931c.297-.709.79-1.433%201.592-1.965c.8-.53%201.745-.762%202.765-.762q.191%200%20.332-.005l-.002-.31c-.003-.171-.01-.38-.016-.617c-.014-.499-.032-1.122-.032-1.78c0-2.149.79-3.393%201.365-4.3q.184-.284.325-.53c.508-.91%201.182-2.477%201.182-6.736c0-3.916-1.68-6.772-4.213-8.703C31.2%209.048%2027.65%208%2024%208s-7.2%201.048-9.787%203.021C11.68%2012.952%2010%2015.808%2010%2019.724c0%204.259.674%205.826%201.182%206.735c.092.166.204.341.325.532c.575.906%201.365%202.15%201.365%204.3c0%20.657-.018%201.28-.032%201.779c-.007.237-.013.446-.016.617q-.003.174-.002.31m-1.98-1.039c-.07%202.446-.088%203.044%202.312%203.044c2.872%200%202.872%202.57%202.872%204.284S19.898%2042%2024%2042s7.974%200%207.974-1.714s0-4.284%202.872-4.284c2.4%200%202.383-.598%202.312-3.044a56%2056%200%200%201-.03-1.668c0-1.525.45-2.246.993-3.117c.83-1.33%201.879-3.012%201.879-8.45c0-18.298-32-18.298-32%200c0%205.438%201.049%207.12%201.879%208.45c.543.871.993%201.592.993%203.117c0%20.634-.016%201.187-.03%201.668%22%2F%3E%3Cpath%20d%3D%22M35.004%2027.992c.003%202.762-2.01%205.002-4.496%205.004c-2.485.002-4.501-2.235-4.504-4.996s2.011-5.002%204.496-5.004s4.502%202.235%204.504%204.996m-2%20.002c.002%201.86-1.31%203.001-2.497%203.002c-1.188.001-2.501-1.137-2.503-2.998c-.001-1.86%201.31-3%202.498-3.002c1.188%200%202.5%201.138%202.502%202.998M22.001%2028c0%202.761-2.014%205-4.5%205c-2.485%200-4.5-2.239-4.5-5s2.014-5%204.5-5c2.485%200%204.5%202.239%204.5%205m-2%200c0%201.86-1.312%203-2.5%203s-2.5-1.14-2.5-3s1.312-3%202.5-3s2.5%201.14%202.5%203m3.969%205.008l.018-.008l.018.008c.247.109%202.982%201.361%202.982%203.268c0%20.83-.58%201.604-1.399%201.711a2%202%200%200%201-.194.013c-.64%200-1.114-.372-1.407-.9c-.293.528-.767.9-1.406.9q-.1%200-.194-.013c-.82-.107-1.4-.88-1.4-1.711c0-1.827%202.732-3.15%202.982-3.268m-1.742%203.14l-.001.002zm3.52%200l.002.002z%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.svg?color=%231a73e8&size=48