pulmonology-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
pulmonology-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the pulmonology icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-1.275 0-2.137-.862T2 18v-3.825q0-.2.038-.363t.087-.337l2.5-6.675q.3-.825 1.05-1.312T7.3 5q.65 0 1.225.325t.95.875V9L7.45 11.025q-.225.225-.213.525t.238.525T8 12.3t.525-.225L11 9.6V3q0-.425.288-.712T12 2t.713.288T13 3v6.6l2.475 2.475q.225.225.525.225t.525-.225t.225-.525t-.225-.525L14.5 9V6.2q.375-.55.95-.875T16.675 5q.875 0 1.613.488T19.35 6.8l2.5 6.675q.05.175.088.338t.037.362V18q0 1.275-.875 2.138T18.975 21h-3q-1.25 0-2.112-.862T13 18v-1.875q0-.05.013-.125t.012-.125l.35-3.05l-1.375-1.4l-1.4 1.4l.375 3.05q0 .05.012.125t.013.125V18q0 1.275-.875 2.138T8 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPulmonologyRounded(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="M5 21q-1.275 0-2.137-.862T2 18v-3.825q0-.2.038-.363t.087-.337l2.5-6.675q.3-.825 1.05-1.312T7.3 5q.65 0 1.225.325t.95.875V9L7.45 11.025q-.225.225-.213.525t.238.525T8 12.3t.525-.225L11 9.6V3q0-.425.288-.712T12 2t.713.288T13 3v6.6l2.475 2.475q.225.225.525.225t.525-.225t.225-.525t-.225-.525L14.5 9V6.2q.375-.55.95-.875T16.675 5q.875 0 1.613.488T19.35 6.8l2.5 6.675q.05.175.088.338t.037.362V18q0 1.275-.875 2.138T18.975 21h-3q-1.25 0-2.112-.862T13 18v-1.875q0-.05.013-.125t.012-.125l.35-3.05l-1.375-1.4l-1.4 1.4l.375 3.05q0 .05.012.125t.013.125V18q0 1.275-.875 2.138T8 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-1.275 0-2.137-.862T2 18v-3.825q0-.2.038-.363t.087-.337l2.5-6.675q.3-.825 1.05-1.312T7.3 5q.65 0 1.225.325t.95.875V9L7.45 11.025q-.225.225-.213.525t.238.525T8 12.3t.525-.225L11 9.6V3q0-.425.288-.712T12 2t.713.288T13 3v6.6l2.475 2.475q.225.225.525.225t.525-.225t.225-.525t-.225-.525L14.5 9V6.2q.375-.55.95-.875T16.675 5q.875 0 1.613.488T19.35 6.8l2.5 6.675q.05.175.088.338t.037.362V18q0 1.275-.875 2.138T18.975 21h-3q-1.25 0-2.112-.862T13 18v-1.875q0-.05.013-.125t.012-.125l.35-3.05l-1.375-1.4l-1.4 1.4l.375 3.05q0 .05.012.125t.013.125V18q0 1.275-.875 2.138T8 21z"/></svg>
</template>

CSS

.icon-pulmonology-rounded {
  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%22M5%2021q-1.275%200-2.137-.862T2%2018v-3.825q0-.2.038-.363t.087-.337l2.5-6.675q.3-.825%201.05-1.312T7.3%205q.65%200%201.225.325t.95.875V9L7.45%2011.025q-.225.225-.213.525t.238.525T8%2012.3t.525-.225L11%209.6V3q0-.425.288-.712T12%202t.713.288T13%203v6.6l2.475%202.475q.225.225.525.225t.525-.225t.225-.525t-.225-.525L14.5%209V6.2q.375-.55.95-.875T16.675%205q.875%200%201.613.488T19.35%206.8l2.5%206.675q.05.175.088.338t.037.362V18q0%201.275-.875%202.138T18.975%2021h-3q-1.25%200-2.112-.862T13%2018v-1.875q0-.05.013-.125t.012-.125l.35-3.05l-1.375-1.4l-1.4%201.4l.375%203.05q0%20.05.012.125t.013.125V18q0%201.275-.875%202.138T8%2021z%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%22M5%2021q-1.275%200-2.137-.862T2%2018v-3.825q0-.2.038-.363t.087-.337l2.5-6.675q.3-.825%201.05-1.312T7.3%205q.65%200%201.225.325t.95.875V9L7.45%2011.025q-.225.225-.213.525t.238.525T8%2012.3t.525-.225L11%209.6V3q0-.425.288-.712T12%202t.713.288T13%203v6.6l2.475%202.475q.225.225.525.225t.525-.225t.225-.525t-.225-.525L14.5%209V6.2q.375-.55.95-.875T16.675%205q.875%200%201.613.488T19.35%206.8l2.5%206.675q.05.175.088.338t.037.362V18q0%201.275-.875%202.138T18.975%2021h-3q-1.25%200-2.112-.862T13%2018v-1.875q0-.05.013-.125t.012-.125l.35-3.05l-1.375-1.4l-1.4%201.4l.375%203.05q0%20.05.012.125t.013.125V18q0%201.275-.875%202.138T8%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pulmonology-rounded.svg?color=%231a73e8&size=48