death negative icon
death-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- death-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the death negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsDeathNegative)" 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-.5-.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.31M17.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5m9.5 3.276C27 37.17 26.327 38 25.406 38c-.639 0-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9c-.921 0-1.594-.83-1.594-1.724C21 34.36 24 33 24 33s3 1.279 3 3.276M30.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path d="M48 0H0v48h48zM10.842 32.958c-.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"/></g><defs><clipPath id="healthiconsDeathNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDeathNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsDeathNegative)" 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-.5-.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.31M17.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5m9.5 3.276C27 37.17 26.327 38 25.406 38c-.639 0-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9c-.921 0-1.594-.83-1.594-1.724C21 34.36 24 33 24 33s3 1.279 3 3.276M30.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path d="M48 0H0v48h48zM10.842 32.958c-.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"/></g><defs><clipPath id="healthiconsDeathNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsDeathNegative)" 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-.5-.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.31M17.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5m9.5 3.276C27 37.17 26.327 38 25.406 38c-.639 0-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9c-.921 0-1.594-.83-1.594-1.724C21 34.36 24 33 24 33s3 1.279 3 3.276M30.5 33c2.485 0 4.5-2.239 4.5-5s-2.015-5-4.5-5s-4.5 2.239-4.5 5s2.015 5 4.5 5"/><path d="M48 0H0v48h48zM10.842 32.958c-.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"/></g><defs><clipPath id="healthiconsDeathNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-death-negative {
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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsDeathNegative)%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-.5-.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.31M17.5%2033c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205m9.5%203.276C27%2037.17%2026.327%2038%2025.406%2038c-.639%200-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9c-.921%200-1.594-.83-1.594-1.724C21%2034.36%2024%2033%2024%2033s3%201.279%203%203.276M30.5%2033c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM10.842%2032.958c-.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%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDeathNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsDeathNegative)%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-.5-.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.31M17.5%2033c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205m9.5%203.276C27%2037.17%2026.327%2038%2025.406%2038c-.639%200-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9c-.921%200-1.594-.83-1.594-1.724C21%2034.36%2024%2033%2024%2033s3%201.279%203%203.276M30.5%2033c2.485%200%204.5-2.239%204.5-5s-2.015-5-4.5-5s-4.5%202.239-4.5%205s2.015%205%204.5%205%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM10.842%2032.958c-.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%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDeathNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/death-negative.svg?color=%231a73e8&size=48