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

Name
coughing-outline
Set
Health Icons
Style
Outline
Category
Emotions
Viewbox
48×48
License
MIT
Aliases
coughing2x-outline

3 other variants in Health Icons

More emotions icons from Health Icons

Use the coughing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m40.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 16"/><path d="M17.241 18.349a1 1 0 0 1 1.314-.181l3 2a1 1 0 0 1 0 1.664l-3 2a1 1 0 0 1-1.267-1.534c.325-.33.757-.659 1.087-.91q.17-.13.292-.226q.1-.08.173-.144a6 6 0 0 0-.201-.167l-.236-.184c-.342-.265-.8-.618-1.141-.992a1 1 0 0 1-.02-1.326m17.517 0a1 1 0 0 0-1.314-.181l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.325-.33-.757-.659-1.088-.91l-.291-.226a5 5 0 0 1-.173-.144q.083-.072.201-.167l.236-.184c.342-.265.8-.618 1.141-.992a1 1 0 0 0 .02-1.326M26 35a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.01.935l-1.55-.115a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-4.745-.349a.94.94 0 0 1-1.01.935l-1.147-.085a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.148.084c.546.04.98.524.968 1.08m-1.674 7.908c.388-.372 1.015-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.399-.078l-1.86-2.01c-.385-.415-.382-1.054.006-1.426m-3.127-3.378c.388-.372 1.014-.337 1.4.079l.892.965c.385.416.383 1.054-.005 1.427c-.388.372-1.015.337-1.4-.08l-.893-.964c-.385-.416-.382-1.055.006-1.427m7.37.666c.197-.508.77-.736 1.28-.508l.173.077c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.173-.078c-.51-.228-.763-.826-.566-1.335m-6.134-2.745c.197-.51.77-.738 1.28-.51l3.272 1.464c.51.228.762.826.565 1.335a.94.94 0 0 1-1.28.51l-3.272-1.464c-.51-.228-.763-.826-.565-1.335"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCoughingOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="m40.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 16"/><path d="M17.241 18.349a1 1 0 0 1 1.314-.181l3 2a1 1 0 0 1 0 1.664l-3 2a1 1 0 0 1-1.267-1.534c.325-.33.757-.659 1.087-.91q.17-.13.292-.226q.1-.08.173-.144a6 6 0 0 0-.201-.167l-.236-.184c-.342-.265-.8-.618-1.141-.992a1 1 0 0 1-.02-1.326m17.517 0a1 1 0 0 0-1.314-.181l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.325-.33-.757-.659-1.088-.91l-.291-.226a5 5 0 0 1-.173-.144q.083-.072.201-.167l.236-.184c.342-.265.8-.618 1.141-.992a1 1 0 0 0 .02-1.326M26 35a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.01.935l-1.55-.115a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-4.745-.349a.94.94 0 0 1-1.01.935l-1.147-.085a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.148.084c.546.04.98.524.968 1.08m-1.674 7.908c.388-.372 1.015-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.399-.078l-1.86-2.01c-.385-.415-.382-1.054.006-1.426m-3.127-3.378c.388-.372 1.014-.337 1.4.079l.892.965c.385.416.383 1.054-.005 1.427c-.388.372-1.015.337-1.4-.08l-.893-.964c-.385-.416-.382-1.055.006-1.427m7.37.666c.197-.508.77-.736 1.28-.508l.173.077c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.173-.078c-.51-.228-.763-.826-.566-1.335m-6.134-2.745c.197-.51.77-.738 1.28-.51l3.272 1.464c.51.228.762.826.565 1.335a.94.94 0 0 1-1.28.51l-3.272-1.464c-.51-.228-.763-.826-.565-1.335"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m40.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 16"/><path d="M17.241 18.349a1 1 0 0 1 1.314-.181l3 2a1 1 0 0 1 0 1.664l-3 2a1 1 0 0 1-1.267-1.534c.325-.33.757-.659 1.087-.91q.17-.13.292-.226q.1-.08.173-.144a6 6 0 0 0-.201-.167l-.236-.184c-.342-.265-.8-.618-1.141-.992a1 1 0 0 1-.02-1.326m17.517 0a1 1 0 0 0-1.314-.181l-3 2a1 1 0 0 0 0 1.664l3 2a1 1 0 0 0 1.267-1.534c-.325-.33-.757-.659-1.088-.91l-.291-.226a5 5 0 0 1-.173-.144q.083-.072.201-.167l.236-.184c.342-.265.8-.618 1.141-.992a1 1 0 0 0 .02-1.326M26 35a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m15.99-6.475a.94.94 0 0 1-1.01.935l-1.55-.115a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.55.114c.546.04.98.524.968 1.08m-4.745-.349a.94.94 0 0 1-1.01.935l-1.147-.085a1.066 1.066 0 0 1-.969-1.08a.94.94 0 0 1 1.01-.935l1.148.084c.546.04.98.524.968 1.08m-1.674 7.908c.388-.372 1.015-.337 1.4.079l1.859 2.009c.385.416.382 1.054-.006 1.426c-.388.373-1.014.337-1.399-.078l-1.86-2.01c-.385-.415-.382-1.054.006-1.426m-3.127-3.378c.388-.372 1.014-.337 1.4.079l.892.965c.385.416.383 1.054-.005 1.427c-.388.372-1.015.337-1.4-.08l-.893-.964c-.385-.416-.382-1.055.006-1.427m7.37.666c.197-.508.77-.736 1.28-.508l.173.077c.51.228.763.826.565 1.335c-.197.51-.77.737-1.28.51l-.173-.078c-.51-.228-.763-.826-.566-1.335m-6.134-2.745c.197-.51.77-.738 1.28-.51l3.272 1.464c.51.228.762.826.565 1.335a.94.94 0 0 1-1.28.51l-3.272-1.464c-.51-.228-.763-.826-.565-1.335"/></g></svg>
</template>

