hospice icon
hospice-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- hospice-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 hospice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21.664 10.66L12 2l-9.664 8.66a1.014 1.014 0 0 0-.083 1.424a.994.994 0 0 0 1.411.084L4 11.867v8.62C4 21.324 4.672 22 5.5 22h13c.828 0 1.5-.677 1.5-1.512v-8.621l.336.3a.994.994 0 0 0 1.411-.083a1.014 1.014 0 0 0-.083-1.423M18 10.076l-6-5.377l-6 5.377v9.909h12z" clip-rule="evenodd"/><path d="M8 12.683c0-1.443.897-2.781 2.125-2.781c.808 0 1.418.54 1.812 1.321a.07.07 0 0 0 .126 0c.394-.782 1.004-1.321 1.812-1.321c1.228 0 2.125 1.338 2.125 2.781c0 3.089-4 5.284-4 5.284s-2.694-1.39-3.66-3.668a5 5 0 0 1-.18-.504A4 4 0 0 1 8 12.683"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHospiceOutline24px(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 fillRule="evenodd" d="M21.664 10.66L12 2l-9.664 8.66a1.014 1.014 0 0 0-.083 1.424a.994.994 0 0 0 1.411.084L4 11.867v8.62C4 21.324 4.672 22 5.5 22h13c.828 0 1.5-.677 1.5-1.512v-8.621l.336.3a.994.994 0 0 0 1.411-.083a1.014 1.014 0 0 0-.083-1.423M18 10.076l-6-5.377l-6 5.377v9.909h12z" clipRule="evenodd"/><path d="M8 12.683c0-1.443.897-2.781 2.125-2.781c.808 0 1.418.54 1.812 1.321a.07.07 0 0 0 .126 0c.394-.782 1.004-1.321 1.812-1.321c1.228 0 2.125 1.338 2.125 2.781c0 3.089-4 5.284-4 5.284s-2.694-1.39-3.66-3.668a5 5 0 0 1-.18-.504A4 4 0 0 1 8 12.683"/></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 fill-rule="evenodd" d="M21.664 10.66L12 2l-9.664 8.66a1.014 1.014 0 0 0-.083 1.424a.994.994 0 0 0 1.411.084L4 11.867v8.62C4 21.324 4.672 22 5.5 22h13c.828 0 1.5-.677 1.5-1.512v-8.621l.336.3a.994.994 0 0 0 1.411-.083a1.014 1.014 0 0 0-.083-1.423M18 10.076l-6-5.377l-6 5.377v9.909h12z" clip-rule="evenodd"/><path d="M8 12.683c0-1.443.897-2.781 2.125-2.781c.808 0 1.418.54 1.812 1.321a.07.07 0 0 0 .126 0c.394-.782 1.004-1.321 1.812-1.321c1.228 0 2.125 1.338 2.125 2.781c0 3.089-4 5.284-4 5.284s-2.694-1.39-3.66-3.668a5 5 0 0 1-.18-.504A4 4 0 0 1 8 12.683"/></g></svg> </template>
CSS
.icon-hospice-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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.664%2010.66L12%202l-9.664%208.66a1.014%201.014%200%200%200-.083%201.424a.994.994%200%200%200%201.411.084L4%2011.867v8.62C4%2021.324%204.672%2022%205.5%2022h13c.828%200%201.5-.677%201.5-1.512v-8.621l.336.3a.994.994%200%200%200%201.411-.083a1.014%201.014%200%200%200-.083-1.423M18%2010.076l-6-5.377l-6%205.377v9.909h12z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2012.683c0-1.443.897-2.781%202.125-2.781c.808%200%201.418.54%201.812%201.321a.07.07%200%200%200%20.126%200c.394-.782%201.004-1.321%201.812-1.321c1.228%200%202.125%201.338%202.125%202.781c0%203.089-4%205.284-4%205.284s-2.694-1.39-3.66-3.668a5%205%200%200%201-.18-.504A4%204%200%200%201%208%2012.683%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.664%2010.66L12%202l-9.664%208.66a1.014%201.014%200%200%200-.083%201.424a.994.994%200%200%200%201.411.084L4%2011.867v8.62C4%2021.324%204.672%2022%205.5%2022h13c.828%200%201.5-.677%201.5-1.512v-8.621l.336.3a.994.994%200%200%200%201.411-.083a1.014%201.014%200%200%200-.083-1.423M18%2010.076l-6-5.377l-6%205.377v9.909h12z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2012.683c0-1.443.897-2.781%202.125-2.781c.808%200%201.418.54%201.812%201.321a.07.07%200%200%200%20.126%200c.394-.782%201.004-1.321%201.812-1.321c1.228%200%202.125%201.338%202.125%202.781c0%203.089-4%205.284-4%205.284s-2.694-1.39-3.66-3.668a5%205%200%200%201-.18-.504A4%204%200%200%201%208%2012.683%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-24px.svg?color=%231a73e8&size=48