deceased from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
deceased
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
deceased-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the deceased icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.616 20.808q-2.077 0-3.539-1.462t-1.462-3.538v-.885q1.583.244 2.889 1.138T11.5 18.25v-5.69q-1.823-.177-3.065-1.542Q7.192 9.654 7.192 7.77V5.561q0-.534.48-.739q.478-.205.863.143l1.273 1.1l1.551-2.042q.243-.312.641-.312t.64.312l1.552 2.042l1.273-1.1q.385-.348.864-.143t.479.74v2.207q0 1.885-1.243 3.25q-1.242 1.364-3.065 1.54v5.672q.69-1.275 1.986-2.17q1.297-.894 2.86-1.138v.885q0 2.077-1.452 3.538q-1.452 1.462-3.529 1.462z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeceased(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.616 20.808q-2.077 0-3.539-1.462t-1.462-3.538v-.885q1.583.244 2.889 1.138T11.5 18.25v-5.69q-1.823-.177-3.065-1.542Q7.192 9.654 7.192 7.77V5.561q0-.534.48-.739q.478-.205.863.143l1.273 1.1l1.551-2.042q.243-.312.641-.312t.64.312l1.552 2.042l1.273-1.1q.385-.348.864-.143t.479.74v2.207q0 1.885-1.243 3.25q-1.242 1.364-3.065 1.54v5.672q.69-1.275 1.986-2.17q1.297-.894 2.86-1.138v.885q0 2.077-1.452 3.538q-1.452 1.462-3.529 1.462z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.616 20.808q-2.077 0-3.539-1.462t-1.462-3.538v-.885q1.583.244 2.889 1.138T11.5 18.25v-5.69q-1.823-.177-3.065-1.542Q7.192 9.654 7.192 7.77V5.561q0-.534.48-.739q.478-.205.863.143l1.273 1.1l1.551-2.042q.243-.312.641-.312t.64.312l1.552 2.042l1.273-1.1q.385-.348.864-.143t.479.74v2.207q0 1.885-1.243 3.25q-1.242 1.364-3.065 1.54v5.672q.69-1.275 1.986-2.17q1.297-.894 2.86-1.138v.885q0 2.077-1.452 3.538q-1.452 1.462-3.529 1.462z"/></svg>
</template>

CSS

.icon-deceased {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.616%2020.808q-2.077%200-3.539-1.462t-1.462-3.538v-.885q1.583.244%202.889%201.138T11.5%2018.25v-5.69q-1.823-.177-3.065-1.542Q7.192%209.654%207.192%207.77V5.561q0-.534.48-.739q.478-.205.863.143l1.273%201.1l1.551-2.042q.243-.312.641-.312t.64.312l1.552%202.042l1.273-1.1q.385-.348.864-.143t.479.74v2.207q0%201.885-1.243%203.25q-1.242%201.364-3.065%201.54v5.672q.69-1.275%201.986-2.17q1.297-.894%202.86-1.138v.885q0%202.077-1.452%203.538q-1.452%201.462-3.529%201.462z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.616%2020.808q-2.077%200-3.539-1.462t-1.462-3.538v-.885q1.583.244%202.889%201.138T11.5%2018.25v-5.69q-1.823-.177-3.065-1.542Q7.192%209.654%207.192%207.77V5.561q0-.534.48-.739q.478-.205.863.143l1.273%201.1l1.551-2.042q.243-.312.641-.312t.64.312l1.552%202.042l1.273-1.1q.385-.348.864-.143t.479.74v2.207q0%201.885-1.243%203.25q-1.242%201.364-3.065%201.54v5.672q.69-1.275%201.986-2.17q1.297-.894%202.86-1.138v.885q0%202.077-1.452%203.538q-1.452%201.462-3.529%201.462z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/deceased.svg?color=%231a73e8&size=48