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

Name
bia-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 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 9.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7h-3.17q-.269 0-.442.173T7 7.616zm11.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-.404M4.616 19q-.667 0-1.141-.475T3 17.386v-6.27q0-.666.475-1.14t1.14-.475H6V7.616q0-.667.475-1.141T7.615 6h3.99q.755-.596 1.88-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v9.385q0 .666-.475 1.14t-1.14.475H15.5v-3q0-.213-.144-.356t-.357-.144t-.356.144T14.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T10.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T6.5 16v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBiaRounded(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 9.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7h-3.17q-.269 0-.442.173T7 7.616zm11.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-.404M4.616 19q-.667 0-1.141-.475T3 17.386v-6.27q0-.666.475-1.14t1.14-.475H6V7.616q0-.667.475-1.141T7.615 6h3.99q.755-.596 1.88-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v9.385q0 .666-.475 1.14t-1.14.475H15.5v-3q0-.213-.144-.356t-.357-.144t-.356.144T14.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T10.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T6.5 16v3z"/></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 9.5h4.17q-.287-.302-.44-.667T10.577 8q0-.275.052-.525T10.785 7h-3.17q-.269 0-.442.173T7 7.616zm11.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-.404M4.616 19q-.667 0-1.141-.475T3 17.386v-6.27q0-.666.475-1.14t1.14-.475H6V7.616q0-.667.475-1.141T7.615 6h3.99q.755-.596 1.88-.856t2.304-.26q1.928 0 3.57.719Q21 6.321 21 8v9.385q0 .666-.475 1.14t-1.14.475H15.5v-3q0-.213-.144-.356t-.357-.144t-.356.144T14.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T10.5 16v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T6.5 16v3z"/></svg>
</template>

CSS

.icon-bia-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%22M7%209.5h4.17q-.287-.302-.44-.667T10.577%208q0-.275.052-.525T10.785%207h-3.17q-.269%200-.442.173T7%207.616zm11.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-.404M4.616%2019q-.667%200-1.141-.475T3%2017.386v-6.27q0-.666.475-1.14t1.14-.475H6V7.616q0-.667.475-1.141T7.615%206h3.99q.755-.596%201.88-.856t2.304-.26q1.928%200%203.57.719Q21%206.321%2021%208v9.385q0%20.666-.475%201.14t-1.14.475H15.5v-3q0-.213-.144-.356t-.357-.144t-.356.144T14.5%2016v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T10.5%2016v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T6.5%2016v3z%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%209.5h4.17q-.287-.302-.44-.667T10.577%208q0-.275.052-.525T10.785%207h-3.17q-.269%200-.442.173T7%207.616zm11.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-.404M4.616%2019q-.667%200-1.141-.475T3%2017.386v-6.27q0-.666.475-1.14t1.14-.475H6V7.616q0-.667.475-1.141T7.615%206h3.99q.755-.596%201.88-.856t2.304-.26q1.928%200%203.57.719Q21%206.321%2021%208v9.385q0%20.666-.475%201.14t-1.14.475H15.5v-3q0-.213-.144-.356t-.357-.144t-.356.144T14.5%2016v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T10.5%2016v3h-3v-3q0-.213-.144-.356t-.357-.144t-.356.144T6.5%2016v3z%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-rounded.svg?color=%231a73e8&size=48