Lungs Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Lungs icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306042.svg" alt="Lungs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306042.svg" alt="Lungs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306042.svg" alt="Lungs icon" :width="24" :height="24" />
CSS background
.icon-lungs {
background-image: url('https://proicons.com/icon/306042.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M504 523c-21 19-42 38-62 57-6 5-11 12-17 16-10 8-11 18-11 29 0 59-2 118-11 176 0 2-1 3-1 4-2 31-23 43-50 49-44 10-88 10-133 7-32-3-63-9-94-19-35-11-52-36-59-71-6-38-3-76-1-113 3-42 6-84 7-126 1-40 11-76 27-112 42-93 99-175 172-247 7-7 16-14 25-20 13-9 24-10 36 2 11 11 21 24 27 38 19 38 28 80 33 122 8 56 13 112 18 169 0 1 1 2 1 5 11-11 19-22 30-31 15-13 19-28 19-48-1-87 0-174 0-261v-12h80v13c0 92-1 184 0 277 0 6 2 12 6 17 11 15 23 30 35 44 2 2 4 4 7 8 1-15 2-27 3-40 4-61 10-121 23-181 7-32 15-64 31-93 6-10 15-20 23-28 11-9 24-11 35-1 16 13 32 26 46 40 62 67 113 141 150 224 19 41 29 84 29 129 1 49 6 98 9 147 1 31 2 63-7 93-8 26-24 45-50 54-40 14-82 20-124 22-33 2-66 1-98-6-57-13-55-20-63-67-8-58-10-116-9-175 0-10-3-17-10-23-26-24-50-48-72-68z"/></svg>
Copied!