coughing negative icon

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

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

Related icons in Health Icons

Use the coughing 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(#healthiconsCoughingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm40.272 31.501l.088.016l.013-.029zM24 40c1.882 0 3.688-.325 5.365-.922l2.094 1.309A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .624-.042 1.237l-2.027.259Q40 24.756 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m-5.445-21.832a1 1 0 0 0-1.293 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.204.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.326M26 37a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.011.935l-1.55-.115a1.066 1.066 0 0 1-.968-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-5.756.585a.94.94 0 0 0 1.01-.935a1.066 1.066 0 0 0-.968-1.08l-1.147-.085a.94.94 0 0 0-1.01.934c-.012.557.422 1.04.968 1.081zm-.664 6.972c.388-.372 1.014-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.4-.078l-1.859-2.01c-.385-.415-.382-1.054.006-1.426m-1.728-3.3c-.385-.415-1.011-.45-1.4-.078c-.387.372-.39 1.01-.005 1.427l.893.965c.385.416 1.012.45 1.4.079c.388-.373.39-1.011.006-1.427zm5.97.589a.94.94 0 0 1 1.28-.51l.174.078c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.174-.078c-.51-.228-.762-.826-.565-1.335m-4.854-3.255c-.51-.228-1.083 0-1.28.51c-.198.509.055 1.107.565 1.335l3.271 1.464c.51.228 1.083 0 1.28-.51c.198-.509-.055-1.107-.564-1.335z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCoughingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCoughingNegative(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(#healthiconsCoughingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm40.272 31.501l.088.016l.013-.029zM24 40c1.882 0 3.688-.325 5.365-.922l2.094 1.309A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .624-.042 1.237l-2.027.259Q40 24.756 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m-5.445-21.832a1 1 0 0 0-1.293 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.204.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.326M26 37a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.011.935l-1.55-.115a1.066 1.066 0 0 1-.968-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-5.756.585a.94.94 0 0 0 1.01-.935a1.066 1.066 0 0 0-.968-1.08l-1.147-.085a.94.94 0 0 0-1.01.934c-.012.557.422 1.04.968 1.081zm-.664 6.972c.388-.372 1.014-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.4-.078l-1.859-2.01c-.385-.415-.382-1.054.006-1.426m-1.728-3.3c-.385-.415-1.011-.45-1.4-.078c-.387.372-.39 1.01-.005 1.427l.893.965c.385.416 1.012.45 1.4.079c.388-.373.39-1.011.006-1.427zm5.97.589a.94.94 0 0 1 1.28-.51l.174.078c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.174-.078c-.51-.228-.762-.826-.565-1.335m-4.854-3.255c-.51-.228-1.083 0-1.28.51c-.198.509.055 1.107.565 1.335l3.271 1.464c.51.228 1.083 0 1.28-.51c.198-.509-.055-1.107-.564-1.335z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCoughingNegative"><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(#healthiconsCoughingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm40.272 31.501l.088.016l.013-.029zM24 40c1.882 0 3.688-.325 5.365-.922l2.094 1.309A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .624-.042 1.237l-2.027.259Q40 24.756 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m-5.445-21.832a1 1 0 0 0-1.293 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.204.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.326M26 37a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.011.935l-1.55-.115a1.066 1.066 0 0 1-.968-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-5.756.585a.94.94 0 0 0 1.01-.935a1.066 1.066 0 0 0-.968-1.08l-1.147-.085a.94.94 0 0 0-1.01.934c-.012.557.422 1.04.968 1.081zm-.664 6.972c.388-.372 1.014-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.4-.078l-1.859-2.01c-.385-.415-.382-1.054.006-1.426m-1.728-3.3c-.385-.415-1.011-.45-1.4-.078c-.387.372-.39 1.01-.005 1.427l.893.965c.385.416 1.012.45 1.4.079c.388-.373.39-1.011.006-1.427zm5.97.589a.94.94 0 0 1 1.28-.51l.174.078c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.174-.078c-.51-.228-.762-.826-.565-1.335m-4.854-3.255c-.51-.228-1.083 0-1.28.51c-.198.509.055 1.107.565 1.335l3.271 1.464c.51.228 1.083 0 1.28-.51c.198-.509-.055-1.107-.564-1.335z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCoughingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-coughing-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(%23healthiconsCoughingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm40.272%2031.501l.088.016l.013-.029zM24%2040c1.882%200%203.688-.325%205.365-.922l2.094%201.309A17.9%2017.9%200%200%201%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.624-.042%201.237l-2.027.259Q40%2024.756%2040%2024c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m-5.445-21.832a1%201%200%200%200-1.293%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.204.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.326M26%2037a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m15.99-6.475a.94.94%200%200%201-1.011.935l-1.55-.115a1.066%201.066%200%200%201-.968-1.08a.94.94%200%200%201%201.01-.935l1.55.114c.546.04.98.524.968%201.08m-5.756.585a.94.94%200%200%200%201.01-.935a1.066%201.066%200%200%200-.968-1.08l-1.147-.085a.94.94%200%200%200-1.01.934c-.012.557.422%201.04.968%201.081zm-.664%206.972c.388-.372%201.014-.337%201.4.079l1.859%202.009c.385.416.382%201.054-.006%201.426c-.388.373-1.014.337-1.4-.078l-1.859-2.01c-.385-.415-.382-1.054.006-1.426m-1.728-3.3c-.385-.415-1.011-.45-1.4-.078c-.387.372-.39%201.01-.005%201.427l.893.965c.385.416%201.012.45%201.4.079c.388-.373.39-1.011.006-1.427zm5.97.589a.94.94%200%200%201%201.28-.51l.174.078c.51.228.763.826.565%201.335c-.197.51-.77.737-1.28.51l-.174-.078c-.51-.228-.762-.826-.565-1.335m-4.854-3.255c-.51-.228-1.083%200-1.28.51c-.198.509.055%201.107.565%201.335l3.271%201.464c.51.228%201.083%200%201.28-.51c.198-.509-.055-1.107-.564-1.335z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCoughingNegative%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(%23healthiconsCoughingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm40.272%2031.501l.088.016l.013-.029zM24%2040c1.882%200%203.688-.325%205.365-.922l2.094%201.309A17.9%2017.9%200%200%201%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.624-.042%201.237l-2.027.259Q40%2024.756%2040%2024c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m-5.445-21.832a1%201%200%200%200-1.293%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.204.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.326M26%2037a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m15.99-6.475a.94.94%200%200%201-1.011.935l-1.55-.115a1.066%201.066%200%200%201-.968-1.08a.94.94%200%200%201%201.01-.935l1.55.114c.546.04.98.524.968%201.08m-5.756.585a.94.94%200%200%200%201.01-.935a1.066%201.066%200%200%200-.968-1.08l-1.147-.085a.94.94%200%200%200-1.01.934c-.012.557.422%201.04.968%201.081zm-.664%206.972c.388-.372%201.014-.337%201.4.079l1.859%202.009c.385.416.382%201.054-.006%201.426c-.388.373-1.014.337-1.4-.078l-1.859-2.01c-.385-.415-.382-1.054.006-1.426m-1.728-3.3c-.385-.415-1.011-.45-1.4-.078c-.387.372-.39%201.01-.005%201.427l.893.965c.385.416%201.012.45%201.4.079c.388-.373.39-1.011.006-1.427zm5.97.589a.94.94%200%200%201%201.28-.51l.174.078c.51.228.763.826.565%201.335c-.197.51-.77.737-1.28.51l-.174-.078c-.51-.228-.762-.826-.565-1.335m-4.854-3.255c-.51-.228-1.083%200-1.28.51c-.198.509.055%201.107.565%201.335l3.271%201.464c.51.228%201.083%200%201.28-.51c.198-.509-.055-1.107-.564-1.335z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCoughingNegative%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/coughing-negative.svg?color=%231a73e8&size=48