tumour-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
tumour-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" stroke="currentColor" d="M11.82 2.704c1.367 0 2.532.868 2.973 2.083l.119.33h.366l.197.008a2.205 2.205 0 0 1 1.963 1.758l.058.286l.276.091a2.205 2.205 0 0 1 .833 3.688l-.235.224l.109.306q.112.313.156.651l.043.341l.334.082a2.777 2.777 0 0 1 .976 4.938l-.183.133l-.02.226c-.115 1.29-1.226 2.29-2.56 2.29c-.458 0-.89-.118-1.263-.324l-.23-.127l-.235.118a3.15 3.15 0 0 1-1.413.333c-.513 0-.997-.122-1.424-.338l-.409-.207l-.24.39a2.776 2.776 0 0 1-5.053-.791l-.123-.49l-.488.126a2.775 2.775 0 0 1-2.669-4.642l.31-.312l-.27-.347a2.431 2.431 0 0 1 2.06-3.923l.868.05l-.396-.776a2.432 2.432 0 0 1 2.072-3.53l.362-.014l.1-.347a3.16 3.16 0 0 1 3.037-2.284Zm0 .795a2.365 2.365 0 0 0-2.363 2.35a.398.398 0 0 1-.523.376a1.636 1.636 0 0 0-1.401 2.929a.4.4 0 0 1 .01.66c-.23.16-.416.376-.54.629a.4.4 0 0 1-.555.17a1.636 1.636 0 1 0-1.452 2.927a.398.398 0 0 1-.02.74a1.981 1.981 0 1 0 2.13 3.202a.398.398 0 0 1 .67.397a1.98 1.98 0 1 0 3.84.88a.398.398 0 0 1 .694-.216c.434.492 1.068.8 1.774.8c.536 0 1.03-.178 1.427-.48a.4.4 0 0 1 .506.022a1.8 1.8 0 0 0 1.208.458c.993 0 1.774-.781 1.774-1.717q0-.096-.01-.19a.4.4 0 0 1 .222-.404a1.98 1.98 0 0 0-.952-3.762a.398.398 0 0 1-.412-.447q.018-.143.018-.292a2.3 2.3 0 0 0-.393-1.297a.4.4 0 0 1 .172-.587a1.409 1.409 0 0 0-.558-2.701h-.015l-.084-.01a.397.397 0 0 1-.312-.438q.011-.087.011-.177a1.408 1.408 0 0 0-1.956-1.298a.398.398 0 0 1-.552-.337a2.365 2.365 0 0 0-2.357-2.187Zm2.205 13.098a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm-8.288-.898a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm6.06-9.762a.397.397 0 1 1 0 .794a.397.397 0 0 1 0-.794Z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTumourOutline24px(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" stroke="currentColor" d="M11.82 2.704c1.367 0 2.532.868 2.973 2.083l.119.33h.366l.197.008a2.205 2.205 0 0 1 1.963 1.758l.058.286l.276.091a2.205 2.205 0 0 1 .833 3.688l-.235.224l.109.306q.112.313.156.651l.043.341l.334.082a2.777 2.777 0 0 1 .976 4.938l-.183.133l-.02.226c-.115 1.29-1.226 2.29-2.56 2.29c-.458 0-.89-.118-1.263-.324l-.23-.127l-.235.118a3.15 3.15 0 0 1-1.413.333c-.513 0-.997-.122-1.424-.338l-.409-.207l-.24.39a2.776 2.776 0 0 1-5.053-.791l-.123-.49l-.488.126a2.775 2.775 0 0 1-2.669-4.642l.31-.312l-.27-.347a2.431 2.431 0 0 1 2.06-3.923l.868.05l-.396-.776a2.432 2.432 0 0 1 2.072-3.53l.362-.014l.1-.347a3.16 3.16 0 0 1 3.037-2.284Zm0 .795a2.365 2.365 0 0 0-2.363 2.35a.398.398 0 0 1-.523.376a1.636 1.636 0 0 0-1.401 2.929a.4.4 0 0 1 .01.66c-.23.16-.416.376-.54.629a.4.4 0 0 1-.555.17a1.636 1.636 0 1 0-1.452 2.927a.398.398 0 0 1-.02.74a1.981 1.981 0 1 0 2.13 3.202a.398.398 0 0 1 .67.397a1.98 1.98 0 1 0 3.84.88a.398.398 0 0 1 .694-.216c.434.492 1.068.8 1.774.8c.536 0 1.03-.178 1.427-.48a.4.4 0 0 1 .506.022a1.8 1.8 0 0 0 1.208.458c.993 0 1.774-.781 1.774-1.717q0-.096-.01-.19a.4.4 0 0 1 .222-.404a1.98 1.98 0 0 0-.952-3.762a.398.398 0 0 1-.412-.447q.018-.143.018-.292a2.3 2.3 0 0 0-.393-1.297a.4.4 0 0 1 .172-.587a1.409 1.409 0 0 0-.558-2.701h-.015l-.084-.01a.397.397 0 0 1-.312-.438q.011-.087.011-.177a1.408 1.408 0 0 0-1.956-1.298a.398.398 0 0 1-.552-.337a2.365 2.365 0 0 0-2.357-2.187Zm2.205 13.098a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm-8.288-.898a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm6.06-9.762a.397.397 0 1 1 0 .794a.397.397 0 0 1 0-.794Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" d="M11.82 2.704c1.367 0 2.532.868 2.973 2.083l.119.33h.366l.197.008a2.205 2.205 0 0 1 1.963 1.758l.058.286l.276.091a2.205 2.205 0 0 1 .833 3.688l-.235.224l.109.306q.112.313.156.651l.043.341l.334.082a2.777 2.777 0 0 1 .976 4.938l-.183.133l-.02.226c-.115 1.29-1.226 2.29-2.56 2.29c-.458 0-.89-.118-1.263-.324l-.23-.127l-.235.118a3.15 3.15 0 0 1-1.413.333c-.513 0-.997-.122-1.424-.338l-.409-.207l-.24.39a2.776 2.776 0 0 1-5.053-.791l-.123-.49l-.488.126a2.775 2.775 0 0 1-2.669-4.642l.31-.312l-.27-.347a2.431 2.431 0 0 1 2.06-3.923l.868.05l-.396-.776a2.432 2.432 0 0 1 2.072-3.53l.362-.014l.1-.347a3.16 3.16 0 0 1 3.037-2.284Zm0 .795a2.365 2.365 0 0 0-2.363 2.35a.398.398 0 0 1-.523.376a1.636 1.636 0 0 0-1.401 2.929a.4.4 0 0 1 .01.66c-.23.16-.416.376-.54.629a.4.4 0 0 1-.555.17a1.636 1.636 0 1 0-1.452 2.927a.398.398 0 0 1-.02.74a1.981 1.981 0 1 0 2.13 3.202a.398.398 0 0 1 .67.397a1.98 1.98 0 1 0 3.84.88a.398.398 0 0 1 .694-.216c.434.492 1.068.8 1.774.8c.536 0 1.03-.178 1.427-.48a.4.4 0 0 1 .506.022a1.8 1.8 0 0 0 1.208.458c.993 0 1.774-.781 1.774-1.717q0-.096-.01-.19a.4.4 0 0 1 .222-.404a1.98 1.98 0 0 0-.952-3.762a.398.398 0 0 1-.412-.447q.018-.143.018-.292a2.3 2.3 0 0 0-.393-1.297a.4.4 0 0 1 .172-.587a1.409 1.409 0 0 0-.558-2.701h-.015l-.084-.01a.397.397 0 0 1-.312-.438q.011-.087.011-.177a1.408 1.408 0 0 0-1.956-1.298a.398.398 0 0 1-.552-.337a2.365 2.365 0 0 0-2.357-2.187Zm2.205 13.098a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm-8.288-.898a.398.398 0 1 1 0 .796a.398.398 0 0 1 0-.796Zm6.06-9.762a.397.397 0 1 1 0 .794a.397.397 0 0 1 0-.794Z"/></svg>
</template>

CSS

.icon-tumour-outline-24px {
  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%20stroke%3D%22currentColor%22%20d%3D%22M11.82%202.704c1.367%200%202.532.868%202.973%202.083l.119.33h.366l.197.008a2.205%202.205%200%200%201%201.963%201.758l.058.286l.276.091a2.205%202.205%200%200%201%20.833%203.688l-.235.224l.109.306q.112.313.156.651l.043.341l.334.082a2.777%202.777%200%200%201%20.976%204.938l-.183.133l-.02.226c-.115%201.29-1.226%202.29-2.56%202.29c-.458%200-.89-.118-1.263-.324l-.23-.127l-.235.118a3.15%203.15%200%200%201-1.413.333c-.513%200-.997-.122-1.424-.338l-.409-.207l-.24.39a2.776%202.776%200%200%201-5.053-.791l-.123-.49l-.488.126a2.775%202.775%200%200%201-2.669-4.642l.31-.312l-.27-.347a2.431%202.431%200%200%201%202.06-3.923l.868.05l-.396-.776a2.432%202.432%200%200%201%202.072-3.53l.362-.014l.1-.347a3.16%203.16%200%200%201%203.037-2.284Zm0%20.795a2.365%202.365%200%200%200-2.363%202.35a.398.398%200%200%201-.523.376a1.636%201.636%200%200%200-1.401%202.929a.4.4%200%200%201%20.01.66c-.23.16-.416.376-.54.629a.4.4%200%200%201-.555.17a1.636%201.636%200%201%200-1.452%202.927a.398.398%200%200%201-.02.74a1.981%201.981%200%201%200%202.13%203.202a.398.398%200%200%201%20.67.397a1.98%201.98%200%201%200%203.84.88a.398.398%200%200%201%20.694-.216c.434.492%201.068.8%201.774.8c.536%200%201.03-.178%201.427-.48a.4.4%200%200%201%20.506.022a1.8%201.8%200%200%200%201.208.458c.993%200%201.774-.781%201.774-1.717q0-.096-.01-.19a.4.4%200%200%201%20.222-.404a1.98%201.98%200%200%200-.952-3.762a.398.398%200%200%201-.412-.447q.018-.143.018-.292a2.3%202.3%200%200%200-.393-1.297a.4.4%200%200%201%20.172-.587a1.409%201.409%200%200%200-.558-2.701h-.015l-.084-.01a.397.397%200%200%201-.312-.438q.011-.087.011-.177a1.408%201.408%200%200%200-1.956-1.298a.398.398%200%200%201-.552-.337a2.365%202.365%200%200%200-2.357-2.187Zm2.205%2013.098a.398.398%200%201%201%200%20.796a.398.398%200%200%201%200-.796Zm-8.288-.898a.398.398%200%201%201%200%20.796a.398.398%200%200%201%200-.796Zm6.06-9.762a.397.397%200%201%201%200%20.794a.397.397%200%200%201%200-.794Z%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%20stroke%3D%22currentColor%22%20d%3D%22M11.82%202.704c1.367%200%202.532.868%202.973%202.083l.119.33h.366l.197.008a2.205%202.205%200%200%201%201.963%201.758l.058.286l.276.091a2.205%202.205%200%200%201%20.833%203.688l-.235.224l.109.306q.112.313.156.651l.043.341l.334.082a2.777%202.777%200%200%201%20.976%204.938l-.183.133l-.02.226c-.115%201.29-1.226%202.29-2.56%202.29c-.458%200-.89-.118-1.263-.324l-.23-.127l-.235.118a3.15%203.15%200%200%201-1.413.333c-.513%200-.997-.122-1.424-.338l-.409-.207l-.24.39a2.776%202.776%200%200%201-5.053-.791l-.123-.49l-.488.126a2.775%202.775%200%200%201-2.669-4.642l.31-.312l-.27-.347a2.431%202.431%200%200%201%202.06-3.923l.868.05l-.396-.776a2.432%202.432%200%200%201%202.072-3.53l.362-.014l.1-.347a3.16%203.16%200%200%201%203.037-2.284Zm0%20.795a2.365%202.365%200%200%200-2.363%202.35a.398.398%200%200%201-.523.376a1.636%201.636%200%200%200-1.401%202.929a.4.4%200%200%201%20.01.66c-.23.16-.416.376-.54.629a.4.4%200%200%201-.555.17a1.636%201.636%200%201%200-1.452%202.927a.398.398%200%200%201-.02.74a1.981%201.981%200%201%200%202.13%203.202a.398.398%200%200%201%20.67.397a1.98%201.98%200%201%200%203.84.88a.398.398%200%200%201%20.694-.216c.434.492%201.068.8%201.774.8c.536%200%201.03-.178%201.427-.48a.4.4%200%200%201%20.506.022a1.8%201.8%200%200%200%201.208.458c.993%200%201.774-.781%201.774-1.717q0-.096-.01-.19a.4.4%200%200%201%20.222-.404a1.98%201.98%200%200%200-.952-3.762a.398.398%200%200%201-.412-.447q.018-.143.018-.292a2.3%202.3%200%200%200-.393-1.297a.4.4%200%200%201%20.172-.587a1.409%201.409%200%200%200-.558-2.701h-.015l-.084-.01a.397.397%200%200%201-.312-.438q.011-.087.011-.177a1.408%201.408%200%200%200-1.956-1.298a.398.398%200%200%201-.552-.337a2.365%202.365%200%200%200-2.357-2.187Zm2.205%2013.098a.398.398%200%201%201%200%20.796a.398.398%200%200%201%200-.796Zm-8.288-.898a.398.398%200%201%201%200%20.796a.398.398%200%200%201%200-.796Zm6.06-9.762a.397.397%200%201%201%200%20.794a.397.397%200%200%201%200-.794Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tumour-outline-24px.svg?color=%231a73e8&size=48