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

Name
death-alt-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 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M19 8c0 .402-.047.767-.115 1.086l-.057.268l-.002.007c-.173.803-.41 1.9-.41 2.639v.042c0 .805-.652 1.458-1.458 1.458h-.208c-.69 0-1.25.56-1.25 1.25S14.94 16 14.25 16h-4.5c-.69 0-1.25-.56-1.25-1.25s-.56-1.25-1.25-1.25h-.208a1.46 1.46 0 0 1-1.459-1.458v-1.04c0-.33-.089-.65-.212-.956c-.257-.639-.37-1.328-.37-2.046c0-3.314 3.133-6 7-6c3.865 0 7 2.686 7 6m-5.413 6a3.25 3.25 0 0 1 2.85-2.485c.069-.9.297-1.95.437-2.59l.055-.254c.04-.201.07-.426.07-.671c0-1.931-1.938-4-5-4S7 6.069 7 8c0 .507.08.936.226 1.298c.174.431.357 1.02.357 1.704v.515A3.25 3.25 0 0 1 10.413 14z" 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 HealthiconsDeathAltOutline24px(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 d="M11 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fillRule="evenodd" d="M19 8c0 .402-.047.767-.115 1.086l-.057.268l-.002.007c-.173.803-.41 1.9-.41 2.639v.042c0 .805-.652 1.458-1.458 1.458h-.208c-.69 0-1.25.56-1.25 1.25S14.94 16 14.25 16h-4.5c-.69 0-1.25-.56-1.25-1.25s-.56-1.25-1.25-1.25h-.208a1.46 1.46 0 0 1-1.459-1.458v-1.04c0-.33-.089-.65-.212-.956c-.257-.639-.37-1.328-.37-2.046c0-3.314 3.133-6 7-6c3.865 0 7 2.686 7 6m-5.413 6a3.25 3.25 0 0 1 2.85-2.485c.069-.9.297-1.95.437-2.59l.055-.254c.04-.201.07-.426.07-.671c0-1.931-1.938-4-5-4S7 6.069 7 8c0 .507.08.936.226 1.298c.174.431.357 1.02.357 1.704v.515A3.25 3.25 0 0 1 10.413 14z" 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 d="M11 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M19 8c0 .402-.047.767-.115 1.086l-.057.268l-.002.007c-.173.803-.41 1.9-.41 2.639v.042c0 .805-.652 1.458-1.458 1.458h-.208c-.69 0-1.25.56-1.25 1.25S14.94 16 14.25 16h-4.5c-.69 0-1.25-.56-1.25-1.25s-.56-1.25-1.25-1.25h-.208a1.46 1.46 0 0 1-1.459-1.458v-1.04c0-.33-.089-.65-.212-.956c-.257-.639-.37-1.328-.37-2.046c0-3.314 3.133-6 7-6c3.865 0 7 2.686 7 6m-5.413 6a3.25 3.25 0 0 1 2.85-2.485c.069-.9.297-1.95.437-2.59l.055-.254c.04-.201.07-.426.07-.671c0-1.931-1.938-4-5-4S7 6.069 7 8c0 .507.08.936.226 1.298c.174.431.357 1.02.357 1.704v.515A3.25 3.25 0 0 1 10.413 14z" 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-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%20d%3D%22M11%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m3.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%208c0%20.402-.047.767-.115%201.086l-.057.268l-.002.007c-.173.803-.41%201.9-.41%202.639v.042c0%20.805-.652%201.458-1.458%201.458h-.208c-.69%200-1.25.56-1.25%201.25S14.94%2016%2014.25%2016h-4.5c-.69%200-1.25-.56-1.25-1.25s-.56-1.25-1.25-1.25h-.208a1.46%201.46%200%200%201-1.459-1.458v-1.04c0-.33-.089-.65-.212-.956c-.257-.639-.37-1.328-.37-2.046c0-3.314%203.133-6%207-6c3.865%200%207%202.686%207%206m-5.413%206a3.25%203.25%200%200%201%202.85-2.485c.069-.9.297-1.95.437-2.59l.055-.254c.04-.201.07-.426.07-.671c0-1.931-1.938-4-5-4S7%206.069%207%208c0%20.507.08.936.226%201.298c.174.431.357%201.02.357%201.704v.515A3.25%203.25%200%200%201%2010.413%2014z%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%20d%3D%22M11%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m3.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%208c0%20.402-.047.767-.115%201.086l-.057.268l-.002.007c-.173.803-.41%201.9-.41%202.639v.042c0%20.805-.652%201.458-1.458%201.458h-.208c-.69%200-1.25.56-1.25%201.25S14.94%2016%2014.25%2016h-4.5c-.69%200-1.25-.56-1.25-1.25s-.56-1.25-1.25-1.25h-.208a1.46%201.46%200%200%201-1.459-1.458v-1.04c0-.33-.089-.65-.212-.956c-.257-.639-.37-1.328-.37-2.046c0-3.314%203.133-6%207-6c3.865%200%207%202.686%207%206m-5.413%206a3.25%203.25%200%200%201%202.85-2.485c.069-.9.297-1.95.437-2.59l.055-.254c.04-.201.07-.426.07-.671c0-1.931-1.938-4-5-4S7%206.069%207%208c0%20.507.08.936.226%201.298c.174.431.357%201.02.357%201.704v.515A3.25%203.25%200%200%201%2010.413%2014z%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-outline-24px.svg?color=%231a73e8&size=48