bia icon
bia-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- bia-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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-.375M4 20q-.825 0-1.412-.587T2 18v-7q0-.825.588-1.412T4 9h1V7q0-.825.588-1.412T7 5h4.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v10q0 .825-.587 1.413T20 20h-4v-4q0-.425-.288-.712T15 15t-.712.288T14 16v4h-2v-4q0-.425-.288-.712T11 15t-.712.288T10 16v4H8v-4q0-.425-.288-.712T7 15t-.712.288T6 16v4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBiaRounded(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-.375M4 20q-.825 0-1.412-.587T2 18v-7q0-.825.588-1.412T4 9h1V7q0-.825.588-1.412T7 5h4.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v10q0 .825-.587 1.413T20 20h-4v-4q0-.425-.288-.712T15 15t-.712.288T14 16v4h-2v-4q0-.425-.288-.712T11 15t-.712.288T10 16v4H8v-4q0-.425-.288-.712T7 15t-.712.288T6 16v4z"/></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-.375M4 20q-.825 0-1.412-.587T2 18v-7q0-.825.588-1.412T4 9h1V7q0-.825.588-1.412T7 5h4.875q.85-.5 1.925-.75T16 4q2.275 0 4.138.988T22 8v10q0 .825-.587 1.413T20 20h-4v-4q0-.425-.288-.712T15 15t-.712.288T14 16v4h-2v-4q0-.425-.288-.712T11 15t-.712.288T10 16v4H8v-4q0-.425-.288-.712T7 15t-.712.288T6 16v4z"/></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%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-.375M4%2020q-.825%200-1.412-.587T2%2018v-7q0-.825.588-1.412T4%209h1V7q0-.825.588-1.412T7%205h4.875q.85-.5%201.925-.75T16%204q2.275%200%204.138.988T22%208v10q0%20.825-.587%201.413T20%2020h-4v-4q0-.425-.288-.712T15%2015t-.712.288T14%2016v4h-2v-4q0-.425-.288-.712T11%2015t-.712.288T10%2016v4H8v-4q0-.425-.288-.712T7%2015t-.712.288T6%2016v4z%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-.375M4%2020q-.825%200-1.412-.587T2%2018v-7q0-.825.588-1.412T4%209h1V7q0-.825.588-1.412T7%205h4.875q.85-.5%201.925-.75T16%204q2.275%200%204.138.988T22%208v10q0%20.825-.587%201.413T20%2020h-4v-4q0-.425-.288-.712T15%2015t-.712.288T14%2016v4h-2v-4q0-.425-.288-.712T11%2015t-.712.288T10%2016v4H8v-4q0-.425-.288-.712T7%2015t-.712.288T6%2016v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bia-rounded.svg?color=%231a73e8&size=48