bia from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
bia
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
bia-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the bia icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9h3.15q-.075-.225-.112-.475T10 8t.038-.525T10.15 7H7zm11.725.625Q20 9.25 20 8t-1.275-1.625T16 6t-2.725.375T12 8t1.275 1.625T16 10t2.725-.375M2 20V9h3V5h6.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v12h-6v-5h-2v5h-2v-5h-2v5H8v-5H6v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBia(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 9h3.15q-.075-.225-.112-.475T10 8t.038-.525T10.15 7H7zm11.725.625Q20 9.25 20 8t-1.275-1.625T16 6t-2.725.375T12 8t1.275 1.625T16 10t2.725-.375M2 20V9h3V5h6.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v12h-6v-5h-2v5h-2v-5h-2v5H8v-5H6v5z"/></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 9h3.15q-.075-.225-.112-.475T10 8t.038-.525T10.15 7H7zm11.725.625Q20 9.25 20 8t-1.275-1.625T16 6t-2.725.375T12 8t1.275 1.625T16 10t2.725-.375M2 20V9h3V5h6.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v12h-6v-5h-2v5h-2v-5h-2v5H8v-5H6v5z"/></svg>
</template>

CSS

.icon-bia {
  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%209h3.15q-.075-.225-.112-.475T10%208t.038-.525T10.15%207H7zm11.725.625Q20%209.25%2020%208t-1.275-1.625T16%206t-2.725.375T12%208t1.275%201.625T16%2010t2.725-.375M2%2020V9h3V5h6.875q.85-.5%201.925-.75T16%204q2.275%200%204.138.988T22%208v12h-6v-5h-2v5h-2v-5h-2v5H8v-5H6v5z%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%209h3.15q-.075-.225-.112-.475T10%208t.038-.525T10.15%207H7zm11.725.625Q20%209.25%2020%208t-1.275-1.625T16%206t-2.725.375T12%208t1.275%201.625T16%2010t2.725-.375M2%2020V9h3V5h6.875q.85-.5%201.925-.75T16%204q2.275%200%204.138.988T22%208v12h-6v-5h-2v5h-2v-5h-2v5H8v-5H6v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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