expectorate negative icon

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

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

Use the expectorate 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(#healthiconsExpectorateNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 40q.128 0 .254-.002c.149.651.38 1.328.735 1.975Q24.5 42 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .316-.01.63a5.8 5.8 0 0 0-1.99-.594V24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m1-5a5 5 0 1 0 0-10a5 5 0 0 0 0 10m14.107-7.987c1.454-.14 2.743.86 2.881 2.232s-.93 2.6-2.383 2.74c-2.303.222-4.855-2.042-4.855-2.042s2.054-2.708 4.357-2.93M31.43 42.532c-1.146.832-2.764.525-3.614-.686c-1.348-1.92-.62-5.346-.62-5.346s3.423.411 4.77 2.33c.85 1.212.61 2.869-.536 3.702m8.734-8.12c1.752 1.017 2.379 3.21 1.4 4.895c-.98 1.687-3.194 2.229-4.946 1.212c-2.776-1.612-3.778-6.278-3.778-6.278s4.548-1.441 7.324.17m-21.61-16.244a1 1 0 0 0-1.292 1.507c.721.789.848 1.161.85 1.363c.001.18-.1.526-.824 1.26a1 1 0 0 0 1.267 1.534l3-2a1 1 0 0 0 0-1.664zm16.205.18a1 1 0 0 0-1.314-.18l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.724-.734-.825-1.08-.824-1.26c.002-.202.129-.574.85-1.363a1 1 0 0 0 .02-1.326" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExpectorateNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsExpectorateNegative(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(#healthiconsExpectorateNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 40q.128 0 .254-.002c.149.651.38 1.328.735 1.975Q24.5 42 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .316-.01.63a5.8 5.8 0 0 0-1.99-.594V24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m1-5a5 5 0 1 0 0-10a5 5 0 0 0 0 10m14.107-7.987c1.454-.14 2.743.86 2.881 2.232s-.93 2.6-2.383 2.74c-2.303.222-4.855-2.042-4.855-2.042s2.054-2.708 4.357-2.93M31.43 42.532c-1.146.832-2.764.525-3.614-.686c-1.348-1.92-.62-5.346-.62-5.346s3.423.411 4.77 2.33c.85 1.212.61 2.869-.536 3.702m8.734-8.12c1.752 1.017 2.379 3.21 1.4 4.895c-.98 1.687-3.194 2.229-4.946 1.212c-2.776-1.612-3.778-6.278-3.778-6.278s4.548-1.441 7.324.17m-21.61-16.244a1 1 0 0 0-1.292 1.507c.721.789.848 1.161.85 1.363c.001.18-.1.526-.824 1.26a1 1 0 0 0 1.267 1.534l3-2a1 1 0 0 0 0-1.664zm16.205.18a1 1 0 0 0-1.314-.18l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.724-.734-.825-1.08-.824-1.26c.002-.202.129-.574.85-1.363a1 1 0 0 0 .02-1.326" clipRule="evenodd"/></g><defs><clipPath id="healthiconsExpectorateNegative"><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(#healthiconsExpectorateNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 40q.128 0 .254-.002c.149.651.38 1.328.735 1.975Q24.5 42 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .316-.01.63a5.8 5.8 0 0 0-1.99-.594V24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m1-5a5 5 0 1 0 0-10a5 5 0 0 0 0 10m14.107-7.987c1.454-.14 2.743.86 2.881 2.232s-.93 2.6-2.383 2.74c-2.303.222-4.855-2.042-4.855-2.042s2.054-2.708 4.357-2.93M31.43 42.532c-1.146.832-2.764.525-3.614-.686c-1.348-1.92-.62-5.346-.62-5.346s3.423.411 4.77 2.33c.85 1.212.61 2.869-.536 3.702m8.734-8.12c1.752 1.017 2.379 3.21 1.4 4.895c-.98 1.687-3.194 2.229-4.946 1.212c-2.776-1.612-3.778-6.278-3.778-6.278s4.548-1.441 7.324.17m-21.61-16.244a1 1 0 0 0-1.292 1.507c.721.789.848 1.161.85 1.363c.001.18-.1.526-.824 1.26a1 1 0 0 0 1.267 1.534l3-2a1 1 0 0 0 0-1.664zm16.205.18a1 1 0 0 0-1.314-.18l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.724-.734-.825-1.08-.824-1.26c.002-.202.129-.574.85-1.363a1 1 0 0 0 .02-1.326" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExpectorateNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-expectorate-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(%23healthiconsExpectorateNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2040q.128%200%20.254-.002c.149.651.38%201.328.735%201.975Q24.5%2042%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.316-.01.63a5.8%205.8%200%200%200-1.99-.594V24c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m1-5a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m14.107-7.987c1.454-.14%202.743.86%202.881%202.232s-.93%202.6-2.383%202.74c-2.303.222-4.855-2.042-4.855-2.042s2.054-2.708%204.357-2.93M31.43%2042.532c-1.146.832-2.764.525-3.614-.686c-1.348-1.92-.62-5.346-.62-5.346s3.423.411%204.77%202.33c.85%201.212.61%202.869-.536%203.702m8.734-8.12c1.752%201.017%202.379%203.21%201.4%204.895c-.98%201.687-3.194%202.229-4.946%201.212c-2.776-1.612-3.778-6.278-3.778-6.278s4.548-1.441%207.324.17m-21.61-16.244a1%201%200%200%200-1.292%201.507c.721.789.848%201.161.85%201.363c.001.18-.1.526-.824%201.26a1%201%200%200%200%201.267%201.534l3-2a1%201%200%200%200%200-1.664zm16.205.18a1%201%200%200%200-1.314-.18l-3%202a1%201%200%200%200%200%201.664l3%202a1%201%200%200%200%201.267-1.534c-.724-.734-.825-1.08-.824-1.26c.002-.202.129-.574.85-1.363a1%201%200%200%200%20.02-1.326%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExpectorateNegative%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(%23healthiconsExpectorateNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2040q.128%200%20.254-.002c.149.651.38%201.328.735%201.975Q24.5%2042%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.316-.01.63a5.8%205.8%200%200%200-1.99-.594V24c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m1-5a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m14.107-7.987c1.454-.14%202.743.86%202.881%202.232s-.93%202.6-2.383%202.74c-2.303.222-4.855-2.042-4.855-2.042s2.054-2.708%204.357-2.93M31.43%2042.532c-1.146.832-2.764.525-3.614-.686c-1.348-1.92-.62-5.346-.62-5.346s3.423.411%204.77%202.33c.85%201.212.61%202.869-.536%203.702m8.734-8.12c1.752%201.017%202.379%203.21%201.4%204.895c-.98%201.687-3.194%202.229-4.946%201.212c-2.776-1.612-3.778-6.278-3.778-6.278s4.548-1.441%207.324.17m-21.61-16.244a1%201%200%200%200-1.292%201.507c.721.789.848%201.161.85%201.363c.001.18-.1.526-.824%201.26a1%201%200%200%200%201.267%201.534l3-2a1%201%200%200%200%200-1.664zm16.205.18a1%201%200%200%200-1.314-.18l-3%202a1%201%200%200%200%200%201.664l3%202a1%201%200%200%200%201.267-1.534c-.724-.734-.825-1.08-.824-1.26c.002-.202.129-.574.85-1.363a1%201%200%200%200%20.02-1.326%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExpectorateNegative%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/expectorate-negative.svg?color=%231a73e8&size=48