biotech-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
biotech-outline-rounded
Set
Material Symbols Light
Style
Outline 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="M10.885 19.5v-3h-.5q-1.868 0-3.184-1.316T5.885 12q0-1.386.799-2.523q.799-1.136 2.108-1.654q.046-1.023.878-1.586T11.434 6l-.397-1.067q-.126-.318.018-.606q.143-.288.466-.42l.198-.076l-.134-.365q-.093-.241.013-.468t.361-.321q.241-.087.472.016q.232.102.311.353l.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-.013.476t-.362.324q-.24.086-.471-.016q-.232-.102-.312-.353l-.134-.366l-.154.077q-.323.13-.634-.013q-.31-.144-.435-.472l-.365-1.046q-.299.427-.767.679t-1.007.24q-.626-.011-1.13-.366t-.758-.914q-.944.419-1.505 1.267T6.885 12q0 1.458 1.02 2.48q1.021 1.02 2.48 1.02h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-5.27v3h5.5q.213 0 .357.144t.143.357t-.143.356t-.357.143H6.386q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143zm2.919-9.642l1.285-.504l-1.854-5.123l-1.335.465zm-2.043-.98q.355-.354.355-.877t-.354-.877t-.876-.355t-.877.354t-.355.876t.353.877t.876.355t.878-.354M10.885 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBiotechOutlineRounded(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="M10.885 19.5v-3h-.5q-1.868 0-3.184-1.316T5.885 12q0-1.386.799-2.523q.799-1.136 2.108-1.654q.046-1.023.878-1.586T11.434 6l-.397-1.067q-.126-.318.018-.606q.143-.288.466-.42l.198-.076l-.134-.365q-.093-.241.013-.468t.361-.321q.241-.087.472.016q.232.102.311.353l.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-.013.476t-.362.324q-.24.086-.471-.016q-.232-.102-.312-.353l-.134-.366l-.154.077q-.323.13-.634-.013q-.31-.144-.435-.472l-.365-1.046q-.299.427-.767.679t-1.007.24q-.626-.011-1.13-.366t-.758-.914q-.944.419-1.505 1.267T6.885 12q0 1.458 1.02 2.48q1.021 1.02 2.48 1.02h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-5.27v3h5.5q.213 0 .357.144t.143.357t-.143.356t-.357.143H6.386q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143zm2.919-9.642l1.285-.504l-1.854-5.123l-1.335.465zm-2.043-.98q.355-.354.355-.877t-.354-.877t-.876-.355t-.877.354t-.355.876t.353.877t.876.355t.878-.354M10.885 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.885 19.5v-3h-.5q-1.868 0-3.184-1.316T5.885 12q0-1.386.799-2.523q.799-1.136 2.108-1.654q.046-1.023.878-1.586T11.434 6l-.397-1.067q-.126-.318.018-.606q.143-.288.466-.42l.198-.076l-.134-.365q-.093-.241.013-.468t.361-.321q.241-.087.472.016q.232.102.311.353l.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-.013.476t-.362.324q-.24.086-.471-.016q-.232-.102-.312-.353l-.134-.366l-.154.077q-.323.13-.634-.013q-.31-.144-.435-.472l-.365-1.046q-.299.427-.767.679t-1.007.24q-.626-.011-1.13-.366t-.758-.914q-.944.419-1.505 1.267T6.885 12q0 1.458 1.02 2.48q1.021 1.02 2.48 1.02h7q.212 0 .356.144t.144.357t-.144.356t-.356.143h-5.27v3h5.5q.213 0 .357.144t.143.357t-.143.356t-.357.143H6.386q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143zm2.919-9.642l1.285-.504l-1.854-5.123l-1.335.465zm-2.043-.98q.355-.354.355-.877t-.354-.877t-.876-.355t-.877.354t-.355.876t.353.877t.876.355t.878-.354M10.885 8"/></svg>
</template>

CSS

.icon-biotech-outline-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%22M10.885%2019.5v-3h-.5q-1.868%200-3.184-1.316T5.885%2012q0-1.386.799-2.523q.799-1.136%202.108-1.654q.046-1.023.878-1.586T11.434%206l-.397-1.067q-.126-.318.018-.606q.143-.288.466-.42l.198-.076l-.134-.365q-.093-.241.013-.468t.361-.321q.241-.087.472.016q.232.102.311.353l.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-.013.476t-.362.324q-.24.086-.471-.016q-.232-.102-.312-.353l-.134-.366l-.154.077q-.323.13-.634-.013q-.31-.144-.435-.472l-.365-1.046q-.299.427-.767.679t-1.007.24q-.626-.011-1.13-.366t-.758-.914q-.944.419-1.505%201.267T6.885%2012q0%201.458%201.02%202.48q1.021%201.02%202.48%201.02h7q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-5.27v3h5.5q.213%200%20.357.144t.143.357t-.143.356t-.357.143H6.386q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143zm2.919-9.642l1.285-.504l-1.854-5.123l-1.335.465zm-2.043-.98q.355-.354.355-.877t-.354-.877t-.876-.355t-.877.354t-.355.876t.353.877t.876.355t.878-.354M10.885%208%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%22M10.885%2019.5v-3h-.5q-1.868%200-3.184-1.316T5.885%2012q0-1.386.799-2.523q.799-1.136%202.108-1.654q.046-1.023.878-1.586T11.434%206l-.397-1.067q-.126-.318.018-.606q.143-.288.466-.42l.198-.076l-.134-.365q-.093-.241.013-.468t.361-.321q.241-.087.472.016q.232.102.311.353l.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-.013.476t-.362.324q-.24.086-.471-.016q-.232-.102-.312-.353l-.134-.366l-.154.077q-.323.13-.634-.013q-.31-.144-.435-.472l-.365-1.046q-.299.427-.767.679t-1.007.24q-.626-.011-1.13-.366t-.758-.914q-.944.419-1.505%201.267T6.885%2012q0%201.458%201.02%202.48q1.021%201.02%202.48%201.02h7q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-5.27v3h5.5q.213%200%20.357.144t.143.357t-.143.356t-.357.143H6.386q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143zm2.919-9.642l1.285-.504l-1.854-5.123l-1.335.465zm-2.043-.98q.355-.354.355-.877t-.354-.877t-.876-.355t-.877.354t-.355.876t.353.877t.876.355t.878-.354M10.885%208%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-outline-rounded.svg?color=%231a73e8&size=48