pancreas from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
pancreas
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the pancreas 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.468 8.4V6h-2.33C12.882 6 6 12.612 6 21s6.881 15 15.139 15v6h2.329v-6c0-1.325-1.043-2.4-2.33-2.4C14.065 33.6 8.33 27.959 8.33 21c0-6.176 4.518-11.315 10.48-12.392c.756-.137 3.863-.208 4.659-.208m1.58 21.84c1.857 1.294 3.078 3.484 3.078 5.969V42h-2.33v-5.791q.001-.105-.004-.209c-.106-2.554-2.149-4.591-4.653-4.591c-5.845 0-10.582-4.66-10.582-10.409c0-3.175 1.617-6.345 4.346-8.367c.427-.316.88-.565 1.36-.759a10 10 0 0 1 4.522-1.074c.936 0 1.822.14 2.683.36c1.084.275 2.13.677 3.181 1.08c1.68.646 3.38 1.3 5.292 1.46c1.118.094 2.264-.624 3.429-1.355c1.777-1.115 3.6-2.259 5.447-.594c.942.849 1.753 2.66.656 4.737c-2.262 4.114-4.97 7.153-9.57 8.186l-1.815.407c-1.025 2.4-2.87 4.158-5.04 5.159" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPancreas(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.468 8.4V6h-2.33C12.882 6 6 12.612 6 21s6.881 15 15.139 15v6h2.329v-6c0-1.325-1.043-2.4-2.33-2.4C14.065 33.6 8.33 27.959 8.33 21c0-6.176 4.518-11.315 10.48-12.392c.756-.137 3.863-.208 4.659-.208m1.58 21.84c1.857 1.294 3.078 3.484 3.078 5.969V42h-2.33v-5.791q.001-.105-.004-.209c-.106-2.554-2.149-4.591-4.653-4.591c-5.845 0-10.582-4.66-10.582-10.409c0-3.175 1.617-6.345 4.346-8.367c.427-.316.88-.565 1.36-.759a10 10 0 0 1 4.522-1.074c.936 0 1.822.14 2.683.36c1.084.275 2.13.677 3.181 1.08c1.68.646 3.38 1.3 5.292 1.46c1.118.094 2.264-.624 3.429-1.355c1.777-1.115 3.6-2.259 5.447-.594c.942.849 1.753 2.66.656 4.737c-2.262 4.114-4.97 7.153-9.57 8.186l-1.815.407c-1.025 2.4-2.87 4.158-5.04 5.159" 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.468 8.4V6h-2.33C12.882 6 6 12.612 6 21s6.881 15 15.139 15v6h2.329v-6c0-1.325-1.043-2.4-2.33-2.4C14.065 33.6 8.33 27.959 8.33 21c0-6.176 4.518-11.315 10.48-12.392c.756-.137 3.863-.208 4.659-.208m1.58 21.84c1.857 1.294 3.078 3.484 3.078 5.969V42h-2.33v-5.791q.001-.105-.004-.209c-.106-2.554-2.149-4.591-4.653-4.591c-5.845 0-10.582-4.66-10.582-10.409c0-3.175 1.617-6.345 4.346-8.367c.427-.316.88-.565 1.36-.759a10 10 0 0 1 4.522-1.074c.936 0 1.822.14 2.683.36c1.084.275 2.13.677 3.181 1.08c1.68.646 3.38 1.3 5.292 1.46c1.118.094 2.264-.624 3.429-1.355c1.777-1.115 3.6-2.259 5.447-.594c.942.849 1.753 2.66.656 4.737c-2.262 4.114-4.97 7.153-9.57 8.186l-1.815.407c-1.025 2.4-2.87 4.158-5.04 5.159" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pancreas {
  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.468%208.4V6h-2.33C12.882%206%206%2012.612%206%2021s6.881%2015%2015.139%2015v6h2.329v-6c0-1.325-1.043-2.4-2.33-2.4C14.065%2033.6%208.33%2027.959%208.33%2021c0-6.176%204.518-11.315%2010.48-12.392c.756-.137%203.863-.208%204.659-.208m1.58%2021.84c1.857%201.294%203.078%203.484%203.078%205.969V42h-2.33v-5.791q.001-.105-.004-.209c-.106-2.554-2.149-4.591-4.653-4.591c-5.845%200-10.582-4.66-10.582-10.409c0-3.175%201.617-6.345%204.346-8.367c.427-.316.88-.565%201.36-.759a10%2010%200%200%201%204.522-1.074c.936%200%201.822.14%202.683.36c1.084.275%202.13.677%203.181%201.08c1.68.646%203.38%201.3%205.292%201.46c1.118.094%202.264-.624%203.429-1.355c1.777-1.115%203.6-2.259%205.447-.594c.942.849%201.753%202.66.656%204.737c-2.262%204.114-4.97%207.153-9.57%208.186l-1.815.407c-1.025%202.4-2.87%204.158-5.04%205.159%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.468%208.4V6h-2.33C12.882%206%206%2012.612%206%2021s6.881%2015%2015.139%2015v6h2.329v-6c0-1.325-1.043-2.4-2.33-2.4C14.065%2033.6%208.33%2027.959%208.33%2021c0-6.176%204.518-11.315%2010.48-12.392c.756-.137%203.863-.208%204.659-.208m1.58%2021.84c1.857%201.294%203.078%203.484%203.078%205.969V42h-2.33v-5.791q.001-.105-.004-.209c-.106-2.554-2.149-4.591-4.653-4.591c-5.845%200-10.582-4.66-10.582-10.409c0-3.175%201.617-6.345%204.346-8.367c.427-.316.88-.565%201.36-.759a10%2010%200%200%201%204.522-1.074c.936%200%201.822.14%202.683.36c1.084.275%202.13.677%203.181%201.08c1.68.646%203.38%201.3%205.292%201.46c1.118.094%202.264-.624%203.429-1.355c1.777-1.115%203.6-2.259%205.447-.594c.942.849%201.753%202.66.656%204.737c-2.262%204.114-4.97%207.153-9.57%208.186l-1.815.407c-1.025%202.4-2.87%204.158-5.04%205.159%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/pancreas.svg?color=%231a73e8&size=48