biochemistry laboratory negative icon

biochemistry-laboratory-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
biochemistry-laboratory-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the biochemistry laboratory negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsBiochemistryLaboratoryNegative)"><path fill-rule="evenodd" d="M32 16.679c2.282-1.52 4-2.99 4-5.679h2c0 3.411-2.077 5.381-4.188 6.865c.831.558 1.657 1.163 2.338 1.856C37.222 20.81 38 22.174 38 24s-.778 3.19-1.85 4.28c-.681.692-1.507 1.297-2.338 1.855C35.922 31.619 38 33.589 38 37h-2q-.001-.53-.086-1H31a1 1 0 1 1 0-2h4.065c-.722-1.019-1.808-1.841-3.065-2.678c-2.282 1.52-4 2.99-4 5.678h-2c0-3.411 2.077-5.381 4.188-6.865c-.831-.558-1.657-1.163-2.338-1.856C26.778 27.19 26 25.826 26 24s.778-3.19 1.85-4.28c.681-.692 1.507-1.297 2.338-1.855C28.078 16.381 26 14.411 26 11h2q.001.53.086 1H33a1 1 0 1 1 0 2h-4.065c.722 1.019 1.808 1.841 3.065 2.678m0 2.388c-1.004.653-1.896 1.251-2.6 1.933h5.2c-.703-.682-1.596-1.28-2.6-1.933M28 24q.001-.536.128-1h7.744q.127.464.128 1q-.001.536-.128 1h-7.744A3.8 3.8 0 0 1 28 24m1.4 3c.704.682 1.596 1.28 2.6 1.933c1.004-.653 1.897-1.251 2.6-1.933z" clip-rule="evenodd"/><path d="M14 16a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h1v4.048l-4.231 6.85C9.123 33.563 11.039 37 14.172 37h6.656c3.132 0 5.05-3.437 3.403-6.102L20 24.048V20h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBiochemistryLaboratoryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBiochemistryLaboratoryNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsBiochemistryLaboratoryNegative)"><path fillRule="evenodd" d="M32 16.679c2.282-1.52 4-2.99 4-5.679h2c0 3.411-2.077 5.381-4.188 6.865c.831.558 1.657 1.163 2.338 1.856C37.222 20.81 38 22.174 38 24s-.778 3.19-1.85 4.28c-.681.692-1.507 1.297-2.338 1.855C35.922 31.619 38 33.589 38 37h-2q-.001-.53-.086-1H31a1 1 0 1 1 0-2h4.065c-.722-1.019-1.808-1.841-3.065-2.678c-2.282 1.52-4 2.99-4 5.678h-2c0-3.411 2.077-5.381 4.188-6.865c-.831-.558-1.657-1.163-2.338-1.856C26.778 27.19 26 25.826 26 24s.778-3.19 1.85-4.28c.681-.692 1.507-1.297 2.338-1.855C28.078 16.381 26 14.411 26 11h2q.001.53.086 1H33a1 1 0 1 1 0 2h-4.065c.722 1.019 1.808 1.841 3.065 2.678m0 2.388c-1.004.653-1.896 1.251-2.6 1.933h5.2c-.703-.682-1.596-1.28-2.6-1.933M28 24q.001-.536.128-1h7.744q.127.464.128 1q-.001.536-.128 1h-7.744A3.8 3.8 0 0 1 28 24m1.4 3c.704.682 1.596 1.28 2.6 1.933c1.004-.653 1.897-1.251 2.6-1.933z" clipRule="evenodd"/><path d="M14 16a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h1v4.048l-4.231 6.85C9.123 33.563 11.039 37 14.172 37h6.656c3.132 0 5.05-3.437 3.403-6.102L20 24.048V20h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z"/><path fillRule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBiochemistryLaboratoryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsBiochemistryLaboratoryNegative)"><path fill-rule="evenodd" d="M32 16.679c2.282-1.52 4-2.99 4-5.679h2c0 3.411-2.077 5.381-4.188 6.865c.831.558 1.657 1.163 2.338 1.856C37.222 20.81 38 22.174 38 24s-.778 3.19-1.85 4.28c-.681.692-1.507 1.297-2.338 1.855C35.922 31.619 38 33.589 38 37h-2q-.001-.53-.086-1H31a1 1 0 1 1 0-2h4.065c-.722-1.019-1.808-1.841-3.065-2.678c-2.282 1.52-4 2.99-4 5.678h-2c0-3.411 2.077-5.381 4.188-6.865c-.831-.558-1.657-1.163-2.338-1.856C26.778 27.19 26 25.826 26 24s.778-3.19 1.85-4.28c.681-.692 1.507-1.297 2.338-1.855C28.078 16.381 26 14.411 26 11h2q.001.53.086 1H33a1 1 0 1 1 0 2h-4.065c.722 1.019 1.808 1.841 3.065 2.678m0 2.388c-1.004.653-1.896 1.251-2.6 1.933h5.2c-.703-.682-1.596-1.28-2.6-1.933M28 24q.001-.536.128-1h7.744q.127.464.128 1q-.001.536-.128 1h-7.744A3.8 3.8 0 0 1 28 24m1.4 3c.704.682 1.596 1.28 2.6 1.933c1.004-.653 1.897-1.251 2.6-1.933z" clip-rule="evenodd"/><path d="M14 16a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h1v4.048l-4.231 6.85C9.123 33.563 11.039 37 14.172 37h6.656c3.132 0 5.05-3.437 3.403-6.102L20 24.048V20h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBiochemistryLaboratoryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-biochemistry-laboratory-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsBiochemistryLaboratoryNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2016.679c2.282-1.52%204-2.99%204-5.679h2c0%203.411-2.077%205.381-4.188%206.865c.831.558%201.657%201.163%202.338%201.856C37.222%2020.81%2038%2022.174%2038%2024s-.778%203.19-1.85%204.28c-.681.692-1.507%201.297-2.338%201.855C35.922%2031.619%2038%2033.589%2038%2037h-2q-.001-.53-.086-1H31a1%201%200%201%201%200-2h4.065c-.722-1.019-1.808-1.841-3.065-2.678c-2.282%201.52-4%202.99-4%205.678h-2c0-3.411%202.077-5.381%204.188-6.865c-.831-.558-1.657-1.163-2.338-1.856C26.778%2027.19%2026%2025.826%2026%2024s.778-3.19%201.85-4.28c.681-.692%201.507-1.297%202.338-1.855C28.078%2016.381%2026%2014.411%2026%2011h2q.001.53.086%201H33a1%201%200%201%201%200%202h-4.065c.722%201.019%201.808%201.841%203.065%202.678m0%202.388c-1.004.653-1.896%201.251-2.6%201.933h5.2c-.703-.682-1.596-1.28-2.6-1.933M28%2024q.001-.536.128-1h7.744q.127.464.128%201q-.001.536-.128%201h-7.744A3.8%203.8%200%200%201%2028%2024m1.4%203c.704.682%201.596%201.28%202.6%201.933c1.004-.653%201.897-1.251%202.6-1.933z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2016a1%201%200%200%200-1%201v2a1%201%200%200%200%201%201h1v4.048l-4.231%206.85C9.123%2033.563%2011.039%2037%2014.172%2037h6.656c3.132%200%205.05-3.437%203.403-6.102L20%2024.048V20h1a1%201%200%200%200%201-1v-2a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBiochemistryLaboratoryNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsBiochemistryLaboratoryNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2016.679c2.282-1.52%204-2.99%204-5.679h2c0%203.411-2.077%205.381-4.188%206.865c.831.558%201.657%201.163%202.338%201.856C37.222%2020.81%2038%2022.174%2038%2024s-.778%203.19-1.85%204.28c-.681.692-1.507%201.297-2.338%201.855C35.922%2031.619%2038%2033.589%2038%2037h-2q-.001-.53-.086-1H31a1%201%200%201%201%200-2h4.065c-.722-1.019-1.808-1.841-3.065-2.678c-2.282%201.52-4%202.99-4%205.678h-2c0-3.411%202.077-5.381%204.188-6.865c-.831-.558-1.657-1.163-2.338-1.856C26.778%2027.19%2026%2025.826%2026%2024s.778-3.19%201.85-4.28c.681-.692%201.507-1.297%202.338-1.855C28.078%2016.381%2026%2014.411%2026%2011h2q.001.53.086%201H33a1%201%200%201%201%200%202h-4.065c.722%201.019%201.808%201.841%203.065%202.678m0%202.388c-1.004.653-1.896%201.251-2.6%201.933h5.2c-.703-.682-1.596-1.28-2.6-1.933M28%2024q.001-.536.128-1h7.744q.127.464.128%201q-.001.536-.128%201h-7.744A3.8%203.8%200%200%201%2028%2024m1.4%203c.704.682%201.596%201.28%202.6%201.933c1.004-.653%201.897-1.251%202.6-1.933z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2016a1%201%200%200%200-1%201v2a1%201%200%200%200%201%201h1v4.048l-4.231%206.85C9.123%2033.563%2011.039%2037%2014.172%2037h6.656c3.132%200%205.05-3.437%203.403-6.102L20%2024.048V20h1a1%201%200%200%200%201-1v-2a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBiochemistryLaboratoryNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/biochemistry-laboratory-negative.svg?color=%231a73e8&size=48