palliative care negative icon

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

Name
palliative-care-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the palliative care negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPalliativeCareNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM8 18.333C8 12.453 11.812 7 17.031 7c3.622 0 6.31 2.447 7.969 5.917C26.659 9.447 29.347 7 32.969 7C38.189 7 42 12.454 42 18.333c0 1.48-.235 2.91-.65 4.28c-.813-1.83-2.325-3.146-4.167-3.146c-1.931 0-3.365 1.35-4.25 3.264c-.885-1.915-2.318-3.264-4.25-3.264c-2.783 0-4.816 3.008-4.816 6.253c0 .871.131 1.706.362 2.499q.17.58.407 1.133c1.314 3.074 4.038 5.429 6.008 6.82C27.533 38.534 25 39.868 25 39.868s-11.451-5.662-15.557-14.95a18 18 0 0 1-.763-2.054a15.6 15.6 0 0 1-.68-4.53m33.573 7.917a1.133 1.133 0 0 0-2.266-.031c-.04 2.912-1.424 4.878-2.837 6.146a10.6 10.6 0 0 1-1.954 1.385a9 9 0 0 1-.794.388l-.024.01l-.012.005l-.005.002a1.133 1.133 0 0 0 .802 2.12l.004-.001l.007-.003l.021-.008l.033-.014l.036-.014q.086-.035.234-.102c.196-.088.468-.219.792-.397a13 13 0 0 0 2.374-1.684c1.744-1.566 3.538-4.09 3.59-7.802" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPalliativeCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPalliativeCareNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsPalliativeCareNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM8 18.333C8 12.453 11.812 7 17.031 7c3.622 0 6.31 2.447 7.969 5.917C26.659 9.447 29.347 7 32.969 7C38.189 7 42 12.454 42 18.333c0 1.48-.235 2.91-.65 4.28c-.813-1.83-2.325-3.146-4.167-3.146c-1.931 0-3.365 1.35-4.25 3.264c-.885-1.915-2.318-3.264-4.25-3.264c-2.783 0-4.816 3.008-4.816 6.253c0 .871.131 1.706.362 2.499q.17.58.407 1.133c1.314 3.074 4.038 5.429 6.008 6.82C27.533 38.534 25 39.868 25 39.868s-11.451-5.662-15.557-14.95a18 18 0 0 1-.763-2.054a15.6 15.6 0 0 1-.68-4.53m33.573 7.917a1.133 1.133 0 0 0-2.266-.031c-.04 2.912-1.424 4.878-2.837 6.146a10.6 10.6 0 0 1-1.954 1.385a9 9 0 0 1-.794.388l-.024.01l-.012.005l-.005.002a1.133 1.133 0 0 0 .802 2.12l.004-.001l.007-.003l.021-.008l.033-.014l.036-.014q.086-.035.234-.102c.196-.088.468-.219.792-.397a13 13 0 0 0 2.374-1.684c1.744-1.566 3.538-4.09 3.59-7.802" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPalliativeCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPalliativeCareNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM8 18.333C8 12.453 11.812 7 17.031 7c3.622 0 6.31 2.447 7.969 5.917C26.659 9.447 29.347 7 32.969 7C38.189 7 42 12.454 42 18.333c0 1.48-.235 2.91-.65 4.28c-.813-1.83-2.325-3.146-4.167-3.146c-1.931 0-3.365 1.35-4.25 3.264c-.885-1.915-2.318-3.264-4.25-3.264c-2.783 0-4.816 3.008-4.816 6.253c0 .871.131 1.706.362 2.499q.17.58.407 1.133c1.314 3.074 4.038 5.429 6.008 6.82C27.533 38.534 25 39.868 25 39.868s-11.451-5.662-15.557-14.95a18 18 0 0 1-.763-2.054a15.6 15.6 0 0 1-.68-4.53m33.573 7.917a1.133 1.133 0 0 0-2.266-.031c-.04 2.912-1.424 4.878-2.837 6.146a10.6 10.6 0 0 1-1.954 1.385a9 9 0 0 1-.794.388l-.024.01l-.012.005l-.005.002a1.133 1.133 0 0 0 .802 2.12l.004-.001l.007-.003l.021-.008l.033-.014l.036-.014q.086-.035.234-.102c.196-.088.468-.219.792-.397a13 13 0 0 0 2.374-1.684c1.744-1.566 3.538-4.09 3.59-7.802" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPalliativeCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-palliative-care-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPalliativeCareNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM8%2018.333C8%2012.453%2011.812%207%2017.031%207c3.622%200%206.31%202.447%207.969%205.917C26.659%209.447%2029.347%207%2032.969%207C38.189%207%2042%2012.454%2042%2018.333c0%201.48-.235%202.91-.65%204.28c-.813-1.83-2.325-3.146-4.167-3.146c-1.931%200-3.365%201.35-4.25%203.264c-.885-1.915-2.318-3.264-4.25-3.264c-2.783%200-4.816%203.008-4.816%206.253c0%20.871.131%201.706.362%202.499q.17.58.407%201.133c1.314%203.074%204.038%205.429%206.008%206.82C27.533%2038.534%2025%2039.868%2025%2039.868s-11.451-5.662-15.557-14.95a18%2018%200%200%201-.763-2.054a15.6%2015.6%200%200%201-.68-4.53m33.573%207.917a1.133%201.133%200%200%200-2.266-.031c-.04%202.912-1.424%204.878-2.837%206.146a10.6%2010.6%200%200%201-1.954%201.385a9%209%200%200%201-.794.388l-.024.01l-.012.005l-.005.002a1.133%201.133%200%200%200%20.802%202.12l.004-.001l.007-.003l.021-.008l.033-.014l.036-.014q.086-.035.234-.102c.196-.088.468-.219.792-.397a13%2013%200%200%200%202.374-1.684c1.744-1.566%203.538-4.09%203.59-7.802%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPalliativeCareNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPalliativeCareNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM8%2018.333C8%2012.453%2011.812%207%2017.031%207c3.622%200%206.31%202.447%207.969%205.917C26.659%209.447%2029.347%207%2032.969%207C38.189%207%2042%2012.454%2042%2018.333c0%201.48-.235%202.91-.65%204.28c-.813-1.83-2.325-3.146-4.167-3.146c-1.931%200-3.365%201.35-4.25%203.264c-.885-1.915-2.318-3.264-4.25-3.264c-2.783%200-4.816%203.008-4.816%206.253c0%20.871.131%201.706.362%202.499q.17.58.407%201.133c1.314%203.074%204.038%205.429%206.008%206.82C27.533%2038.534%2025%2039.868%2025%2039.868s-11.451-5.662-15.557-14.95a18%2018%200%200%201-.763-2.054a15.6%2015.6%200%200%201-.68-4.53m33.573%207.917a1.133%201.133%200%200%200-2.266-.031c-.04%202.912-1.424%204.878-2.837%206.146a10.6%2010.6%200%200%201-1.954%201.385a9%209%200%200%201-.794.388l-.024.01l-.012.005l-.005.002a1.133%201.133%200%200%200%20.802%202.12l.004-.001l.007-.003l.021-.008l.033-.014l.036-.014q.086-.035.234-.102c.196-.088.468-.219.792-.397a13%2013%200%200%200%202.374-1.684c1.744-1.566%203.538-4.09%203.59-7.802%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPalliativeCareNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48