lungs icon
lungs-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- lungs-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Use the lungs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a.5.5 0 0 1 .5.5v5.243L9 7.1V4.72C9 3.77 9.77 3 10.72 3c.524 0 1.023.27 1.443.592c.431.332.847.773 1.216 1.229c.736.908 1.347 1.946 1.58 2.48c.176.405.393 1.16.556 2.011c.165.857.283 1.857.24 2.759c-.04.867-.232 1.79-.837 2.33c-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5 2.5 0 0 1 9 11.264V8.329l-1-.715l-1 .715V7.214c-.1 0-.202.03-.29.093l-2.5 1.786a.5.5 0 1 0 .58.814L7 8.329v2.935A2.5 2.5 0 0 1 5.618 13.5l-1.795.897c-1.12.56-2.07.603-2.741.004c-.605-.54-.798-1.463-.838-2.33c-.042-.902.076-1.902.24-2.759c.164-.852.38-1.606.558-2.012c.232-.533.843-1.571 1.579-2.479c.37-.456.785-.897 1.216-1.229C4.257 3.27 4.756 3 5.28 3C6.23 3 7 3.77 7 4.72V7.1l.5-.357V1.5A.5.5 0 0 1 8 1m3.21 8.907a.5.5 0 1 0 .58-.814l-2.5-1.786A.5.5 0 0 0 9 7.214V8.33z"/></svg>
React
import type { SVGProps } from "react";
export function BiLungsFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a.5.5 0 0 1 .5.5v5.243L9 7.1V4.72C9 3.77 9.77 3 10.72 3c.524 0 1.023.27 1.443.592c.431.332.847.773 1.216 1.229c.736.908 1.347 1.946 1.58 2.48c.176.405.393 1.16.556 2.011c.165.857.283 1.857.24 2.759c-.04.867-.232 1.79-.837 2.33c-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5 2.5 0 0 1 9 11.264V8.329l-1-.715l-1 .715V7.214c-.1 0-.202.03-.29.093l-2.5 1.786a.5.5 0 1 0 .58.814L7 8.329v2.935A2.5 2.5 0 0 1 5.618 13.5l-1.795.897c-1.12.56-2.07.603-2.741.004c-.605-.54-.798-1.463-.838-2.33c-.042-.902.076-1.902.24-2.759c.164-.852.38-1.606.558-2.012c.232-.533.843-1.571 1.579-2.479c.37-.456.785-.897 1.216-1.229C4.257 3.27 4.756 3 5.28 3C6.23 3 7 3.77 7 4.72V7.1l.5-.357V1.5A.5.5 0 0 1 8 1m3.21 8.907a.5.5 0 1 0 .58-.814l-2.5-1.786A.5.5 0 0 0 9 7.214V8.33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a.5.5 0 0 1 .5.5v5.243L9 7.1V4.72C9 3.77 9.77 3 10.72 3c.524 0 1.023.27 1.443.592c.431.332.847.773 1.216 1.229c.736.908 1.347 1.946 1.58 2.48c.176.405.393 1.16.556 2.011c.165.857.283 1.857.24 2.759c-.04.867-.232 1.79-.837 2.33c-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5 2.5 0 0 1 9 11.264V8.329l-1-.715l-1 .715V7.214c-.1 0-.202.03-.29.093l-2.5 1.786a.5.5 0 1 0 .58.814L7 8.329v2.935A2.5 2.5 0 0 1 5.618 13.5l-1.795.897c-1.12.56-2.07.603-2.741.004c-.605-.54-.798-1.463-.838-2.33c-.042-.902.076-1.902.24-2.759c.164-.852.38-1.606.558-2.012c.232-.533.843-1.571 1.579-2.479c.37-.456.785-.897 1.216-1.229C4.257 3.27 4.756 3 5.28 3C6.23 3 7 3.77 7 4.72V7.1l.5-.357V1.5A.5.5 0 0 1 8 1m3.21 8.907a.5.5 0 1 0 .58-.814l-2.5-1.786A.5.5 0 0 0 9 7.214V8.33z"/></svg> </template>
CSS
.icon-lungs-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a.5.5%200%200%201%20.5.5v5.243L9%207.1V4.72C9%203.77%209.77%203%2010.72%203c.524%200%201.023.27%201.443.592c.431.332.847.773%201.216%201.229c.736.908%201.347%201.946%201.58%202.48c.176.405.393%201.16.556%202.011c.165.857.283%201.857.24%202.759c-.04.867-.232%201.79-.837%202.33c-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5%202.5%200%200%201%209%2011.264V8.329l-1-.715l-1%20.715V7.214c-.1%200-.202.03-.29.093l-2.5%201.786a.5.5%200%201%200%20.58.814L7%208.329v2.935A2.5%202.5%200%200%201%205.618%2013.5l-1.795.897c-1.12.56-2.07.603-2.741.004c-.605-.54-.798-1.463-.838-2.33c-.042-.902.076-1.902.24-2.759c.164-.852.38-1.606.558-2.012c.232-.533.843-1.571%201.579-2.479c.37-.456.785-.897%201.216-1.229C4.257%203.27%204.756%203%205.28%203C6.23%203%207%203.77%207%204.72V7.1l.5-.357V1.5A.5.5%200%200%201%208%201m3.21%208.907a.5.5%200%201%200%20.58-.814l-2.5-1.786A.5.5%200%200%200%209%207.214V8.33z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a.5.5%200%200%201%20.5.5v5.243L9%207.1V4.72C9%203.77%209.77%203%2010.72%203c.524%200%201.023.27%201.443.592c.431.332.847.773%201.216%201.229c.736.908%201.347%201.946%201.58%202.48c.176.405.393%201.16.556%202.011c.165.857.283%201.857.24%202.759c-.04.867-.232%201.79-.837%202.33c-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5%202.5%200%200%201%209%2011.264V8.329l-1-.715l-1%20.715V7.214c-.1%200-.202.03-.29.093l-2.5%201.786a.5.5%200%201%200%20.58.814L7%208.329v2.935A2.5%202.5%200%200%201%205.618%2013.5l-1.795.897c-1.12.56-2.07.603-2.741.004c-.605-.54-.798-1.463-.838-2.33c-.042-.902.076-1.902.24-2.759c.164-.852.38-1.606.558-2.012c.232-.533.843-1.571%201.579-2.479c.37-.456.785-.897%201.216-1.229C4.257%203.27%204.756%203%205.28%203C6.23%203%207%203.77%207%204.72V7.1l.5-.357V1.5A.5.5%200%200%201%208%201m3.21%208.907a.5.5%200%201%200%20.58-.814l-2.5-1.786A.5.5%200%200%200%209%207.214V8.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/lungs-fill.svg?color=%231a73e8&size=48