palliative care icon
palliative-care-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- palliative-care-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the palliative care icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.313 2C4.243 2 2 5.318 2 8.897c0 .961.145 1.881.4 2.756q.188.642.449 1.25C5.264 18.555 12 22 12 22s1.857-1.01 3.97-2.774c-.998-.55-3.136-1.903-4.046-3.82a5 5 0 0 1-.224-.562a4 4 0 0 1-.2-1.24c0-1.61 1.121-3.104 2.656-3.104c1.021 0 1.79.673 2.282 1.566c.025.045.1.045.124 0c.492-.893 1.26-1.566 2.282-1.566c1.148 0 2.065.836 2.454 1.93c.44-1.11.702-2.293.702-3.533C22 5.319 19.758 2 16.688 2c-2.082 0-3.64 1.554-4.62 3.594a.076.076 0 0 1-.136 0C10.95 3.554 9.394 2 7.312 2"/><path fill-rule="evenodd" d="M20.5 13.5a1 1 0 0 1 1 1c0 .562-.203 1.428-.635 2.245c-.44.833-1.184 1.739-2.357 2.189a1 1 0 1 1-.716-1.868c.577-.221 1.008-.692 1.305-1.255c.306-.58.403-1.127.403-1.311a1 1 0 0 1 1-1" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPalliativeCare24px(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="M7.313 2C4.243 2 2 5.318 2 8.897c0 .961.145 1.881.4 2.756q.188.642.449 1.25C5.264 18.555 12 22 12 22s1.857-1.01 3.97-2.774c-.998-.55-3.136-1.903-4.046-3.82a5 5 0 0 1-.224-.562a4 4 0 0 1-.2-1.24c0-1.61 1.121-3.104 2.656-3.104c1.021 0 1.79.673 2.282 1.566c.025.045.1.045.124 0c.492-.893 1.26-1.566 2.282-1.566c1.148 0 2.065.836 2.454 1.93c.44-1.11.702-2.293.702-3.533C22 5.319 19.758 2 16.688 2c-2.082 0-3.64 1.554-4.62 3.594a.076.076 0 0 1-.136 0C10.95 3.554 9.394 2 7.312 2"/><path fillRule="evenodd" d="M20.5 13.5a1 1 0 0 1 1 1c0 .562-.203 1.428-.635 2.245c-.44.833-1.184 1.739-2.357 2.189a1 1 0 1 1-.716-1.868c.577-.221 1.008-.692 1.305-1.255c.306-.58.403-1.127.403-1.311a1 1 0 0 1 1-1" clipRule="evenodd"/></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="M7.313 2C4.243 2 2 5.318 2 8.897c0 .961.145 1.881.4 2.756q.188.642.449 1.25C5.264 18.555 12 22 12 22s1.857-1.01 3.97-2.774c-.998-.55-3.136-1.903-4.046-3.82a5 5 0 0 1-.224-.562a4 4 0 0 1-.2-1.24c0-1.61 1.121-3.104 2.656-3.104c1.021 0 1.79.673 2.282 1.566c.025.045.1.045.124 0c.492-.893 1.26-1.566 2.282-1.566c1.148 0 2.065.836 2.454 1.93c.44-1.11.702-2.293.702-3.533C22 5.319 19.758 2 16.688 2c-2.082 0-3.64 1.554-4.62 3.594a.076.076 0 0 1-.136 0C10.95 3.554 9.394 2 7.312 2"/><path fill-rule="evenodd" d="M20.5 13.5a1 1 0 0 1 1 1c0 .562-.203 1.428-.635 2.245c-.44.833-1.184 1.739-2.357 2.189a1 1 0 1 1-.716-1.868c.577-.221 1.008-.692 1.305-1.255c.306-.58.403-1.127.403-1.311a1 1 0 0 1 1-1" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-palliative-care-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%22M7.313%202C4.243%202%202%205.318%202%208.897c0%20.961.145%201.881.4%202.756q.188.642.449%201.25C5.264%2018.555%2012%2022%2012%2022s1.857-1.01%203.97-2.774c-.998-.55-3.136-1.903-4.046-3.82a5%205%200%200%201-.224-.562a4%204%200%200%201-.2-1.24c0-1.61%201.121-3.104%202.656-3.104c1.021%200%201.79.673%202.282%201.566c.025.045.1.045.124%200c.492-.893%201.26-1.566%202.282-1.566c1.148%200%202.065.836%202.454%201.93c.44-1.11.702-2.293.702-3.533C22%205.319%2019.758%202%2016.688%202c-2.082%200-3.64%201.554-4.62%203.594a.076.076%200%200%201-.136%200C10.95%203.554%209.394%202%207.312%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2013.5a1%201%200%200%201%201%201c0%20.562-.203%201.428-.635%202.245c-.44.833-1.184%201.739-2.357%202.189a1%201%200%201%201-.716-1.868c.577-.221%201.008-.692%201.305-1.255c.306-.58.403-1.127.403-1.311a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%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%22M7.313%202C4.243%202%202%205.318%202%208.897c0%20.961.145%201.881.4%202.756q.188.642.449%201.25C5.264%2018.555%2012%2022%2012%2022s1.857-1.01%203.97-2.774c-.998-.55-3.136-1.903-4.046-3.82a5%205%200%200%201-.224-.562a4%204%200%200%201-.2-1.24c0-1.61%201.121-3.104%202.656-3.104c1.021%200%201.79.673%202.282%201.566c.025.045.1.045.124%200c.492-.893%201.26-1.566%202.282-1.566c1.148%200%202.065.836%202.454%201.93c.44-1.11.702-2.293.702-3.533C22%205.319%2019.758%202%2016.688%202c-2.082%200-3.64%201.554-4.62%203.594a.076.076%200%200%201-.136%200C10.95%203.554%209.394%202%207.312%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2013.5a1%201%200%200%201%201%201c0%20.562-.203%201.428-.635%202.245c-.44.833-1.184%201.739-2.357%202.189a1%201%200%201%201-.716-1.868c.577-.221%201.008-.692%201.305-1.255c.306-.58.403-1.127.403-1.311a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%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/palliative-care-24px.svg?color=%231a73e8&size=48