oesophagus cancer icon
oesophagus-cancer-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- oesophagus-cancer-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- oesophagus-cancer2x-outline
1 other variant in Health Icons
More conditions icons from Health Icons
Use the oesophagus cancer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M15 14.25a4.74 4.74 0 0 0 1.84 3.754V20.6l-.001.347c-.005 1.732-.01 3.671 1.016 5.482c.716 1.263 1.79 2.155 2.725 2.932l.398.332c.638.54.727 1.17.534 1.737c-.21.62-.77 1.182-1.478 1.394c-.58.174-1.122.3-1.66.427l-.394.093c-.651.155-1.313.326-1.934.595c-1.322.573-2.357 1.546-3.1 3.454a7.1 7.1 0 0 0-.487 2.591V44h1.8v-4.016c0-.664.124-1.322.364-1.938c.583-1.498 1.293-2.089 2.139-2.455c.463-.201.99-.343 1.635-.497l.362-.085h.005a30 30 0 0 0 1.786-.46c1.26-.377 2.268-1.363 2.667-2.54c.417-1.23.157-2.646-1.076-3.69l-.427-.358c-.952-.796-1.75-1.464-2.293-2.42c-.784-1.383-.783-2.87-.781-4.714v-1.958q.536.13 1.11.131c.949 0 1.898-.298 2.699-.812l-.01 2.409v.003c0 .107-.002.234-.006.37c-.007.314-.015.681.008.989c.036.49.156 1.066.565 1.573c.426.53.966.794 1.549.848c.532.049 1.048-.083 1.465-.22c.215-.07.43-.15.626-.224l.06-.023c.18-.069.344-.131.508-.188c.372-.128.649-.192.867-.192c2.116 0 3.546 1.707 4.735 3.928c1.21 2.262 1.16 5.102-.13 7.315c-.94 1.611-2.033 2.823-3.595 3.459c-2.397.976-5.128.626-7.463-.581c-1.544-.798-3.512.315-3.512 2.156V44h1.8v-4.19c0-.46.51-.75.885-.557c2.69 1.39 5.977 1.867 8.969.65c2.075-.846 3.428-2.432 4.47-4.221c1.605-2.754 1.669-6.258.162-9.07c-1.192-2.227-3.075-4.879-6.321-4.879c-.527 0-1.036.146-1.454.291c-.191.066-.383.139-.558.205l-.061.023a13 13 0 0 1-.547.198c-.355.116-.585.152-.741.137c-.107-.01-.197-.04-.312-.183c-.085-.106-.149-.265-.172-.58a6 6 0 0 1-.005-.68c.004-.158.009-.333.009-.542V20.6l.01-2.693c1.805-.422 2.724-2.148 2.75-3.623a3.77 3.77 0 0 0-.996-2.628c.01-1.353-.724-2.43-1.739-3.04l.036-4.613l-1.8-.006l-.015 4.071a3 3 0 0 0-.408.005C21.503 7.515 20.671 7 19.5 7q-.442 0-.86.082V4h-1.8v3.87A4.5 4.5 0 0 0 15 11.5c0 .482.117.917.263 1.271A4.7 4.7 0 0 0 15 14.25m8.837-2.127q.02-.13.02-.266a1.714 1.714 0 0 0-2.494-1.527a2.285 2.285 0 0 0-4.363.956c0 .5.161.964.435 1.341a2.857 2.857 0 1 0 4.899 2.941a1.7 1.7 0 0 0 .952.29a1.714 1.714 0 0 0 .451-3.37q.07-.174.1-.365" clip-rule="evenodd"/><path d="M21.25 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1.5-3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOesophagusCancerOutline(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 fillRule="evenodd" d="M15 14.25a4.74 4.74 0 0 0 1.84 3.754V20.6l-.001.347c-.005 1.732-.01 3.671 1.016 5.482c.716 1.263 1.79 2.155 2.725 2.932l.398.332c.638.54.727 1.17.534 1.737c-.21.62-.77 1.182-1.478 1.394c-.58.174-1.122.3-1.66.427l-.394.093c-.651.155-1.313.326-1.934.595c-1.322.573-2.357 1.546-3.1 3.454a7.1 7.1 0 0 0-.487 2.591V44h1.8v-4.016c0-.664.124-1.322.364-1.938c.583-1.498 1.293-2.089 2.139-2.455c.463-.201.99-.343 1.635-.497l.362-.085h.005a30 30 0 0 0 1.786-.46c1.26-.377 2.268-1.363 2.667-2.54c.417-1.23.157-2.646-1.076-3.69l-.427-.358c-.952-.796-1.75-1.464-2.293-2.42c-.784-1.383-.783-2.87-.781-4.714v-1.958q.536.13 1.11.131c.949 0 1.898-.298 2.699-.812l-.01 2.409v.003c0 .107-.002.234-.006.37c-.007.314-.015.681.008.989c.036.49.156 1.066.565 1.573c.426.53.966.794 1.549.848c.532.049 1.048-.083 1.465-.22c.215-.07.43-.15.626-.224l.06-.023c.18-.069.344-.131.508-.188c.372-.128.649-.192.867-.192c2.116 0 3.546 1.707 4.735 3.928c1.21 2.262 1.16 5.102-.13 7.315c-.94 1.611-2.033 2.823-3.595 3.459c-2.397.976-5.128.626-7.463-.581c-1.544-.798-3.512.315-3.512 2.156V44h1.8v-4.19c0-.46.51-.75.885-.557c2.69 1.39 5.977 1.867 8.969.65c2.075-.846 3.428-2.432 4.47-4.221c1.605-2.754 1.669-6.258.162-9.07c-1.192-2.227-3.075-4.879-6.321-4.879c-.527 0-1.036.146-1.454.291c-.191.066-.383.139-.558.205l-.061.023a13 13 0 0 1-.547.198c-.355.116-.585.152-.741.137c-.107-.01-.197-.04-.312-.183c-.085-.106-.149-.265-.172-.58a6 6 0 0 1-.005-.68c.004-.158.009-.333.009-.542V20.6l.01-2.693c1.805-.422 2.724-2.148 2.75-3.623a3.77 3.77 0 0 0-.996-2.628c.01-1.353-.724-2.43-1.739-3.04l.036-4.613l-1.8-.006l-.015 4.071a3 3 0 0 0-.408.005C21.503 7.515 20.671 7 19.5 7q-.442 0-.86.082V4h-1.8v3.87A4.5 4.5 0 0 0 15 11.5c0 .482.117.917.263 1.271A4.7 4.7 0 0 0 15 14.25m8.837-2.127q.02-.13.02-.266a1.714 1.714 0 0 0-2.494-1.527a2.285 2.285 0 0 0-4.363.956c0 .5.161.964.435 1.341a2.857 2.857 0 1 0 4.899 2.941a1.7 1.7 0 0 0 .952.29a1.714 1.714 0 0 0 .451-3.37q.07-.174.1-.365" clipRule="evenodd"/><path d="M21.25 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1.5-3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></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 fill-rule="evenodd" d="M15 14.25a4.74 4.74 0 0 0 1.84 3.754V20.6l-.001.347c-.005 1.732-.01 3.671 1.016 5.482c.716 1.263 1.79 2.155 2.725 2.932l.398.332c.638.54.727 1.17.534 1.737c-.21.62-.77 1.182-1.478 1.394c-.58.174-1.122.3-1.66.427l-.394.093c-.651.155-1.313.326-1.934.595c-1.322.573-2.357 1.546-3.1 3.454a7.1 7.1 0 0 0-.487 2.591V44h1.8v-4.016c0-.664.124-1.322.364-1.938c.583-1.498 1.293-2.089 2.139-2.455c.463-.201.99-.343 1.635-.497l.362-.085h.005a30 30 0 0 0 1.786-.46c1.26-.377 2.268-1.363 2.667-2.54c.417-1.23.157-2.646-1.076-3.69l-.427-.358c-.952-.796-1.75-1.464-2.293-2.42c-.784-1.383-.783-2.87-.781-4.714v-1.958q.536.13 1.11.131c.949 0 1.898-.298 2.699-.812l-.01 2.409v.003c0 .107-.002.234-.006.37c-.007.314-.015.681.008.989c.036.49.156 1.066.565 1.573c.426.53.966.794 1.549.848c.532.049 1.048-.083 1.465-.22c.215-.07.43-.15.626-.224l.06-.023c.18-.069.344-.131.508-.188c.372-.128.649-.192.867-.192c2.116 0 3.546 1.707 4.735 3.928c1.21 2.262 1.16 5.102-.13 7.315c-.94 1.611-2.033 2.823-3.595 3.459c-2.397.976-5.128.626-7.463-.581c-1.544-.798-3.512.315-3.512 2.156V44h1.8v-4.19c0-.46.51-.75.885-.557c2.69 1.39 5.977 1.867 8.969.65c2.075-.846 3.428-2.432 4.47-4.221c1.605-2.754 1.669-6.258.162-9.07c-1.192-2.227-3.075-4.879-6.321-4.879c-.527 0-1.036.146-1.454.291c-.191.066-.383.139-.558.205l-.061.023a13 13 0 0 1-.547.198c-.355.116-.585.152-.741.137c-.107-.01-.197-.04-.312-.183c-.085-.106-.149-.265-.172-.58a6 6 0 0 1-.005-.68c.004-.158.009-.333.009-.542V20.6l.01-2.693c1.805-.422 2.724-2.148 2.75-3.623a3.77 3.77 0 0 0-.996-2.628c.01-1.353-.724-2.43-1.739-3.04l.036-4.613l-1.8-.006l-.015 4.071a3 3 0 0 0-.408.005C21.503 7.515 20.671 7 19.5 7q-.442 0-.86.082V4h-1.8v3.87A4.5 4.5 0 0 0 15 11.5c0 .482.117.917.263 1.271A4.7 4.7 0 0 0 15 14.25m8.837-2.127q.02-.13.02-.266a1.714 1.714 0 0 0-2.494-1.527a2.285 2.285 0 0 0-4.363.956c0 .5.161.964.435 1.341a2.857 2.857 0 1 0 4.899 2.941a1.7 1.7 0 0 0 .952.29a1.714 1.714 0 0 0 .451-3.37q.07-.174.1-.365" clip-rule="evenodd"/><path d="M21.25 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1.5-3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg> </template>
CSS
.icon-oesophagus-cancer-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%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2014.25a4.74%204.74%200%200%200%201.84%203.754V20.6l-.001.347c-.005%201.732-.01%203.671%201.016%205.482c.716%201.263%201.79%202.155%202.725%202.932l.398.332c.638.54.727%201.17.534%201.737c-.21.62-.77%201.182-1.478%201.394c-.58.174-1.122.3-1.66.427l-.394.093c-.651.155-1.313.326-1.934.595c-1.322.573-2.357%201.546-3.1%203.454a7.1%207.1%200%200%200-.487%202.591V44h1.8v-4.016c0-.664.124-1.322.364-1.938c.583-1.498%201.293-2.089%202.139-2.455c.463-.201.99-.343%201.635-.497l.362-.085h.005a30%2030%200%200%200%201.786-.46c1.26-.377%202.268-1.363%202.667-2.54c.417-1.23.157-2.646-1.076-3.69l-.427-.358c-.952-.796-1.75-1.464-2.293-2.42c-.784-1.383-.783-2.87-.781-4.714v-1.958q.536.13%201.11.131c.949%200%201.898-.298%202.699-.812l-.01%202.409v.003c0%20.107-.002.234-.006.37c-.007.314-.015.681.008.989c.036.49.156%201.066.565%201.573c.426.53.966.794%201.549.848c.532.049%201.048-.083%201.465-.22c.215-.07.43-.15.626-.224l.06-.023c.18-.069.344-.131.508-.188c.372-.128.649-.192.867-.192c2.116%200%203.546%201.707%204.735%203.928c1.21%202.262%201.16%205.102-.13%207.315c-.94%201.611-2.033%202.823-3.595%203.459c-2.397.976-5.128.626-7.463-.581c-1.544-.798-3.512.315-3.512%202.156V44h1.8v-4.19c0-.46.51-.75.885-.557c2.69%201.39%205.977%201.867%208.969.65c2.075-.846%203.428-2.432%204.47-4.221c1.605-2.754%201.669-6.258.162-9.07c-1.192-2.227-3.075-4.879-6.321-4.879c-.527%200-1.036.146-1.454.291c-.191.066-.383.139-.558.205l-.061.023a13%2013%200%200%201-.547.198c-.355.116-.585.152-.741.137c-.107-.01-.197-.04-.312-.183c-.085-.106-.149-.265-.172-.58a6%206%200%200%201-.005-.68c.004-.158.009-.333.009-.542V20.6l.01-2.693c1.805-.422%202.724-2.148%202.75-3.623a3.77%203.77%200%200%200-.996-2.628c.01-1.353-.724-2.43-1.739-3.04l.036-4.613l-1.8-.006l-.015%204.071a3%203%200%200%200-.408.005C21.503%207.515%2020.671%207%2019.5%207q-.442%200-.86.082V4h-1.8v3.87A4.5%204.5%200%200%200%2015%2011.5c0%20.482.117.917.263%201.271A4.7%204.7%200%200%200%2015%2014.25m8.837-2.127q.02-.13.02-.266a1.714%201.714%200%200%200-2.494-1.527a2.285%202.285%200%200%200-4.363.956c0%20.5.161.964.435%201.341a2.857%202.857%200%201%200%204.899%202.941a1.7%201.7%200%200%200%20.952.29a1.714%201.714%200%200%200%20.451-3.37q.07-.174.1-.365%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1.5-3.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2014.25a4.74%204.74%200%200%200%201.84%203.754V20.6l-.001.347c-.005%201.732-.01%203.671%201.016%205.482c.716%201.263%201.79%202.155%202.725%202.932l.398.332c.638.54.727%201.17.534%201.737c-.21.62-.77%201.182-1.478%201.394c-.58.174-1.122.3-1.66.427l-.394.093c-.651.155-1.313.326-1.934.595c-1.322.573-2.357%201.546-3.1%203.454a7.1%207.1%200%200%200-.487%202.591V44h1.8v-4.016c0-.664.124-1.322.364-1.938c.583-1.498%201.293-2.089%202.139-2.455c.463-.201.99-.343%201.635-.497l.362-.085h.005a30%2030%200%200%200%201.786-.46c1.26-.377%202.268-1.363%202.667-2.54c.417-1.23.157-2.646-1.076-3.69l-.427-.358c-.952-.796-1.75-1.464-2.293-2.42c-.784-1.383-.783-2.87-.781-4.714v-1.958q.536.13%201.11.131c.949%200%201.898-.298%202.699-.812l-.01%202.409v.003c0%20.107-.002.234-.006.37c-.007.314-.015.681.008.989c.036.49.156%201.066.565%201.573c.426.53.966.794%201.549.848c.532.049%201.048-.083%201.465-.22c.215-.07.43-.15.626-.224l.06-.023c.18-.069.344-.131.508-.188c.372-.128.649-.192.867-.192c2.116%200%203.546%201.707%204.735%203.928c1.21%202.262%201.16%205.102-.13%207.315c-.94%201.611-2.033%202.823-3.595%203.459c-2.397.976-5.128.626-7.463-.581c-1.544-.798-3.512.315-3.512%202.156V44h1.8v-4.19c0-.46.51-.75.885-.557c2.69%201.39%205.977%201.867%208.969.65c2.075-.846%203.428-2.432%204.47-4.221c1.605-2.754%201.669-6.258.162-9.07c-1.192-2.227-3.075-4.879-6.321-4.879c-.527%200-1.036.146-1.454.291c-.191.066-.383.139-.558.205l-.061.023a13%2013%200%200%201-.547.198c-.355.116-.585.152-.741.137c-.107-.01-.197-.04-.312-.183c-.085-.106-.149-.265-.172-.58a6%206%200%200%201-.005-.68c.004-.158.009-.333.009-.542V20.6l.01-2.693c1.805-.422%202.724-2.148%202.75-3.623a3.77%203.77%200%200%200-.996-2.628c.01-1.353-.724-2.43-1.739-3.04l.036-4.613l-1.8-.006l-.015%204.071a3%203%200%200%200-.408.005C21.503%207.515%2020.671%207%2019.5%207q-.442%200-.86.082V4h-1.8v3.87A4.5%204.5%200%200%200%2015%2011.5c0%20.482.117.917.263%201.271A4.7%204.7%200%200%200%2015%2014.25m8.837-2.127q.02-.13.02-.266a1.714%201.714%200%200%200-2.494-1.527a2.285%202.285%200%200%200-4.363.956c0%20.5.161.964.435%201.341a2.857%202.857%200%201%200%204.899%202.941a1.7%201.7%200%200%200%20.952.29a1.714%201.714%200%200%200%20.451-3.37q.07-.174.1-.365%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1.5-3.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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/oesophagus-cancer-outline.svg?color=%231a73e8&size=48