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

Name
bladder-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 3H3v.026a5 5 0 0 0 .008.24c.008.156.023.375.053.637c.06.521.18 1.234.428 1.976c.378 1.135 1.12 2.506 2.537 3.205q-.135.349-.179.734l-.078.708a4.78 4.78 0 0 0 2.218 4.582l.492.308a3.08 3.08 0 0 1 1.385 2.005l.557 2.785a1.61 1.61 0 0 0 3.158 0l.557-2.785a3.08 3.08 0 0 1 1.385-2.005l.492-.308a4.78 4.78 0 0 0 2.218-4.582l-.078-.708a3 3 0 0 0-.136-.616c1.41-.605 2.14-2.02 2.498-3.149c.246-.773.366-1.532.425-2.088a11 11 0 0 0 .06-.939v-.024S21 3 20 3h-1v.041l-.006.15a10 10 0 0 1-.043.563c-.05.475-.15 1.09-.341 1.693c-.4 1.253-1.033 2.03-2.065 2.053a3 3 0 0 0-.758-.262l-.116-.024a18.7 18.7 0 0 0-7.342 0l-.116.024q-.385.077-.725.245C6.394 7.26 5.76 6.37 5.386 5.246a8 8 0 0 1-.338-1.57a8 8 0 0 1-.047-.643L5 3.003V3zm4.72 6.176a16.7 16.7 0 0 1 6.56 0l.115.023a.965.965 0 0 1 .77.84l.079.708q.013.127.016.253H7.74q.002-.126.017-.253l.078-.708a.965.965 0 0 1 .77-.84zM8.535 13q.228.234.513.412l.492.308a5.08 5.08 0 0 1 2.286 3.308l.175.873l.175-.873a5.08 5.08 0 0 1 2.286-3.308l.492-.308q.285-.178.513-.412z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBladderOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4 3H3v.026a5 5 0 0 0 .008.24c.008.156.023.375.053.637c.06.521.18 1.234.428 1.976c.378 1.135 1.12 2.506 2.537 3.205q-.135.349-.179.734l-.078.708a4.78 4.78 0 0 0 2.218 4.582l.492.308a3.08 3.08 0 0 1 1.385 2.005l.557 2.785a1.61 1.61 0 0 0 3.158 0l.557-2.785a3.08 3.08 0 0 1 1.385-2.005l.492-.308a4.78 4.78 0 0 0 2.218-4.582l-.078-.708a3 3 0 0 0-.136-.616c1.41-.605 2.14-2.02 2.498-3.149c.246-.773.366-1.532.425-2.088a11 11 0 0 0 .06-.939v-.024S21 3 20 3h-1v.041l-.006.15a10 10 0 0 1-.043.563c-.05.475-.15 1.09-.341 1.693c-.4 1.253-1.033 2.03-2.065 2.053a3 3 0 0 0-.758-.262l-.116-.024a18.7 18.7 0 0 0-7.342 0l-.116.024q-.385.077-.725.245C6.394 7.26 5.76 6.37 5.386 5.246a8 8 0 0 1-.338-1.57a8 8 0 0 1-.047-.643L5 3.003V3zm4.72 6.176a16.7 16.7 0 0 1 6.56 0l.115.023a.965.965 0 0 1 .77.84l.079.708q.013.127.016.253H7.74q.002-.126.017-.253l.078-.708a.965.965 0 0 1 .77-.84zM8.535 13q.228.234.513.412l.492.308a5.08 5.08 0 0 1 2.286 3.308l.175.873l.175-.873a5.08 5.08 0 0 1 2.286-3.308l.492-.308q.285-.178.513-.412z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 3H3v.026a5 5 0 0 0 .008.24c.008.156.023.375.053.637c.06.521.18 1.234.428 1.976c.378 1.135 1.12 2.506 2.537 3.205q-.135.349-.179.734l-.078.708a4.78 4.78 0 0 0 2.218 4.582l.492.308a3.08 3.08 0 0 1 1.385 2.005l.557 2.785a1.61 1.61 0 0 0 3.158 0l.557-2.785a3.08 3.08 0 0 1 1.385-2.005l.492-.308a4.78 4.78 0 0 0 2.218-4.582l-.078-.708a3 3 0 0 0-.136-.616c1.41-.605 2.14-2.02 2.498-3.149c.246-.773.366-1.532.425-2.088a11 11 0 0 0 .06-.939v-.024S21 3 20 3h-1v.041l-.006.15a10 10 0 0 1-.043.563c-.05.475-.15 1.09-.341 1.693c-.4 1.253-1.033 2.03-2.065 2.053a3 3 0 0 0-.758-.262l-.116-.024a18.7 18.7 0 0 0-7.342 0l-.116.024q-.385.077-.725.245C6.394 7.26 5.76 6.37 5.386 5.246a8 8 0 0 1-.338-1.57a8 8 0 0 1-.047-.643L5 3.003V3zm4.72 6.176a16.7 16.7 0 0 1 6.56 0l.115.023a.965.965 0 0 1 .77.84l.079.708q.013.127.016.253H7.74q.002-.126.017-.253l.078-.708a.965.965 0 0 1 .77-.84zM8.535 13q.228.234.513.412l.492.308a5.08 5.08 0 0 1 2.286 3.308l.175.873l.175-.873a5.08 5.08 0 0 1 2.286-3.308l.492-.308q.285-.178.513-.412z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bladder-outline-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203H3v.026a5%205%200%200%200%20.008.24c.008.156.023.375.053.637c.06.521.18%201.234.428%201.976c.378%201.135%201.12%202.506%202.537%203.205q-.135.349-.179.734l-.078.708a4.78%204.78%200%200%200%202.218%204.582l.492.308a3.08%203.08%200%200%201%201.385%202.005l.557%202.785a1.61%201.61%200%200%200%203.158%200l.557-2.785a3.08%203.08%200%200%201%201.385-2.005l.492-.308a4.78%204.78%200%200%200%202.218-4.582l-.078-.708a3%203%200%200%200-.136-.616c1.41-.605%202.14-2.02%202.498-3.149c.246-.773.366-1.532.425-2.088a11%2011%200%200%200%20.06-.939v-.024S21%203%2020%203h-1v.041l-.006.15a10%2010%200%200%201-.043.563c-.05.475-.15%201.09-.341%201.693c-.4%201.253-1.033%202.03-2.065%202.053a3%203%200%200%200-.758-.262l-.116-.024a18.7%2018.7%200%200%200-7.342%200l-.116.024q-.385.077-.725.245C6.394%207.26%205.76%206.37%205.386%205.246a8%208%200%200%201-.338-1.57a8%208%200%200%201-.047-.643L5%203.003V3zm4.72%206.176a16.7%2016.7%200%200%201%206.56%200l.115.023a.965.965%200%200%201%20.77.84l.079.708q.013.127.016.253H7.74q.002-.126.017-.253l.078-.708a.965.965%200%200%201%20.77-.84zM8.535%2013q.228.234.513.412l.492.308a5.08%205.08%200%200%201%202.286%203.308l.175.873l.175-.873a5.08%205.08%200%200%201%202.286-3.308l.492-.308q.285-.178.513-.412z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203H3v.026a5%205%200%200%200%20.008.24c.008.156.023.375.053.637c.06.521.18%201.234.428%201.976c.378%201.135%201.12%202.506%202.537%203.205q-.135.349-.179.734l-.078.708a4.78%204.78%200%200%200%202.218%204.582l.492.308a3.08%203.08%200%200%201%201.385%202.005l.557%202.785a1.61%201.61%200%200%200%203.158%200l.557-2.785a3.08%203.08%200%200%201%201.385-2.005l.492-.308a4.78%204.78%200%200%200%202.218-4.582l-.078-.708a3%203%200%200%200-.136-.616c1.41-.605%202.14-2.02%202.498-3.149c.246-.773.366-1.532.425-2.088a11%2011%200%200%200%20.06-.939v-.024S21%203%2020%203h-1v.041l-.006.15a10%2010%200%200%201-.043.563c-.05.475-.15%201.09-.341%201.693c-.4%201.253-1.033%202.03-2.065%202.053a3%203%200%200%200-.758-.262l-.116-.024a18.7%2018.7%200%200%200-7.342%200l-.116.024q-.385.077-.725.245C6.394%207.26%205.76%206.37%205.386%205.246a8%208%200%200%201-.338-1.57a8%208%200%200%201-.047-.643L5%203.003V3zm4.72%206.176a16.7%2016.7%200%200%201%206.56%200l.115.023a.965.965%200%200%201%20.77.84l.079.708q.013.127.016.253H7.74q.002-.126.017-.253l.078-.708a.965.965%200%200%201%20.77-.84zM8.535%2013q.228.234.513.412l.492.308a5.08%205.08%200%200%201%202.286%203.308l.175.873l.175-.873a5.08%205.08%200%200%201%202.286-3.308l.492-.308q.285-.178.513-.412z%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-24px.svg?color=%231a73e8&size=48