gallbladder icon
gallbladder-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- gallbladder-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 gallbladder 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="M28.562 19.985A7.7 7.7 0 0 1 30 21.245V6h2v11.308c.758-1.007 1.74-1.88 2.966-2.654c2.24-1.413 2.838-2.974 2.756-4.122c-.085-1.19-.904-2.205-2.038-2.583l.632-1.898c1.866.622 3.256 2.305 3.401 4.34a5.1 5.1 0 0 1-.32 2.164a44 44 0 0 1 4.357-1.386l.492 1.938c-1.866.474-5.83 1.736-8.212 3.239c-1.349.85-2.268 1.783-2.892 2.85c-.621 1.061-.985 2.312-1.142 3.854V42h-2V27c0-2.681-1.096-4.366-2.561-5.36c-1.282-.87-2.91-1.252-4.48-1.21q.04.279.041.57a4 4 0 0 1-2.082 3.511C19.949 25.041 19 25.895 19 27v6h-.019A6.5 6.5 0 0 1 6.02 33H6v-3c0-7.18 5.82-13 13-13c1.255 0 2.374.578 3.108 1.481c2.134-.218 4.534.201 6.453 1.504M19 19c-6.075 0-11 4.925-11 11v2.675l.013.173a4.5 4.5 0 0 0 8.974 0l.013-.173V27c0-1.16.506-2.095 1.078-2.762c.563-.657 1.26-1.142 1.88-1.481A1.999 1.999 0 0 0 19 19" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGallbladderOutline(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="M28.562 19.985A7.7 7.7 0 0 1 30 21.245V6h2v11.308c.758-1.007 1.74-1.88 2.966-2.654c2.24-1.413 2.838-2.974 2.756-4.122c-.085-1.19-.904-2.205-2.038-2.583l.632-1.898c1.866.622 3.256 2.305 3.401 4.34a5.1 5.1 0 0 1-.32 2.164a44 44 0 0 1 4.357-1.386l.492 1.938c-1.866.474-5.83 1.736-8.212 3.239c-1.349.85-2.268 1.783-2.892 2.85c-.621 1.061-.985 2.312-1.142 3.854V42h-2V27c0-2.681-1.096-4.366-2.561-5.36c-1.282-.87-2.91-1.252-4.48-1.21q.04.279.041.57a4 4 0 0 1-2.082 3.511C19.949 25.041 19 25.895 19 27v6h-.019A6.5 6.5 0 0 1 6.02 33H6v-3c0-7.18 5.82-13 13-13c1.255 0 2.374.578 3.108 1.481c2.134-.218 4.534.201 6.453 1.504M19 19c-6.075 0-11 4.925-11 11v2.675l.013.173a4.5 4.5 0 0 0 8.974 0l.013-.173V27c0-1.16.506-2.095 1.078-2.762c.563-.657 1.26-1.142 1.88-1.481A1.999 1.999 0 0 0 19 19" 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="M28.562 19.985A7.7 7.7 0 0 1 30 21.245V6h2v11.308c.758-1.007 1.74-1.88 2.966-2.654c2.24-1.413 2.838-2.974 2.756-4.122c-.085-1.19-.904-2.205-2.038-2.583l.632-1.898c1.866.622 3.256 2.305 3.401 4.34a5.1 5.1 0 0 1-.32 2.164a44 44 0 0 1 4.357-1.386l.492 1.938c-1.866.474-5.83 1.736-8.212 3.239c-1.349.85-2.268 1.783-2.892 2.85c-.621 1.061-.985 2.312-1.142 3.854V42h-2V27c0-2.681-1.096-4.366-2.561-5.36c-1.282-.87-2.91-1.252-4.48-1.21q.04.279.041.57a4 4 0 0 1-2.082 3.511C19.949 25.041 19 25.895 19 27v6h-.019A6.5 6.5 0 0 1 6.02 33H6v-3c0-7.18 5.82-13 13-13c1.255 0 2.374.578 3.108 1.481c2.134-.218 4.534.201 6.453 1.504M19 19c-6.075 0-11 4.925-11 11v2.675l.013.173a4.5 4.5 0 0 0 8.974 0l.013-.173V27c0-1.16.506-2.095 1.078-2.762c.563-.657 1.26-1.142 1.88-1.481A1.999 1.999 0 0 0 19 19" clip-rule="evenodd"/></svg> </template>
CSS
.icon-gallbladder-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%22M28.562%2019.985A7.7%207.7%200%200%201%2030%2021.245V6h2v11.308c.758-1.007%201.74-1.88%202.966-2.654c2.24-1.413%202.838-2.974%202.756-4.122c-.085-1.19-.904-2.205-2.038-2.583l.632-1.898c1.866.622%203.256%202.305%203.401%204.34a5.1%205.1%200%200%201-.32%202.164a44%2044%200%200%201%204.357-1.386l.492%201.938c-1.866.474-5.83%201.736-8.212%203.239c-1.349.85-2.268%201.783-2.892%202.85c-.621%201.061-.985%202.312-1.142%203.854V42h-2V27c0-2.681-1.096-4.366-2.561-5.36c-1.282-.87-2.91-1.252-4.48-1.21q.04.279.041.57a4%204%200%200%201-2.082%203.511C19.949%2025.041%2019%2025.895%2019%2027v6h-.019A6.5%206.5%200%200%201%206.02%2033H6v-3c0-7.18%205.82-13%2013-13c1.255%200%202.374.578%203.108%201.481c2.134-.218%204.534.201%206.453%201.504M19%2019c-6.075%200-11%204.925-11%2011v2.675l.013.173a4.5%204.5%200%200%200%208.974%200l.013-.173V27c0-1.16.506-2.095%201.078-2.762c.563-.657%201.26-1.142%201.88-1.481A1.999%201.999%200%200%200%2019%2019%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%22M28.562%2019.985A7.7%207.7%200%200%201%2030%2021.245V6h2v11.308c.758-1.007%201.74-1.88%202.966-2.654c2.24-1.413%202.838-2.974%202.756-4.122c-.085-1.19-.904-2.205-2.038-2.583l.632-1.898c1.866.622%203.256%202.305%203.401%204.34a5.1%205.1%200%200%201-.32%202.164a44%2044%200%200%201%204.357-1.386l.492%201.938c-1.866.474-5.83%201.736-8.212%203.239c-1.349.85-2.268%201.783-2.892%202.85c-.621%201.061-.985%202.312-1.142%203.854V42h-2V27c0-2.681-1.096-4.366-2.561-5.36c-1.282-.87-2.91-1.252-4.48-1.21q.04.279.041.57a4%204%200%200%201-2.082%203.511C19.949%2025.041%2019%2025.895%2019%2027v6h-.019A6.5%206.5%200%200%201%206.02%2033H6v-3c0-7.18%205.82-13%2013-13c1.255%200%202.374.578%203.108%201.481c2.134-.218%204.534.201%206.453%201.504M19%2019c-6.075%200-11%204.925-11%2011v2.675l.013.173a4.5%204.5%200%200%200%208.974%200l.013-.173V27c0-1.16.506-2.095%201.078-2.762c.563-.657%201.26-1.142%201.88-1.481A1.999%201.999%200%200%200%2019%2019%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/gallbladder-outline.svg?color=%231a73e8&size=48