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

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

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="M4 18h2.5v-2.5h1V18h3v-2.5h1V18h3v-2.5h1V18H20V9.96q-.729.61-1.867.882q-1.138.273-2.344.273q-.876 0-1.739-.144t-1.579-.471H4zm3-8.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7H7zm11.658.212Q20 9.308 20 8t-1.343-1.711t-2.869-.404t-2.869.404Q11.577 6.692 11.577 8t1.342 1.712t2.87.404t2.869-.404M3 19V9.5h3V6h5.606q.754-.596 1.879-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v11zm1-1h16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBiaOutline(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="M4 18h2.5v-2.5h1V18h3v-2.5h1V18h3v-2.5h1V18H20V9.96q-.729.61-1.867.882q-1.138.273-2.344.273q-.876 0-1.739-.144t-1.579-.471H4zm3-8.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7H7zm11.658.212Q20 9.308 20 8t-1.343-1.711t-2.869-.404t-2.869.404Q11.577 6.692 11.577 8t1.342 1.712t2.87.404t2.869-.404M3 19V9.5h3V6h5.606q.754-.596 1.879-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v11zm1-1h16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18h2.5v-2.5h1V18h3v-2.5h1V18h3v-2.5h1V18H20V9.96q-.729.61-1.867.882q-1.138.273-2.344.273q-.876 0-1.739-.144t-1.579-.471H4zm3-8.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7H7zm11.658.212Q20 9.308 20 8t-1.343-1.711t-2.869-.404t-2.869.404Q11.577 6.692 11.577 8t1.342 1.712t2.87.404t2.869-.404M3 19V9.5h3V6h5.606q.754-.596 1.879-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v11zm1-1h16z"/></svg>
</template>

CSS

.icon-bia-outline {
  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%22M4%2018h2.5v-2.5h1V18h3v-2.5h1V18h3v-2.5h1V18H20V9.96q-.729.61-1.867.882q-1.138.273-2.344.273q-.876%200-1.739-.144t-1.579-.471H4zm3-8.5h4.17q-.287-.302-.44-.667T10.577%208q0-.275.052-.525T10.785%207H7zm11.658.212Q20%209.308%2020%208t-1.343-1.711t-2.869-.404t-2.869.404Q11.577%206.692%2011.577%208t1.342%201.712t2.87.404t2.869-.404M3%2019V9.5h3V6h5.606q.754-.596%201.879-.856t2.304-.26q1.928%200%203.57.719Q21%206.321%2021%208v11zm1-1h16z%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%22M4%2018h2.5v-2.5h1V18h3v-2.5h1V18h3v-2.5h1V18H20V9.96q-.729.61-1.867.882q-1.138.273-2.344.273q-.876%200-1.739-.144t-1.579-.471H4zm3-8.5h4.17q-.287-.302-.44-.667T10.577%208q0-.275.052-.525T10.785%207H7zm11.658.212Q20%209.308%2020%208t-1.343-1.711t-2.869-.404t-2.869.404Q11.577%206.692%2011.577%208t1.342%201.712t2.87.404t2.869-.404M3%2019V9.5h3V6h5.606q.754-.596%201.879-.856t2.304-.26q1.928%200%203.57.719Q21%206.321%2021%208v11zm1-1h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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