biopsy from Health Icons by Resolve to Save Lives · Filled · Diagnostics · MIT Free for personal and commercial use.

Name
biopsy
Set
Health Icons
Style
Filled
Category
Diagnostics
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More diagnostics icons from Health Icons

Use the biopsy 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="m35.11 6l6.887 6.886l-2.412 2.41a2 2 0 0 1-2.828 2.828l-.695.696a4.87 4.87 0 0 1-6.437.398L14.63 34.214a1.904 1.904 0 0 1-.014 3.21A3.18 3.18 0 0 1 11.755 42a3.19 3.19 0 0 1-2.876-1.811a1.909 1.909 0 0 1-2.743-2.352a2.545 2.545 0 0 1 1.776-3.209l-.002-.086A2.545 2.545 0 0 1 10.458 32c.963 0 1.802.534 2.235 1.322L28.33 17.685a4.87 4.87 0 0 1 .846-5.75l.992-.992a2 2 0 1 1 2.78-2.78zM11.517 34.684a1.024 1.024 0 0 0-2.007.288a1.023 1.023 0 0 0 2.013.265a1 1 0 0 1-.006-.553m22.178-23.21a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 0 1 0 1.414l-.707.707l-2.828-2.828zm-21.92 28.37a1.023 1.023 0 1 0 .002-2.046a1.023 1.023 0 0 0-.002 2.046" clip-rule="evenodd"/><path d="M38.82 6.88a1 1 0 0 0-1.413 0l-.707.708l3.704 3.705l.707-.707a1 1 0 0 0 0-1.415z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBiopsy(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="m35.11 6l6.887 6.886l-2.412 2.41a2 2 0 0 1-2.828 2.828l-.695.696a4.87 4.87 0 0 1-6.437.398L14.63 34.214a1.904 1.904 0 0 1-.014 3.21A3.18 3.18 0 0 1 11.755 42a3.19 3.19 0 0 1-2.876-1.811a1.909 1.909 0 0 1-2.743-2.352a2.545 2.545 0 0 1 1.776-3.209l-.002-.086A2.545 2.545 0 0 1 10.458 32c.963 0 1.802.534 2.235 1.322L28.33 17.685a4.87 4.87 0 0 1 .846-5.75l.992-.992a2 2 0 1 1 2.78-2.78zM11.517 34.684a1.024 1.024 0 0 0-2.007.288a1.023 1.023 0 0 0 2.013.265a1 1 0 0 1-.006-.553m22.178-23.21a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 0 1 0 1.414l-.707.707l-2.828-2.828zm-21.92 28.37a1.023 1.023 0 1 0 .002-2.046a1.023 1.023 0 0 0-.002 2.046" clipRule="evenodd"/><path d="M38.82 6.88a1 1 0 0 0-1.413 0l-.707.708l3.704 3.705l.707-.707a1 1 0 0 0 0-1.415z"/></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="m35.11 6l6.887 6.886l-2.412 2.41a2 2 0 0 1-2.828 2.828l-.695.696a4.87 4.87 0 0 1-6.437.398L14.63 34.214a1.904 1.904 0 0 1-.014 3.21A3.18 3.18 0 0 1 11.755 42a3.19 3.19 0 0 1-2.876-1.811a1.909 1.909 0 0 1-2.743-2.352a2.545 2.545 0 0 1 1.776-3.209l-.002-.086A2.545 2.545 0 0 1 10.458 32c.963 0 1.802.534 2.235 1.322L28.33 17.685a4.87 4.87 0 0 1 .846-5.75l.992-.992a2 2 0 1 1 2.78-2.78zM11.517 34.684a1.024 1.024 0 0 0-2.007.288a1.023 1.023 0 0 0 2.013.265a1 1 0 0 1-.006-.553m22.178-23.21a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 0 1 0 1.414l-.707.707l-2.828-2.828zm-21.92 28.37a1.023 1.023 0 1 0 .002-2.046a1.023 1.023 0 0 0-.002 2.046" clip-rule="evenodd"/><path d="M38.82 6.88a1 1 0 0 0-1.413 0l-.707.708l3.704 3.705l.707-.707a1 1 0 0 0 0-1.415z"/></g></svg>
</template>

CSS

.icon-biopsy {
  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%22m35.11%206l6.887%206.886l-2.412%202.41a2%202%200%200%201-2.828%202.828l-.695.696a4.87%204.87%200%200%201-6.437.398L14.63%2034.214a1.904%201.904%200%200%201-.014%203.21A3.18%203.18%200%200%201%2011.755%2042a3.19%203.19%200%200%201-2.876-1.811a1.909%201.909%200%200%201-2.743-2.352a2.545%202.545%200%200%201%201.776-3.209l-.002-.086A2.545%202.545%200%200%201%2010.458%2032c.963%200%201.802.534%202.235%201.322L28.33%2017.685a4.87%204.87%200%200%201%20.846-5.75l.992-.992a2%202%200%201%201%202.78-2.78zM11.517%2034.684a1.024%201.024%200%200%200-2.007.288a1.023%201.023%200%200%200%202.013.265a1%201%200%200%201-.006-.553m22.178-23.21a1%201%200%200%201%201.414%200l1.414%201.415a1%201%200%200%201%200%201.414l-.707.707l-2.828-2.828zm-21.92%2028.37a1.023%201.023%200%201%200%20.002-2.046a1.023%201.023%200%200%200-.002%202.046%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M38.82%206.88a1%201%200%200%200-1.413%200l-.707.708l3.704%203.705l.707-.707a1%201%200%200%200%200-1.415z%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%22m35.11%206l6.887%206.886l-2.412%202.41a2%202%200%200%201-2.828%202.828l-.695.696a4.87%204.87%200%200%201-6.437.398L14.63%2034.214a1.904%201.904%200%200%201-.014%203.21A3.18%203.18%200%200%201%2011.755%2042a3.19%203.19%200%200%201-2.876-1.811a1.909%201.909%200%200%201-2.743-2.352a2.545%202.545%200%200%201%201.776-3.209l-.002-.086A2.545%202.545%200%200%201%2010.458%2032c.963%200%201.802.534%202.235%201.322L28.33%2017.685a4.87%204.87%200%200%201%20.846-5.75l.992-.992a2%202%200%201%201%202.78-2.78zM11.517%2034.684a1.024%201.024%200%200%200-2.007.288a1.023%201.023%200%200%200%202.013.265a1%201%200%200%201-.006-.553m22.178-23.21a1%201%200%200%201%201.414%200l1.414%201.415a1%201%200%200%201%200%201.414l-.707.707l-2.828-2.828zm-21.92%2028.37a1.023%201.023%200%201%200%20.002-2.046a1.023%201.023%200%200%200-.002%202.046%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M38.82%206.88a1%201%200%200%200-1.413%200l-.707.708l3.704%203.705l.707-.707a1%201%200%200%200%200-1.415z%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/biopsy.svg?color=%231a73e8&size=48