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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.513 3c-.986 0-2.964.194-3.876.57a7.5 7.5 0 0 0-4.065 4.06A7.49 7.49 0 0 0 5.2 15.803a7.5 7.5 0 0 0 2.437 1.626c.552.229 1.496.39 2.374.481V21h2.003v-3.5a1.5 1.5 0 0 0-1.206-1.47a1.1 1.1 0 0 0-.295-.066c-.77-.064-1.671-.188-2.114-.371a5.52 5.52 0 0 1-2.988-2.983a5.505 5.505 0 0 1 1.197-6.008a5.5 5.5 0 0 1 1.791-1.195c.67-.277 2.39-.42 3.114-.42z"/><path fill-rule="evenodd" d="M19.24 5.31c.455-.033.969.111 1.33.58c.31.402.407.927.426 1.355c.021.467-.042.992-.194 1.523a5.48 5.48 0 0 1-2.223 3.064c-.753.502-1.617.742-2.38.883c-.478.088-1.012.15-1.456.203c-.175.02-.336.039-.474.057c-.17.27-.364.521-.583.74l.127.035c.729.187 1.206 1.023 1.206 1.75V21h-2.003v-4.5c0-.91-1.002-1.5-2.374-1.5v-.002l-.091.002a4.53 4.53 0 0 1-2.99-1.102a4.484 4.484 0 0 1-.798-5.892a4.52 4.52 0 0 1 2.59-1.852a4.54 4.54 0 0 1 2.433.025l.319.09c.864.245 1.497.425 2.03.488c1.115.132 1.839-.026 2.432-.174a.7.7 0 0 0 .162-.06c.187-.103.382-.227.606-.368l.087-.055c.245-.155.529-.332.807-.473c.263-.133.622-.288 1.012-.316m-3.406 5.438a14 14 0 0 1-.96.14l-1.208.073c-.395.024-.736.28-.918.632c-.144.276-.336.586-.549.774a2.53 2.53 0 0 1-3.327.019a2.487 2.487 0 0 1-.444-3.27a2.52 2.52 0 0 1 1.443-1.03a2.53 2.53 0 0 1 1.77.173c.168.083.63.223.932.311q.28.08.57.115c.191.022.442.05.636.065c.16.013.361.024.535.033c1.232.09 2.1-.1 2.737-.26a2.7 2.7 0 0 0 .653-.252c.24-.134.486-.29.703-.427l.085-.054q.284-.18.504-.305c-.006.207-.042.46-.12.735a3.48 3.48 0 0 1-1.408 1.948c-.425.283-.98.46-1.634.58" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPancreasOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.513 3c-.986 0-2.964.194-3.876.57a7.5 7.5 0 0 0-4.065 4.06A7.49 7.49 0 0 0 5.2 15.803a7.5 7.5 0 0 0 2.437 1.626c.552.229 1.496.39 2.374.481V21h2.003v-3.5a1.5 1.5 0 0 0-1.206-1.47a1.1 1.1 0 0 0-.295-.066c-.77-.064-1.671-.188-2.114-.371a5.52 5.52 0 0 1-2.988-2.983a5.505 5.505 0 0 1 1.197-6.008a5.5 5.5 0 0 1 1.791-1.195c.67-.277 2.39-.42 3.114-.42z"/><path fillRule="evenodd" d="M19.24 5.31c.455-.033.969.111 1.33.58c.31.402.407.927.426 1.355c.021.467-.042.992-.194 1.523a5.48 5.48 0 0 1-2.223 3.064c-.753.502-1.617.742-2.38.883c-.478.088-1.012.15-1.456.203c-.175.02-.336.039-.474.057c-.17.27-.364.521-.583.74l.127.035c.729.187 1.206 1.023 1.206 1.75V21h-2.003v-4.5c0-.91-1.002-1.5-2.374-1.5v-.002l-.091.002a4.53 4.53 0 0 1-2.99-1.102a4.484 4.484 0 0 1-.798-5.892a4.52 4.52 0 0 1 2.59-1.852a4.54 4.54 0 0 1 2.433.025l.319.09c.864.245 1.497.425 2.03.488c1.115.132 1.839-.026 2.432-.174a.7.7 0 0 0 .162-.06c.187-.103.382-.227.606-.368l.087-.055c.245-.155.529-.332.807-.473c.263-.133.622-.288 1.012-.316m-3.406 5.438a14 14 0 0 1-.96.14l-1.208.073c-.395.024-.736.28-.918.632c-.144.276-.336.586-.549.774a2.53 2.53 0 0 1-3.327.019a2.487 2.487 0 0 1-.444-3.27a2.52 2.52 0 0 1 1.443-1.03a2.53 2.53 0 0 1 1.77.173c.168.083.63.223.932.311q.28.08.57.115c.191.022.442.05.636.065c.16.013.361.024.535.033c1.232.09 2.1-.1 2.737-.26a2.7 2.7 0 0 0 .653-.252c.24-.134.486-.29.703-.427l.085-.054q.284-.18.504-.305c-.006.207-.042.46-.12.735a3.48 3.48 0 0 1-1.408 1.948c-.425.283-.98.46-1.634.58" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.513 3c-.986 0-2.964.194-3.876.57a7.5 7.5 0 0 0-4.065 4.06A7.49 7.49 0 0 0 5.2 15.803a7.5 7.5 0 0 0 2.437 1.626c.552.229 1.496.39 2.374.481V21h2.003v-3.5a1.5 1.5 0 0 0-1.206-1.47a1.1 1.1 0 0 0-.295-.066c-.77-.064-1.671-.188-2.114-.371a5.52 5.52 0 0 1-2.988-2.983a5.505 5.505 0 0 1 1.197-6.008a5.5 5.5 0 0 1 1.791-1.195c.67-.277 2.39-.42 3.114-.42z"/><path fill-rule="evenodd" d="M19.24 5.31c.455-.033.969.111 1.33.58c.31.402.407.927.426 1.355c.021.467-.042.992-.194 1.523a5.48 5.48 0 0 1-2.223 3.064c-.753.502-1.617.742-2.38.883c-.478.088-1.012.15-1.456.203c-.175.02-.336.039-.474.057c-.17.27-.364.521-.583.74l.127.035c.729.187 1.206 1.023 1.206 1.75V21h-2.003v-4.5c0-.91-1.002-1.5-2.374-1.5v-.002l-.091.002a4.53 4.53 0 0 1-2.99-1.102a4.484 4.484 0 0 1-.798-5.892a4.52 4.52 0 0 1 2.59-1.852a4.54 4.54 0 0 1 2.433.025l.319.09c.864.245 1.497.425 2.03.488c1.115.132 1.839-.026 2.432-.174a.7.7 0 0 0 .162-.06c.187-.103.382-.227.606-.368l.087-.055c.245-.155.529-.332.807-.473c.263-.133.622-.288 1.012-.316m-3.406 5.438a14 14 0 0 1-.96.14l-1.208.073c-.395.024-.736.28-.918.632c-.144.276-.336.586-.549.774a2.53 2.53 0 0 1-3.327.019a2.487 2.487 0 0 1-.444-3.27a2.52 2.52 0 0 1 1.443-1.03a2.53 2.53 0 0 1 1.77.173c.168.083.63.223.932.311q.28.08.57.115c.191.022.442.05.636.065c.16.013.361.024.535.033c1.232.09 2.1-.1 2.737-.26a2.7 2.7 0 0 0 .653-.252c.24-.134.486-.29.703-.427l.085-.054q.284-.18.504-.305c-.006.207-.042.46-.12.735a3.48 3.48 0 0 1-1.408 1.948c-.425.283-.98.46-1.634.58" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pancreas-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.513%203c-.986%200-2.964.194-3.876.57a7.5%207.5%200%200%200-4.065%204.06A7.49%207.49%200%200%200%205.2%2015.803a7.5%207.5%200%200%200%202.437%201.626c.552.229%201.496.39%202.374.481V21h2.003v-3.5a1.5%201.5%200%200%200-1.206-1.47a1.1%201.1%200%200%200-.295-.066c-.77-.064-1.671-.188-2.114-.371a5.52%205.52%200%200%201-2.988-2.983a5.505%205.505%200%200%201%201.197-6.008a5.5%205.5%200%200%201%201.791-1.195c.67-.277%202.39-.42%203.114-.42z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.24%205.31c.455-.033.969.111%201.33.58c.31.402.407.927.426%201.355c.021.467-.042.992-.194%201.523a5.48%205.48%200%200%201-2.223%203.064c-.753.502-1.617.742-2.38.883c-.478.088-1.012.15-1.456.203c-.175.02-.336.039-.474.057c-.17.27-.364.521-.583.74l.127.035c.729.187%201.206%201.023%201.206%201.75V21h-2.003v-4.5c0-.91-1.002-1.5-2.374-1.5v-.002l-.091.002a4.53%204.53%200%200%201-2.99-1.102a4.484%204.484%200%200%201-.798-5.892a4.52%204.52%200%200%201%202.59-1.852a4.54%204.54%200%200%201%202.433.025l.319.09c.864.245%201.497.425%202.03.488c1.115.132%201.839-.026%202.432-.174a.7.7%200%200%200%20.162-.06c.187-.103.382-.227.606-.368l.087-.055c.245-.155.529-.332.807-.473c.263-.133.622-.288%201.012-.316m-3.406%205.438a14%2014%200%200%201-.96.14l-1.208.073c-.395.024-.736.28-.918.632c-.144.276-.336.586-.549.774a2.53%202.53%200%200%201-3.327.019a2.487%202.487%200%200%201-.444-3.27a2.52%202.52%200%200%201%201.443-1.03a2.53%202.53%200%200%201%201.77.173c.168.083.63.223.932.311q.28.08.57.115c.191.022.442.05.636.065c.16.013.361.024.535.033c1.232.09%202.1-.1%202.737-.26a2.7%202.7%200%200%200%20.653-.252c.24-.134.486-.29.703-.427l.085-.054q.284-.18.504-.305c-.006.207-.042.46-.12.735a3.48%203.48%200%200%201-1.408%201.948c-.425.283-.98.46-1.634.58%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.513%203c-.986%200-2.964.194-3.876.57a7.5%207.5%200%200%200-4.065%204.06A7.49%207.49%200%200%200%205.2%2015.803a7.5%207.5%200%200%200%202.437%201.626c.552.229%201.496.39%202.374.481V21h2.003v-3.5a1.5%201.5%200%200%200-1.206-1.47a1.1%201.1%200%200%200-.295-.066c-.77-.064-1.671-.188-2.114-.371a5.52%205.52%200%200%201-2.988-2.983a5.505%205.505%200%200%201%201.197-6.008a5.5%205.5%200%200%201%201.791-1.195c.67-.277%202.39-.42%203.114-.42z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.24%205.31c.455-.033.969.111%201.33.58c.31.402.407.927.426%201.355c.021.467-.042.992-.194%201.523a5.48%205.48%200%200%201-2.223%203.064c-.753.502-1.617.742-2.38.883c-.478.088-1.012.15-1.456.203c-.175.02-.336.039-.474.057c-.17.27-.364.521-.583.74l.127.035c.729.187%201.206%201.023%201.206%201.75V21h-2.003v-4.5c0-.91-1.002-1.5-2.374-1.5v-.002l-.091.002a4.53%204.53%200%200%201-2.99-1.102a4.484%204.484%200%200%201-.798-5.892a4.52%204.52%200%200%201%202.59-1.852a4.54%204.54%200%200%201%202.433.025l.319.09c.864.245%201.497.425%202.03.488c1.115.132%201.839-.026%202.432-.174a.7.7%200%200%200%20.162-.06c.187-.103.382-.227.606-.368l.087-.055c.245-.155.529-.332.807-.473c.263-.133.622-.288%201.012-.316m-3.406%205.438a14%2014%200%200%201-.96.14l-1.208.073c-.395.024-.736.28-.918.632c-.144.276-.336.586-.549.774a2.53%202.53%200%200%201-3.327.019a2.487%202.487%200%200%201-.444-3.27a2.52%202.52%200%200%201%201.443-1.03a2.53%202.53%200%200%201%201.77.173c.168.083.63.223.932.311q.28.08.57.115c.191.022.442.05.636.065c.16.013.361.024.535.033c1.232.09%202.1-.1%202.737-.26a2.7%202.7%200%200%200%20.653-.252c.24-.134.486-.29.703-.427l.085-.054q.284-.18.504-.305c-.006.207-.042.46-.12.735a3.48%203.48%200%200%201-1.408%201.948c-.425.283-.98.46-1.634.58%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-24px.svg?color=%231a73e8&size=48