lungs virus icon
lungs-virus from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- lungs-virus
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the lungs virus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32m124.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3.2 2.6.2 4v7c0 49.1-39.8 89-89 89q-10.95 0-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6l22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8.4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zm-22.7 226.3c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6m-238.5 69.4l-72.7 18.2q-10.65 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3.1-2.7.2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1.8.1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5.3-1.3.8-2.9.8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4.4 2.9.8c.6.4 1.3 1.2 1.8 2.3s.5 2.2.4 2.9c-.1.6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidLungsVirus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32m124.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3.2 2.6.2 4v7c0 49.1-39.8 89-89 89q-10.95 0-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6l22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8.4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zm-22.7 226.3c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6m-238.5 69.4l-72.7 18.2q-10.65 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3.1-2.7.2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1.8.1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5.3-1.3.8-2.9.8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4.4 2.9.8c.6.4 1.3 1.2 1.8 2.3s.5 2.2.4 2.9c-.1.6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32m124.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3.2 2.6.2 4v7c0 49.1-39.8 89-89 89q-10.95 0-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6l22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8.4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zm-22.7 226.3c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6m-238.5 69.4l-72.7 18.2q-10.65 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3.1-2.7.2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1.8.1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5.3-1.3.8-2.9.8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4.4 2.9.8c.6.4 1.3 1.2 1.8 2.3s.5 2.2.4 2.9c-.1.6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%200c17.7%200%2032%2014.3%2032%2032v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5%204.6-32%2012.2V32c0-17.7%2014.3-32%2032-32m124.5%20195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384%20127%20415%2096%20453.3%2096c21.7%200%2042.8%2010.2%2055.8%2028.8c15.4%2022.1%2044.3%2065.4%2071%20116.9c26.5%2050.9%2052.4%20112.5%2059.6%20170.3c.2%201.3.2%202.6.2%204v7c0%2049.1-39.8%2089-89%2089q-10.95%200-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14%201.5%2028.5-3%2039.2-13.8l-22.6-22.6l22.6%2022.6c18.7-18.7%2018.7-49.1%200-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8.4-2.9s1.2-1.9%201.8-2.3c.5-.3%201.3-.8%202.9-.8c26.5%200%2048-21.5%2048-48s-21.5-48-48-48c-1.6%200-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4%201.5-2.5c18.7-18.7%2018.7-49.1%200-67.9zm-22.7%20226.3c-6.2%206.2-16.4%206.2-22.6%200C375.9%20398.5%20336%20415%20336%20448c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C241.5%20375.9%20225%20336%20192%20336c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C264.1%20241.5%20304%20225%20304%20192c0-8.8%207.2-16%2016-16s16%207.2%2016%2016c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C398.5%20264.1%20415%20304%20448%20304c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6m-238.5%2069.4l-72.7%2018.2q-10.65%202.7-21.6%202.7c-49.1%200-89-39.8-89-89v-7c0-1.3.1-2.7.2-4c7.2-57.9%2033.1-119.4%2059.6-170.3c26.8-51.5%2055.6-94.8%2071-116.9c13-18.6%2034-28.8%2055.8-28.8C225%2096%20256%20127%20256%20165.3v24.1c-18.6-12.4-44-10.3-60.5%206.1c-18.7%2018.7-18.7%2049.1%200%2067.9c1.1%201.1%201.4%202%201.5%202.5c.1.8.1%201.8-.4%202.9s-1.2%201.9-1.8%202.3c-.5.3-1.3.8-2.9.8c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048c1.6%200%202.4.4%202.9.8c.6.4%201.3%201.2%201.8%202.3s.5%202.2.4%202.9c-.1.6-.4%201.4-1.5%202.5c-18.7%2018.7-18.7%2049.1%200%2067.9c10.7%2010.7%2025.3%2015.3%2039.2%2013.8c-12.8%2015.9-30.6%2027.7-51.5%2032.9zM296%20320a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m72%2032a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%200c17.7%200%2032%2014.3%2032%2032v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5%204.6-32%2012.2V32c0-17.7%2014.3-32%2032-32m124.5%20195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384%20127%20415%2096%20453.3%2096c21.7%200%2042.8%2010.2%2055.8%2028.8c15.4%2022.1%2044.3%2065.4%2071%20116.9c26.5%2050.9%2052.4%20112.5%2059.6%20170.3c.2%201.3.2%202.6.2%204v7c0%2049.1-39.8%2089-89%2089q-10.95%200-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14%201.5%2028.5-3%2039.2-13.8l-22.6-22.6l22.6%2022.6c18.7-18.7%2018.7-49.1%200-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8.4-2.9s1.2-1.9%201.8-2.3c.5-.3%201.3-.8%202.9-.8c26.5%200%2048-21.5%2048-48s-21.5-48-48-48c-1.6%200-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4%201.5-2.5c18.7-18.7%2018.7-49.1%200-67.9zm-22.7%20226.3c-6.2%206.2-16.4%206.2-22.6%200C375.9%20398.5%20336%20415%20336%20448c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C241.5%20375.9%20225%20336%20192%20336c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C264.1%20241.5%20304%20225%20304%20192c0-8.8%207.2-16%2016-16s16%207.2%2016%2016c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C398.5%20264.1%20415%20304%20448%20304c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6m-238.5%2069.4l-72.7%2018.2q-10.65%202.7-21.6%202.7c-49.1%200-89-39.8-89-89v-7c0-1.3.1-2.7.2-4c7.2-57.9%2033.1-119.4%2059.6-170.3c26.8-51.5%2055.6-94.8%2071-116.9c13-18.6%2034-28.8%2055.8-28.8C225%2096%20256%20127%20256%20165.3v24.1c-18.6-12.4-44-10.3-60.5%206.1c-18.7%2018.7-18.7%2049.1%200%2067.9c1.1%201.1%201.4%202%201.5%202.5c.1.8.1%201.8-.4%202.9s-1.2%201.9-1.8%202.3c-.5.3-1.3.8-2.9.8c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048c1.6%200%202.4.4%202.9.8c.6.4%201.3%201.2%201.8%202.3s.5%202.2.4%202.9c-.1.6-.4%201.4-1.5%202.5c-18.7%2018.7-18.7%2049.1%200%2067.9c10.7%2010.7%2025.3%2015.3%2039.2%2013.8c-12.8%2015.9-30.6%2027.7-51.5%2032.9zM296%20320a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m72%2032a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/lungs-virus.svg?color=%231a73e8&size=48