pancreas icon
pancreas-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- pancreas-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 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.471a1.1 1.1 0 0 0-.293-.065c-.77-.063-1.673-.188-2.116-.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 d="M20.57 5.89c-.361-.469-.875-.613-1.33-.58c-.389.03-.748.184-1.01.317a10 10 0 0 0-.808.473l-.087.055c-.224.141-.42.265-.606.369a.7.7 0 0 1-.162.06c-.593.147-1.317.305-2.432.173c-.533-.063-1.166-.243-2.03-.489l-.319-.09a4.54 4.54 0 0 0-2.432-.024a4.52 4.52 0 0 0-2.591 1.851a4.484 4.484 0 0 0 .798 5.893a4.53 4.53 0 0 0 3.082 1.1l-.001.002c1.372 0 2.374.59 2.374 1.5V21h2.003v-5.5c0-.727-.477-1.563-1.206-1.75l-.127-.036c.219-.218.413-.468.583-.739c.138-.018.299-.037.474-.057c.444-.052.978-.114 1.456-.203c.763-.141 1.627-.381 2.38-.883a5.48 5.48 0 0 0 2.223-3.064a4.8 4.8 0 0 0 .194-1.523c-.02-.428-.116-.953-.426-1.355"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPancreas24px(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.471a1.1 1.1 0 0 0-.293-.065c-.77-.063-1.673-.188-2.116-.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 d="M20.57 5.89c-.361-.469-.875-.613-1.33-.58c-.389.03-.748.184-1.01.317a10 10 0 0 0-.808.473l-.087.055c-.224.141-.42.265-.606.369a.7.7 0 0 1-.162.06c-.593.147-1.317.305-2.432.173c-.533-.063-1.166-.243-2.03-.489l-.319-.09a4.54 4.54 0 0 0-2.432-.024a4.52 4.52 0 0 0-2.591 1.851a4.484 4.484 0 0 0 .798 5.893a4.53 4.53 0 0 0 3.082 1.1l-.001.002c1.372 0 2.374.59 2.374 1.5V21h2.003v-5.5c0-.727-.477-1.563-1.206-1.75l-.127-.036c.219-.218.413-.468.583-.739c.138-.018.299-.037.474-.057c.444-.052.978-.114 1.456-.203c.763-.141 1.627-.381 2.38-.883a5.48 5.48 0 0 0 2.223-3.064a4.8 4.8 0 0 0 .194-1.523c-.02-.428-.116-.953-.426-1.355"/></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.471a1.1 1.1 0 0 0-.293-.065c-.77-.063-1.673-.188-2.116-.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 d="M20.57 5.89c-.361-.469-.875-.613-1.33-.58c-.389.03-.748.184-1.01.317a10 10 0 0 0-.808.473l-.087.055c-.224.141-.42.265-.606.369a.7.7 0 0 1-.162.06c-.593.147-1.317.305-2.432.173c-.533-.063-1.166-.243-2.03-.489l-.319-.09a4.54 4.54 0 0 0-2.432-.024a4.52 4.52 0 0 0-2.591 1.851a4.484 4.484 0 0 0 .798 5.893a4.53 4.53 0 0 0 3.082 1.1l-.001.002c1.372 0 2.374.59 2.374 1.5V21h2.003v-5.5c0-.727-.477-1.563-1.206-1.75l-.127-.036c.219-.218.413-.468.583-.739c.138-.018.299-.037.474-.057c.444-.052.978-.114 1.456-.203c.763-.141 1.627-.381 2.38-.883a5.48 5.48 0 0 0 2.223-3.064a4.8 4.8 0 0 0 .194-1.523c-.02-.428-.116-.953-.426-1.355"/></g></svg> </template>
CSS
.icon-pancreas-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.471a1.1%201.1%200%200%200-.293-.065c-.77-.063-1.673-.188-2.116-.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%20d%3D%22M20.57%205.89c-.361-.469-.875-.613-1.33-.58c-.389.03-.748.184-1.01.317a10%2010%200%200%200-.808.473l-.087.055c-.224.141-.42.265-.606.369a.7.7%200%200%201-.162.06c-.593.147-1.317.305-2.432.173c-.533-.063-1.166-.243-2.03-.489l-.319-.09a4.54%204.54%200%200%200-2.432-.024a4.52%204.52%200%200%200-2.591%201.851a4.484%204.484%200%200%200%20.798%205.893a4.53%204.53%200%200%200%203.082%201.1l-.001.002c1.372%200%202.374.59%202.374%201.5V21h2.003v-5.5c0-.727-.477-1.563-1.206-1.75l-.127-.036c.219-.218.413-.468.583-.739c.138-.018.299-.037.474-.057c.444-.052.978-.114%201.456-.203c.763-.141%201.627-.381%202.38-.883a5.48%205.48%200%200%200%202.223-3.064a4.8%204.8%200%200%200%20.194-1.523c-.02-.428-.116-.953-.426-1.355%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.471a1.1%201.1%200%200%200-.293-.065c-.77-.063-1.673-.188-2.116-.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%20d%3D%22M20.57%205.89c-.361-.469-.875-.613-1.33-.58c-.389.03-.748.184-1.01.317a10%2010%200%200%200-.808.473l-.087.055c-.224.141-.42.265-.606.369a.7.7%200%200%201-.162.06c-.593.147-1.317.305-2.432.173c-.533-.063-1.166-.243-2.03-.489l-.319-.09a4.54%204.54%200%200%200-2.432-.024a4.52%204.52%200%200%200-2.591%201.851a4.484%204.484%200%200%200%20.798%205.893a4.53%204.53%200%200%200%203.082%201.1l-.001.002c1.372%200%202.374.59%202.374%201.5V21h2.003v-5.5c0-.727-.477-1.563-1.206-1.75l-.127-.036c.219-.218.413-.468.583-.739c.138-.018.299-.037.474-.057c.444-.052.978-.114%201.456-.203c.763-.141%201.627-.381%202.38-.883a5.48%205.48%200%200%200%202.223-3.064a4.8%204.8%200%200%200%20.194-1.523c-.02-.428-.116-.953-.426-1.355%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-24px.svg?color=%231a73e8&size=48