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

Name
deceased-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

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.77V3.81l2.616 2.256L12 3.195l2.192 2.87l2.616-2.255v3.96q0 1.884-1.243 3.248q-1.242 1.365-3.065 1.541v5.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 MaterialSymbolsLightDeceasedSharp(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.77V3.81l2.616 2.256L12 3.195l2.192 2.87l2.616-2.255v3.96q0 1.884-1.243 3.248q-1.242 1.365-3.065 1.541v5.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.77V3.81l2.616 2.256L12 3.195l2.192 2.87l2.616-2.255v3.96q0 1.884-1.243 3.248q-1.242 1.365-3.065 1.541v5.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-sharp {
  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.77V3.81l2.616%202.256L12%203.195l2.192%202.87l2.616-2.255v3.96q0%201.884-1.243%203.248q-1.242%201.365-3.065%201.541v5.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.77V3.81l2.616%202.256L12%203.195l2.192%202.87l2.616-2.255v3.96q0%201.884-1.243%203.248q-1.242%201.365-3.065%201.541v5.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-sharp.svg?color=%231a73e8&size=48