coughing alt icon
coughing-alt from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- coughing-alt
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M25.963 22.02h-3.24v-.947h1.06c.714 0 1.399-.268 1.905-.746a2.5 2.5 0 0 0 .797-1.803V16.85c0 .07.438.029.647.01a.78.78 0 0 0 .58-.27c.12-.14.18-.317.17-.497a2.3 2.3 0 0 0-.276-.772l-.368-.888a67 67 0 0 1-.768-1.85s-.154-1.456-.292-1.95a6.55 6.55 0 0 0-2.47-3.333A7.15 7.15 0 0 0 19.636 6a7.1 7.1 0 0 0-3.964 1.197a6.5 6.5 0 0 0-2.493 3.16a6.15 6.15 0 0 0-.093 3.945a6.47 6.47 0 0 0 2.343 3.261v4.456h-2.826c-1.72-.004-3.375.63-4.61 1.768C6.76 24.925 6.045 26.475 6 28.107V42h26.996V29.053a6.5 6.5 0 0 0-.465-2.641a6.8 6.8 0 0 0-1.503-2.268A7.2 7.2 0 0 0 28.72 22.6a7.5 7.5 0 0 0-2.757-.58m-5.106 9.976a4.8 4.8 0 0 1-1.137-.182a3.2 3.2 0 0 1-.72-.305a3.2 3.2 0 0 1-.72.305a4.8 4.8 0 0 1-1.238.186h-.004c.066 1.87.093 4.294-.981 5.366c-1.41 1.406-4.23 2.109-5.64.937s.94-12.654 4.23-12.654c2.283 0 2.366 2.742 2.354 4.35h.043a3.2 3.2 0 0 0 .676-.105c.143-.042.233-.086.28-.117V25h2v4.777c.047.03.137.075.28.117a3 3 0 0 0 .613.101c-.011-1.61.074-4.346 2.355-4.346c3.29 0 5.64 11.483 4.23 12.654c-1.41 1.172-4.23.469-5.64-.937c-1.075-1.072-1.047-3.5-.98-5.37M17 30.241v-.075l.001.704a15 15 0 0 1 0-.629M25 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M32 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoughingAlt(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"><path fillRule="evenodd" d="M25.963 22.02h-3.24v-.947h1.06c.714 0 1.399-.268 1.905-.746a2.5 2.5 0 0 0 .797-1.803V16.85c0 .07.438.029.647.01a.78.78 0 0 0 .58-.27c.12-.14.18-.317.17-.497a2.3 2.3 0 0 0-.276-.772l-.368-.888a67 67 0 0 1-.768-1.85s-.154-1.456-.292-1.95a6.55 6.55 0 0 0-2.47-3.333A7.15 7.15 0 0 0 19.636 6a7.1 7.1 0 0 0-3.964 1.197a6.5 6.5 0 0 0-2.493 3.16a6.15 6.15 0 0 0-.093 3.945a6.47 6.47 0 0 0 2.343 3.261v4.456h-2.826c-1.72-.004-3.375.63-4.61 1.768C6.76 24.925 6.045 26.475 6 28.107V42h26.996V29.053a6.5 6.5 0 0 0-.465-2.641a6.8 6.8 0 0 0-1.503-2.268A7.2 7.2 0 0 0 28.72 22.6a7.5 7.5 0 0 0-2.757-.58m-5.106 9.976a4.8 4.8 0 0 1-1.137-.182a3.2 3.2 0 0 1-.72-.305a3.2 3.2 0 0 1-.72.305a4.8 4.8 0 0 1-1.238.186h-.004c.066 1.87.093 4.294-.981 5.366c-1.41 1.406-4.23 2.109-5.64.937s.94-12.654 4.23-12.654c2.283 0 2.366 2.742 2.354 4.35h.043a3.2 3.2 0 0 0 .676-.105c.143-.042.233-.086.28-.117V25h2v4.777c.047.03.137.075.28.117a3 3 0 0 0 .613.101c-.011-1.61.074-4.346 2.355-4.346c3.29 0 5.64 11.483 4.23 12.654c-1.41 1.172-4.23.469-5.64-.937c-1.075-1.072-1.047-3.5-.98-5.37M17 30.241v-.075l.001.704a15 15 0 0 1 0-.629M25 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/><path d="M32 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M25.963 22.02h-3.24v-.947h1.06c.714 0 1.399-.268 1.905-.746a2.5 2.5 0 0 0 .797-1.803V16.85c0 .07.438.029.647.01a.78.78 0 0 0 .58-.27c.12-.14.18-.317.17-.497a2.3 2.3 0 0 0-.276-.772l-.368-.888a67 67 0 0 1-.768-1.85s-.154-1.456-.292-1.95a6.55 6.55 0 0 0-2.47-3.333A7.15 7.15 0 0 0 19.636 6a7.1 7.1 0 0 0-3.964 1.197a6.5 6.5 0 0 0-2.493 3.16a6.15 6.15 0 0 0-.093 3.945a6.47 6.47 0 0 0 2.343 3.261v4.456h-2.826c-1.72-.004-3.375.63-4.61 1.768C6.76 24.925 6.045 26.475 6 28.107V42h26.996V29.053a6.5 6.5 0 0 0-.465-2.641a6.8 6.8 0 0 0-1.503-2.268A7.2 7.2 0 0 0 28.72 22.6a7.5 7.5 0 0 0-2.757-.58m-5.106 9.976a4.8 4.8 0 0 1-1.137-.182a3.2 3.2 0 0 1-.72-.305a3.2 3.2 0 0 1-.72.305a4.8 4.8 0 0 1-1.238.186h-.004c.066 1.87.093 4.294-.981 5.366c-1.41 1.406-4.23 2.109-5.64.937s.94-12.654 4.23-12.654c2.283 0 2.366 2.742 2.354 4.35h.043a3.2 3.2 0 0 0 .676-.105c.143-.042.233-.086.28-.117V25h2v4.777c.047.03.137.075.28.117a3 3 0 0 0 .613.101c-.011-1.61.074-4.346 2.355-4.346c3.29 0 5.64 11.483 4.23 12.654c-1.41 1.172-4.23.469-5.64-.937c-1.075-1.072-1.047-3.5-.98-5.37M17 30.241v-.075l.001.704a15 15 0 0 1 0-.629M25 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M32 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-coughing-alt {
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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.963%2022.02h-3.24v-.947h1.06c.714%200%201.399-.268%201.905-.746a2.5%202.5%200%200%200%20.797-1.803V16.85c0%20.07.438.029.647.01a.78.78%200%200%200%20.58-.27c.12-.14.18-.317.17-.497a2.3%202.3%200%200%200-.276-.772l-.368-.888a67%2067%200%200%201-.768-1.85s-.154-1.456-.292-1.95a6.55%206.55%200%200%200-2.47-3.333A7.15%207.15%200%200%200%2019.636%206a7.1%207.1%200%200%200-3.964%201.197a6.5%206.5%200%200%200-2.493%203.16a6.15%206.15%200%200%200-.093%203.945a6.47%206.47%200%200%200%202.343%203.261v4.456h-2.826c-1.72-.004-3.375.63-4.61%201.768C6.76%2024.925%206.045%2026.475%206%2028.107V42h26.996V29.053a6.5%206.5%200%200%200-.465-2.641a6.8%206.8%200%200%200-1.503-2.268A7.2%207.2%200%200%200%2028.72%2022.6a7.5%207.5%200%200%200-2.757-.58m-5.106%209.976a4.8%204.8%200%200%201-1.137-.182a3.2%203.2%200%200%201-.72-.305a3.2%203.2%200%200%201-.72.305a4.8%204.8%200%200%201-1.238.186h-.004c.066%201.87.093%204.294-.981%205.366c-1.41%201.406-4.23%202.109-5.64.937s.94-12.654%204.23-12.654c2.283%200%202.366%202.742%202.354%204.35h.043a3.2%203.2%200%200%200%20.676-.105c.143-.042.233-.086.28-.117V25h2v4.777c.047.03.137.075.28.117a3%203%200%200%200%20.613.101c-.011-1.61.074-4.346%202.355-4.346c3.29%200%205.64%2011.483%204.23%2012.654c-1.41%201.172-4.23.469-5.64-.937c-1.075-1.072-1.047-3.5-.98-5.37M17%2030.241v-.075l.001.704a15%2015%200%200%201%200-.629M25%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M32%2014a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-8%203a1%201%200%201%201-2%200a1%201%200%200%201%202%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.963%2022.02h-3.24v-.947h1.06c.714%200%201.399-.268%201.905-.746a2.5%202.5%200%200%200%20.797-1.803V16.85c0%20.07.438.029.647.01a.78.78%200%200%200%20.58-.27c.12-.14.18-.317.17-.497a2.3%202.3%200%200%200-.276-.772l-.368-.888a67%2067%200%200%201-.768-1.85s-.154-1.456-.292-1.95a6.55%206.55%200%200%200-2.47-3.333A7.15%207.15%200%200%200%2019.636%206a7.1%207.1%200%200%200-3.964%201.197a6.5%206.5%200%200%200-2.493%203.16a6.15%206.15%200%200%200-.093%203.945a6.47%206.47%200%200%200%202.343%203.261v4.456h-2.826c-1.72-.004-3.375.63-4.61%201.768C6.76%2024.925%206.045%2026.475%206%2028.107V42h26.996V29.053a6.5%206.5%200%200%200-.465-2.641a6.8%206.8%200%200%200-1.503-2.268A7.2%207.2%200%200%200%2028.72%2022.6a7.5%207.5%200%200%200-2.757-.58m-5.106%209.976a4.8%204.8%200%200%201-1.137-.182a3.2%203.2%200%200%201-.72-.305a3.2%203.2%200%200%201-.72.305a4.8%204.8%200%200%201-1.238.186h-.004c.066%201.87.093%204.294-.981%205.366c-1.41%201.406-4.23%202.109-5.64.937s.94-12.654%204.23-12.654c2.283%200%202.366%202.742%202.354%204.35h.043a3.2%203.2%200%200%200%20.676-.105c.143-.042.233-.086.28-.117V25h2v4.777c.047.03.137.075.28.117a3%203%200%200%200%20.613.101c-.011-1.61.074-4.346%202.355-4.346c3.29%200%205.64%2011.483%204.23%2012.654c-1.41%201.172-4.23.469-5.64-.937c-1.075-1.072-1.047-3.5-.98-5.37M17%2030.241v-.075l.001.704a15%2015%200%200%201%200-.629M25%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M32%2014a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-8%203a1%201%200%201%201-2%200a1%201%200%200%201%202%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-alt.svg?color=%231a73e8&size=48