biopsy icon
biopsy-24px from Health Icons by Resolve to Save Lives · Filled 24px · Diagnostics · MIT Free for personal and commercial use.
- Name
- biopsy-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Diagnostics
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More diagnostics icons from Health Icons
cone-test-on-netscone-test-on-wallsdiscriminating-concentration-bioassayshiv-self-testintensity-concentration-bioassaysmalaria-microscopemalaria-mixed-microscopemalaria-pf-microscopemalaria-pv-microscopemalaria-testingmosquito-collectionrdt-resultrdt-result-invalidrdt-result-mixedrdt-result-mixed-invalidrdt-result-mixed-invalid-rectangularrdt-result-mixed-rectangularrdt-result-negrdt-result-neg-invalidrdt-result-neg-invalid-rectangularrdt-result-neg-rectangularrdt-result-no-testrdt-result-pfrdt-result-pf-invalid
Use the biopsy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m15.818 3.848l1.002-1.001l4.315 4.315l-1.022 1.022A1 1 0 1 1 18.896 9.4l-2.143 2.143a3.05 3.05 0 0 1-3.61.527l-3.77 3.77a2 2 0 0 1-1.595 3.311q.086.237.087.502a1.5 1.5 0 0 1-2.915.498l-.085.002a2 2 0 1 1 1.113-3.662a2 2 0 0 1 1.96-1.337l.012-.012l4.09-4.09a3.05 3.05 0 0 1 .398-3.824l2.123-2.122a1 1 0 1 1 1.257-1.258m1.002 1.827l1.486 1.487l-2.967 2.967a1.051 1.051 0 0 1-1.487-1.487zM8.365 17.153a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-3.5 1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clip-rule="evenodd"/><path d="M18.27 3.59a1 1 0 0 1 1.415 0l.707.707a1 1 0 0 1 0 1.414l-.354.354l-2.121-2.121z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBiopsy24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m15.818 3.848l1.002-1.001l4.315 4.315l-1.022 1.022A1 1 0 1 1 18.896 9.4l-2.143 2.143a3.05 3.05 0 0 1-3.61.527l-3.77 3.77a2 2 0 0 1-1.595 3.311q.086.237.087.502a1.5 1.5 0 0 1-2.915.498l-.085.002a2 2 0 1 1 1.113-3.662a2 2 0 0 1 1.96-1.337l.012-.012l4.09-4.09a3.05 3.05 0 0 1 .398-3.824l2.123-2.122a1 1 0 1 1 1.257-1.258m1.002 1.827l1.486 1.487l-2.967 2.967a1.051 1.051 0 0 1-1.487-1.487zM8.365 17.153a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-3.5 1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clipRule="evenodd"/><path d="M18.27 3.59a1 1 0 0 1 1.415 0l.707.707a1 1 0 0 1 0 1.414l-.354.354l-2.121-2.121z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m15.818 3.848l1.002-1.001l4.315 4.315l-1.022 1.022A1 1 0 1 1 18.896 9.4l-2.143 2.143a3.05 3.05 0 0 1-3.61.527l-3.77 3.77a2 2 0 0 1-1.595 3.311q.086.237.087.502a1.5 1.5 0 0 1-2.915.498l-.085.002a2 2 0 1 1 1.113-3.662a2 2 0 0 1 1.96-1.337l.012-.012l4.09-4.09a3.05 3.05 0 0 1 .398-3.824l2.123-2.122a1 1 0 1 1 1.257-1.258m1.002 1.827l1.486 1.487l-2.967 2.967a1.051 1.051 0 0 1-1.487-1.487zM8.365 17.153a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-3.5 1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clip-rule="evenodd"/><path d="M18.27 3.59a1 1 0 0 1 1.415 0l.707.707a1 1 0 0 1 0 1.414l-.354.354l-2.121-2.121z"/></g></svg> </template>
CSS
.icon-biopsy-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m15.818%203.848l1.002-1.001l4.315%204.315l-1.022%201.022A1%201%200%201%201%2018.896%209.4l-2.143%202.143a3.05%203.05%200%200%201-3.61.527l-3.77%203.77a2%202%200%200%201-1.595%203.311q.086.237.087.502a1.5%201.5%200%200%201-2.915.498l-.085.002a2%202%200%201%201%201.113-3.662a2%202%200%200%201%201.96-1.337l.012-.012l4.09-4.09a3.05%203.05%200%200%201%20.398-3.824l2.123-2.122a1%201%200%201%201%201.257-1.258m1.002%201.827l1.486%201.487l-2.967%202.967a1.051%201.051%200%200%201-1.487-1.487zM8.365%2017.153a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-3.5%201.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.27%203.59a1%201%200%200%201%201.415%200l.707.707a1%201%200%200%201%200%201.414l-.354.354l-2.121-2.121z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m15.818%203.848l1.002-1.001l4.315%204.315l-1.022%201.022A1%201%200%201%201%2018.896%209.4l-2.143%202.143a3.05%203.05%200%200%201-3.61.527l-3.77%203.77a2%202%200%200%201-1.595%203.311q.086.237.087.502a1.5%201.5%200%200%201-2.915.498l-.085.002a2%202%200%201%201%201.113-3.662a2%202%200%200%201%201.96-1.337l.012-.012l4.09-4.09a3.05%203.05%200%200%201%20.398-3.824l2.123-2.122a1%201%200%201%201%201.257-1.258m1.002%201.827l1.486%201.487l-2.967%202.967a1.051%201.051%200%200%201-1.487-1.487zM8.365%2017.153a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-3.5%201.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.27%203.59a1%201%200%200%201%201.415%200l.707.707a1%201%200%200%201%200%201.414l-.354.354l-2.121-2.121z%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-24px.svg?color=%231a73e8&size=48