gallbladder icon

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

Name
gallbladder-24px
Set
Health Icons
Style
Filled 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the gallbladder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 3h-1v5.317a3 3 0 0 0-.304-.133a2.6 2.6 0 0 0-1.567-.112a2.6 2.6 0 0 0-.838.38a3.2 3.2 0 0 0-1.177-.413c-1.264-.186-2.758.275-4.1 1.502c-1.215 1.109-1.856 2.214-2.185 3.154A5.7 5.7 0 0 0 3 14.673v1.952a3.375 3.375 0 1 0 6.75 0v-1.929c0-.106.04-.377.18-.672c.134-.285.325-.518.566-.655C11.944 12.542 12 11.039 12 10.5q0-.221-.037-.425a.5.5 0 0 1 .146-.061a.63.63 0 0 1 .379.04c.273.104.635.37 1.012.865V21h2v-5.9c0-1.953.815-3.42 2.064-4.274c.212-.145.412-.265.612-.365l.013.014l.042-.04C18.969 10.08 19.715 10 21 10V8c-.495 0-.946.011-1.371.048a3.7 3.7 0 0 0 .04-1.58a3 3 0 0 0-1.048-1.77C18.05 4.236 17.32 4 16.5 4v2c.43 0 .699.12.863.253a1 1 0 0 1 .343.603c.1.502-.06 1.254-.689 1.957q-.285.159-.581.361a6.5 6.5 0 0 0-.936.776V3z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGallbladder24px(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" d="M14.5 3h-1v5.317a3 3 0 0 0-.304-.133a2.6 2.6 0 0 0-1.567-.112a2.6 2.6 0 0 0-.838.38a3.2 3.2 0 0 0-1.177-.413c-1.264-.186-2.758.275-4.1 1.502c-1.215 1.109-1.856 2.214-2.185 3.154A5.7 5.7 0 0 0 3 14.673v1.952a3.375 3.375 0 1 0 6.75 0v-1.929c0-.106.04-.377.18-.672c.134-.285.325-.518.566-.655C11.944 12.542 12 11.039 12 10.5q0-.221-.037-.425a.5.5 0 0 1 .146-.061a.63.63 0 0 1 .379.04c.273.104.635.37 1.012.865V21h2v-5.9c0-1.953.815-3.42 2.064-4.274c.212-.145.412-.265.612-.365l.013.014l.042-.04C18.969 10.08 19.715 10 21 10V8c-.495 0-.946.011-1.371.048a3.7 3.7 0 0 0 .04-1.58a3 3 0 0 0-1.048-1.77C18.05 4.236 17.32 4 16.5 4v2c.43 0 .699.12.863.253a1 1 0 0 1 .343.603c.1.502-.06 1.254-.689 1.957q-.285.159-.581.361a6.5 6.5 0 0 0-.936.776V3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 3h-1v5.317a3 3 0 0 0-.304-.133a2.6 2.6 0 0 0-1.567-.112a2.6 2.6 0 0 0-.838.38a3.2 3.2 0 0 0-1.177-.413c-1.264-.186-2.758.275-4.1 1.502c-1.215 1.109-1.856 2.214-2.185 3.154A5.7 5.7 0 0 0 3 14.673v1.952a3.375 3.375 0 1 0 6.75 0v-1.929c0-.106.04-.377.18-.672c.134-.285.325-.518.566-.655C11.944 12.542 12 11.039 12 10.5q0-.221-.037-.425a.5.5 0 0 1 .146-.061a.63.63 0 0 1 .379.04c.273.104.635.37 1.012.865V21h2v-5.9c0-1.953.815-3.42 2.064-4.274c.212-.145.412-.265.612-.365l.013.014l.042-.04C18.969 10.08 19.715 10 21 10V8c-.495 0-.946.011-1.371.048a3.7 3.7 0 0 0 .04-1.58a3 3 0 0 0-1.048-1.77C18.05 4.236 17.32 4 16.5 4v2c.43 0 .699.12.863.253a1 1 0 0 1 .343.603c.1.502-.06 1.254-.689 1.957q-.285.159-.581.361a6.5 6.5 0 0 0-.936.776V3z"/></svg>
</template>

CSS

.icon-gallbladder-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%20d%3D%22M14.5%203h-1v5.317a3%203%200%200%200-.304-.133a2.6%202.6%200%200%200-1.567-.112a2.6%202.6%200%200%200-.838.38a3.2%203.2%200%200%200-1.177-.413c-1.264-.186-2.758.275-4.1%201.502c-1.215%201.109-1.856%202.214-2.185%203.154A5.7%205.7%200%200%200%203%2014.673v1.952a3.375%203.375%200%201%200%206.75%200v-1.929c0-.106.04-.377.18-.672c.134-.285.325-.518.566-.655C11.944%2012.542%2012%2011.039%2012%2010.5q0-.221-.037-.425a.5.5%200%200%201%20.146-.061a.63.63%200%200%201%20.379.04c.273.104.635.37%201.012.865V21h2v-5.9c0-1.953.815-3.42%202.064-4.274c.212-.145.412-.265.612-.365l.013.014l.042-.04C18.969%2010.08%2019.715%2010%2021%2010V8c-.495%200-.946.011-1.371.048a3.7%203.7%200%200%200%20.04-1.58a3%203%200%200%200-1.048-1.77C18.05%204.236%2017.32%204%2016.5%204v2c.43%200%20.699.12.863.253a1%201%200%200%201%20.343.603c.1.502-.06%201.254-.689%201.957q-.285.159-.581.361a6.5%206.5%200%200%200-.936.776V3z%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%20d%3D%22M14.5%203h-1v5.317a3%203%200%200%200-.304-.133a2.6%202.6%200%200%200-1.567-.112a2.6%202.6%200%200%200-.838.38a3.2%203.2%200%200%200-1.177-.413c-1.264-.186-2.758.275-4.1%201.502c-1.215%201.109-1.856%202.214-2.185%203.154A5.7%205.7%200%200%200%203%2014.673v1.952a3.375%203.375%200%201%200%206.75%200v-1.929c0-.106.04-.377.18-.672c.134-.285.325-.518.566-.655C11.944%2012.542%2012%2011.039%2012%2010.5q0-.221-.037-.425a.5.5%200%200%201%20.146-.061a.63.63%200%200%201%20.379.04c.273.104.635.37%201.012.865V21h2v-5.9c0-1.953.815-3.42%202.064-4.274c.212-.145.412-.265.612-.365l.013.014l.042-.04C18.969%2010.08%2019.715%2010%2021%2010V8c-.495%200-.946.011-1.371.048a3.7%203.7%200%200%200%20.04-1.58a3%203%200%200%200-1.048-1.77C18.05%204.236%2017.32%204%2016.5%204v2c.43%200%20.699.12.863.253a1%201%200%200%201%20.343.603c.1.502-.06%201.254-.689%201.957q-.285.159-.581.361a6.5%206.5%200%200%200-.936.776V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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