hospice icon
hospice-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- hospice-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- hospice2x-outline
3 other variants in Health Icons
More symbols icons from Health Icons
Use the hospice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M41.708 23.794L24.058 6.086L6.294 23.792a1 1 0 0 0 1.412 1.416L10 22.922V41a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V22.907l2.292 2.299a1 1 0 0 0 1.416-1.412M24.053 8.914L36 20.9V40H12V20.928z" clip-rule="evenodd"/><path d="M16 25.517C16 22.655 17.794 20 20.25 20c1.704 0 2.97 1.191 3.75 2.88c.78-1.689 2.045-2.88 3.75-2.88c2.456 0 4.25 2.655 4.25 5.517C32 31.644 24 36 24 36s-5.389-2.756-7.32-7.278a9 9 0 0 1-.36-1a8 8 0 0 1-.32-2.205"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHospiceOutline(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"><path fillRule="evenodd" d="M41.708 23.794L24.058 6.086L6.294 23.792a1 1 0 0 0 1.412 1.416L10 22.922V41a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V22.907l2.292 2.299a1 1 0 0 0 1.416-1.412M24.053 8.914L36 20.9V40H12V20.928z" clipRule="evenodd"/><path d="M16 25.517C16 22.655 17.794 20 20.25 20c1.704 0 2.97 1.191 3.75 2.88c.78-1.689 2.045-2.88 3.75-2.88c2.456 0 4.25 2.655 4.25 5.517C32 31.644 24 36 24 36s-5.389-2.756-7.32-7.278a9 9 0 0 1-.36-1a8 8 0 0 1-.32-2.205"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M41.708 23.794L24.058 6.086L6.294 23.792a1 1 0 0 0 1.412 1.416L10 22.922V41a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V22.907l2.292 2.299a1 1 0 0 0 1.416-1.412M24.053 8.914L36 20.9V40H12V20.928z" clip-rule="evenodd"/><path d="M16 25.517C16 22.655 17.794 20 20.25 20c1.704 0 2.97 1.191 3.75 2.88c.78-1.689 2.045-2.88 3.75-2.88c2.456 0 4.25 2.655 4.25 5.517C32 31.644 24 36 24 36s-5.389-2.756-7.32-7.278a9 9 0 0 1-.36-1a8 8 0 0 1-.32-2.205"/></g></svg> </template>
CSS
.icon-hospice-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.708%2023.794L24.058%206.086L6.294%2023.792a1%201%200%200%200%201.412%201.416L10%2022.922V41a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1V22.907l2.292%202.299a1%201%200%200%200%201.416-1.412M24.053%208.914L36%2020.9V40H12V20.928z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2025.517C16%2022.655%2017.794%2020%2020.25%2020c1.704%200%202.97%201.191%203.75%202.88c.78-1.689%202.045-2.88%203.75-2.88c2.456%200%204.25%202.655%204.25%205.517C32%2031.644%2024%2036%2024%2036s-5.389-2.756-7.32-7.278a9%209%200%200%201-.36-1a8%208%200%200%201-.32-2.205%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.708%2023.794L24.058%206.086L6.294%2023.792a1%201%200%200%200%201.412%201.416L10%2022.922V41a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1V22.907l2.292%202.299a1%201%200%200%200%201.416-1.412M24.053%208.914L36%2020.9V40H12V20.928z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2025.517C16%2022.655%2017.794%2020%2020.25%2020c1.704%200%202.97%201.191%203.75%202.88c.78-1.689%202.045-2.88%203.75-2.88c2.456%200%204.25%202.655%204.25%205.517C32%2031.644%2024%2036%2024%2036s-5.389-2.756-7.32-7.278a9%209%200%200%201-.36-1a8%208%200%200%201-.32-2.205%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/hospice-outline.svg?color=%231a73e8&size=48