biotech icon
biotech-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- biotech-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the biotech icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.385 20.5q-.214 0-.357-.143T5.885 20t.143-.357t.357-.143h4.5v-3h-.5q-1.864 0-3.182-1.318T5.885 12q0-1.31.677-2.404t1.875-1.623q-.023.28.037.527t.168.49q-.825.439-1.291 1.246q-.466.808-.466 1.764q0 1.462 1.019 2.48t2.48 1.02h7q.214 0 .357.143t.144.357t-.144.357t-.356.143h-5.27v3h5.5q.214 0 .357.143q.144.143.144.357t-.144.357t-.357.143zm7.95-9.484l-.135-.366l-.179.077q-.323.13-.628-.012t-.435-.467l-.227-.65q.308-.323.458-.732q.15-.408.15-.866q0-.906-.585-1.593q-.585-.688-1.477-.823l-.24-.651q-.126-.324.027-.609q.153-.286.457-.416l.198-.077l-.134-.365q-.093-.241.015-.469t.36-.32q.24-.087.468.018t.314.351l.135.365l.115-.038q.304-.112.602.035q.298.146.429.45l1.935 5.279q.13.303-.013.598q-.143.296-.447.427l-.14.057l.134.366q.092.246-.015.476q-.108.231-.36.324q-.24.086-.468-.019q-.228-.104-.314-.35M9.696 9.189Q9.2 8.692 9.2 8t.496-1.188t1.189-.497t1.188.496T12.569 8t-.496 1.189q-.496.495-1.188.495q-.693 0-1.189-.495"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBiotechRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.385 20.5q-.214 0-.357-.143T5.885 20t.143-.357t.357-.143h4.5v-3h-.5q-1.864 0-3.182-1.318T5.885 12q0-1.31.677-2.404t1.875-1.623q-.023.28.037.527t.168.49q-.825.439-1.291 1.246q-.466.808-.466 1.764q0 1.462 1.019 2.48t2.48 1.02h7q.214 0 .357.143t.144.357t-.144.357t-.356.143h-5.27v3h5.5q.214 0 .357.143q.144.143.144.357t-.144.357t-.357.143zm7.95-9.484l-.135-.366l-.179.077q-.323.13-.628-.012t-.435-.467l-.227-.65q.308-.323.458-.732q.15-.408.15-.866q0-.906-.585-1.593q-.585-.688-1.477-.823l-.24-.651q-.126-.324.027-.609q.153-.286.457-.416l.198-.077l-.134-.365q-.093-.241.015-.469t.36-.32q.24-.087.468.018t.314.351l.135.365l.115-.038q.304-.112.602.035q.298.146.429.45l1.935 5.279q.13.303-.013.598q-.143.296-.447.427l-.14.057l.134.366q.092.246-.015.476q-.108.231-.36.324q-.24.086-.468-.019q-.228-.104-.314-.35M9.696 9.189Q9.2 8.692 9.2 8t.496-1.188t1.189-.497t1.188.496T12.569 8t-.496 1.189q-.496.495-1.188.495q-.693 0-1.189-.495"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.385 20.5q-.214 0-.357-.143T5.885 20t.143-.357t.357-.143h4.5v-3h-.5q-1.864 0-3.182-1.318T5.885 12q0-1.31.677-2.404t1.875-1.623q-.023.28.037.527t.168.49q-.825.439-1.291 1.246q-.466.808-.466 1.764q0 1.462 1.019 2.48t2.48 1.02h7q.214 0 .357.143t.144.357t-.144.357t-.356.143h-5.27v3h5.5q.214 0 .357.143q.144.143.144.357t-.144.357t-.357.143zm7.95-9.484l-.135-.366l-.179.077q-.323.13-.628-.012t-.435-.467l-.227-.65q.308-.323.458-.732q.15-.408.15-.866q0-.906-.585-1.593q-.585-.688-1.477-.823l-.24-.651q-.126-.324.027-.609q.153-.286.457-.416l.198-.077l-.134-.365q-.093-.241.015-.469t.36-.32q.24-.087.468.018t.314.351l.135.365l.115-.038q.304-.112.602.035q.298.146.429.45l1.935 5.279q.13.303-.013.598q-.143.296-.447.427l-.14.057l.134.366q.092.246-.015.476q-.108.231-.36.324q-.24.086-.468-.019q-.228-.104-.314-.35M9.696 9.189Q9.2 8.692 9.2 8t.496-1.188t1.189-.497t1.188.496T12.569 8t-.496 1.189q-.496.495-1.188.495q-.693 0-1.189-.495"/></svg> </template>
CSS
.icon-biotech-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.385%2020.5q-.214%200-.357-.143T5.885%2020t.143-.357t.357-.143h4.5v-3h-.5q-1.864%200-3.182-1.318T5.885%2012q0-1.31.677-2.404t1.875-1.623q-.023.28.037.527t.168.49q-.825.439-1.291%201.246q-.466.808-.466%201.764q0%201.462%201.019%202.48t2.48%201.02h7q.214%200%20.357.143t.144.357t-.144.357t-.356.143h-5.27v3h5.5q.214%200%20.357.143q.144.143.144.357t-.144.357t-.357.143zm7.95-9.484l-.135-.366l-.179.077q-.323.13-.628-.012t-.435-.467l-.227-.65q.308-.323.458-.732q.15-.408.15-.866q0-.906-.585-1.593q-.585-.688-1.477-.823l-.24-.651q-.126-.324.027-.609q.153-.286.457-.416l.198-.077l-.134-.365q-.093-.241.015-.469t.36-.32q.24-.087.468.018t.314.351l.135.365l.115-.038q.304-.112.602.035q.298.146.429.45l1.935%205.279q.13.303-.013.598q-.143.296-.447.427l-.14.057l.134.366q.092.246-.015.476q-.108.231-.36.324q-.24.086-.468-.019q-.228-.104-.314-.35M9.696%209.189Q9.2%208.692%209.2%208t.496-1.188t1.189-.497t1.188.496T12.569%208t-.496%201.189q-.496.495-1.188.495q-.693%200-1.189-.495%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.385%2020.5q-.214%200-.357-.143T5.885%2020t.143-.357t.357-.143h4.5v-3h-.5q-1.864%200-3.182-1.318T5.885%2012q0-1.31.677-2.404t1.875-1.623q-.023.28.037.527t.168.49q-.825.439-1.291%201.246q-.466.808-.466%201.764q0%201.462%201.019%202.48t2.48%201.02h7q.214%200%20.357.143t.144.357t-.144.357t-.356.143h-5.27v3h5.5q.214%200%20.357.143q.144.143.144.357t-.144.357t-.357.143zm7.95-9.484l-.135-.366l-.179.077q-.323.13-.628-.012t-.435-.467l-.227-.65q.308-.323.458-.732q.15-.408.15-.866q0-.906-.585-1.593q-.585-.688-1.477-.823l-.24-.651q-.126-.324.027-.609q.153-.286.457-.416l.198-.077l-.134-.365q-.093-.241.015-.469t.36-.32q.24-.087.468.018t.314.351l.135.365l.115-.038q.304-.112.602.035q.298.146.429.45l1.935%205.279q.13.303-.013.598q-.143.296-.447.427l-.14.057l.134.366q.092.246-.015.476q-.108.231-.36.324q-.24.086-.468-.019q-.228-.104-.314-.35M9.696%209.189Q9.2%208.692%209.2%208t.496-1.188t1.189-.497t1.188.496T12.569%208t-.496%201.189q-.496.495-1.188.495q-.693%200-1.189-.495%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/biotech-rounded.svg?color=%231a73e8&size=48