pneumonia icon
pneumonia-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- pneumonia-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- pneumonia2x-outline
3 other variants in Health Icons
More conditions icons from Health Icons
Use the pneumonia icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.974 19a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m3.016 18.997a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.986 34a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m1.998-3.002a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.979 25a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m-18.004-3.985a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.988 36.02a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7-.005a2 2 0 1 1-.004-4a2 2 0 0 1 .004 4M9.982 29.02a2 2 0 1 0 4-.004a2 2 0 0 0-4 .004m5.998-2.005a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4"/><path fill-rule="evenodd" d="M24 6.001h1v14.496c0 1.397.564 1.942 1.004 2.198q.074.044.147.078l-.003-.373c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.194 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.396.028-.773a4.3 4.3 0 0 1-1.118-.45A3.8 3.8 0 0 1 24 23.59c-.297.353-.64.627-.997.835c-.4.233-.793.37-1.119.45l.028.77c.16 4.313.384 10.321-2.194 12.892c-3.193 3.185-9.579 4.777-12.772 2.123S9.074 12 16.525 12c5.439 0 5.365 6.872 5.328 10.4v.049l-.004.327q.075-.036.148-.078C22.437 22.44 23 21.897 23 20.5V6zM31.475 14c-.954 0-1.49.3-1.867.687c-.433.446-.795 1.164-1.049 2.178c-.445 1.775-.426 3.817-.41 5.465l.004.816c0 .76-.033 1.67-.069 2.616v.002l-.04 1.127c-.044 1.375-.07 2.815-.004 4.208c.067 1.4.224 2.685.517 3.76c.297 1.09.694 1.82 1.137 2.262c1.279 1.275 3.297 2.304 5.355 2.704c2.035.394 3.673.102 4.633-.628l.016-.04a3.7 3.7 0 0 0 .19-.788c.117-.775.147-1.856.068-3.188c-.157-2.65-.728-6.012-1.63-9.32c-.904-3.321-2.109-6.46-3.474-8.722c-.683-1.133-1.357-1.96-1.982-2.485c-.618-.52-1.077-.654-1.395-.654m-14.95 0c.954 0 1.49.3 1.867.687c.433.446.795 1.164 1.05 2.178c.444 1.775.425 3.817.41 5.465q-.004.428-.005.816c0 .76.034 1.67.07 2.616l.04 1.129c.044 1.375.07 2.815.004 4.208c-.067 1.4-.224 2.685-.517 3.76c-.296 1.09-.694 1.82-1.137 2.262c-1.278 1.275-3.296 2.304-5.355 2.704c-2.035.394-3.673.102-4.632-.628l-.017-.04a3.7 3.7 0 0 1-.19-.788c-.116-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.629-9.32c.905-3.321 2.11-6.46 3.474-8.722c.683-1.132 1.357-1.96 1.982-2.485c.618-.52 1.077-.654 1.395-.654" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPneumoniaOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.974 19a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m3.016 18.997a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.986 34a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m1.998-3.002a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.979 25a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m-18.004-3.985a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.988 36.02a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7-.005a2 2 0 1 1-.004-4a2 2 0 0 1 .004 4M9.982 29.02a2 2 0 1 0 4-.004a2 2 0 0 0-4 .004m5.998-2.005a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4"/><path fillRule="evenodd" d="M24 6.001h1v14.496c0 1.397.564 1.942 1.004 2.198q.074.044.147.078l-.003-.373c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.194 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.396.028-.773a4.3 4.3 0 0 1-1.118-.45A3.8 3.8 0 0 1 24 23.59c-.297.353-.64.627-.997.835c-.4.233-.793.37-1.119.45l.028.77c.16 4.313.384 10.321-2.194 12.892c-3.193 3.185-9.579 4.777-12.772 2.123S9.074 12 16.525 12c5.439 0 5.365 6.872 5.328 10.4v.049l-.004.327q.075-.036.148-.078C22.437 22.44 23 21.897 23 20.5V6zM31.475 14c-.954 0-1.49.3-1.867.687c-.433.446-.795 1.164-1.049 2.178c-.445 1.775-.426 3.817-.41 5.465l.004.816c0 .76-.033 1.67-.069 2.616v.002l-.04 1.127c-.044 1.375-.07 2.815-.004 4.208c.067 1.4.224 2.685.517 3.76c.297 1.09.694 1.82 1.137 2.262c1.279 1.275 3.297 2.304 5.355 2.704c2.035.394 3.673.102 4.633-.628l.016-.04a3.7 3.7 0 0 0 .19-.788c.117-.775.147-1.856.068-3.188c-.157-2.65-.728-6.012-1.63-9.32c-.904-3.321-2.109-6.46-3.474-8.722c-.683-1.133-1.357-1.96-1.982-2.485c-.618-.52-1.077-.654-1.395-.654m-14.95 0c.954 0 1.49.3 1.867.687c.433.446.795 1.164 1.05 2.178c.444 1.775.425 3.817.41 5.465q-.004.428-.005.816c0 .76.034 1.67.07 2.616l.04 1.129c.044 1.375.07 2.815.004 4.208c-.067 1.4-.224 2.685-.517 3.76c-.296 1.09-.694 1.82-1.137 2.262c-1.278 1.275-3.296 2.304-5.355 2.704c-2.035.394-3.673.102-4.632-.628l-.017-.04a3.7 3.7 0 0 1-.19-.788c-.116-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.629-9.32c.905-3.321 2.11-6.46 3.474-8.722c.683-1.132 1.357-1.96 1.982-2.485c.618-.52 1.077-.654 1.395-.654" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33.974 19a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m3.016 18.997a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.986 34a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m1.998-3.002a2 2 0 1 0-.004-4a2 2 0 0 0 .004 4M33.979 25a2 2 0 1 1-4 .003a2 2 0 0 1 4-.003m-18.004-3.985a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.988 36.02a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7-.005a2 2 0 1 1-.004-4a2 2 0 0 1 .004 4M9.982 29.02a2 2 0 1 0 4-.004a2 2 0 0 0-4 .004m5.998-2.005a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4"/><path fill-rule="evenodd" d="M24 6.001h1v14.496c0 1.397.564 1.942 1.004 2.198q.074.044.147.078l-.003-.373c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.194 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.396.028-.773a4.3 4.3 0 0 1-1.118-.45A3.8 3.8 0 0 1 24 23.59c-.297.353-.64.627-.997.835c-.4.233-.793.37-1.119.45l.028.77c.16 4.313.384 10.321-2.194 12.892c-3.193 3.185-9.579 4.777-12.772 2.123S9.074 12 16.525 12c5.439 0 5.365 6.872 5.328 10.4v.049l-.004.327q.075-.036.148-.078C22.437 22.44 23 21.897 23 20.5V6zM31.475 14c-.954 0-1.49.3-1.867.687c-.433.446-.795 1.164-1.049 2.178c-.445 1.775-.426 3.817-.41 5.465l.004.816c0 .76-.033 1.67-.069 2.616v.002l-.04 1.127c-.044 1.375-.07 2.815-.004 4.208c.067 1.4.224 2.685.517 3.76c.297 1.09.694 1.82 1.137 2.262c1.279 1.275 3.297 2.304 5.355 2.704c2.035.394 3.673.102 4.633-.628l.016-.04a3.7 3.7 0 0 0 .19-.788c.117-.775.147-1.856.068-3.188c-.157-2.65-.728-6.012-1.63-9.32c-.904-3.321-2.109-6.46-3.474-8.722c-.683-1.133-1.357-1.96-1.982-2.485c-.618-.52-1.077-.654-1.395-.654m-14.95 0c.954 0 1.49.3 1.867.687c.433.446.795 1.164 1.05 2.178c.444 1.775.425 3.817.41 5.465q-.004.428-.005.816c0 .76.034 1.67.07 2.616l.04 1.129c.044 1.375.07 2.815.004 4.208c-.067 1.4-.224 2.685-.517 3.76c-.296 1.09-.694 1.82-1.137 2.262c-1.278 1.275-3.296 2.304-5.355 2.704c-2.035.394-3.673.102-4.632-.628l-.017-.04a3.7 3.7 0 0 1-.19-.788c-.116-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.629-9.32c.905-3.321 2.11-6.46 3.474-8.722c.683-1.132 1.357-1.96 1.982-2.485c.618-.52 1.077-.654 1.395-.654" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-pneumonia-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M33.974%2019a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m3.016%2018.997a2%202%200%201%200-.004-4a2%202%200%200%200%20.004%204M33.986%2034a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m1.998-3.002a2%202%200%201%200-.004-4a2%202%200%200%200%20.004%204M33.979%2025a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m-18.004-3.985a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204M8.988%2036.02a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m7-.005a2%202%200%201%201-.004-4a2%202%200%200%201%20.004%204M9.982%2029.02a2%202%200%201%200%204-.004a2%202%200%200%200-4%20.004m5.998-2.005a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206.001h1v14.496c0%201.397.564%201.942%201.004%202.198q.074.044.147.078l-.003-.373c-.038-3.528-.112-10.4%205.327-10.4c7.45%200%2012.773%2026.007%209.58%2028.66c-3.194%202.654-9.58%201.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.396.028-.773a4.3%204.3%200%200%201-1.118-.45A3.8%203.8%200%200%201%2024%2023.59c-.297.353-.64.627-.997.835c-.4.233-.793.37-1.119.45l.028.77c.16%204.313.384%2010.321-2.194%2012.892c-3.193%203.185-9.579%204.777-12.772%202.123S9.074%2012%2016.525%2012c5.439%200%205.365%206.872%205.328%2010.4v.049l-.004.327q.075-.036.148-.078C22.437%2022.44%2023%2021.897%2023%2020.5V6zM31.475%2014c-.954%200-1.49.3-1.867.687c-.433.446-.795%201.164-1.049%202.178c-.445%201.775-.426%203.817-.41%205.465l.004.816c0%20.76-.033%201.67-.069%202.616v.002l-.04%201.127c-.044%201.375-.07%202.815-.004%204.208c.067%201.4.224%202.685.517%203.76c.297%201.09.694%201.82%201.137%202.262c1.279%201.275%203.297%202.304%205.355%202.704c2.035.394%203.673.102%204.633-.628l.016-.04a3.7%203.7%200%200%200%20.19-.788c.117-.775.147-1.856.068-3.188c-.157-2.65-.728-6.012-1.63-9.32c-.904-3.321-2.109-6.46-3.474-8.722c-.683-1.133-1.357-1.96-1.982-2.485c-.618-.52-1.077-.654-1.395-.654m-14.95%200c.954%200%201.49.3%201.867.687c.433.446.795%201.164%201.05%202.178c.444%201.775.425%203.817.41%205.465q-.004.428-.005.816c0%20.76.034%201.67.07%202.616l.04%201.129c.044%201.375.07%202.815.004%204.208c-.067%201.4-.224%202.685-.517%203.76c-.296%201.09-.694%201.82-1.137%202.262c-1.278%201.275-3.296%202.304-5.355%202.704c-2.035.394-3.673.102-4.632-.628l-.017-.04a3.7%203.7%200%200%201-.19-.788c-.116-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012%201.629-9.32c.905-3.321%202.11-6.46%203.474-8.722c.683-1.132%201.357-1.96%201.982-2.485c.618-.52%201.077-.654%201.395-.654%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M33.974%2019a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m3.016%2018.997a2%202%200%201%200-.004-4a2%202%200%200%200%20.004%204M33.986%2034a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m1.998-3.002a2%202%200%201%200-.004-4a2%202%200%200%200%20.004%204M33.979%2025a2%202%200%201%201-4%20.003a2%202%200%200%201%204-.003m-18.004-3.985a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204M8.988%2036.02a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m7-.005a2%202%200%201%201-.004-4a2%202%200%200%201%20.004%204M9.982%2029.02a2%202%200%201%200%204-.004a2%202%200%200%200-4%20.004m5.998-2.005a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206.001h1v14.496c0%201.397.564%201.942%201.004%202.198q.074.044.147.078l-.003-.373c-.038-3.528-.112-10.4%205.327-10.4c7.45%200%2012.773%2026.007%209.58%2028.66c-3.194%202.654-9.58%201.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.396.028-.773a4.3%204.3%200%200%201-1.118-.45A3.8%203.8%200%200%201%2024%2023.59c-.297.353-.64.627-.997.835c-.4.233-.793.37-1.119.45l.028.77c.16%204.313.384%2010.321-2.194%2012.892c-3.193%203.185-9.579%204.777-12.772%202.123S9.074%2012%2016.525%2012c5.439%200%205.365%206.872%205.328%2010.4v.049l-.004.327q.075-.036.148-.078C22.437%2022.44%2023%2021.897%2023%2020.5V6zM31.475%2014c-.954%200-1.49.3-1.867.687c-.433.446-.795%201.164-1.049%202.178c-.445%201.775-.426%203.817-.41%205.465l.004.816c0%20.76-.033%201.67-.069%202.616v.002l-.04%201.127c-.044%201.375-.07%202.815-.004%204.208c.067%201.4.224%202.685.517%203.76c.297%201.09.694%201.82%201.137%202.262c1.279%201.275%203.297%202.304%205.355%202.704c2.035.394%203.673.102%204.633-.628l.016-.04a3.7%203.7%200%200%200%20.19-.788c.117-.775.147-1.856.068-3.188c-.157-2.65-.728-6.012-1.63-9.32c-.904-3.321-2.109-6.46-3.474-8.722c-.683-1.133-1.357-1.96-1.982-2.485c-.618-.52-1.077-.654-1.395-.654m-14.95%200c.954%200%201.49.3%201.867.687c.433.446.795%201.164%201.05%202.178c.444%201.775.425%203.817.41%205.465q-.004.428-.005.816c0%20.76.034%201.67.07%202.616l.04%201.129c.044%201.375.07%202.815.004%204.208c-.067%201.4-.224%202.685-.517%203.76c-.296%201.09-.694%201.82-1.137%202.262c-1.278%201.275-3.296%202.304-5.355%202.704c-2.035.394-3.673.102-4.632-.628l-.017-.04a3.7%203.7%200%200%201-.19-.788c-.116-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012%201.629-9.32c.905-3.321%202.11-6.46%203.474-8.722c.683-1.132%201.357-1.96%201.982-2.485c.618-.52%201.077-.654%201.395-.654%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pneumonia-outline.svg?color=%231a73e8&size=48