cancer-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
cancer-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the cancer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-2.667 8.333a3 3 0 0 0-3 3c0 1.092.585 2.043 1.457 2.568q-.21.049-.434.081c-1.858.267-4.024-.306-5.34-1.675a1.001 1.001 0 0 0-1.442 1.385c1.843 1.919 4.697 2.61 7.067 2.27c1.197-.17 2.353-.616 3.228-1.385a4.21 4.21 0 0 0 1.464-3.243a3 3 0 0 0-3-3.001m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2m2.093-4.025c-1.843-1.919-4.697-2.61-7.067-2.27c-1.197.17-2.353.616-3.228 1.385a4.2 4.2 0 0 0-1.46 3.083a3 3 0 1 0 5.996.161a3 3 0 0 0-1.457-2.57q.21-.046.434-.08c1.858-.266 4.024.307 5.34 1.676a1.001 1.001 0 0 0 1.442-1.385M8.667 9.667a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCancerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-2.667 8.333a3 3 0 0 0-3 3c0 1.092.585 2.043 1.457 2.568q-.21.049-.434.081c-1.858.267-4.024-.306-5.34-1.675a1.001 1.001 0 0 0-1.442 1.385c1.843 1.919 4.697 2.61 7.067 2.27c1.197-.17 2.353-.616 3.228-1.385a4.21 4.21 0 0 0 1.464-3.243a3 3 0 0 0-3-3.001m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2m2.093-4.025c-1.843-1.919-4.697-2.61-7.067-2.27c-1.197.17-2.353.616-3.228 1.385a4.2 4.2 0 0 0-1.46 3.083a3 3 0 1 0 5.996.161a3 3 0 0 0-1.457-2.57q.21-.046.434-.08c1.858-.266 4.024.307 5.34 1.676a1.001 1.001 0 0 0 1.442-1.385M8.667 9.667a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-2.667 8.333a3 3 0 0 0-3 3c0 1.092.585 2.043 1.457 2.568q-.21.049-.434.081c-1.858.267-4.024-.306-5.34-1.675a1.001 1.001 0 0 0-1.442 1.385c1.843 1.919 4.697 2.61 7.067 2.27c1.197-.17 2.353-.616 3.228-1.385a4.21 4.21 0 0 0 1.464-3.243a3 3 0 0 0-3-3.001m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2m2.093-4.025c-1.843-1.919-4.697-2.61-7.067-2.27c-1.197.17-2.353.616-3.228 1.385a4.2 4.2 0 0 0-1.46 3.083a3 3 0 1 0 5.996.161a3 3 0 0 0-1.457-2.57q.21-.046.434-.08c1.858-.266 4.024.307 5.34 1.676a1.001 1.001 0 0 0 1.442-1.385M8.667 9.667a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-cancer-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%202a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zm-2.667%208.333a3%203%200%200%200-3%203c0%201.092.585%202.043%201.457%202.568q-.21.049-.434.081c-1.858.267-4.024-.306-5.34-1.675a1.001%201.001%200%200%200-1.442%201.385c1.843%201.919%204.697%202.61%207.067%202.27c1.197-.17%202.353-.616%203.228-1.385a4.21%204.21%200%200%200%201.464-3.243a3%203%200%200%200-3-3.001m0%202a1%201%200%201%201%200%202a1%201%200%200%201%200-2m2.093-4.025c-1.843-1.919-4.697-2.61-7.067-2.27c-1.197.17-2.353.616-3.228%201.385a4.2%204.2%200%200%200-1.46%203.083a3%203%200%201%200%205.996.161a3%203%200%200%200-1.457-2.57q.21-.046.434-.08c1.858-.266%204.024.307%205.34%201.676a1.001%201.001%200%200%200%201.442-1.385M8.667%209.667a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%202a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zm-2.667%208.333a3%203%200%200%200-3%203c0%201.092.585%202.043%201.457%202.568q-.21.049-.434.081c-1.858.267-4.024-.306-5.34-1.675a1.001%201.001%200%200%200-1.442%201.385c1.843%201.919%204.697%202.61%207.067%202.27c1.197-.17%202.353-.616%203.228-1.385a4.21%204.21%200%200%200%201.464-3.243a3%203%200%200%200-3-3.001m0%202a1%201%200%201%201%200%202a1%201%200%200%201%200-2m2.093-4.025c-1.843-1.919-4.697-2.61-7.067-2.27c-1.197.17-2.353.616-3.228%201.385a4.2%204.2%200%200%200-1.46%203.083a3%203%200%201%200%205.996.161a3%203%200%200%200-1.457-2.57q.21-.046.434-.08c1.858-.266%204.024.307%205.34%201.676a1.001%201.001%200%200%200%201.442-1.385M8.667%209.667a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cancer-fill.svg?color=%231a73e8&size=48