coughing icon
coughing-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- coughing-24px
- Set
- Health Icons
- Style
- Filled 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="M4 12a8 8 0 1 1 15.312 3.251l1.922.595A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c1.196 0 2.342-.21 3.405-.595l-1.608-1.608A8 8 0 0 1 4 12"/><path d="M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zm1.842 8.38a1 1 0 0 0-.634 1.897l1.81.605a1 1 0 0 0 .634-1.897zm4.347 1.463a1 1 0 1 0-.582 1.914l.317.096a1 1 0 0 0 .582-1.913zm-5.288 1.183a1 1 0 0 0-1.437 1.392l.624.643a1 1 0 0 0 1.436-1.391zm2.337 2.414a1 1 0 0 0-1.436 1.39l.467.483a1 1 0 0 0 1.437-1.391zM15.25 15.5a2.75 2.75 0 1 1-5.5 0a2.75 2.75 0 0 1 5.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoughing24px(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="M4 12a8 8 0 1 1 15.312 3.251l1.922.595A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c1.196 0 2.342-.21 3.405-.595l-1.608-1.608A8 8 0 0 1 4 12"/><path d="M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zm1.842 8.38a1 1 0 0 0-.634 1.897l1.81.605a1 1 0 0 0 .634-1.897zm4.347 1.463a1 1 0 1 0-.582 1.914l.317.096a1 1 0 0 0 .582-1.913zm-5.288 1.183a1 1 0 0 0-1.437 1.392l.624.643a1 1 0 0 0 1.436-1.391zm2.337 2.414a1 1 0 0 0-1.436 1.39l.467.483a1 1 0 0 0 1.437-1.391zM15.25 15.5a2.75 2.75 0 1 1-5.5 0a2.75 2.75 0 0 1 5.5 0"/></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="M4 12a8 8 0 1 1 15.312 3.251l1.922.595A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c1.196 0 2.342-.21 3.405-.595l-1.608-1.608A8 8 0 0 1 4 12"/><path d="M8.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm7.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zm1.842 8.38a1 1 0 0 0-.634 1.897l1.81.605a1 1 0 0 0 .634-1.897zm4.347 1.463a1 1 0 1 0-.582 1.914l.317.096a1 1 0 0 0 .582-1.913zm-5.288 1.183a1 1 0 0 0-1.437 1.392l.624.643a1 1 0 0 0 1.436-1.391zm2.337 2.414a1 1 0 0 0-1.436 1.39l.467.483a1 1 0 0 0 1.437-1.391zM15.25 15.5a2.75 2.75 0 1 1-5.5 0a2.75 2.75 0 0 1 5.5 0"/></g></svg> </template>
CSS
.icon-coughing-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%22M4%2012a8%208%200%201%201%2015.312%203.251l1.922.595A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010c1.196%200%202.342-.21%203.405-.595l-1.608-1.608A8%208%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M8.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm7.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13zm1.842%208.38a1%201%200%200%200-.634%201.897l1.81.605a1%201%200%200%200%20.634-1.897zm4.347%201.463a1%201%200%201%200-.582%201.914l.317.096a1%201%200%200%200%20.582-1.913zm-5.288%201.183a1%201%200%200%200-1.437%201.392l.624.643a1%201%200%200%200%201.436-1.391zm2.337%202.414a1%201%200%200%200-1.436%201.39l.467.483a1%201%200%200%200%201.437-1.391zM15.25%2015.5a2.75%202.75%200%201%201-5.5%200a2.75%202.75%200%200%201%205.5%200%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%22M4%2012a8%208%200%201%201%2015.312%203.251l1.922.595A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010c1.196%200%202.342-.21%203.405-.595l-1.608-1.608A8%208%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M8.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm7.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13zm1.842%208.38a1%201%200%200%200-.634%201.897l1.81.605a1%201%200%200%200%20.634-1.897zm4.347%201.463a1%201%200%201%200-.582%201.914l.317.096a1%201%200%200%200%20.582-1.913zm-5.288%201.183a1%201%200%200%200-1.437%201.392l.624.643a1%201%200%200%200%201.436-1.391zm2.337%202.414a1%201%200%200%200-1.436%201.39l.467.483a1%201%200%200%200%201.437-1.391zM15.25%2015.5a2.75%202.75%200%201%201-5.5%200a2.75%202.75%200%200%201%205.5%200%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-24px.svg?color=%231a73e8&size=48