lungs-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.

Name
lungs-outline
Set
Health Icons
Style
Outline
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the lungs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23 6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.375V22.4c-.038-3.528-.111-10.4 5.327-10.4c7.45 0 12.773 26.006 9.58 28.66s-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891v-.002q.016-.393.028-.767a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.768c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199zm8.475 8c-.954 0-1.49.3-1.866.687c-.434.446-.796 1.164-1.05 2.178c-.445 1.775-.426 3.817-.41 5.464q.004.428.004.816c0 .76-.033 1.67-.069 2.617l-.04 1.128c-.044 1.376-.07 2.816-.003 4.208c.066 1.4.223 2.685.516 3.762c.297 1.088.694 1.818 1.137 2.26c1.279 1.275 3.297 2.305 5.355 2.704c2.035.395 3.673.103 4.633-.627l.016-.04a3.7 3.7 0 0 0 .19-.789c.117-.775.147-1.856.068-3.188c-.157-2.65-.727-6.011-1.63-9.32c-.904-3.32-2.109-6.46-3.474-8.722c-.683-1.132-1.357-1.96-1.982-2.485c-.618-.52-1.076-.653-1.395-.653m-14.95 0c.954 0 1.49.3 1.866.687c.434.446.796 1.164 1.05 2.178c.445 1.775.426 3.817.41 5.465l-.004.816c0 .76.033 1.67.069 2.616l.04 1.129c.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.262c-1.279 1.275-3.297 2.304-5.355 2.704c-2.035.394-3.673.102-4.633-.628l-.016-.04a3.7 3.7 0 0 1-.19-.788c-.117-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.63-9.32c.905-3.321 2.109-6.46 3.474-8.722c.683-1.133 1.357-1.96 1.982-2.485c.618-.52 1.076-.654 1.395-.654" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLungsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M23 6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.375V22.4c-.038-3.528-.111-10.4 5.327-10.4c7.45 0 12.773 26.006 9.58 28.66s-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891v-.002q.016-.393.028-.767a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.768c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199zm8.475 8c-.954 0-1.49.3-1.866.687c-.434.446-.796 1.164-1.05 2.178c-.445 1.775-.426 3.817-.41 5.464q.004.428.004.816c0 .76-.033 1.67-.069 2.617l-.04 1.128c-.044 1.376-.07 2.816-.003 4.208c.066 1.4.223 2.685.516 3.762c.297 1.088.694 1.818 1.137 2.26c1.279 1.275 3.297 2.305 5.355 2.704c2.035.395 3.673.103 4.633-.627l.016-.04a3.7 3.7 0 0 0 .19-.789c.117-.775.147-1.856.068-3.188c-.157-2.65-.727-6.011-1.63-9.32c-.904-3.32-2.109-6.46-3.474-8.722c-.683-1.132-1.357-1.96-1.982-2.485c-.618-.52-1.076-.653-1.395-.653m-14.95 0c.954 0 1.49.3 1.866.687c.434.446.796 1.164 1.05 2.178c.445 1.775.426 3.817.41 5.465l-.004.816c0 .76.033 1.67.069 2.616l.04 1.129c.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.262c-1.279 1.275-3.297 2.304-5.355 2.704c-2.035.394-3.673.102-4.633-.628l-.016-.04a3.7 3.7 0 0 1-.19-.788c-.117-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.63-9.32c.905-3.321 2.109-6.46 3.474-8.722c.683-1.133 1.357-1.96 1.982-2.485c.618-.52 1.076-.654 1.395-.654" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23 6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.375V22.4c-.038-3.528-.111-10.4 5.327-10.4c7.45 0 12.773 26.006 9.58 28.66s-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891v-.002q.016-.393.028-.767a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.768c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199zm8.475 8c-.954 0-1.49.3-1.866.687c-.434.446-.796 1.164-1.05 2.178c-.445 1.775-.426 3.817-.41 5.464q.004.428.004.816c0 .76-.033 1.67-.069 2.617l-.04 1.128c-.044 1.376-.07 2.816-.003 4.208c.066 1.4.223 2.685.516 3.762c.297 1.088.694 1.818 1.137 2.26c1.279 1.275 3.297 2.305 5.355 2.704c2.035.395 3.673.103 4.633-.627l.016-.04a3.7 3.7 0 0 0 .19-.789c.117-.775.147-1.856.068-3.188c-.157-2.65-.727-6.011-1.63-9.32c-.904-3.32-2.109-6.46-3.474-8.722c-.683-1.132-1.357-1.96-1.982-2.485c-.618-.52-1.076-.653-1.395-.653m-14.95 0c.954 0 1.49.3 1.866.687c.434.446.796 1.164 1.05 2.178c.445 1.775.426 3.817.41 5.465l-.004.816c0 .76.033 1.67.069 2.616l.04 1.129c.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.262c-1.279 1.275-3.297 2.304-5.355 2.704c-2.035.394-3.673.102-4.633-.628l-.016-.04a3.7 3.7 0 0 1-.19-.788c-.117-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012 1.63-9.32c.905-3.321 2.109-6.46 3.474-8.722c.683-1.133 1.357-1.96 1.982-2.485c.618-.52 1.076-.654 1.395-.654" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lungs-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%206h2v14.5c0%201.398.564%201.942%201.004%202.199q.073.042.148.078l-.004-.375V22.4c-.038-3.528-.111-10.4%205.327-10.4c7.45%200%2012.773%2026.006%209.58%2028.66s-9.58%201.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891v-.002q.016-.393.028-.767a4.3%204.3%200%200%201-1.119-.45a3.8%203.8%200%200%201-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.768c.16%204.313.383%2010.321-2.195%2012.892c-3.193%203.185-9.58%204.777-12.773%202.123S9.075%2012%2016.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.076-.036.148-.078c.44-.257%201.004-.801%201.004-2.199zm8.475%208c-.954%200-1.49.3-1.866.687c-.434.446-.796%201.164-1.05%202.178c-.445%201.775-.426%203.817-.41%205.464q.004.428.004.816c0%20.76-.033%201.67-.069%202.617l-.04%201.128c-.044%201.376-.07%202.816-.003%204.208c.066%201.4.223%202.685.516%203.762c.297%201.088.694%201.818%201.137%202.26c1.279%201.275%203.297%202.305%205.355%202.704c2.035.395%203.673.103%204.633-.627l.016-.04a3.7%203.7%200%200%200%20.19-.789c.117-.775.147-1.856.068-3.188c-.157-2.65-.727-6.011-1.63-9.32c-.904-3.32-2.109-6.46-3.474-8.722c-.683-1.132-1.357-1.96-1.982-2.485c-.618-.52-1.076-.653-1.395-.653m-14.95%200c.954%200%201.49.3%201.866.687c.434.446.796%201.164%201.05%202.178c.445%201.775.426%203.817.41%205.465l-.004.816c0%20.76.033%201.67.069%202.616l.04%201.129c.044%201.375.07%202.815.004%204.208c-.067%201.4-.224%202.685-.517%203.76c-.297%201.09-.694%201.82-1.137%202.262c-1.279%201.275-3.297%202.304-5.355%202.704c-2.035.394-3.673.102-4.633-.628l-.016-.04a3.7%203.7%200%200%201-.19-.788c-.117-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012%201.63-9.32c.905-3.321%202.109-6.46%203.474-8.722c.683-1.133%201.357-1.96%201.982-2.485c.618-.52%201.076-.654%201.395-.654%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%206h2v14.5c0%201.398.564%201.942%201.004%202.199q.073.042.148.078l-.004-.375V22.4c-.038-3.528-.111-10.4%205.327-10.4c7.45%200%2012.773%2026.006%209.58%2028.66s-9.58%201.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891v-.002q.016-.393.028-.767a4.3%204.3%200%200%201-1.119-.45a3.8%203.8%200%200%201-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.768c.16%204.313.383%2010.321-2.195%2012.892c-3.193%203.185-9.58%204.777-12.773%202.123S9.075%2012%2016.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.076-.036.148-.078c.44-.257%201.004-.801%201.004-2.199zm8.475%208c-.954%200-1.49.3-1.866.687c-.434.446-.796%201.164-1.05%202.178c-.445%201.775-.426%203.817-.41%205.464q.004.428.004.816c0%20.76-.033%201.67-.069%202.617l-.04%201.128c-.044%201.376-.07%202.816-.003%204.208c.066%201.4.223%202.685.516%203.762c.297%201.088.694%201.818%201.137%202.26c1.279%201.275%203.297%202.305%205.355%202.704c2.035.395%203.673.103%204.633-.627l.016-.04a3.7%203.7%200%200%200%20.19-.789c.117-.775.147-1.856.068-3.188c-.157-2.65-.727-6.011-1.63-9.32c-.904-3.32-2.109-6.46-3.474-8.722c-.683-1.132-1.357-1.96-1.982-2.485c-.618-.52-1.076-.653-1.395-.653m-14.95%200c.954%200%201.49.3%201.866.687c.434.446.796%201.164%201.05%202.178c.445%201.775.426%203.817.41%205.465l-.004.816c0%20.76.033%201.67.069%202.616l.04%201.129c.044%201.375.07%202.815.004%204.208c-.067%201.4-.224%202.685-.517%203.76c-.297%201.09-.694%201.82-1.137%202.262c-1.279%201.275-3.297%202.304-5.355%202.704c-2.035.394-3.673.102-4.633-.628l-.016-.04a3.7%203.7%200%200%201-.19-.788c-.117-.775-.147-1.856-.068-3.188c.157-2.65.727-6.012%201.63-9.32c.905-3.321%202.109-6.46%203.474-8.722c.683-1.133%201.357-1.96%201.982-2.485c.618-.52%201.076-.654%201.395-.654%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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