head side cough icon
head-side-cough from Unicons Solid by Iconscout · Solid · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- head-side-cough
- Set
- Unicons Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Solid
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="M6 16c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-4 1c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m3 3c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1M16.2 2c-4-.1-7.2 2.9-7.3 6.9v.2l-1.8 3.8c-.2.5 0 1.1.5 1.3c.1.1.3.1.4.1h.9v1.8c0 1.1.9 1.9 1.9 1.9h.9v1.8c0 .6.4 1 1 1h8.7c.5-.2.8-.7.7-1.2l-.9-3L23 9.8v-.5c0-3.9-3-7.1-6.8-7.3"/></svg>
React
import type { SVGProps } from "react";
export function UisHeadSideCough(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="M6 16c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-4 1c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m3 3c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1M16.2 2c-4-.1-7.2 2.9-7.3 6.9v.2l-1.8 3.8c-.2.5 0 1.1.5 1.3c.1.1.3.1.4.1h.9v1.8c0 1.1.9 1.9 1.9 1.9h.9v1.8c0 .6.4 1 1 1h8.7c.5-.2.8-.7.7-1.2l-.9-3L23 9.8v-.5c0-3.9-3-7.1-6.8-7.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-4 1c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m3 3c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1M16.2 2c-4-.1-7.2 2.9-7.3 6.9v.2l-1.8 3.8c-.2.5 0 1.1.5 1.3c.1.1.3.1.4.1h.9v1.8c0 1.1.9 1.9 1.9 1.9h.9v1.8c0 .6.4 1 1 1h8.7c.5-.2.8-.7.7-1.2l-.9-3L23 9.8v-.5c0-3.9-3-7.1-6.8-7.3"/></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%22M6%2016c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m-4%201c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m3%203c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1M16.2%202c-4-.1-7.2%202.9-7.3%206.9v.2l-1.8%203.8c-.2.5%200%201.1.5%201.3c.1.1.3.1.4.1h.9v1.8c0%201.1.9%201.9%201.9%201.9h.9v1.8c0%20.6.4%201%201%201h8.7c.5-.2.8-.7.7-1.2l-.9-3L23%209.8v-.5c0-3.9-3-7.1-6.8-7.3%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%22M6%2016c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m-4%201c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m3%203c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1M16.2%202c-4-.1-7.2%202.9-7.3%206.9v.2l-1.8%203.8c-.2.5%200%201.1.5%201.3c.1.1.3.1.4.1h.9v1.8c0%201.1.9%201.9%201.9%201.9h.9v1.8c0%20.6.4%201%201%201h8.7c.5-.2.8-.7.7-1.2l-.9-3L23%209.8v-.5c0-3.9-3-7.1-6.8-7.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/head-side-cough.svg?color=%231a73e8&size=48