pancreatic cancer icon
pancreatic-cancer from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- pancreatic-cancer
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More conditions icons from Health Icons
Use the pancreatic cancer 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 6v2.4c-.796 0-3.903.071-4.658.208C12.847 9.685 8.329 14.824 8.329 21c0 6.959 5.735 12.6 12.81 12.6c1.286 0 2.329 1.075 2.329 2.4v6h-2.33v-6C12.882 36 6 29.388 6 21S12.881 6 21.139 6z"/><path d="M27.253 19.462c.315-.57 1.048-.846 1.882-.367L20.5 24.548l.108-.517a5.8 5.8 0 0 1 .602-1.64l.26-.467l-.245-.476c-.516-1-.244-1.948.275-2.32c.495-.356 1.409-.308 2.13.523l.37.427l.557-.097a5.3 5.3 0 0 1 1.677-.015l.684.1zm-7.067 5.283l-1.277.807c.18-.424.527-.677.89-.74z"/><path fill-rule="evenodd" d="M28.126 36.209c0-2.485-1.221-4.675-3.079-5.97c2.172-1 4.016-2.758 5.041-5.158l1.815-.407c4.6-1.033 7.308-4.072 9.57-8.186c1.097-2.077.286-3.888-.656-4.737c-1.847-1.665-3.67-.52-5.447.594c-1.165.73-2.31 1.45-3.43 1.355c-1.91-.16-3.61-.814-5.29-1.46c-1.053-.403-2.098-.805-3.182-1.08c-.861-.22-1.747-.36-2.683-.36c-1.625 0-3.16.387-4.522 1.074c-.48.194-.933.443-1.36.76c-2.73 2.021-4.346 5.191-4.346 8.366c0 5.749 4.737 10.409 10.582 10.409c2.504 0 4.547 2.037 4.653 4.591q.005.105.005.209V42h2.329zm-7.627-11.662l8.636-5.453c.78.447 1.16 1.479 1.16 2.701h2c0-1.469-.442-3.448-2.165-4.436c-1.459-.836-3.195-.624-4.228.563a7 7 0 0 0-1.159.017c-1.218-1.08-3.008-1.443-4.411-.435c-1.39.999-1.672 2.831-1.103 4.368a8 8 0 0 0-.433 1.157c-1.455.59-2.214 2.187-1.965 3.835l2.078-1.312l-2.078 1.312c.192 1.267 1.216 1.915 2.042 2.226c.852.32 1.792.41 2.411.41v-2c-.472 0-1.154-.074-1.707-.282c-.578-.218-.74-.463-.769-.653c-.06-.403-.014-.743.101-1.013l1.277-.807l.282-.049z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPancreaticCancer(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 6v2.4c-.796 0-3.903.071-4.658.208C12.847 9.685 8.329 14.824 8.329 21c0 6.959 5.735 12.6 12.81 12.6c1.286 0 2.329 1.075 2.329 2.4v6h-2.33v-6C12.882 36 6 29.388 6 21S12.881 6 21.139 6z"/><path d="M27.253 19.462c.315-.57 1.048-.846 1.882-.367L20.5 24.548l.108-.517a5.8 5.8 0 0 1 .602-1.64l.26-.467l-.245-.476c-.516-1-.244-1.948.275-2.32c.495-.356 1.409-.308 2.13.523l.37.427l.557-.097a5.3 5.3 0 0 1 1.677-.015l.684.1zm-7.067 5.283l-1.277.807c.18-.424.527-.677.89-.74z"/><path fillRule="evenodd" d="M28.126 36.209c0-2.485-1.221-4.675-3.079-5.97c2.172-1 4.016-2.758 5.041-5.158l1.815-.407c4.6-1.033 7.308-4.072 9.57-8.186c1.097-2.077.286-3.888-.656-4.737c-1.847-1.665-3.67-.52-5.447.594c-1.165.73-2.31 1.45-3.43 1.355c-1.91-.16-3.61-.814-5.29-1.46c-1.053-.403-2.098-.805-3.182-1.08c-.861-.22-1.747-.36-2.683-.36c-1.625 0-3.16.387-4.522 1.074c-.48.194-.933.443-1.36.76c-2.73 2.021-4.346 5.191-4.346 8.366c0 5.749 4.737 10.409 10.582 10.409c2.504 0 4.547 2.037 4.653 4.591q.005.105.005.209V42h2.329zm-7.627-11.662l8.636-5.453c.78.447 1.16 1.479 1.16 2.701h2c0-1.469-.442-3.448-2.165-4.436c-1.459-.836-3.195-.624-4.228.563a7 7 0 0 0-1.159.017c-1.218-1.08-3.008-1.443-4.411-.435c-1.39.999-1.672 2.831-1.103 4.368a8 8 0 0 0-.433 1.157c-1.455.59-2.214 2.187-1.965 3.835l2.078-1.312l-2.078 1.312c.192 1.267 1.216 1.915 2.042 2.226c.852.32 1.792.41 2.411.41v-2c-.472 0-1.154-.074-1.707-.282c-.578-.218-.74-.463-.769-.653c-.06-.403-.014-.743.101-1.013l1.277-.807l.282-.049z" 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 6v2.4c-.796 0-3.903.071-4.658.208C12.847 9.685 8.329 14.824 8.329 21c0 6.959 5.735 12.6 12.81 12.6c1.286 0 2.329 1.075 2.329 2.4v6h-2.33v-6C12.882 36 6 29.388 6 21S12.881 6 21.139 6z"/><path d="M27.253 19.462c.315-.57 1.048-.846 1.882-.367L20.5 24.548l.108-.517a5.8 5.8 0 0 1 .602-1.64l.26-.467l-.245-.476c-.516-1-.244-1.948.275-2.32c.495-.356 1.409-.308 2.13.523l.37.427l.557-.097a5.3 5.3 0 0 1 1.677-.015l.684.1zm-7.067 5.283l-1.277.807c.18-.424.527-.677.89-.74z"/><path fill-rule="evenodd" d="M28.126 36.209c0-2.485-1.221-4.675-3.079-5.97c2.172-1 4.016-2.758 5.041-5.158l1.815-.407c4.6-1.033 7.308-4.072 9.57-8.186c1.097-2.077.286-3.888-.656-4.737c-1.847-1.665-3.67-.52-5.447.594c-1.165.73-2.31 1.45-3.43 1.355c-1.91-.16-3.61-.814-5.29-1.46c-1.053-.403-2.098-.805-3.182-1.08c-.861-.22-1.747-.36-2.683-.36c-1.625 0-3.16.387-4.522 1.074c-.48.194-.933.443-1.36.76c-2.73 2.021-4.346 5.191-4.346 8.366c0 5.749 4.737 10.409 10.582 10.409c2.504 0 4.547 2.037 4.653 4.591q.005.105.005.209V42h2.329zm-7.627-11.662l8.636-5.453c.78.447 1.16 1.479 1.16 2.701h2c0-1.469-.442-3.448-2.165-4.436c-1.459-.836-3.195-.624-4.228.563a7 7 0 0 0-1.159.017c-1.218-1.08-3.008-1.443-4.411-.435c-1.39.999-1.672 2.831-1.103 4.368a8 8 0 0 0-.433 1.157c-1.455.59-2.214 2.187-1.965 3.835l2.078-1.312l-2.078 1.312c.192 1.267 1.216 1.915 2.042 2.226c.852.32 1.792.41 2.411.41v-2c-.472 0-1.154-.074-1.707-.282c-.578-.218-.74-.463-.769-.653c-.06-.403-.014-.743.101-1.013l1.277-.807l.282-.049z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-pancreatic-cancer {
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%206v2.4c-.796%200-3.903.071-4.658.208C12.847%209.685%208.329%2014.824%208.329%2021c0%206.959%205.735%2012.6%2012.81%2012.6c1.286%200%202.329%201.075%202.329%202.4v6h-2.33v-6C12.882%2036%206%2029.388%206%2021S12.881%206%2021.139%206z%22%2F%3E%3Cpath%20d%3D%22M27.253%2019.462c.315-.57%201.048-.846%201.882-.367L20.5%2024.548l.108-.517a5.8%205.8%200%200%201%20.602-1.64l.26-.467l-.245-.476c-.516-1-.244-1.948.275-2.32c.495-.356%201.409-.308%202.13.523l.37.427l.557-.097a5.3%205.3%200%200%201%201.677-.015l.684.1zm-7.067%205.283l-1.277.807c.18-.424.527-.677.89-.74z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.126%2036.209c0-2.485-1.221-4.675-3.079-5.97c2.172-1%204.016-2.758%205.041-5.158l1.815-.407c4.6-1.033%207.308-4.072%209.57-8.186c1.097-2.077.286-3.888-.656-4.737c-1.847-1.665-3.67-.52-5.447.594c-1.165.73-2.31%201.45-3.43%201.355c-1.91-.16-3.61-.814-5.29-1.46c-1.053-.403-2.098-.805-3.182-1.08c-.861-.22-1.747-.36-2.683-.36c-1.625%200-3.16.387-4.522%201.074c-.48.194-.933.443-1.36.76c-2.73%202.021-4.346%205.191-4.346%208.366c0%205.749%204.737%2010.409%2010.582%2010.409c2.504%200%204.547%202.037%204.653%204.591q.005.105.005.209V42h2.329zm-7.627-11.662l8.636-5.453c.78.447%201.16%201.479%201.16%202.701h2c0-1.469-.442-3.448-2.165-4.436c-1.459-.836-3.195-.624-4.228.563a7%207%200%200%200-1.159.017c-1.218-1.08-3.008-1.443-4.411-.435c-1.39.999-1.672%202.831-1.103%204.368a8%208%200%200%200-.433%201.157c-1.455.59-2.214%202.187-1.965%203.835l2.078-1.312l-2.078%201.312c.192%201.267%201.216%201.915%202.042%202.226c.852.32%201.792.41%202.411.41v-2c-.472%200-1.154-.074-1.707-.282c-.578-.218-.74-.463-.769-.653c-.06-.403-.014-.743.101-1.013l1.277-.807l.282-.049z%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%206v2.4c-.796%200-3.903.071-4.658.208C12.847%209.685%208.329%2014.824%208.329%2021c0%206.959%205.735%2012.6%2012.81%2012.6c1.286%200%202.329%201.075%202.329%202.4v6h-2.33v-6C12.882%2036%206%2029.388%206%2021S12.881%206%2021.139%206z%22%2F%3E%3Cpath%20d%3D%22M27.253%2019.462c.315-.57%201.048-.846%201.882-.367L20.5%2024.548l.108-.517a5.8%205.8%200%200%201%20.602-1.64l.26-.467l-.245-.476c-.516-1-.244-1.948.275-2.32c.495-.356%201.409-.308%202.13.523l.37.427l.557-.097a5.3%205.3%200%200%201%201.677-.015l.684.1zm-7.067%205.283l-1.277.807c.18-.424.527-.677.89-.74z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.126%2036.209c0-2.485-1.221-4.675-3.079-5.97c2.172-1%204.016-2.758%205.041-5.158l1.815-.407c4.6-1.033%207.308-4.072%209.57-8.186c1.097-2.077.286-3.888-.656-4.737c-1.847-1.665-3.67-.52-5.447.594c-1.165.73-2.31%201.45-3.43%201.355c-1.91-.16-3.61-.814-5.29-1.46c-1.053-.403-2.098-.805-3.182-1.08c-.861-.22-1.747-.36-2.683-.36c-1.625%200-3.16.387-4.522%201.074c-.48.194-.933.443-1.36.76c-2.73%202.021-4.346%205.191-4.346%208.366c0%205.749%204.737%2010.409%2010.582%2010.409c2.504%200%204.547%202.037%204.653%204.591q.005.105.005.209V42h2.329zm-7.627-11.662l8.636-5.453c.78.447%201.16%201.479%201.16%202.701h2c0-1.469-.442-3.448-2.165-4.436c-1.459-.836-3.195-.624-4.228.563a7%207%200%200%200-1.159.017c-1.218-1.08-3.008-1.443-4.411-.435c-1.39.999-1.672%202.831-1.103%204.368a8%208%200%200%200-.433%201.157c-1.455.59-2.214%202.187-1.965%203.835l2.078-1.312l-2.078%201.312c.192%201.267%201.216%201.915%202.042%202.226c.852.32%201.792.41%202.411.41v-2c-.472%200-1.154-.074-1.707-.282c-.578-.218-.74-.463-.769-.653c-.06-.403-.014-.743.101-1.013l1.277-.807l.282-.049z%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/pancreatic-cancer.svg?color=%231a73e8&size=48