CSS

.icon-coughing-outline {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m40.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%2016%22%2F%3E%3Cpath%20d%3D%22M17.241%2018.349a1%201%200%200%201%201.314-.181l3%202a1%201%200%200%201%200%201.664l-3%202a1%201%200%200%201-1.267-1.534c.325-.33.757-.659%201.087-.91q.17-.13.292-.226q.1-.08.173-.144a6%206%200%200%200-.201-.167l-.236-.184c-.342-.265-.8-.618-1.141-.992a1%201%200%200%201-.02-1.326m17.517%200a1%201%200%200%200-1.314-.181l-3%202a1%201%200%200%200%200%201.664l3%202a1%201%200%200%200%201.267-1.534c-.325-.33-.757-.659-1.088-.91l-.291-.226a5%205%200%200%201-.173-.144q.083-.072.201-.167l.236-.184c.342-.265.8-.618%201.141-.992a1%201%200%200%200%20.02-1.326M26%2035a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m15.99-6.475a.94.94%200%200%201-1.01.935l-1.55-.115a1.066%201.066%200%200%201-.969-1.08a.94.94%200%200%201%201.01-.935l1.55.114c.546.04.98.524.968%201.08m-4.745-.349a.94.94%200%200%201-1.01.935l-1.147-.085a1.066%201.066%200%200%201-.969-1.08a.94.94%200%200%201%201.01-.935l1.148.084c.546.04.98.524.968%201.08m-1.674%207.908c.388-.372%201.015-.337%201.4.079l1.859%202.009c.385.416.382%201.054-.006%201.426c-.388.373-1.014.337-1.399-.078l-1.86-2.01c-.385-.415-.382-1.054.006-1.426m-3.127-3.378c.388-.372%201.014-.337%201.4.079l.892.965c.385.416.383%201.054-.005%201.427c-.388.372-1.015.337-1.4-.08l-.893-.964c-.385-.416-.382-1.055.006-1.427m7.37.666c.197-.508.77-.736%201.28-.508l.173.077c.51.228.763.826.565%201.335c-.197.51-.77.737-1.28.51l-.173-.078c-.51-.228-.763-.826-.566-1.335m-6.134-2.745c.197-.51.77-.738%201.28-.51l3.272%201.464c.51.228.762.826.565%201.335a.94.94%200%200%201-1.28.51l-3.272-1.464c-.51-.228-.763-.826-.565-1.335%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m40.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%2016%22%2F%3E%3Cpath%20d%3D%22M17.241%2018.349a1%201%200%200%201%201.314-.181l3%202a1%201%200%200%201%200%201.664l-3%202a1%201%200%200%201-1.267-1.534c.325-.33.757-.659%201.087-.91q.17-.13.292-.226q.1-.08.173-.144a6%206%200%200%200-.201-.167l-.236-.184c-.342-.265-.8-.618-1.141-.992a1%201%200%200%201-.02-1.326m17.517%200a1%201%200%200%200-1.314-.181l-3%202a1%201%200%200%200%200%201.664l3%202a1%201%200%200%200%201.267-1.534c-.325-.33-.757-.659-1.088-.91l-.291-.226a5%205%200%200%201-.173-.144q.083-.072.201-.167l.236-.184c.342-.265.8-.618%201.141-.992a1%201%200%200%200%20.02-1.326M26%2035a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m15.99-6.475a.94.94%200%200%201-1.01.935l-1.55-.115a1.066%201.066%200%200%201-.969-1.08a.94.94%200%200%201%201.01-.935l1.55.114c.546.04.98.524.968%201.08m-4.745-.349a.94.94%200%200%201-1.01.935l-1.147-.085a1.066%201.066%200%200%201-.969-1.08a.94.94%200%200%201%201.01-.935l1.148.084c.546.04.98.524.968%201.08m-1.674%207.908c.388-.372%201.015-.337%201.4.079l1.859%202.009c.385.416.382%201.054-.006%201.426c-.388.373-1.014.337-1.399-.078l-1.86-2.01c-.385-.415-.382-1.054.006-1.426m-3.127-3.378c.388-.372%201.014-.337%201.4.079l.892.965c.385.416.383%201.054-.005%201.427c-.388.372-1.015.337-1.4-.08l-.893-.964c-.385-.416-.382-1.055.006-1.427m7.37.666c.197-.508.77-.736%201.28-.508l.173.077c.51.228.763.826.565%201.335c-.197.51-.77.737-1.28.51l-.173-.078c-.51-.228-.763-.826-.566-1.335m-6.134-2.745c.197-.51.77-.738%201.28-.51l3.272%201.464c.51.228.762.826.565%201.335a.94.94%200%200%201-1.28.51l-3.272-1.464c-.51-.228-.763-.826-.565-1.335%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/coughing-outline.svg?color=%231a73e8&size=48