biopsy icon
biopsy-outline from Health Icons by Resolve to Save Lives · Outline · Diagnostics · MIT Free for personal and commercial use.
- Name
- biopsy-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Diagnostics
- Viewbox
- 48×48
- License
- MIT
- Aliases
- biopsy2x-outline
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 48 48"><g fill="currentColor"><path d="M35.137 11.47a.995.995 0 0 0-1.41 0l-.704.706l2.818 2.826l.705-.707a1 1 0 0 0 0-1.412z"/><path fill-rule="evenodd" d="m35.14 6l-1.895 1.899a1.99 1.99 0 0 0-1.527-.715c-1.1 0-1.992.895-1.992 1.999c0 .614.277 1.164.712 1.531l-1.212 1.215a4.876 4.876 0 0 0-.632 6.1L12.867 33.8a2.54 2.54 0 0 0-4.962.836a2.54 2.54 0 0 0-1.77 3.206a1.904 1.904 0 0 0 2.733 2.35a3.173 3.173 0 1 0 5.715-2.763a1.904 1.904 0 0 0 .377-2.901l15.043-15.085a4.84 4.84 0 0 0 6.084-.634l.94-.942c.366.437.914.715 1.528.715c1.1 0 1.992-.895 1.992-1.998c0-.615-.277-1.166-.713-1.532L42 12.879zm4.042 6.88l-4.043-4.054l-4.504 4.516a2.87 2.87 0 0 0 0 4.053a2.853 2.853 0 0 0 4.043 0zm-27.43 26.966a1.02 1.02 0 1 0 0-2.041a1.02 1.02 0 0 0 0 2.041m-.215-4.867a1.02 1.02 0 1 1-2.042 0a1.02 1.02 0 0 1 2.042 0" clip-rule="evenodd"/><path d="M37.427 6.88a.994.994 0 0 1 1.409 0l2.282 2.288c.389.39.389 1.023 0 1.413l-.705.707l-3.69-3.701z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBiopsyOutline(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 d="M35.137 11.47a.995.995 0 0 0-1.41 0l-.704.706l2.818 2.826l.705-.707a1 1 0 0 0 0-1.412z"/><path fillRule="evenodd" d="m35.14 6l-1.895 1.899a1.99 1.99 0 0 0-1.527-.715c-1.1 0-1.992.895-1.992 1.999c0 .614.277 1.164.712 1.531l-1.212 1.215a4.876 4.876 0 0 0-.632 6.1L12.867 33.8a2.54 2.54 0 0 0-4.962.836a2.54 2.54 0 0 0-1.77 3.206a1.904 1.904 0 0 0 2.733 2.35a3.173 3.173 0 1 0 5.715-2.763a1.904 1.904 0 0 0 .377-2.901l15.043-15.085a4.84 4.84 0 0 0 6.084-.634l.94-.942c.366.437.914.715 1.528.715c1.1 0 1.992-.895 1.992-1.998c0-.615-.277-1.166-.713-1.532L42 12.879zm4.042 6.88l-4.043-4.054l-4.504 4.516a2.87 2.87 0 0 0 0 4.053a2.853 2.853 0 0 0 4.043 0zm-27.43 26.966a1.02 1.02 0 1 0 0-2.041a1.02 1.02 0 0 0 0 2.041m-.215-4.867a1.02 1.02 0 1 1-2.042 0a1.02 1.02 0 0 1 2.042 0" clipRule="evenodd"/><path d="M37.427 6.88a.994.994 0 0 1 1.409 0l2.282 2.288c.389.39.389 1.023 0 1.413l-.705.707l-3.69-3.701z"/></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 d="M35.137 11.47a.995.995 0 0 0-1.41 0l-.704.706l2.818 2.826l.705-.707a1 1 0 0 0 0-1.412z"/><path fill-rule="evenodd" d="m35.14 6l-1.895 1.899a1.99 1.99 0 0 0-1.527-.715c-1.1 0-1.992.895-1.992 1.999c0 .614.277 1.164.712 1.531l-1.212 1.215a4.876 4.876 0 0 0-.632 6.1L12.867 33.8a2.54 2.54 0 0 0-4.962.836a2.54 2.54 0 0 0-1.77 3.206a1.904 1.904 0 0 0 2.733 2.35a3.173 3.173 0 1 0 5.715-2.763a1.904 1.904 0 0 0 .377-2.901l15.043-15.085a4.84 4.84 0 0 0 6.084-.634l.94-.942c.366.437.914.715 1.528.715c1.1 0 1.992-.895 1.992-1.998c0-.615-.277-1.166-.713-1.532L42 12.879zm4.042 6.88l-4.043-4.054l-4.504 4.516a2.87 2.87 0 0 0 0 4.053a2.853 2.853 0 0 0 4.043 0zm-27.43 26.966a1.02 1.02 0 1 0 0-2.041a1.02 1.02 0 0 0 0 2.041m-.215-4.867a1.02 1.02 0 1 1-2.042 0a1.02 1.02 0 0 1 2.042 0" clip-rule="evenodd"/><path d="M37.427 6.88a.994.994 0 0 1 1.409 0l2.282 2.288c.389.39.389 1.023 0 1.413l-.705.707l-3.69-3.701z"/></g></svg> </template>
CSS
.icon-biopsy-outline {
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%20d%3D%22M35.137%2011.47a.995.995%200%200%200-1.41%200l-.704.706l2.818%202.826l.705-.707a1%201%200%200%200%200-1.412z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m35.14%206l-1.895%201.899a1.99%201.99%200%200%200-1.527-.715c-1.1%200-1.992.895-1.992%201.999c0%20.614.277%201.164.712%201.531l-1.212%201.215a4.876%204.876%200%200%200-.632%206.1L12.867%2033.8a2.54%202.54%200%200%200-4.962.836a2.54%202.54%200%200%200-1.77%203.206a1.904%201.904%200%200%200%202.733%202.35a3.173%203.173%200%201%200%205.715-2.763a1.904%201.904%200%200%200%20.377-2.901l15.043-15.085a4.84%204.84%200%200%200%206.084-.634l.94-.942c.366.437.914.715%201.528.715c1.1%200%201.992-.895%201.992-1.998c0-.615-.277-1.166-.713-1.532L42%2012.879zm4.042%206.88l-4.043-4.054l-4.504%204.516a2.87%202.87%200%200%200%200%204.053a2.853%202.853%200%200%200%204.043%200zm-27.43%2026.966a1.02%201.02%200%201%200%200-2.041a1.02%201.02%200%200%200%200%202.041m-.215-4.867a1.02%201.02%200%201%201-2.042%200a1.02%201.02%200%200%201%202.042%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.427%206.88a.994.994%200%200%201%201.409%200l2.282%202.288c.389.39.389%201.023%200%201.413l-.705.707l-3.69-3.701z%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%20d%3D%22M35.137%2011.47a.995.995%200%200%200-1.41%200l-.704.706l2.818%202.826l.705-.707a1%201%200%200%200%200-1.412z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m35.14%206l-1.895%201.899a1.99%201.99%200%200%200-1.527-.715c-1.1%200-1.992.895-1.992%201.999c0%20.614.277%201.164.712%201.531l-1.212%201.215a4.876%204.876%200%200%200-.632%206.1L12.867%2033.8a2.54%202.54%200%200%200-4.962.836a2.54%202.54%200%200%200-1.77%203.206a1.904%201.904%200%200%200%202.733%202.35a3.173%203.173%200%201%200%205.715-2.763a1.904%201.904%200%200%200%20.377-2.901l15.043-15.085a4.84%204.84%200%200%200%206.084-.634l.94-.942c.366.437.914.715%201.528.715c1.1%200%201.992-.895%201.992-1.998c0-.615-.277-1.166-.713-1.532L42%2012.879zm4.042%206.88l-4.043-4.054l-4.504%204.516a2.87%202.87%200%200%200%200%204.053a2.853%202.853%200%200%200%204.043%200zm-27.43%2026.966a1.02%201.02%200%201%200%200-2.041a1.02%201.02%200%200%200%200%202.041m-.215-4.867a1.02%201.02%200%201%201-2.042%200a1.02%201.02%200%200%201%202.042%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.427%206.88a.994.994%200%200%201%201.409%200l2.282%202.288c.389.39.389%201.023%200%201.413l-.705.707l-3.69-3.701z%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-outline.svg?color=%231a73e8&size=48