expectorate icon

expectorate-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.

Name
expectorate-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Emotions
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More emotions icons from Health Icons

Use the expectorate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 12a8 8 0 1 1 15.678 2.255q.335.05.643.146q.703.22 1.198.67c.312-.967.481-2 .481-3.071c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c.887 0 1.748-.116 2.566-.332a6 6 0 0 1-.467-.934a13 13 0 0 1-.319-.933A8 8 0 0 1 4 12"/><path d="M17.129 21.696q.512.028.854-.314q.34-.34.315-.853a1.33 1.33 0 0 0-.406-.893a2.3 2.3 0 0 0-.815-.506q-.505-.196-1.85-.506q.31 1.343.505 1.85q.195.504.505.815q.379.38.892.407m4.395-3.32q-.271.604-.943.82a1.82 1.82 0 0 1-1.343-.085q-.549-.247-1.047-.8q-.498-.554-1.552-2.126q1.875-.26 2.62-.255q.744.003 1.294.25q.672.3.957.946t.014 1.25M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13z"/><path fill-rule="evenodd" d="M9.75 15.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsExpectorateOutline24px(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="M4 12a8 8 0 1 1 15.678 2.255q.335.05.643.146q.703.22 1.198.67c.312-.967.481-2 .481-3.071c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c.887 0 1.748-.116 2.566-.332a6 6 0 0 1-.467-.934a13 13 0 0 1-.319-.933A8 8 0 0 1 4 12"/><path d="M17.129 21.696q.512.028.854-.314q.34-.34.315-.853a1.33 1.33 0 0 0-.406-.893a2.3 2.3 0 0 0-.815-.506q-.505-.196-1.85-.506q.31 1.343.505 1.85q.195.504.505.815q.379.38.892.407m4.395-3.32q-.271.604-.943.82a1.82 1.82 0 0 1-1.343-.085q-.549-.247-1.047-.8q-.498-.554-1.552-2.126q1.875-.26 2.62-.255q.744.003 1.294.25q.672.3.957.946t.014 1.25M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13z"/><path fillRule="evenodd" d="M9.75 15.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" 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="M4 12a8 8 0 1 1 15.678 2.255q.335.05.643.146q.703.22 1.198.67c.312-.967.481-2 .481-3.071c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c.887 0 1.748-.116 2.566-.332a6 6 0 0 1-.467-.934a13 13 0 0 1-.319-.933A8 8 0 0 1 4 12"/><path d="M17.129 21.696q.512.028.854-.314q.34-.34.315-.853a1.33 1.33 0 0 0-.406-.893a2.3 2.3 0 0 0-.815-.506q-.505-.196-1.85-.506q.31 1.343.505 1.85q.195.504.505.815q.379.38.892.407m4.395-3.32q-.271.604-.943.82a1.82 1.82 0 0 1-1.343-.085q-.549-.247-1.047-.8q-.498-.554-1.552-2.126q1.875-.26 2.62-.255q.744.003 1.294.25q.672.3.957.946t.014 1.25M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13z"/><path fill-rule="evenodd" d="M9.75 15.5a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-expectorate-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%20d%3D%22M4%2012a8%208%200%201%201%2015.678%202.255q.335.05.643.146q.703.22%201.198.67c.312-.967.481-2%20.481-3.071c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010c.887%200%201.748-.116%202.566-.332a6%206%200%200%201-.467-.934a13%2013%200%200%201-.319-.933A8%208%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M17.129%2021.696q.512.028.854-.314q.34-.34.315-.853a1.33%201.33%200%200%200-.406-.893a2.3%202.3%200%200%200-.815-.506q-.505-.196-1.85-.506q.31%201.343.505%201.85q.195.504.505.815q.379.38.892.407m4.395-3.32q-.271.604-.943.82a1.82%201.82%200%200%201-1.343-.085q-.549-.247-1.047-.8q-.498-.554-1.552-2.126q1.875-.26%202.62-.255q.744.003%201.294.25q.672.3.957.946t.014%201.25M8.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm7.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%2015.5a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m2.75-1.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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%22M4%2012a8%208%200%201%201%2015.678%202.255q.335.05.643.146q.703.22%201.198.67c.312-.967.481-2%20.481-3.071c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010c.887%200%201.748-.116%202.566-.332a6%206%200%200%201-.467-.934a13%2013%200%200%201-.319-.933A8%208%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M17.129%2021.696q.512.028.854-.314q.34-.34.315-.853a1.33%201.33%200%200%200-.406-.893a2.3%202.3%200%200%200-.815-.506q-.505-.196-1.85-.506q.31%201.343.505%201.85q.195.504.505.815q.379.38.892.407m4.395-3.32q-.271.604-.943.82a1.82%201.82%200%200%201-1.343-.085q-.549-.247-1.047-.8q-.498-.554-1.552-2.126q1.875-.26%202.62-.255q.744.003%201.294.25q.672.3.957.946t.014%201.25M8.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm7.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%2015.5a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m2.75-1.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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/expectorate-outline-24px.svg?color=%231a73e8&size=48