cough from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
cough
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

More person icons from Carbon

Use the cough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><circle cx="9" cy="23" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="6" cy="26" r="1" fill="currentColor"/><circle cx="3" cy="17" r="1" fill="currentColor"/><circle cx="3" cy="29" r="1" fill="currentColor"/><circle cx="3" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M19 12h4v2h-4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><circle cx="9" cy="23" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="6" cy="26" r="1" fill="currentColor"/><circle cx="3" cy="17" r="1" fill="currentColor"/><circle cx="3" cy="29" r="1" fill="currentColor"/><circle cx="3" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M19 12h4v2h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><circle cx="9" cy="23" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="6" cy="26" r="1" fill="currentColor"/><circle cx="3" cy="17" r="1" fill="currentColor"/><circle cx="3" cy="29" r="1" fill="currentColor"/><circle cx="3" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M19 12h4v2h-4z"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2030h-2v-3h-4a5.006%205.006%200%200%201-5-5v-1.28l-2.316-.771a1%201%200%200%201-.541-1.463L15%2013.723V11a9.01%209.01%200%200%201%209-9h5v2h-5a7.01%207.01%200%200%200-7%207v3a1%201%200%200%201-.143.514L14.5%2018.446l1.817.605A1%201%200%200%201%2017%2020v2a3.003%203.003%200%200%200%203%203h5a1%201%200%200%201%201%201Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2012h4v2h-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2030h-2v-3h-4a5.006%205.006%200%200%201-5-5v-1.28l-2.316-.771a1%201%200%200%201-.541-1.463L15%2013.723V11a9.01%209.01%200%200%201%209-9h5v2h-5a7.01%207.01%200%200%200-7%207v3a1%201%200%200%201-.143.514L14.5%2018.446l1.817.605A1%201%200%200%201%2017%2020v2a3.003%203.003%200%200%200%203%203h5a1%201%200%200%201%201%201Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2012h4v2h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cough.svg?color=%231a73e8&size=48