round-biotech from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-biotech
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round biotech icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3c0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62A5.01 5.01 0 0 0 5 12c0 2.76 2.24 5 5 5v2z"/><path fill="currentColor" d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.25.68c.19.52.76.79 1.28.6c.19.52.76.79 1.28.6s.79-.76.6-1.28c.52-.19.79-.76.6-1.28L14.1 3.54a1 1 0 0 0-1.28-.6a1 1 0 0 0-1.28-.6c-.52.19-.79.76-.6 1.28c-.52.19-.79.76-.6 1.28z"/><circle cx="10.5" cy="8" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBiotech(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="M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3c0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62A5.01 5.01 0 0 0 5 12c0 2.76 2.24 5 5 5v2z"/><path fill="currentColor" d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.25.68c.19.52.76.79 1.28.6c.19.52.76.79 1.28.6s.79-.76.6-1.28c.52-.19.79-.76.6-1.28L14.1 3.54a1 1 0 0 0-1.28-.6a1 1 0 0 0-1.28-.6c-.52.19-.79.76-.6 1.28c-.52.19-.79.76-.6 1.28z"/><circle cx="10.5" cy="8" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3c0-1.09.59-2.04 1.46-2.56C8.17 9.03 8 8.54 8 8c0-.21.04-.42.09-.62A5.01 5.01 0 0 0 5 12c0 2.76 2.24 5 5 5v2z"/><path fill="currentColor" d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.25.68c.19.52.76.79 1.28.6c.19.52.76.79 1.28.6s.79-.76.6-1.28c.52-.19.79-.76.6-1.28L14.1 3.54a1 1 0 0 0-1.28-.6a1 1 0 0 0-1.28-.6c-.52.19-.79.76-.6 1.28c-.52.19-.79.76-.6 1.28z"/><circle cx="10.5" cy="8" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-round-biotech {
  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%22M7%2019c-1.1%200-2%20.9-2%202h14c0-1.1-.9-2-2-2h-4v-2h3c1.1%200%202-.9%202-2h-8c-1.66%200-3-1.34-3-3c0-1.09.59-2.04%201.46-2.56C8.17%209.03%208%208.54%208%208c0-.21.04-.42.09-.62A5.01%205.01%200%200%200%205%2012c0%202.76%202.24%205%205%205v2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.56%205.51C11.91%205.54%2013%206.64%2013%208c0%20.75-.33%201.41-.85%201.87l.25.68c.19.52.76.79%201.28.6c.19.52.76.79%201.28.6s.79-.76.6-1.28c.52-.19.79-.76.6-1.28L14.1%203.54a1%201%200%200%200-1.28-.6a1%201%200%200%200-1.28-.6c-.52.19-.79.76-.6%201.28c-.52.19-.79.76-.6%201.28z%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M7%2019c-1.1%200-2%20.9-2%202h14c0-1.1-.9-2-2-2h-4v-2h3c1.1%200%202-.9%202-2h-8c-1.66%200-3-1.34-3-3c0-1.09.59-2.04%201.46-2.56C8.17%209.03%208%208.54%208%208c0-.21.04-.42.09-.62A5.01%205.01%200%200%200%205%2012c0%202.76%202.24%205%205%205v2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.56%205.51C11.91%205.54%2013%206.64%2013%208c0%20.75-.33%201.41-.85%201.87l.25.68c.19.52.76.79%201.28.6c.19.52.76.79%201.28.6s.79-.76.6-1.28c.52-.19.79-.76.6-1.28L14.1%203.54a1%201%200%200%200-1.28-.6a1%201%200%200%200-1.28-.6c-.52.19-.79.76-.6%201.28c-.52.19-.79.76-.6%201.28z%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-biotech.svg?color=%231a73e8&size=48