lungs-virus from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.

Name
lungs-virus
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the lungs virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v151.3c9.6-4.8 20.5-7.5 32-7.5s22.4 2.7 32 7.5V96c0-17.7-14.3-32-32-32m162.1 451c8 18.3 8.1 39.2.2 57.5c10.2 2.3 20.6 3.5 31.2 3.5c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.7-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v139.9c1.2 2.2 2.2 4.6 3.1 6.9c26.4-11.6 58.3-6.6 79.9 15s26.6 53.6 15 79.9c27 10.6 46 36.7 46 67.2s-19 56.7-45.9 67.1zM252.9 285.8c.9-2.4 2-4.7 3.1-6.9V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c10.5 0 21-1.2 31.2-3.5c-7.9-18.3-7.8-39.3.2-57.5c-26.9-10.4-45.9-36.6-45.9-67.1s19-56.7 45.9-67.1c-11.6-26.4-6.6-58.3 15-79.9s53.6-26.6 79.9-15zM184 472c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.4-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.4-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-80c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m40 88c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLungsVirus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v151.3c9.6-4.8 20.5-7.5 32-7.5s22.4 2.7 32 7.5V96c0-17.7-14.3-32-32-32m162.1 451c8 18.3 8.1 39.2.2 57.5c10.2 2.3 20.6 3.5 31.2 3.5c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.7-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v139.9c1.2 2.2 2.2 4.6 3.1 6.9c26.4-11.6 58.3-6.6 79.9 15s26.6 53.6 15 79.9c27 10.6 46 36.7 46 67.2s-19 56.7-45.9 67.1zM252.9 285.8c.9-2.4 2-4.7 3.1-6.9V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c10.5 0 21-1.2 31.2-3.5c-7.9-18.3-7.8-39.3.2-57.5c-26.9-10.4-45.9-36.6-45.9-67.1s19-56.7 45.9-67.1c-11.6-26.4-6.6-58.3 15-79.9s53.6-26.6 79.9-15zM184 472c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.4-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.4-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-80c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m40 88c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v151.3c9.6-4.8 20.5-7.5 32-7.5s22.4 2.7 32 7.5V96c0-17.7-14.3-32-32-32m162.1 451c8 18.3 8.1 39.2.2 57.5c10.2 2.3 20.6 3.5 31.2 3.5c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.7-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v139.9c1.2 2.2 2.2 4.6 3.1 6.9c26.4-11.6 58.3-6.6 79.9 15s26.6 53.6 15 79.9c27 10.6 46 36.7 46 67.2s-19 56.7-45.9 67.1zM252.9 285.8c.9-2.4 2-4.7 3.1-6.9V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c10.5 0 21-1.2 31.2-3.5c-7.9-18.3-7.8-39.3.2-57.5c-26.9-10.4-45.9-36.6-45.9-67.1s19-56.7 45.9-67.1c-11.6-26.4-6.6-58.3 15-79.9s53.6-26.6 79.9-15zM184 472c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.4-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.4-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-80c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m40 88c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>
</template>

CSS

.icon-lungs-virus {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-17.7%200-32%2014.3-32%2032v151.3c9.6-4.8%2020.5-7.5%2032-7.5s22.4%202.7%2032%207.5V96c0-17.7-14.3-32-32-32m162.1%20451c8%2018.3%208.1%2039.2.2%2057.5c10.2%202.3%2020.6%203.5%2031.2%203.5c52.2%200%2094.5-42.3%2094.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.7-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7%200-42.9%2019.2-42.9%2042.9v139.9c1.2%202.2%202.2%204.6%203.1%206.9c26.4-11.6%2058.3-6.6%2079.9%2015s26.6%2053.6%2015%2079.9c27%2010.6%2046%2036.7%2046%2067.2s-19%2056.7-45.9%2067.1zM252.9%20285.8c.9-2.4%202-4.7%203.1-6.9V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5%200-24.4%205.3-32.8%2014.5l-26.4%2029C74.9%20224.8%2032%20335.8%2032%20451v30.5c0%2052.2%2042.3%2094.5%2094.5%2094.5c10.5%200%2021-1.2%2031.2-3.5c-7.9-18.3-7.8-39.3.2-57.5c-26.9-10.4-45.9-36.6-45.9-67.1s19-56.7%2045.9-67.1c-11.6-26.4-6.6-58.3%2015-79.9s53.6-26.6%2079.9-15zM184%20472c28.8%200%2043.2%2034.8%2022.9%2055.2c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200c20.4-20.4%2055.2-5.9%2055.2%2022.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-28.8%2034.8-43.2%2055.2-22.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9c-20.4-20.4-5.9-55.2%2022.9-55.2c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-28.8%200-43.2-34.8-22.9-55.2c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200c-20.4%2020.4-55.2%205.9-55.2-22.9c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2028.8-34.8%2043.2-55.2%2022.9c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9c20.4%2020.4%205.9%2055.2-22.9%2055.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m104-80c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m40%2088c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-17.7%200-32%2014.3-32%2032v151.3c9.6-4.8%2020.5-7.5%2032-7.5s22.4%202.7%2032%207.5V96c0-17.7-14.3-32-32-32m162.1%20451c8%2018.3%208.1%2039.2.2%2057.5c10.2%202.3%2020.6%203.5%2031.2%203.5c52.2%200%2094.5-42.3%2094.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.7-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7%200-42.9%2019.2-42.9%2042.9v139.9c1.2%202.2%202.2%204.6%203.1%206.9c26.4-11.6%2058.3-6.6%2079.9%2015s26.6%2053.6%2015%2079.9c27%2010.6%2046%2036.7%2046%2067.2s-19%2056.7-45.9%2067.1zM252.9%20285.8c.9-2.4%202-4.7%203.1-6.9V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5%200-24.4%205.3-32.8%2014.5l-26.4%2029C74.9%20224.8%2032%20335.8%2032%20451v30.5c0%2052.2%2042.3%2094.5%2094.5%2094.5c10.5%200%2021-1.2%2031.2-3.5c-7.9-18.3-7.8-39.3.2-57.5c-26.9-10.4-45.9-36.6-45.9-67.1s19-56.7%2045.9-67.1c-11.6-26.4-6.6-58.3%2015-79.9s53.6-26.6%2079.9-15zM184%20472c28.8%200%2043.2%2034.8%2022.9%2055.2c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200c20.4-20.4%2055.2-5.9%2055.2%2022.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-28.8%2034.8-43.2%2055.2-22.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9c-20.4-20.4-5.9-55.2%2022.9-55.2c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-28.8%200-43.2-34.8-22.9-55.2c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200c-20.4%2020.4-55.2%205.9-55.2-22.9c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2028.8-34.8%2043.2-55.2%2022.9c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9c20.4%2020.4%205.9%2055.2-22.9%2055.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m104-80c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m40%2088c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/lungs-virus.svg?color=%231a73e8&size=48