oesophagus cancer icon
oesophagus-cancer from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- oesophagus-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 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 d="M19.75 11a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill-rule="evenodd" d="m24.302 4.003l-.036 4.612c1.014.61 1.748 1.688 1.738 3.041A3.77 3.77 0 0 1 27 14.284c-.026 1.475-.945 3.201-2.75 3.623l-.01 2.693v.002c0 .21-.004.384-.008.541c-.007.252-.012.457.005.682c.023.314.087.473.172.58c.115.142.205.173.312.182c.156.015.386-.021.741-.137c.17-.056.349-.122.547-.197l.06-.024c.176-.066.367-.139.559-.205c.418-.145.926-.29 1.454-.29c3.246 0 5.129 2.65 6.321 4.877c1.507 2.813 1.443 6.317-.161 9.071c-1.043 1.79-2.396 3.375-4.471 4.22c-2.992 1.218-6.28.741-8.97-.649c-.373-.193-.884.098-.884.557V44H12.46v-4.015c0-.888.165-1.767.486-2.592c.744-1.908 1.779-2.881 3.101-3.454c.62-.269 1.283-.44 1.934-.595l.395-.093a27 27 0 0 0 1.659-.427c.708-.212 1.268-.774 1.479-1.393c.192-.568.103-1.198-.535-1.738q-.194-.164-.398-.332c-.936-.777-2.009-1.67-2.725-2.932c-1.026-1.81-1.02-3.75-1.016-5.482v-2.942A4.74 4.74 0 0 1 15 14.25c0-.506.11-1.019.263-1.479A3.4 3.4 0 0 1 15 11.5c0-1.49.724-2.81 1.84-3.63V4zm-.465 8.12q.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"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOesophagusCancer(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="M19.75 11a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fillRule="evenodd" d="m24.302 4.003l-.036 4.612c1.014.61 1.748 1.688 1.738 3.041A3.77 3.77 0 0 1 27 14.284c-.026 1.475-.945 3.201-2.75 3.623l-.01 2.693v.002c0 .21-.004.384-.008.541c-.007.252-.012.457.005.682c.023.314.087.473.172.58c.115.142.205.173.312.182c.156.015.386-.021.741-.137c.17-.056.349-.122.547-.197l.06-.024c.176-.066.367-.139.559-.205c.418-.145.926-.29 1.454-.29c3.246 0 5.129 2.65 6.321 4.877c1.507 2.813 1.443 6.317-.161 9.071c-1.043 1.79-2.396 3.375-4.471 4.22c-2.992 1.218-6.28.741-8.97-.649c-.373-.193-.884.098-.884.557V44H12.46v-4.015c0-.888.165-1.767.486-2.592c.744-1.908 1.779-2.881 3.101-3.454c.62-.269 1.283-.44 1.934-.595l.395-.093a27 27 0 0 0 1.659-.427c.708-.212 1.268-.774 1.479-1.393c.192-.568.103-1.198-.535-1.738q-.194-.164-.398-.332c-.936-.777-2.009-1.67-2.725-2.932c-1.026-1.81-1.02-3.75-1.016-5.482v-2.942A4.74 4.74 0 0 1 15 14.25c0-.506.11-1.019.263-1.479A3.4 3.4 0 0 1 15 11.5c0-1.49.724-2.81 1.84-3.63V4zm-.465 8.12q.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"/></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="M19.75 11a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill-rule="evenodd" d="m24.302 4.003l-.036 4.612c1.014.61 1.748 1.688 1.738 3.041A3.77 3.77 0 0 1 27 14.284c-.026 1.475-.945 3.201-2.75 3.623l-.01 2.693v.002c0 .21-.004.384-.008.541c-.007.252-.012.457.005.682c.023.314.087.473.172.58c.115.142.205.173.312.182c.156.015.386-.021.741-.137c.17-.056.349-.122.547-.197l.06-.024c.176-.066.367-.139.559-.205c.418-.145.926-.29 1.454-.29c3.246 0 5.129 2.65 6.321 4.877c1.507 2.813 1.443 6.317-.161 9.071c-1.043 1.79-2.396 3.375-4.471 4.22c-2.992 1.218-6.28.741-8.97-.649c-.373-.193-.884.098-.884.557V44H12.46v-4.015c0-.888.165-1.767.486-2.592c.744-1.908 1.779-2.881 3.101-3.454c.62-.269 1.283-.44 1.934-.595l.395-.093a27 27 0 0 0 1.659-.427c.708-.212 1.268-.774 1.479-1.393c.192-.568.103-1.198-.535-1.738q-.194-.164-.398-.332c-.936-.777-2.009-1.67-2.725-2.932c-1.026-1.81-1.02-3.75-1.016-5.482v-2.942A4.74 4.74 0 0 1 15 14.25c0-.506.11-1.019.263-1.479A3.4 3.4 0 0 1 15 11.5c0-1.49.724-2.81 1.84-3.63V4zm-.465 8.12q.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"/></g></svg> </template>
CSS
.icon-oesophagus-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%22M19.75%2011a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m1.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m24.302%204.003l-.036%204.612c1.014.61%201.748%201.688%201.738%203.041A3.77%203.77%200%200%201%2027%2014.284c-.026%201.475-.945%203.201-2.75%203.623l-.01%202.693v.002c0%20.21-.004.384-.008.541c-.007.252-.012.457.005.682c.023.314.087.473.172.58c.115.142.205.173.312.182c.156.015.386-.021.741-.137c.17-.056.349-.122.547-.197l.06-.024c.176-.066.367-.139.559-.205c.418-.145.926-.29%201.454-.29c3.246%200%205.129%202.65%206.321%204.877c1.507%202.813%201.443%206.317-.161%209.071c-1.043%201.79-2.396%203.375-4.471%204.22c-2.992%201.218-6.28.741-8.97-.649c-.373-.193-.884.098-.884.557V44H12.46v-4.015c0-.888.165-1.767.486-2.592c.744-1.908%201.779-2.881%203.101-3.454c.62-.269%201.283-.44%201.934-.595l.395-.093a27%2027%200%200%200%201.659-.427c.708-.212%201.268-.774%201.479-1.393c.192-.568.103-1.198-.535-1.738q-.194-.164-.398-.332c-.936-.777-2.009-1.67-2.725-2.932c-1.026-1.81-1.02-3.75-1.016-5.482v-2.942A4.74%204.74%200%200%201%2015%2014.25c0-.506.11-1.019.263-1.479A3.4%203.4%200%200%201%2015%2011.5c0-1.49.724-2.81%201.84-3.63V4zm-.465%208.12q.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%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%22M19.75%2011a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m1.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m24.302%204.003l-.036%204.612c1.014.61%201.748%201.688%201.738%203.041A3.77%203.77%200%200%201%2027%2014.284c-.026%201.475-.945%203.201-2.75%203.623l-.01%202.693v.002c0%20.21-.004.384-.008.541c-.007.252-.012.457.005.682c.023.314.087.473.172.58c.115.142.205.173.312.182c.156.015.386-.021.741-.137c.17-.056.349-.122.547-.197l.06-.024c.176-.066.367-.139.559-.205c.418-.145.926-.29%201.454-.29c3.246%200%205.129%202.65%206.321%204.877c1.507%202.813%201.443%206.317-.161%209.071c-1.043%201.79-2.396%203.375-4.471%204.22c-2.992%201.218-6.28.741-8.97-.649c-.373-.193-.884.098-.884.557V44H12.46v-4.015c0-.888.165-1.767.486-2.592c.744-1.908%201.779-2.881%203.101-3.454c.62-.269%201.283-.44%201.934-.595l.395-.093a27%2027%200%200%200%201.659-.427c.708-.212%201.268-.774%201.479-1.393c.192-.568.103-1.198-.535-1.738q-.194-.164-.398-.332c-.936-.777-2.009-1.67-2.725-2.932c-1.026-1.81-1.02-3.75-1.016-5.482v-2.942A4.74%204.74%200%200%201%2015%2014.25c0-.506.11-1.019.263-1.479A3.4%203.4%200%200%201%2015%2011.5c0-1.49.724-2.81%201.84-3.63V4zm-.465%208.12q.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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/oesophagus-cancer.svg?color=%231a73e8&size=48