biochemistry laboratory icon
biochemistry-laboratory from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- biochemistry-laboratory
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the biochemistry laboratory icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm27 5c0 2.689-1.718 4.158-4 5.679c-1.257-.838-2.343-1.66-3.065-2.679H33a1 1 0 1 0 0-2h-4.914A5.6 5.6 0 0 1 28 11h-2c0 3.411 2.077 5.381 4.188 6.865c-.831.558-1.657 1.163-2.338 1.856C26.778 20.81 26 22.174 26 24s.778 3.19 1.85 4.28c.681.692 1.507 1.297 2.338 1.855C28.078 31.619 26 33.589 26 37h2c0-2.689 1.718-4.158 4-5.678c1.257.837 2.343 1.659 3.065 2.678H31a1 1 0 1 0 0 2h4.914q.085.47.086 1h2c0-3.411-2.077-5.381-4.188-6.865c.831-.558 1.657-1.163 2.338-1.856C37.222 27.19 38 25.826 38 24s-.778-3.19-1.85-4.28c-.681-.692-1.507-1.297-2.338-1.855C35.922 16.381 38 14.411 38 11zm-6.6 10c.704-.682 1.596-1.28 2.6-1.933c1.004.653 1.897 1.251 2.6 1.933zm-1.272 2Q28 23.464 28 24q.001.536.128 1h7.744q.127-.464.128-1q-.001-.536-.128-1zM32 28.933c-1.004-.653-1.896-1.251-2.6-1.933h5.2c-.703.682-1.596 1.28-2.6 1.933M13 17a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v4.048l4.231 6.85c1.646 2.665-.27 6.102-3.403 6.102h-6.656c-3.132 0-5.05-3.437-3.403-6.102L15 24.048V20h-1a1 1 0 0 1-1-1z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBiochemistryLaboratory(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm27 5c0 2.689-1.718 4.158-4 5.679c-1.257-.838-2.343-1.66-3.065-2.679H33a1 1 0 1 0 0-2h-4.914A5.6 5.6 0 0 1 28 11h-2c0 3.411 2.077 5.381 4.188 6.865c-.831.558-1.657 1.163-2.338 1.856C26.778 20.81 26 22.174 26 24s.778 3.19 1.85 4.28c.681.692 1.507 1.297 2.338 1.855C28.078 31.619 26 33.589 26 37h2c0-2.689 1.718-4.158 4-5.678c1.257.837 2.343 1.659 3.065 2.678H31a1 1 0 1 0 0 2h4.914q.085.47.086 1h2c0-3.411-2.077-5.381-4.188-6.865c.831-.558 1.657-1.163 2.338-1.856C37.222 27.19 38 25.826 38 24s-.778-3.19-1.85-4.28c-.681-.692-1.507-1.297-2.338-1.855C35.922 16.381 38 14.411 38 11zm-6.6 10c.704-.682 1.596-1.28 2.6-1.933c1.004.653 1.897 1.251 2.6 1.933zm-1.272 2Q28 23.464 28 24q.001.536.128 1h7.744q.127-.464.128-1q-.001-.536-.128-1zM32 28.933c-1.004-.653-1.896-1.251-2.6-1.933h5.2c-.703.682-1.596 1.28-2.6 1.933M13 17a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v4.048l4.231 6.85c1.646 2.665-.27 6.102-3.403 6.102h-6.656c-3.132 0-5.05-3.437-3.403-6.102L15 24.048V20h-1a1 1 0 0 1-1-1z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm27 5c0 2.689-1.718 4.158-4 5.679c-1.257-.838-2.343-1.66-3.065-2.679H33a1 1 0 1 0 0-2h-4.914A5.6 5.6 0 0 1 28 11h-2c0 3.411 2.077 5.381 4.188 6.865c-.831.558-1.657 1.163-2.338 1.856C26.778 20.81 26 22.174 26 24s.778 3.19 1.85 4.28c.681.692 1.507 1.297 2.338 1.855C28.078 31.619 26 33.589 26 37h2c0-2.689 1.718-4.158 4-5.678c1.257.837 2.343 1.659 3.065 2.678H31a1 1 0 1 0 0 2h4.914q.085.47.086 1h2c0-3.411-2.077-5.381-4.188-6.865c.831-.558 1.657-1.163 2.338-1.856C37.222 27.19 38 25.826 38 24s-.778-3.19-1.85-4.28c-.681-.692-1.507-1.297-2.338-1.855C35.922 16.381 38 14.411 38 11zm-6.6 10c.704-.682 1.596-1.28 2.6-1.933c1.004.653 1.897 1.251 2.6 1.933zm-1.272 2Q28 23.464 28 24q.001.536.128 1h7.744q.127-.464.128-1q-.001-.536-.128-1zM32 28.933c-1.004-.653-1.896-1.251-2.6-1.933h5.2c-.703.682-1.596 1.28-2.6 1.933M13 17a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v4.048l4.231 6.85c1.646 2.665-.27 6.102-3.403 6.102h-6.656c-3.132 0-5.05-3.437-3.403-6.102L15 24.048V20h-1a1 1 0 0 1-1-1z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-biochemistry-laboratory {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm27%205c0%202.689-1.718%204.158-4%205.679c-1.257-.838-2.343-1.66-3.065-2.679H33a1%201%200%201%200%200-2h-4.914A5.6%205.6%200%200%201%2028%2011h-2c0%203.411%202.077%205.381%204.188%206.865c-.831.558-1.657%201.163-2.338%201.856C26.778%2020.81%2026%2022.174%2026%2024s.778%203.19%201.85%204.28c.681.692%201.507%201.297%202.338%201.855C28.078%2031.619%2026%2033.589%2026%2037h2c0-2.689%201.718-4.158%204-5.678c1.257.837%202.343%201.659%203.065%202.678H31a1%201%200%201%200%200%202h4.914q.085.47.086%201h2c0-3.411-2.077-5.381-4.188-6.865c.831-.558%201.657-1.163%202.338-1.856C37.222%2027.19%2038%2025.826%2038%2024s-.778-3.19-1.85-4.28c-.681-.692-1.507-1.297-2.338-1.855C35.922%2016.381%2038%2014.411%2038%2011zm-6.6%2010c.704-.682%201.596-1.28%202.6-1.933c1.004.653%201.897%201.251%202.6%201.933zm-1.272%202Q28%2023.464%2028%2024q.001.536.128%201h7.744q.127-.464.128-1q-.001-.536-.128-1zM32%2028.933c-1.004-.653-1.896-1.251-2.6-1.933h5.2c-.703.682-1.596%201.28-2.6%201.933M13%2017a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-1v4.048l4.231%206.85c1.646%202.665-.27%206.102-3.403%206.102h-6.656c-3.132%200-5.05-3.437-3.403-6.102L15%2024.048V20h-1a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm27%205c0%202.689-1.718%204.158-4%205.679c-1.257-.838-2.343-1.66-3.065-2.679H33a1%201%200%201%200%200-2h-4.914A5.6%205.6%200%200%201%2028%2011h-2c0%203.411%202.077%205.381%204.188%206.865c-.831.558-1.657%201.163-2.338%201.856C26.778%2020.81%2026%2022.174%2026%2024s.778%203.19%201.85%204.28c.681.692%201.507%201.297%202.338%201.855C28.078%2031.619%2026%2033.589%2026%2037h2c0-2.689%201.718-4.158%204-5.678c1.257.837%202.343%201.659%203.065%202.678H31a1%201%200%201%200%200%202h4.914q.085.47.086%201h2c0-3.411-2.077-5.381-4.188-6.865c.831-.558%201.657-1.163%202.338-1.856C37.222%2027.19%2038%2025.826%2038%2024s-.778-3.19-1.85-4.28c-.681-.692-1.507-1.297-2.338-1.855C35.922%2016.381%2038%2014.411%2038%2011zm-6.6%2010c.704-.682%201.596-1.28%202.6-1.933c1.004.653%201.897%201.251%202.6%201.933zm-1.272%202Q28%2023.464%2028%2024q.001.536.128%201h7.744q.127-.464.128-1q-.001-.536-.128-1zM32%2028.933c-1.004-.653-1.896-1.251-2.6-1.933h5.2c-.703.682-1.596%201.28-2.6%201.933M13%2017a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-1v4.048l4.231%206.85c1.646%202.665-.27%206.102-3.403%206.102h-6.656c-3.132%200-5.05-3.437-3.403-6.102L15%2024.048V20h-1a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/biochemistry-laboratory.svg?color=%231a73e8&size=48