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

Name
pancreas-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 pancreas icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path 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-.208"/><path fill-rule="evenodd" d="M25.048 30.24c1.857 1.294 3.078 3.485 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.367a6 6 0 0 1 1.36-.76a10 10 0 0 1 4.522-1.073c.935 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.776-1.115 3.6-2.259 5.447-.594c.942.85 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.159m-2.942-1.163c2.607-.449 5.007-2.122 6.143-4.782l.402-.941l2.814-.632c3.79-.85 6.114-3.307 8.247-7.18c.59-1.132.141-1.967-.234-2.306c-.367-.33-.578-.335-.75-.319c-.305.03-.74.192-1.433.594c-.276.16-.549.331-.854.523l-.196.123c-.37.23-.786.487-1.215.716c-.82.437-1.961.93-3.257.82c-2.207-.186-4.156-.936-5.796-1.568l-.353-.135c-1.13-.433-2.125-.792-3.103-.999h-1.382c-4.662 0-8.253 3.69-8.253 8.009s3.591 8.009 8.253 8.009q.492 0 .967.068" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPancreasOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path 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-.208"/><path fillRule="evenodd" d="M25.048 30.24c1.857 1.294 3.078 3.485 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.367a6 6 0 0 1 1.36-.76a10 10 0 0 1 4.522-1.073c.935 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.776-1.115 3.6-2.259 5.447-.594c.942.85 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.159m-2.942-1.163c2.607-.449 5.007-2.122 6.143-4.782l.402-.941l2.814-.632c3.79-.85 6.114-3.307 8.247-7.18c.59-1.132.141-1.967-.234-2.306c-.367-.33-.578-.335-.75-.319c-.305.03-.74.192-1.433.594c-.276.16-.549.331-.854.523l-.196.123c-.37.23-.786.487-1.215.716c-.82.437-1.961.93-3.257.82c-2.207-.186-4.156-.936-5.796-1.568l-.353-.135c-1.13-.433-2.125-.792-3.103-.999h-1.382c-4.662 0-8.253 3.69-8.253 8.009s3.591 8.009 8.253 8.009q.492 0 .967.068" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path 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-.208"/><path fill-rule="evenodd" d="M25.048 30.24c1.857 1.294 3.078 3.485 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.367a6 6 0 0 1 1.36-.76a10 10 0 0 1 4.522-1.073c.935 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.776-1.115 3.6-2.259 5.447-.594c.942.85 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.159m-2.942-1.163c2.607-.449 5.007-2.122 6.143-4.782l.402-.941l2.814-.632c3.79-.85 6.114-3.307 8.247-7.18c.59-1.132.141-1.967-.234-2.306c-.367-.33-.578-.335-.75-.319c-.305.03-.74.192-1.433.594c-.276.16-.549.331-.854.523l-.196.123c-.37.23-.786.487-1.215.716c-.82.437-1.961.93-3.257.82c-2.207-.186-4.156-.936-5.796-1.568l-.353-.135c-1.13-.433-2.125-.792-3.103-.999h-1.382c-4.662 0-8.253 3.69-8.253 8.009s3.591 8.009 8.253 8.009q.492 0 .967.068" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pancreas-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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-.208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.048%2030.24c1.857%201.294%203.078%203.485%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.367a6%206%200%200%201%201.36-.76a10%2010%200%200%201%204.522-1.073c.935%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.776-1.115%203.6-2.259%205.447-.594c.942.85%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.159m-2.942-1.163c2.607-.449%205.007-2.122%206.143-4.782l.402-.941l2.814-.632c3.79-.85%206.114-3.307%208.247-7.18c.59-1.132.141-1.967-.234-2.306c-.367-.33-.578-.335-.75-.319c-.305.03-.74.192-1.433.594c-.276.16-.549.331-.854.523l-.196.123c-.37.23-.786.487-1.215.716c-.82.437-1.961.93-3.257.82c-2.207-.186-4.156-.936-5.796-1.568l-.353-.135c-1.13-.433-2.125-.792-3.103-.999h-1.382c-4.662%200-8.253%203.69-8.253%208.009s3.591%208.009%208.253%208.009q.492%200%20.967.068%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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-.208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.048%2030.24c1.857%201.294%203.078%203.485%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.367a6%206%200%200%201%201.36-.76a10%2010%200%200%201%204.522-1.073c.935%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.776-1.115%203.6-2.259%205.447-.594c.942.85%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.159m-2.942-1.163c2.607-.449%205.007-2.122%206.143-4.782l.402-.941l2.814-.632c3.79-.85%206.114-3.307%208.247-7.18c.59-1.132.141-1.967-.234-2.306c-.367-.33-.578-.335-.75-.319c-.305.03-.74.192-1.433.594c-.276.16-.549.331-.854.523l-.196.123c-.37.23-.786.487-1.215.716c-.82.437-1.961.93-3.257.82c-2.207-.186-4.156-.936-5.796-1.568l-.353-.135c-1.13-.433-2.125-.792-3.103-.999h-1.382c-4.662%200-8.253%203.69-8.253%208.009s3.591%208.009%208.253%208.009q.492%200%20.967.068%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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