palliative care icon

palliative-care from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
palliative-care
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M17.031 7C11.811 7 8 12.453 8 18.333c0 1.58.246 3.093.68 4.53q.32 1.055.763 2.054C13.55 34.205 25 39.867 25 39.867s2.533-1.334 5.644-3.694c-1.97-1.392-4.694-3.747-6.008-6.821a10 10 0 0 1-.407-1.134a8.9 8.9 0 0 1-.362-2.498c0-3.245 2.033-6.253 4.816-6.253c1.932 0 3.365 1.35 4.25 3.264c.885-1.914 2.319-3.264 4.25-3.264c1.842 0 3.354 1.316 4.167 3.146c.415-1.37.65-2.8.65-4.28C42 12.453 38.189 7 32.969 7c-3.622 0-6.31 2.447-7.969 5.917C23.341 9.447 20.653 7 17.031 7m23.425 18.101a1.133 1.133 0 0 1 1.117 1.15c-.05 3.71-1.845 6.235-3.589 7.8a13 13 0 0 1-2.374 1.685a11 11 0 0 1-1.026.499q-.044.016-.069.028l-.021.008l-.008.003l-.003.001a1.134 1.134 0 0 1-.802-2.12l.005-.002l.036-.015l.164-.07a10.6 10.6 0 0 0 2.584-1.702c1.413-1.27 2.797-3.235 2.837-6.147a1.133 1.133 0 0 1 1.149-1.118"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPalliativeCare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.031 7C11.811 7 8 12.453 8 18.333c0 1.58.246 3.093.68 4.53q.32 1.055.763 2.054C13.55 34.205 25 39.867 25 39.867s2.533-1.334 5.644-3.694c-1.97-1.392-4.694-3.747-6.008-6.821a10 10 0 0 1-.407-1.134a8.9 8.9 0 0 1-.362-2.498c0-3.245 2.033-6.253 4.816-6.253c1.932 0 3.365 1.35 4.25 3.264c.885-1.914 2.319-3.264 4.25-3.264c1.842 0 3.354 1.316 4.167 3.146c.415-1.37.65-2.8.65-4.28C42 12.453 38.189 7 32.969 7c-3.622 0-6.31 2.447-7.969 5.917C23.341 9.447 20.653 7 17.031 7m23.425 18.101a1.133 1.133 0 0 1 1.117 1.15c-.05 3.71-1.845 6.235-3.589 7.8a13 13 0 0 1-2.374 1.685a11 11 0 0 1-1.026.499q-.044.016-.069.028l-.021.008l-.008.003l-.003.001a1.134 1.134 0 0 1-.802-2.12l.005-.002l.036-.015l.164-.07a10.6 10.6 0 0 0 2.584-1.702c1.413-1.27 2.797-3.235 2.837-6.147a1.133 1.133 0 0 1 1.149-1.118"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.031 7C11.811 7 8 12.453 8 18.333c0 1.58.246 3.093.68 4.53q.32 1.055.763 2.054C13.55 34.205 25 39.867 25 39.867s2.533-1.334 5.644-3.694c-1.97-1.392-4.694-3.747-6.008-6.821a10 10 0 0 1-.407-1.134a8.9 8.9 0 0 1-.362-2.498c0-3.245 2.033-6.253 4.816-6.253c1.932 0 3.365 1.35 4.25 3.264c.885-1.914 2.319-3.264 4.25-3.264c1.842 0 3.354 1.316 4.167 3.146c.415-1.37.65-2.8.65-4.28C42 12.453 38.189 7 32.969 7c-3.622 0-6.31 2.447-7.969 5.917C23.341 9.447 20.653 7 17.031 7m23.425 18.101a1.133 1.133 0 0 1 1.117 1.15c-.05 3.71-1.845 6.235-3.589 7.8a13 13 0 0 1-2.374 1.685a11 11 0 0 1-1.026.499q-.044.016-.069.028l-.021.008l-.008.003l-.003.001a1.134 1.134 0 0 1-.802-2.12l.005-.002l.036-.015l.164-.07a10.6 10.6 0 0 0 2.584-1.702c1.413-1.27 2.797-3.235 2.837-6.147a1.133 1.133 0 0 1 1.149-1.118"/></svg>
</template>

CSS

.icon-palliative-care {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.031%207C11.811%207%208%2012.453%208%2018.333c0%201.58.246%203.093.68%204.53q.32%201.055.763%202.054C13.55%2034.205%2025%2039.867%2025%2039.867s2.533-1.334%205.644-3.694c-1.97-1.392-4.694-3.747-6.008-6.821a10%2010%200%200%201-.407-1.134a8.9%208.9%200%200%201-.362-2.498c0-3.245%202.033-6.253%204.816-6.253c1.932%200%203.365%201.35%204.25%203.264c.885-1.914%202.319-3.264%204.25-3.264c1.842%200%203.354%201.316%204.167%203.146c.415-1.37.65-2.8.65-4.28C42%2012.453%2038.189%207%2032.969%207c-3.622%200-6.31%202.447-7.969%205.917C23.341%209.447%2020.653%207%2017.031%207m23.425%2018.101a1.133%201.133%200%200%201%201.117%201.15c-.05%203.71-1.845%206.235-3.589%207.8a13%2013%200%200%201-2.374%201.685a11%2011%200%200%201-1.026.499q-.044.016-.069.028l-.021.008l-.008.003l-.003.001a1.134%201.134%200%200%201-.802-2.12l.005-.002l.036-.015l.164-.07a10.6%2010.6%200%200%200%202.584-1.702c1.413-1.27%202.797-3.235%202.837-6.147a1.133%201.133%200%200%201%201.149-1.118%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.031%207C11.811%207%208%2012.453%208%2018.333c0%201.58.246%203.093.68%204.53q.32%201.055.763%202.054C13.55%2034.205%2025%2039.867%2025%2039.867s2.533-1.334%205.644-3.694c-1.97-1.392-4.694-3.747-6.008-6.821a10%2010%200%200%201-.407-1.134a8.9%208.9%200%200%201-.362-2.498c0-3.245%202.033-6.253%204.816-6.253c1.932%200%203.365%201.35%204.25%203.264c.885-1.914%202.319-3.264%204.25-3.264c1.842%200%203.354%201.316%204.167%203.146c.415-1.37.65-2.8.65-4.28C42%2012.453%2038.189%207%2032.969%207c-3.622%200-6.31%202.447-7.969%205.917C23.341%209.447%2020.653%207%2017.031%207m23.425%2018.101a1.133%201.133%200%200%201%201.117%201.15c-.05%203.71-1.845%206.235-3.589%207.8a13%2013%200%200%201-2.374%201.685a11%2011%200%200%201-1.026.499q-.044.016-.069.028l-.021.008l-.008.003l-.003.001a1.134%201.134%200%200%201-.802-2.12l.005-.002l.036-.015l.164-.07a10.6%2010.6%200%200%200%202.584-1.702c1.413-1.27%202.797-3.235%202.837-6.147a1.133%201.133%200%200%201%201.149-1.118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/palliative-care.svg?color=%231a73e8&size=48