head side cough icon
head-side-cough from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- head-side-cough
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the head side cough icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v32l-108.8 13.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48h-80v8c0 13.3-10.7 24-24 24H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2m352-.2a32 32 0 1 0 0-64a32 32 0 1 0 0 64m112 160a24 24 0 1 1 48 0a24 24 0 1 1-48 0m152-24a24 24 0 1 1 0 48a24 24 0 1 1 0-48m-24 120a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40-168a24 24 0 1 1 0 48a24 24 0 1 1 0-48m40-24a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40 120a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHeadSideCough(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v32l-108.8 13.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48h-80v8c0 13.3-10.7 24-24 24H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2m352-.2a32 32 0 1 0 0-64a32 32 0 1 0 0 64m112 160a24 24 0 1 1 48 0a24 24 0 1 1-48 0m152-24a24 24 0 1 1 0 48a24 24 0 1 1 0-48m-24 120a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40-168a24 24 0 1 1 0 48a24 24 0 1 1 0-48m40-24a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40 120a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v32l-108.8 13.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48h-80v8c0 13.3-10.7 24-24 24H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2m352-.2a32 32 0 1 0 0-64a32 32 0 1 0 0 64m112 160a24 24 0 1 1 48 0a24 24 0 1 1-48 0m152-24a24 24 0 1 1 0 48a24 24 0 1 1 0-48m-24 120a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40-168a24 24 0 1 1 0 48a24 24 0 1 1 0-48m40-24a24 24 0 1 1 48 0a24 24 0 1 1-48 0m-40 120a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg> </template>
CSS
.icon-head-side-cough {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20224.2C0%20100.6%20100.2%200%20224%200h24c95.2%200%20181.2%2069.3%20197.3%20160.2c2.3%2013%206.8%2025.7%2015.1%2036l42%2052.6c6.2%207.8%209.6%2017.4%209.6%2027.4c0%2024.2-19.6%2043.8-43.8%2043.8H448v32l-108.8%2013.6c-11%201.4-19.2%2010.7-19.2%2021.8c0%2011.6%209%2021.2%2020.6%2021.9L448%20416v16c0%2026.5-21.5%2048-48%2048h-80v8c0%2013.3-10.7%2024-24%2024H96c-17.7%200-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6%20322.4%200%20274.1%200%20224.2m352-.2a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m112%20160a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m152-24a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m-24%20120a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m-40-168a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m40-24a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m-40%20120a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20224.2C0%20100.6%20100.2%200%20224%200h24c95.2%200%20181.2%2069.3%20197.3%20160.2c2.3%2013%206.8%2025.7%2015.1%2036l42%2052.6c6.2%207.8%209.6%2017.4%209.6%2027.4c0%2024.2-19.6%2043.8-43.8%2043.8H448v32l-108.8%2013.6c-11%201.4-19.2%2010.7-19.2%2021.8c0%2011.6%209%2021.2%2020.6%2021.9L448%20416v16c0%2026.5-21.5%2048-48%2048h-80v8c0%2013.3-10.7%2024-24%2024H96c-17.7%200-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6%20322.4%200%20274.1%200%20224.2m352-.2a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m112%20160a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m152-24a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m-24%20120a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m-40-168a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m40-24a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m-40%20120a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/head-side-cough.svg?color=%231a73e8&size=48