tumour icon
tumour from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- tumour
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the tumour icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.632 17.525a3.66 3.66 0 0 0 2.18-3.353c0-2.018-1.62-3.654-3.62-3.654h-.029q.03-.226.029-.46c0-2.018-1.621-3.654-3.62-3.654c-.5 0-.976.102-1.41.287c-.213-2.89-2.604-5.167-5.521-5.167c-3.047 0-5.52 2.484-5.538 5.554a4 4 0 0 0-1.281-.207c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 1.866 3.457c-.57.4-1.036.943-1.344 1.578a4.03 4.03 0 0 0-2.027-.544c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 2.484 3.789A4.81 4.81 0 0 0 2.5 27.903c0 2.657 2.135 4.81 4.768 4.81a4.73 4.73 0 0 0 3.51-1.555a4.8 4.8 0 0 0-.255 1.556c0 2.657 2.135 4.81 4.768 4.81c2.438 0 4.45-1.847 4.733-4.23a5.503 5.503 0 0 0 7.498.756a4.38 4.38 0 0 0 2.953 1.135c2.406 0 4.355-1.916 4.355-4.28q0-.241-.026-.476a4.82 4.82 0 0 0 2.696-4.334c0-2.657-2.135-4.81-4.767-4.81q-.11 0-.22.005q.043-.34.043-.693a5.53 5.53 0 0 0-.924-3.072M19.263 8.49c1 0 1.81-.818 1.81-1.827c0-1.01-.81-1.827-1.81-1.827s-1.81.818-1.81 1.827s.81 1.826 1.81 1.826M9.15 27.892c0 1.009-.81 1.826-1.81 1.826s-1.81-.817-1.81-1.826s.81-1.827 1.81-1.827s1.81.818 1.81 1.827m19.105-5.932c.667 0 1.207-.545 1.207-1.218s-.54-1.218-1.207-1.218c-.666 0-1.207.546-1.207 1.218c0 .673.54 1.218 1.207 1.218m-2.783 8.976c0 .673-.54 1.218-1.207 1.218a1.21 1.21 0 0 1-1.207-1.218c0-.672.54-1.218 1.207-1.218s1.207.546 1.207 1.218M13.338 19.524c.667 0 1.207-.545 1.207-1.218s-.54-1.217-1.207-1.217c-.666 0-1.207.545-1.207 1.218s.54 1.217 1.207 1.217m4.139 6.177l-.753.667l-.123.011c-.856.085-1.736.301-2.324.722c-.58.415-.983 1.08-1.246 1.733a6 6 0 0 0-.322 1.087l-.001.006v.002a1.21 1.21 0 0 1-1.377 1.013a1.216 1.216 0 0 1-1.008-1.39l1.192.186l-1.192-.186v-.003l.001-.004l.002-.012l.005-.032l.02-.106a8.7 8.7 0 0 1 .444-1.477c.346-.86.975-2.01 2.087-2.805c1.104-.789 2.491-1.06 3.481-1.158q.164-.016.317-.027a7 7 0 0 1-.132-1.485a9 9 0 0 1 .125-1.386l.005-.028l.002-.009v-.005l1.185.236l-1.184-.237c.13-.66.765-1.088 1.419-.957c.652.13 1.077.77.95 1.428l-.001.002l-.001.006l-.008.048a7 7 0 0 0-.078.93c-.007.617.082 1.19.291 1.55c.205.35.606.652 1.068.881a4.6 4.6 0 0 0 .742.287l.017.005h.003a1.22 1.22 0 0 1 .89 1.467a1.207 1.207 0 0 1-1.455.902l.28-1.185l-.28 1.185h-.003l-.004-.002l-.009-.002l-.027-.007l-.083-.023a7 7 0 0 1-1.133-.44a5.8 5.8 0 0 1-1.145-.737l-.096-.004h-.016l-.073-.005a10 10 0 0 0-1.205.025zm3.604-.507l-2.032-3.709l2.03 3.709z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTumour(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M31.632 17.525a3.66 3.66 0 0 0 2.18-3.353c0-2.018-1.62-3.654-3.62-3.654h-.029q.03-.226.029-.46c0-2.018-1.621-3.654-3.62-3.654c-.5 0-.976.102-1.41.287c-.213-2.89-2.604-5.167-5.521-5.167c-3.047 0-5.52 2.484-5.538 5.554a4 4 0 0 0-1.281-.207c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 1.866 3.457c-.57.4-1.036.943-1.344 1.578a4.03 4.03 0 0 0-2.027-.544c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 2.484 3.789A4.81 4.81 0 0 0 2.5 27.903c0 2.657 2.135 4.81 4.768 4.81a4.73 4.73 0 0 0 3.51-1.555a4.8 4.8 0 0 0-.255 1.556c0 2.657 2.135 4.81 4.768 4.81c2.438 0 4.45-1.847 4.733-4.23a5.503 5.503 0 0 0 7.498.756a4.38 4.38 0 0 0 2.953 1.135c2.406 0 4.355-1.916 4.355-4.28q0-.241-.026-.476a4.82 4.82 0 0 0 2.696-4.334c0-2.657-2.135-4.81-4.767-4.81q-.11 0-.22.005q.043-.34.043-.693a5.53 5.53 0 0 0-.924-3.072M19.263 8.49c1 0 1.81-.818 1.81-1.827c0-1.01-.81-1.827-1.81-1.827s-1.81.818-1.81 1.827s.81 1.826 1.81 1.826M9.15 27.892c0 1.009-.81 1.826-1.81 1.826s-1.81-.817-1.81-1.826s.81-1.827 1.81-1.827s1.81.818 1.81 1.827m19.105-5.932c.667 0 1.207-.545 1.207-1.218s-.54-1.218-1.207-1.218c-.666 0-1.207.546-1.207 1.218c0 .673.54 1.218 1.207 1.218m-2.783 8.976c0 .673-.54 1.218-1.207 1.218a1.21 1.21 0 0 1-1.207-1.218c0-.672.54-1.218 1.207-1.218s1.207.546 1.207 1.218M13.338 19.524c.667 0 1.207-.545 1.207-1.218s-.54-1.217-1.207-1.217c-.666 0-1.207.545-1.207 1.218s.54 1.217 1.207 1.217m4.139 6.177l-.753.667l-.123.011c-.856.085-1.736.301-2.324.722c-.58.415-.983 1.08-1.246 1.733a6 6 0 0 0-.322 1.087l-.001.006v.002a1.21 1.21 0 0 1-1.377 1.013a1.216 1.216 0 0 1-1.008-1.39l1.192.186l-1.192-.186v-.003l.001-.004l.002-.012l.005-.032l.02-.106a8.7 8.7 0 0 1 .444-1.477c.346-.86.975-2.01 2.087-2.805c1.104-.789 2.491-1.06 3.481-1.158q.164-.016.317-.027a7 7 0 0 1-.132-1.485a9 9 0 0 1 .125-1.386l.005-.028l.002-.009v-.005l1.185.236l-1.184-.237c.13-.66.765-1.088 1.419-.957c.652.13 1.077.77.95 1.428l-.001.002l-.001.006l-.008.048a7 7 0 0 0-.078.93c-.007.617.082 1.19.291 1.55c.205.35.606.652 1.068.881a4.6 4.6 0 0 0 .742.287l.017.005h.003a1.22 1.22 0 0 1 .89 1.467a1.207 1.207 0 0 1-1.455.902l.28-1.185l-.28 1.185h-.003l-.004-.002l-.009-.002l-.027-.007l-.083-.023a7 7 0 0 1-1.133-.44a5.8 5.8 0 0 1-1.145-.737l-.096-.004h-.016l-.073-.005a10 10 0 0 0-1.205.025zm3.604-.507l-2.032-3.709l2.03 3.709z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.632 17.525a3.66 3.66 0 0 0 2.18-3.353c0-2.018-1.62-3.654-3.62-3.654h-.029q.03-.226.029-.46c0-2.018-1.621-3.654-3.62-3.654c-.5 0-.976.102-1.41.287c-.213-2.89-2.604-5.167-5.521-5.167c-3.047 0-5.52 2.484-5.538 5.554a4 4 0 0 0-1.281-.207c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 1.866 3.457c-.57.4-1.036.943-1.344 1.578a4.03 4.03 0 0 0-2.027-.544c-2.252 0-4.078 1.842-4.078 4.114a4.12 4.12 0 0 0 2.484 3.789A4.81 4.81 0 0 0 2.5 27.903c0 2.657 2.135 4.81 4.768 4.81a4.73 4.73 0 0 0 3.51-1.555a4.8 4.8 0 0 0-.255 1.556c0 2.657 2.135 4.81 4.768 4.81c2.438 0 4.45-1.847 4.733-4.23a5.503 5.503 0 0 0 7.498.756a4.38 4.38 0 0 0 2.953 1.135c2.406 0 4.355-1.916 4.355-4.28q0-.241-.026-.476a4.82 4.82 0 0 0 2.696-4.334c0-2.657-2.135-4.81-4.767-4.81q-.11 0-.22.005q.043-.34.043-.693a5.53 5.53 0 0 0-.924-3.072M19.263 8.49c1 0 1.81-.818 1.81-1.827c0-1.01-.81-1.827-1.81-1.827s-1.81.818-1.81 1.827s.81 1.826 1.81 1.826M9.15 27.892c0 1.009-.81 1.826-1.81 1.826s-1.81-.817-1.81-1.826s.81-1.827 1.81-1.827s1.81.818 1.81 1.827m19.105-5.932c.667 0 1.207-.545 1.207-1.218s-.54-1.218-1.207-1.218c-.666 0-1.207.546-1.207 1.218c0 .673.54 1.218 1.207 1.218m-2.783 8.976c0 .673-.54 1.218-1.207 1.218a1.21 1.21 0 0 1-1.207-1.218c0-.672.54-1.218 1.207-1.218s1.207.546 1.207 1.218M13.338 19.524c.667 0 1.207-.545 1.207-1.218s-.54-1.217-1.207-1.217c-.666 0-1.207.545-1.207 1.218s.54 1.217 1.207 1.217m4.139 6.177l-.753.667l-.123.011c-.856.085-1.736.301-2.324.722c-.58.415-.983 1.08-1.246 1.733a6 6 0 0 0-.322 1.087l-.001.006v.002a1.21 1.21 0 0 1-1.377 1.013a1.216 1.216 0 0 1-1.008-1.39l1.192.186l-1.192-.186v-.003l.001-.004l.002-.012l.005-.032l.02-.106a8.7 8.7 0 0 1 .444-1.477c.346-.86.975-2.01 2.087-2.805c1.104-.789 2.491-1.06 3.481-1.158q.164-.016.317-.027a7 7 0 0 1-.132-1.485a9 9 0 0 1 .125-1.386l.005-.028l.002-.009v-.005l1.185.236l-1.184-.237c.13-.66.765-1.088 1.419-.957c.652.13 1.077.77.95 1.428l-.001.002l-.001.006l-.008.048a7 7 0 0 0-.078.93c-.007.617.082 1.19.291 1.55c.205.35.606.652 1.068.881a4.6 4.6 0 0 0 .742.287l.017.005h.003a1.22 1.22 0 0 1 .89 1.467a1.207 1.207 0 0 1-1.455.902l.28-1.185l-.28 1.185h-.003l-.004-.002l-.009-.002l-.027-.007l-.083-.023a7 7 0 0 1-1.133-.44a5.8 5.8 0 0 1-1.145-.737l-.096-.004h-.016l-.073-.005a10 10 0 0 0-1.205.025zm3.604-.507l-2.032-3.709l2.03 3.709z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tumour {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.632%2017.525a3.66%203.66%200%200%200%202.18-3.353c0-2.018-1.62-3.654-3.62-3.654h-.029q.03-.226.029-.46c0-2.018-1.621-3.654-3.62-3.654c-.5%200-.976.102-1.41.287c-.213-2.89-2.604-5.167-5.521-5.167c-3.047%200-5.52%202.484-5.538%205.554a4%204%200%200%200-1.281-.207c-2.252%200-4.078%201.842-4.078%204.114a4.12%204.12%200%200%200%201.866%203.457c-.57.4-1.036.943-1.344%201.578a4.03%204.03%200%200%200-2.027-.544c-2.252%200-4.078%201.842-4.078%204.114a4.12%204.12%200%200%200%202.484%203.789A4.81%204.81%200%200%200%202.5%2027.903c0%202.657%202.135%204.81%204.768%204.81a4.73%204.73%200%200%200%203.51-1.555a4.8%204.8%200%200%200-.255%201.556c0%202.657%202.135%204.81%204.768%204.81c2.438%200%204.45-1.847%204.733-4.23a5.503%205.503%200%200%200%207.498.756a4.38%204.38%200%200%200%202.953%201.135c2.406%200%204.355-1.916%204.355-4.28q0-.241-.026-.476a4.82%204.82%200%200%200%202.696-4.334c0-2.657-2.135-4.81-4.767-4.81q-.11%200-.22.005q.043-.34.043-.693a5.53%205.53%200%200%200-.924-3.072M19.263%208.49c1%200%201.81-.818%201.81-1.827c0-1.01-.81-1.827-1.81-1.827s-1.81.818-1.81%201.827s.81%201.826%201.81%201.826M9.15%2027.892c0%201.009-.81%201.826-1.81%201.826s-1.81-.817-1.81-1.826s.81-1.827%201.81-1.827s1.81.818%201.81%201.827m19.105-5.932c.667%200%201.207-.545%201.207-1.218s-.54-1.218-1.207-1.218c-.666%200-1.207.546-1.207%201.218c0%20.673.54%201.218%201.207%201.218m-2.783%208.976c0%20.673-.54%201.218-1.207%201.218a1.21%201.21%200%200%201-1.207-1.218c0-.672.54-1.218%201.207-1.218s1.207.546%201.207%201.218M13.338%2019.524c.667%200%201.207-.545%201.207-1.218s-.54-1.217-1.207-1.217c-.666%200-1.207.545-1.207%201.218s.54%201.217%201.207%201.217m4.139%206.177l-.753.667l-.123.011c-.856.085-1.736.301-2.324.722c-.58.415-.983%201.08-1.246%201.733a6%206%200%200%200-.322%201.087l-.001.006v.002a1.21%201.21%200%200%201-1.377%201.013a1.216%201.216%200%200%201-1.008-1.39l1.192.186l-1.192-.186v-.003l.001-.004l.002-.012l.005-.032l.02-.106a8.7%208.7%200%200%201%20.444-1.477c.346-.86.975-2.01%202.087-2.805c1.104-.789%202.491-1.06%203.481-1.158q.164-.016.317-.027a7%207%200%200%201-.132-1.485a9%209%200%200%201%20.125-1.386l.005-.028l.002-.009v-.005l1.185.236l-1.184-.237c.13-.66.765-1.088%201.419-.957c.652.13%201.077.77.95%201.428l-.001.002l-.001.006l-.008.048a7%207%200%200%200-.078.93c-.007.617.082%201.19.291%201.55c.205.35.606.652%201.068.881a4.6%204.6%200%200%200%20.742.287l.017.005h.003a1.22%201.22%200%200%201%20.89%201.467a1.207%201.207%200%200%201-1.455.902l.28-1.185l-.28%201.185h-.003l-.004-.002l-.009-.002l-.027-.007l-.083-.023a7%207%200%200%201-1.133-.44a5.8%205.8%200%200%201-1.145-.737l-.096-.004h-.016l-.073-.005a10%2010%200%200%200-1.205.025zm3.604-.507l-2.032-3.709l2.03%203.709z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.632%2017.525a3.66%203.66%200%200%200%202.18-3.353c0-2.018-1.62-3.654-3.62-3.654h-.029q.03-.226.029-.46c0-2.018-1.621-3.654-3.62-3.654c-.5%200-.976.102-1.41.287c-.213-2.89-2.604-5.167-5.521-5.167c-3.047%200-5.52%202.484-5.538%205.554a4%204%200%200%200-1.281-.207c-2.252%200-4.078%201.842-4.078%204.114a4.12%204.12%200%200%200%201.866%203.457c-.57.4-1.036.943-1.344%201.578a4.03%204.03%200%200%200-2.027-.544c-2.252%200-4.078%201.842-4.078%204.114a4.12%204.12%200%200%200%202.484%203.789A4.81%204.81%200%200%200%202.5%2027.903c0%202.657%202.135%204.81%204.768%204.81a4.73%204.73%200%200%200%203.51-1.555a4.8%204.8%200%200%200-.255%201.556c0%202.657%202.135%204.81%204.768%204.81c2.438%200%204.45-1.847%204.733-4.23a5.503%205.503%200%200%200%207.498.756a4.38%204.38%200%200%200%202.953%201.135c2.406%200%204.355-1.916%204.355-4.28q0-.241-.026-.476a4.82%204.82%200%200%200%202.696-4.334c0-2.657-2.135-4.81-4.767-4.81q-.11%200-.22.005q.043-.34.043-.693a5.53%205.53%200%200%200-.924-3.072M19.263%208.49c1%200%201.81-.818%201.81-1.827c0-1.01-.81-1.827-1.81-1.827s-1.81.818-1.81%201.827s.81%201.826%201.81%201.826M9.15%2027.892c0%201.009-.81%201.826-1.81%201.826s-1.81-.817-1.81-1.826s.81-1.827%201.81-1.827s1.81.818%201.81%201.827m19.105-5.932c.667%200%201.207-.545%201.207-1.218s-.54-1.218-1.207-1.218c-.666%200-1.207.546-1.207%201.218c0%20.673.54%201.218%201.207%201.218m-2.783%208.976c0%20.673-.54%201.218-1.207%201.218a1.21%201.21%200%200%201-1.207-1.218c0-.672.54-1.218%201.207-1.218s1.207.546%201.207%201.218M13.338%2019.524c.667%200%201.207-.545%201.207-1.218s-.54-1.217-1.207-1.217c-.666%200-1.207.545-1.207%201.218s.54%201.217%201.207%201.217m4.139%206.177l-.753.667l-.123.011c-.856.085-1.736.301-2.324.722c-.58.415-.983%201.08-1.246%201.733a6%206%200%200%200-.322%201.087l-.001.006v.002a1.21%201.21%200%200%201-1.377%201.013a1.216%201.216%200%200%201-1.008-1.39l1.192.186l-1.192-.186v-.003l.001-.004l.002-.012l.005-.032l.02-.106a8.7%208.7%200%200%201%20.444-1.477c.346-.86.975-2.01%202.087-2.805c1.104-.789%202.491-1.06%203.481-1.158q.164-.016.317-.027a7%207%200%200%201-.132-1.485a9%209%200%200%201%20.125-1.386l.005-.028l.002-.009v-.005l1.185.236l-1.184-.237c.13-.66.765-1.088%201.419-.957c.652.13%201.077.77.95%201.428l-.001.002l-.001.006l-.008.048a7%207%200%200%200-.078.93c-.007.617.082%201.19.291%201.55c.205.35.606.652%201.068.881a4.6%204.6%200%200%200%20.742.287l.017.005h.003a1.22%201.22%200%200%201%20.89%201.467a1.207%201.207%200%200%201-1.455.902l.28-1.185l-.28%201.185h-.003l-.004-.002l-.009-.002l-.027-.007l-.083-.023a7%207%200%200%201-1.133-.44a5.8%205.8%200%200%201-1.145-.737l-.096-.004h-.016l-.073-.005a10%2010%200%200%200-1.205.025zm3.604-.507l-2.032-3.709l2.03%203.709z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tumour.svg?color=%231a73e8&size=48