coughing icon
coughing-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.
- Name
- coughing-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 coughing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 4a8 8 0 1 0 1.797 15.797l1.608 1.608A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a10 10 0 0 1-.766 3.846l-1.922-.595A8 8 0 0 0 12 4"/><path d="M7.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.486 0 3.13l-1.212.606a.75.75 0 0 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.447l-1.21-.606a.75.75 0 0 1-.336-1.006m9.341 0a.75.75 0 0 0-1.005-.336l-1.211.606c-1.29.645-1.29 2.486 0 3.13l1.21.606a.75.75 0 1 0 .671-1.342l-1.21-.605a.25.25 0 0 1 0-.447l1.21-.606a.75.75 0 0 0 .336-1.006"/><path fill-rule="evenodd" d="M12.5 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/><path d="M16.742 16.841a1 1 0 0 1 1.265-.631l1.81.605a1 1 0 0 1-.634 1.897l-1.81-.605a1 1 0 0 1-.632-1.266m4.365 1.498a1 1 0 0 1 1.248-.666l.317.097a1 1 0 1 1-.582 1.913l-.317-.096a1 1 0 0 1-.666-1.248m-5.454.495a1 1 0 0 1 1.414.022l.623.644a1 1 0 0 1-1.436 1.391l-.624-.643a1 1 0 0 1 .023-1.414m2.338 2.413a1 1 0 0 1 1.413.022l.468.483a1 1 0 1 1-1.437 1.391l-.467-.482a1 1 0 0 1 .022-1.414"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoughingOutline24px(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="M12 4a8 8 0 1 0 1.797 15.797l1.608 1.608A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a10 10 0 0 1-.766 3.846l-1.922-.595A8 8 0 0 0 12 4"/><path d="M7.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.486 0 3.13l-1.212.606a.75.75 0 0 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.447l-1.21-.606a.75.75 0 0 1-.336-1.006m9.341 0a.75.75 0 0 0-1.005-.336l-1.211.606c-1.29.645-1.29 2.486 0 3.13l1.21.606a.75.75 0 1 0 .671-1.342l-1.21-.605a.25.25 0 0 1 0-.447l1.21-.606a.75.75 0 0 0 .336-1.006"/><path fillRule="evenodd" d="M12.5 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clipRule="evenodd"/><path d="M16.742 16.841a1 1 0 0 1 1.265-.631l1.81.605a1 1 0 0 1-.634 1.897l-1.81-.605a1 1 0 0 1-.632-1.266m4.365 1.498a1 1 0 0 1 1.248-.666l.317.097a1 1 0 1 1-.582 1.913l-.317-.096a1 1 0 0 1-.666-1.248m-5.454.495a1 1 0 0 1 1.414.022l.623.644a1 1 0 0 1-1.436 1.391l-.624-.643a1 1 0 0 1 .023-1.414m2.338 2.413a1 1 0 0 1 1.413.022l.468.483a1 1 0 1 1-1.437 1.391l-.467-.482a1 1 0 0 1 .022-1.414"/></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="M12 4a8 8 0 1 0 1.797 15.797l1.608 1.608A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a10 10 0 0 1-.766 3.846l-1.922-.595A8 8 0 0 0 12 4"/><path d="M7.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.486 0 3.13l-1.212.606a.75.75 0 0 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.447l-1.21-.606a.75.75 0 0 1-.336-1.006m9.341 0a.75.75 0 0 0-1.005-.336l-1.211.606c-1.29.645-1.29 2.486 0 3.13l1.21.606a.75.75 0 1 0 .671-1.342l-1.21-.605a.25.25 0 0 1 0-.447l1.21-.606a.75.75 0 0 0 .336-1.006"/><path fill-rule="evenodd" d="M12.5 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/><path d="M16.742 16.841a1 1 0 0 1 1.265-.631l1.81.605a1 1 0 0 1-.634 1.897l-1.81-.605a1 1 0 0 1-.632-1.266m4.365 1.498a1 1 0 0 1 1.248-.666l.317.097a1 1 0 1 1-.582 1.913l-.317-.096a1 1 0 0 1-.666-1.248m-5.454.495a1 1 0 0 1 1.414.022l.623.644a1 1 0 0 1-1.436 1.391l-.624-.643a1 1 0 0 1 .023-1.414m2.338 2.413a1 1 0 0 1 1.413.022l.468.483a1 1 0 1 1-1.437 1.391l-.467-.482a1 1 0 0 1 .022-1.414"/></g></svg> </template>
CSS
.icon-coughing-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%22M12%204a8%208%200%201%200%201.797%2015.797l1.608%201.608A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010a10%2010%200%200%201-.766%203.846l-1.922-.595A8%208%200%200%200%2012%204%22%2F%3E%3Cpath%20d%3D%22M7.83%208.165a.75.75%200%200%201%201.005-.336l1.212.606c1.29.645%201.29%202.486%200%203.13l-1.212.606a.75.75%200%200%201-.67-1.342l1.21-.605a.25.25%200%200%200%200-.447l-1.21-.606a.75.75%200%200%201-.336-1.006m9.341%200a.75.75%200%200%200-1.005-.336l-1.211.606c-1.29.645-1.29%202.486%200%203.13l1.21.606a.75.75%200%201%200%20.671-1.342l-1.21-.605a.25.25%200%200%201%200-.447l1.21-.606a.75.75%200%200%200%20.336-1.006%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%2012.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m-1.25%202.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.742%2016.841a1%201%200%200%201%201.265-.631l1.81.605a1%201%200%200%201-.634%201.897l-1.81-.605a1%201%200%200%201-.632-1.266m4.365%201.498a1%201%200%200%201%201.248-.666l.317.097a1%201%200%201%201-.582%201.913l-.317-.096a1%201%200%200%201-.666-1.248m-5.454.495a1%201%200%200%201%201.414.022l.623.644a1%201%200%200%201-1.436%201.391l-.624-.643a1%201%200%200%201%20.023-1.414m2.338%202.413a1%201%200%200%201%201.413.022l.468.483a1%201%200%201%201-1.437%201.391l-.467-.482a1%201%200%200%201%20.022-1.414%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%22M12%204a8%208%200%201%200%201.797%2015.797l1.608%201.608A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010a10%2010%200%200%201-.766%203.846l-1.922-.595A8%208%200%200%200%2012%204%22%2F%3E%3Cpath%20d%3D%22M7.83%208.165a.75.75%200%200%201%201.005-.336l1.212.606c1.29.645%201.29%202.486%200%203.13l-1.212.606a.75.75%200%200%201-.67-1.342l1.21-.605a.25.25%200%200%200%200-.447l-1.21-.606a.75.75%200%200%201-.336-1.006m9.341%200a.75.75%200%200%200-1.005-.336l-1.211.606c-1.29.645-1.29%202.486%200%203.13l1.21.606a.75.75%200%201%200%20.671-1.342l-1.21-.605a.25.25%200%200%201%200-.447l1.21-.606a.75.75%200%200%200%20.336-1.006%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%2012.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m-1.25%202.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.742%2016.841a1%201%200%200%201%201.265-.631l1.81.605a1%201%200%200%201-.634%201.897l-1.81-.605a1%201%200%200%201-.632-1.266m4.365%201.498a1%201%200%200%201%201.248-.666l.317.097a1%201%200%201%201-.582%201.913l-.317-.096a1%201%200%200%201-.666-1.248m-5.454.495a1%201%200%200%201%201.414.022l.623.644a1%201%200%200%201-1.436%201.391l-.624-.643a1%201%200%200%201%20.023-1.414m2.338%202.413a1%201%200%200%201%201.413.022l.468.483a1%201%200%201%201-1.437%201.391l-.467-.482a1%201%200%200%201%20.022-1.414%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-24px.svg?color=%231a73e8&size=48