biomarker-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
biomarker-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the biomarker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M33 9.23V6h-2v3H13V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 15.185 17h7.947c.125-.7.335-1.37.62-2h-9.59a15 15 0 0 1-1.057-4h14.391a8.46 8.46 0 0 1 4.004-1q.757.001 1.476.128Q33 9.68 33 9.23"/><path fill-rule="evenodd" d="M22 22.917a15 15 0 0 0 1.759-.901a8.5 8.5 0 0 0 1.037 1.71a17 17 0 0 1-2.425 1.203q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 15.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 32.907 37L33 42h-2v-3H13v3h-2l.092-5A16.91 16.91 0 0 1 21.63 23.072q.178-.072.355-.148zM29.839 33H14.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.056-4m1.661-8a6.47 6.47 0 0 0 4.116-1.47l3.677 3.677l1.414-1.414l-3.754-3.754A6.5 6.5 0 1 0 31.5 25m0-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBiomarkerOutline(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="M33 9.23V6h-2v3H13V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 15.185 17h7.947c.125-.7.335-1.37.62-2h-9.59a15 15 0 0 1-1.057-4h14.391a8.46 8.46 0 0 1 4.004-1q.757.001 1.476.128Q33 9.68 33 9.23"/><path fillRule="evenodd" d="M22 22.917a15 15 0 0 0 1.759-.901a8.5 8.5 0 0 0 1.037 1.71a17 17 0 0 1-2.425 1.203q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 15.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 32.907 37L33 42h-2v-3H13v3h-2l.092-5A16.91 16.91 0 0 1 21.63 23.072q.178-.072.355-.148zM29.839 33H14.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.056-4m1.661-8a6.47 6.47 0 0 0 4.116-1.47l3.677 3.677l1.414-1.414l-3.754-3.754A6.5 6.5 0 1 0 31.5 25m0-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clipRule="evenodd"/></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="M33 9.23V6h-2v3H13V6h-2v3.23a16.91 16.91 0 0 0 6.804 13.558a19 19 0 0 1 1.95-1.077A14.9 14.9 0 0 1 15.185 17h7.947c.125-.7.335-1.37.62-2h-9.59a15 15 0 0 1-1.057-4h14.391a8.46 8.46 0 0 1 4.004-1q.757.001 1.476.128Q33 9.68 33 9.23"/><path fill-rule="evenodd" d="M22 22.917a15 15 0 0 0 1.759-.901a8.5 8.5 0 0 0 1.037 1.71a17 17 0 0 1-2.425 1.203q-.178.07-.355.147l-.016.007A14.9 14.9 0 0 0 15.185 31h13.63a14.9 14.9 0 0 0-4.569-4.71a19 19 0 0 0 1.95-1.078A16.92 16.92 0 0 1 32.907 37L33 42h-2v-3H13v3h-2l.092-5A16.91 16.91 0 0 1 21.63 23.072q.178-.072.355-.148zM29.839 33H14.162a15 15 0 0 0-1.057 4h17.79a15 15 0 0 0-1.056-4m1.661-8a6.47 6.47 0 0 0 4.116-1.47l3.677 3.677l1.414-1.414l-3.754-3.754A6.5 6.5 0 1 0 31.5 25m0-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-biomarker-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%22M33%209.23V6h-2v3H13V6h-2v3.23a16.91%2016.91%200%200%200%206.804%2013.558a19%2019%200%200%201%201.95-1.077A14.9%2014.9%200%200%201%2015.185%2017h7.947c.125-.7.335-1.37.62-2h-9.59a15%2015%200%200%201-1.057-4h14.391a8.46%208.46%200%200%201%204.004-1q.757.001%201.476.128Q33%209.68%2033%209.23%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2022.917a15%2015%200%200%200%201.759-.901a8.5%208.5%200%200%200%201.037%201.71a17%2017%200%200%201-2.425%201.203q-.178.07-.355.147l-.016.007A14.9%2014.9%200%200%200%2015.185%2031h13.63a14.9%2014.9%200%200%200-4.569-4.71a19%2019%200%200%200%201.95-1.078A16.92%2016.92%200%200%201%2032.907%2037L33%2042h-2v-3H13v3h-2l.092-5A16.91%2016.91%200%200%201%2021.63%2023.072q.178-.072.355-.148zM29.839%2033H14.162a15%2015%200%200%200-1.057%204h17.79a15%2015%200%200%200-1.056-4m1.661-8a6.47%206.47%200%200%200%204.116-1.47l3.677%203.677l1.414-1.414l-3.754-3.754A6.5%206.5%200%201%200%2031.5%2025m0-2a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%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%22M33%209.23V6h-2v3H13V6h-2v3.23a16.91%2016.91%200%200%200%206.804%2013.558a19%2019%200%200%201%201.95-1.077A14.9%2014.9%200%200%201%2015.185%2017h7.947c.125-.7.335-1.37.62-2h-9.59a15%2015%200%200%201-1.057-4h14.391a8.46%208.46%200%200%201%204.004-1q.757.001%201.476.128Q33%209.68%2033%209.23%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2022.917a15%2015%200%200%200%201.759-.901a8.5%208.5%200%200%200%201.037%201.71a17%2017%200%200%201-2.425%201.203q-.178.07-.355.147l-.016.007A14.9%2014.9%200%200%200%2015.185%2031h13.63a14.9%2014.9%200%200%200-4.569-4.71a19%2019%200%200%200%201.95-1.078A16.92%2016.92%200%200%201%2032.907%2037L33%2042h-2v-3H13v3h-2l.092-5A16.91%2016.91%200%200%201%2021.63%2023.072q.178-.072.355-.148zM29.839%2033H14.162a15%2015%200%200%200-1.057%204h17.79a15%2015%200%200%200-1.056-4m1.661-8a6.47%206.47%200%200%200%204.116-1.47l3.677%203.677l1.414-1.414l-3.754-3.754A6.5%206.5%200%201%200%2031.5%2025m0-2a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%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/biomarker-outline.svg?color=%231a73e8&size=48