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

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

3 other variants in Health Icons

More body icons from Health Icons

Use the bladder 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="M8.322 6.056a2.89 2.89 0 0 1 3.4 2.254c.016.06.052.177.116.344c.128.333.365.861.78 1.506c.64.997 1.726 2.308 3.543 3.619c1.95-.496 4.455-1.003 6.744-1.135a18 18 0 0 1 2.19 0c2.289.132 4.794.64 6.744 1.135c1.817-1.311 2.903-2.622 3.544-3.619a8.3 8.3 0 0 0 .779-1.506a4 4 0 0 0 .126-.38a2.889 2.889 0 0 1 5.656 1.181l-.002.01c-.026.123-.053.24-.105.423a10 10 0 0 1-.278.83c-.257.67-.668 1.558-1.316 2.566c-.907 1.411-2.26 3.03-4.255 4.6c.199.955.345 2.077.345 3.283c0 1.895-.527 3.322-1.365 4.508c-.797 1.126-1.862 2.008-2.858 2.832l-.05.04c-1.308 1.083-2.566 2.133-3.527 3.695c-.947 1.54-1.644 3.648-1.644 6.87a2.889 2.889 0 1 1-5.778 0c0-3.222-.697-5.33-1.644-6.87c-.961-1.561-2.22-2.612-3.528-3.695l-.049-.04c-.996-.824-2.06-1.706-2.858-2.832c-.838-1.186-1.365-2.613-1.365-4.508c0-1.206.146-2.328.345-3.282c-1.995-1.572-3.348-3.19-4.254-4.6a14 14 0 0 1-1.317-2.568a10 10 0 0 1-.349-1.1L6.09 9.61l-.032-.144l-.002-.01a2.89 2.89 0 0 1 2.266-3.4m.393 1.961a.89.89 0 0 1 1.044.688l.002.012l.004.016v.002l.026.098l.007.023c.032.113.086.287.172.512c.172.45.47 1.103.965 1.874c.82 1.276 2.194 2.892 4.465 4.446l.378.259l.443-.117c1.947-.515 4.522-1.059 6.8-1.19h.003a16 16 0 0 1 1.952 0h.003c2.278.131 4.854.675 6.8 1.19l.443.117l.378-.259c2.27-1.554 3.644-3.17 4.465-4.446c.495-.77.793-1.424.965-1.874a6 6 0 0 0 .205-.633v-.002l.004-.016l.003-.012a.889.889 0 0 1 1.742.354a4 4 0 0 1-.071.283c-.046.16-.117.384-.222.661a12 12 0 0 1-1.13 2.2c-.86 1.337-2.205 2.93-4.286 4.475l-.537.398l.162.648c.238.95.433 2.147.433 3.443c0 .705-.09 1.307-.25 1.836L34 23H14l-.083.003a6.3 6.3 0 0 1-.25-1.836c0-1.296.195-2.492.433-3.443l.162-.648l-.536-.398c-2.081-1.544-3.427-3.139-4.286-4.475a12 12 0 0 1-1.13-2.2a8 8 0 0 1-.223-.661l-.003-.013l-.045-.171l-.023-.104a.89.89 0 0 1 .699-1.037M15.04 25c.583.684 1.318 1.298 2.175 2.007l.036.03c1.282 1.06 2.773 2.295 3.919 4.157c1.17 1.901 1.941 4.385 1.941 7.917a.889.889 0 1 0 1.778 0c0-3.532.77-6.016 1.941-7.917c1.146-1.862 2.637-3.096 3.919-4.157l.037-.03c.856-.71 1.591-1.323 2.175-2.007z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBladderOutline(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="M8.322 6.056a2.89 2.89 0 0 1 3.4 2.254c.016.06.052.177.116.344c.128.333.365.861.78 1.506c.64.997 1.726 2.308 3.543 3.619c1.95-.496 4.455-1.003 6.744-1.135a18 18 0 0 1 2.19 0c2.289.132 4.794.64 6.744 1.135c1.817-1.311 2.903-2.622 3.544-3.619a8.3 8.3 0 0 0 .779-1.506a4 4 0 0 0 .126-.38a2.889 2.889 0 0 1 5.656 1.181l-.002.01c-.026.123-.053.24-.105.423a10 10 0 0 1-.278.83c-.257.67-.668 1.558-1.316 2.566c-.907 1.411-2.26 3.03-4.255 4.6c.199.955.345 2.077.345 3.283c0 1.895-.527 3.322-1.365 4.508c-.797 1.126-1.862 2.008-2.858 2.832l-.05.04c-1.308 1.083-2.566 2.133-3.527 3.695c-.947 1.54-1.644 3.648-1.644 6.87a2.889 2.889 0 1 1-5.778 0c0-3.222-.697-5.33-1.644-6.87c-.961-1.561-2.22-2.612-3.528-3.695l-.049-.04c-.996-.824-2.06-1.706-2.858-2.832c-.838-1.186-1.365-2.613-1.365-4.508c0-1.206.146-2.328.345-3.282c-1.995-1.572-3.348-3.19-4.254-4.6a14 14 0 0 1-1.317-2.568a10 10 0 0 1-.349-1.1L6.09 9.61l-.032-.144l-.002-.01a2.89 2.89 0 0 1 2.266-3.4m.393 1.961a.89.89 0 0 1 1.044.688l.002.012l.004.016v.002l.026.098l.007.023c.032.113.086.287.172.512c.172.45.47 1.103.965 1.874c.82 1.276 2.194 2.892 4.465 4.446l.378.259l.443-.117c1.947-.515 4.522-1.059 6.8-1.19h.003a16 16 0 0 1 1.952 0h.003c2.278.131 4.854.675 6.8 1.19l.443.117l.378-.259c2.27-1.554 3.644-3.17 4.465-4.446c.495-.77.793-1.424.965-1.874a6 6 0 0 0 .205-.633v-.002l.004-.016l.003-.012a.889.889 0 0 1 1.742.354a4 4 0 0 1-.071.283c-.046.16-.117.384-.222.661a12 12 0 0 1-1.13 2.2c-.86 1.337-2.205 2.93-4.286 4.475l-.537.398l.162.648c.238.95.433 2.147.433 3.443c0 .705-.09 1.307-.25 1.836L34 23H14l-.083.003a6.3 6.3 0 0 1-.25-1.836c0-1.296.195-2.492.433-3.443l.162-.648l-.536-.398c-2.081-1.544-3.427-3.139-4.286-4.475a12 12 0 0 1-1.13-2.2a8 8 0 0 1-.223-.661l-.003-.013l-.045-.171l-.023-.104a.89.89 0 0 1 .699-1.037M15.04 25c.583.684 1.318 1.298 2.175 2.007l.036.03c1.282 1.06 2.773 2.295 3.919 4.157c1.17 1.901 1.941 4.385 1.941 7.917a.889.889 0 1 0 1.778 0c0-3.532.77-6.016 1.941-7.917c1.146-1.862 2.637-3.096 3.919-4.157l.037-.03c.856-.71 1.591-1.323 2.175-2.007z" 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="M8.322 6.056a2.89 2.89 0 0 1 3.4 2.254c.016.06.052.177.116.344c.128.333.365.861.78 1.506c.64.997 1.726 2.308 3.543 3.619c1.95-.496 4.455-1.003 6.744-1.135a18 18 0 0 1 2.19 0c2.289.132 4.794.64 6.744 1.135c1.817-1.311 2.903-2.622 3.544-3.619a8.3 8.3 0 0 0 .779-1.506a4 4 0 0 0 .126-.38a2.889 2.889 0 0 1 5.656 1.181l-.002.01c-.026.123-.053.24-.105.423a10 10 0 0 1-.278.83c-.257.67-.668 1.558-1.316 2.566c-.907 1.411-2.26 3.03-4.255 4.6c.199.955.345 2.077.345 3.283c0 1.895-.527 3.322-1.365 4.508c-.797 1.126-1.862 2.008-2.858 2.832l-.05.04c-1.308 1.083-2.566 2.133-3.527 3.695c-.947 1.54-1.644 3.648-1.644 6.87a2.889 2.889 0 1 1-5.778 0c0-3.222-.697-5.33-1.644-6.87c-.961-1.561-2.22-2.612-3.528-3.695l-.049-.04c-.996-.824-2.06-1.706-2.858-2.832c-.838-1.186-1.365-2.613-1.365-4.508c0-1.206.146-2.328.345-3.282c-1.995-1.572-3.348-3.19-4.254-4.6a14 14 0 0 1-1.317-2.568a10 10 0 0 1-.349-1.1L6.09 9.61l-.032-.144l-.002-.01a2.89 2.89 0 0 1 2.266-3.4m.393 1.961a.89.89 0 0 1 1.044.688l.002.012l.004.016v.002l.026.098l.007.023c.032.113.086.287.172.512c.172.45.47 1.103.965 1.874c.82 1.276 2.194 2.892 4.465 4.446l.378.259l.443-.117c1.947-.515 4.522-1.059 6.8-1.19h.003a16 16 0 0 1 1.952 0h.003c2.278.131 4.854.675 6.8 1.19l.443.117l.378-.259c2.27-1.554 3.644-3.17 4.465-4.446c.495-.77.793-1.424.965-1.874a6 6 0 0 0 .205-.633v-.002l.004-.016l.003-.012a.889.889 0 0 1 1.742.354a4 4 0 0 1-.071.283c-.046.16-.117.384-.222.661a12 12 0 0 1-1.13 2.2c-.86 1.337-2.205 2.93-4.286 4.475l-.537.398l.162.648c.238.95.433 2.147.433 3.443c0 .705-.09 1.307-.25 1.836L34 23H14l-.083.003a6.3 6.3 0 0 1-.25-1.836c0-1.296.195-2.492.433-3.443l.162-.648l-.536-.398c-2.081-1.544-3.427-3.139-4.286-4.475a12 12 0 0 1-1.13-2.2a8 8 0 0 1-.223-.661l-.003-.013l-.045-.171l-.023-.104a.89.89 0 0 1 .699-1.037M15.04 25c.583.684 1.318 1.298 2.175 2.007l.036.03c1.282 1.06 2.773 2.295 3.919 4.157c1.17 1.901 1.941 4.385 1.941 7.917a.889.889 0 1 0 1.778 0c0-3.532.77-6.016 1.941-7.917c1.146-1.862 2.637-3.096 3.919-4.157l.037-.03c.856-.71 1.591-1.323 2.175-2.007z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bladder-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%22M8.322%206.056a2.89%202.89%200%200%201%203.4%202.254c.016.06.052.177.116.344c.128.333.365.861.78%201.506c.64.997%201.726%202.308%203.543%203.619c1.95-.496%204.455-1.003%206.744-1.135a18%2018%200%200%201%202.19%200c2.289.132%204.794.64%206.744%201.135c1.817-1.311%202.903-2.622%203.544-3.619a8.3%208.3%200%200%200%20.779-1.506a4%204%200%200%200%20.126-.38a2.889%202.889%200%200%201%205.656%201.181l-.002.01c-.026.123-.053.24-.105.423a10%2010%200%200%201-.278.83c-.257.67-.668%201.558-1.316%202.566c-.907%201.411-2.26%203.03-4.255%204.6c.199.955.345%202.077.345%203.283c0%201.895-.527%203.322-1.365%204.508c-.797%201.126-1.862%202.008-2.858%202.832l-.05.04c-1.308%201.083-2.566%202.133-3.527%203.695c-.947%201.54-1.644%203.648-1.644%206.87a2.889%202.889%200%201%201-5.778%200c0-3.222-.697-5.33-1.644-6.87c-.961-1.561-2.22-2.612-3.528-3.695l-.049-.04c-.996-.824-2.06-1.706-2.858-2.832c-.838-1.186-1.365-2.613-1.365-4.508c0-1.206.146-2.328.345-3.282c-1.995-1.572-3.348-3.19-4.254-4.6a14%2014%200%200%201-1.317-2.568a10%2010%200%200%201-.349-1.1L6.09%209.61l-.032-.144l-.002-.01a2.89%202.89%200%200%201%202.266-3.4m.393%201.961a.89.89%200%200%201%201.044.688l.002.012l.004.016v.002l.026.098l.007.023c.032.113.086.287.172.512c.172.45.47%201.103.965%201.874c.82%201.276%202.194%202.892%204.465%204.446l.378.259l.443-.117c1.947-.515%204.522-1.059%206.8-1.19h.003a16%2016%200%200%201%201.952%200h.003c2.278.131%204.854.675%206.8%201.19l.443.117l.378-.259c2.27-1.554%203.644-3.17%204.465-4.446c.495-.77.793-1.424.965-1.874a6%206%200%200%200%20.205-.633v-.002l.004-.016l.003-.012a.889.889%200%200%201%201.742.354a4%204%200%200%201-.071.283c-.046.16-.117.384-.222.661a12%2012%200%200%201-1.13%202.2c-.86%201.337-2.205%202.93-4.286%204.475l-.537.398l.162.648c.238.95.433%202.147.433%203.443c0%20.705-.09%201.307-.25%201.836L34%2023H14l-.083.003a6.3%206.3%200%200%201-.25-1.836c0-1.296.195-2.492.433-3.443l.162-.648l-.536-.398c-2.081-1.544-3.427-3.139-4.286-4.475a12%2012%200%200%201-1.13-2.2a8%208%200%200%201-.223-.661l-.003-.013l-.045-.171l-.023-.104a.89.89%200%200%201%20.699-1.037M15.04%2025c.583.684%201.318%201.298%202.175%202.007l.036.03c1.282%201.06%202.773%202.295%203.919%204.157c1.17%201.901%201.941%204.385%201.941%207.917a.889.889%200%201%200%201.778%200c0-3.532.77-6.016%201.941-7.917c1.146-1.862%202.637-3.096%203.919-4.157l.037-.03c.856-.71%201.591-1.323%202.175-2.007z%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%22M8.322%206.056a2.89%202.89%200%200%201%203.4%202.254c.016.06.052.177.116.344c.128.333.365.861.78%201.506c.64.997%201.726%202.308%203.543%203.619c1.95-.496%204.455-1.003%206.744-1.135a18%2018%200%200%201%202.19%200c2.289.132%204.794.64%206.744%201.135c1.817-1.311%202.903-2.622%203.544-3.619a8.3%208.3%200%200%200%20.779-1.506a4%204%200%200%200%20.126-.38a2.889%202.889%200%200%201%205.656%201.181l-.002.01c-.026.123-.053.24-.105.423a10%2010%200%200%201-.278.83c-.257.67-.668%201.558-1.316%202.566c-.907%201.411-2.26%203.03-4.255%204.6c.199.955.345%202.077.345%203.283c0%201.895-.527%203.322-1.365%204.508c-.797%201.126-1.862%202.008-2.858%202.832l-.05.04c-1.308%201.083-2.566%202.133-3.527%203.695c-.947%201.54-1.644%203.648-1.644%206.87a2.889%202.889%200%201%201-5.778%200c0-3.222-.697-5.33-1.644-6.87c-.961-1.561-2.22-2.612-3.528-3.695l-.049-.04c-.996-.824-2.06-1.706-2.858-2.832c-.838-1.186-1.365-2.613-1.365-4.508c0-1.206.146-2.328.345-3.282c-1.995-1.572-3.348-3.19-4.254-4.6a14%2014%200%200%201-1.317-2.568a10%2010%200%200%201-.349-1.1L6.09%209.61l-.032-.144l-.002-.01a2.89%202.89%200%200%201%202.266-3.4m.393%201.961a.89.89%200%200%201%201.044.688l.002.012l.004.016v.002l.026.098l.007.023c.032.113.086.287.172.512c.172.45.47%201.103.965%201.874c.82%201.276%202.194%202.892%204.465%204.446l.378.259l.443-.117c1.947-.515%204.522-1.059%206.8-1.19h.003a16%2016%200%200%201%201.952%200h.003c2.278.131%204.854.675%206.8%201.19l.443.117l.378-.259c2.27-1.554%203.644-3.17%204.465-4.446c.495-.77.793-1.424.965-1.874a6%206%200%200%200%20.205-.633v-.002l.004-.016l.003-.012a.889.889%200%200%201%201.742.354a4%204%200%200%201-.071.283c-.046.16-.117.384-.222.661a12%2012%200%200%201-1.13%202.2c-.86%201.337-2.205%202.93-4.286%204.475l-.537.398l.162.648c.238.95.433%202.147.433%203.443c0%20.705-.09%201.307-.25%201.836L34%2023H14l-.083.003a6.3%206.3%200%200%201-.25-1.836c0-1.296.195-2.492.433-3.443l.162-.648l-.536-.398c-2.081-1.544-3.427-3.139-4.286-4.475a12%2012%200%200%201-1.13-2.2a8%208%200%200%201-.223-.661l-.003-.013l-.045-.171l-.023-.104a.89.89%200%200%201%20.699-1.037M15.04%2025c.583.684%201.318%201.298%202.175%202.007l.036.03c1.282%201.06%202.773%202.295%203.919%204.157c1.17%201.901%201.941%204.385%201.941%207.917a.889.889%200%201%200%201.778%200c0-3.532.77-6.016%201.941-7.917c1.146-1.862%202.637-3.096%203.919-4.157l.037-.03c.856-.71%201.591-1.323%202.175-2.007z%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/bladder-outline.svg?color=%231a73e8&size=48