head side cough icon
head-side-cough from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- head-side-cough
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
Use the head side cough icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.293 20.293a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m-3-3a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m4-1a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0M16.15 2.002a7.067 7.067 0 0 0-7.284 7.063v.016l-1.77 3.758A1 1 0 0 0 8 14.267h.866v1.8A1.935 1.935 0 0 0 10.8 18h.867v1.8a1 1 0 0 0 2 0v-1.814A.994.994 0 0 0 13.6 16l-.833.02a1 1 0 0 0-.1-.02a1 1 0 0 0-.128.026l-1.673.04v-2.8a1 1 0 0 0-1-1h-.289l1.205-2.558a1 1 0 0 0 .095-.468l-.01-.174a5.03 5.03 0 0 1 1.537-3.635a5.1 5.1 0 0 1 3.686-1.429A5.24 5.24 0 0 1 21 9.322l-1.833 6.987a1 1 0 0 0 .006.533l.932 3.235a1 1 0 0 0 .961.723a1 1 0 0 0 .278-.04a1 1 0 0 0 .683-1.237l-.856-2.97l1.796-6.763A1 1 0 0 0 23 9.533v-.212a7.25 7.25 0 0 0-6.85-7.318Z"/></svg>
React
import type { SVGProps } from "react";
export function UilHeadSideCough(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.293 20.293a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m-3-3a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m4-1a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0M16.15 2.002a7.067 7.067 0 0 0-7.284 7.063v.016l-1.77 3.758A1 1 0 0 0 8 14.267h.866v1.8A1.935 1.935 0 0 0 10.8 18h.867v1.8a1 1 0 0 0 2 0v-1.814A.994.994 0 0 0 13.6 16l-.833.02a1 1 0 0 0-.1-.02a1 1 0 0 0-.128.026l-1.673.04v-2.8a1 1 0 0 0-1-1h-.289l1.205-2.558a1 1 0 0 0 .095-.468l-.01-.174a5.03 5.03 0 0 1 1.537-3.635a5.1 5.1 0 0 1 3.686-1.429A5.24 5.24 0 0 1 21 9.322l-1.833 6.987a1 1 0 0 0 .006.533l.932 3.235a1 1 0 0 0 .961.723a1 1 0 0 0 .278-.04a1 1 0 0 0 .683-1.237l-.856-2.97l1.796-6.763A1 1 0 0 0 23 9.533v-.212a7.25 7.25 0 0 0-6.85-7.318Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.293 20.293a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m-3-3a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0m4-1a1 1 0 1 0 1.414 0a1 1 0 0 0-1.414 0M16.15 2.002a7.067 7.067 0 0 0-7.284 7.063v.016l-1.77 3.758A1 1 0 0 0 8 14.267h.866v1.8A1.935 1.935 0 0 0 10.8 18h.867v1.8a1 1 0 0 0 2 0v-1.814A.994.994 0 0 0 13.6 16l-.833.02a1 1 0 0 0-.1-.02a1 1 0 0 0-.128.026l-1.673.04v-2.8a1 1 0 0 0-1-1h-.289l1.205-2.558a1 1 0 0 0 .095-.468l-.01-.174a5.03 5.03 0 0 1 1.537-3.635a5.1 5.1 0 0 1 3.686-1.429A5.24 5.24 0 0 1 21 9.322l-1.833 6.987a1 1 0 0 0 .006.533l.932 3.235a1 1 0 0 0 .961.723a1 1 0 0 0 .278-.04a1 1 0 0 0 .683-1.237l-.856-2.97l1.796-6.763A1 1 0 0 0 23 9.533v-.212a7.25 7.25 0 0 0-6.85-7.318Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.293%2020.293a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200m-3-3a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200m4-1a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200M16.15%202.002a7.067%207.067%200%200%200-7.284%207.063v.016l-1.77%203.758A1%201%200%200%200%208%2014.267h.866v1.8A1.935%201.935%200%200%200%2010.8%2018h.867v1.8a1%201%200%200%200%202%200v-1.814A.994.994%200%200%200%2013.6%2016l-.833.02a1%201%200%200%200-.1-.02a1%201%200%200%200-.128.026l-1.673.04v-2.8a1%201%200%200%200-1-1h-.289l1.205-2.558a1%201%200%200%200%20.095-.468l-.01-.174a5.03%205.03%200%200%201%201.537-3.635a5.1%205.1%200%200%201%203.686-1.429A5.24%205.24%200%200%201%2021%209.322l-1.833%206.987a1%201%200%200%200%20.006.533l.932%203.235a1%201%200%200%200%20.961.723a1%201%200%200%200%20.278-.04a1%201%200%200%200%20.683-1.237l-.856-2.97l1.796-6.763A1%201%200%200%200%2023%209.533v-.212a7.25%207.25%200%200%200-6.85-7.318Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.293%2020.293a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200m-3-3a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200m4-1a1%201%200%201%200%201.414%200a1%201%200%200%200-1.414%200M16.15%202.002a7.067%207.067%200%200%200-7.284%207.063v.016l-1.77%203.758A1%201%200%200%200%208%2014.267h.866v1.8A1.935%201.935%200%200%200%2010.8%2018h.867v1.8a1%201%200%200%200%202%200v-1.814A.994.994%200%200%200%2013.6%2016l-.833.02a1%201%200%200%200-.1-.02a1%201%200%200%200-.128.026l-1.673.04v-2.8a1%201%200%200%200-1-1h-.289l1.205-2.558a1%201%200%200%200%20.095-.468l-.01-.174a5.03%205.03%200%200%201%201.537-3.635a5.1%205.1%200%200%201%203.686-1.429A5.24%205.24%200%200%201%2021%209.322l-1.833%206.987a1%201%200%200%200%20.006.533l.932%203.235a1%201%200%200%200%20.961.723a1%201%200%200%200%20.278-.04a1%201%200%200%200%20.683-1.237l-.856-2.97l1.796-6.763A1%201%200%200%200%2023%209.533v-.212a7.25%207.25%200%200%200-6.85-7.318Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/head-side-cough.svg?color=%231a73e8&size=48