coughing alt icon
coughing-alt-24px from Health Icons by Resolve to Save Lives · Filled 24px · Conditions · MIT Free for personal and commercial use.
- Name
- coughing-alt-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Conditions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the coughing alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10 4c-4.088 0-8 2.762-8 7.177c0 2.278 1.282 3.777 2.459 4.66a8.6 8.6 0 0 0 1.605.942l.054.024V19a1 1 0 0 0 1 1h4.117a1 1 0 0 0 1-1v-.235h2.294a1 1 0 0 0 1-1v-2.706H17a1 1 0 0 0 .956-1.294l-1.647-5.353a1 1 0 0 0-.042-.112l-.001-.002v-.002l-.003-.005l-.007-.014l-.007-.015l-.013-.029l-.072-.145a8.8 8.8 0 0 0-1.37-1.922C13.801 5.117 12.218 4 10 4m1.5 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/><path d="M20 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoughingAlt24px(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 fillRule="evenodd" d="M10 4c-4.088 0-8 2.762-8 7.177c0 2.278 1.282 3.777 2.459 4.66a8.6 8.6 0 0 0 1.605.942l.054.024V19a1 1 0 0 0 1 1h4.117a1 1 0 0 0 1-1v-.235h2.294a1 1 0 0 0 1-1v-2.706H17a1 1 0 0 0 .956-1.294l-1.647-5.353a1 1 0 0 0-.042-.112l-.001-.002v-.002l-.003-.005l-.007-.014l-.007-.015l-.013-.029l-.072-.145a8.8 8.8 0 0 0-1.37-1.922C13.801 5.117 12.218 4 10 4m1.5 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/><path d="M20 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></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 fill-rule="evenodd" d="M10 4c-4.088 0-8 2.762-8 7.177c0 2.278 1.282 3.777 2.459 4.66a8.6 8.6 0 0 0 1.605.942l.054.024V19a1 1 0 0 0 1 1h4.117a1 1 0 0 0 1-1v-.235h2.294a1 1 0 0 0 1-1v-2.706H17a1 1 0 0 0 .956-1.294l-1.647-5.353a1 1 0 0 0-.042-.112l-.001-.002v-.002l-.003-.005l-.007-.014l-.007-.015l-.013-.029l-.072-.145a8.8 8.8 0 0 0-1.37-1.922C13.801 5.117 12.218 4 10 4m1.5 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/><path d="M20 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-coughing-alt-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%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204c-4.088%200-8%202.762-8%207.177c0%202.278%201.282%203.777%202.459%204.66a8.6%208.6%200%200%200%201.605.942l.054.024V19a1%201%200%200%200%201%201h4.117a1%201%200%200%200%201-1v-.235h2.294a1%201%200%200%200%201-1v-2.706H17a1%201%200%200%200%20.956-1.294l-1.647-5.353a1%201%200%200%200-.042-.112l-.001-.002v-.002l-.003-.005l-.007-.014l-.007-.015l-.013-.029l-.072-.145a8.8%208.8%200%200%200-1.37-1.922C13.801%205.117%2012.218%204%2010%204m1.5%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2016a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1-10a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4.5%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204c-4.088%200-8%202.762-8%207.177c0%202.278%201.282%203.777%202.459%204.66a8.6%208.6%200%200%200%201.605.942l.054.024V19a1%201%200%200%200%201%201h4.117a1%201%200%200%200%201-1v-.235h2.294a1%201%200%200%200%201-1v-2.706H17a1%201%200%200%200%20.956-1.294l-1.647-5.353a1%201%200%200%200-.042-.112l-.001-.002v-.002l-.003-.005l-.007-.014l-.007-.015l-.013-.029l-.072-.145a8.8%208.8%200%200%200-1.37-1.922C13.801%205.117%2012.218%204%2010%204m1.5%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2016a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1-10a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4.5%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-alt-24px.svg?color=%231a73e8&size=48