fluid balance icon
fluid-balance-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fluid-balance-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the fluid balance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V5h18v1.616h-1V6H4v12h8.23v1zm1-1V6zm16.73 3.539h-4v-2.581q-1.493-.177-2.496-1.3Q13.23 16.538 13.23 15V9h8v6q0 1.537-1.003 2.659t-2.497 1.299v1.58h3zM18.98 14.5h1.25V10h-6v2.5h.75q.691 0 1.323.317t1.074.89q.267.397.702.595t.902.198M17.23 18q1.11 0 1.942-.716q.833-.717.998-1.784h-1.19q-.708 0-1.34-.305q-.633-.304-1.075-.883q-.283-.39-.7-.601q-.418-.211-.885-.211h-.75V15q0 1.275.862 2.138T17.23 18M6.5 10.5h4.346v-1H6.5zm0 4h4.346v-1H6.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFluidBalanceOutlineSharp(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="M3 19V5h18v1.616h-1V6H4v12h8.23v1zm1-1V6zm16.73 3.539h-4v-2.581q-1.493-.177-2.496-1.3Q13.23 16.538 13.23 15V9h8v6q0 1.537-1.003 2.659t-2.497 1.299v1.58h3zM18.98 14.5h1.25V10h-6v2.5h.75q.691 0 1.323.317t1.074.89q.267.397.702.595t.902.198M17.23 18q1.11 0 1.942-.716q.833-.717.998-1.784h-1.19q-.708 0-1.34-.305q-.633-.304-1.075-.883q-.283-.39-.7-.601q-.418-.211-.885-.211h-.75V15q0 1.275.862 2.138T17.23 18M6.5 10.5h4.346v-1H6.5zm0 4h4.346v-1H6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V5h18v1.616h-1V6H4v12h8.23v1zm1-1V6zm16.73 3.539h-4v-2.581q-1.493-.177-2.496-1.3Q13.23 16.538 13.23 15V9h8v6q0 1.537-1.003 2.659t-2.497 1.299v1.58h3zM18.98 14.5h1.25V10h-6v2.5h.75q.691 0 1.323.317t1.074.89q.267.397.702.595t.902.198M17.23 18q1.11 0 1.942-.716q.833-.717.998-1.784h-1.19q-.708 0-1.34-.305q-.633-.304-1.075-.883q-.283-.39-.7-.601q-.418-.211-.885-.211h-.75V15q0 1.275.862 2.138T17.23 18M6.5 10.5h4.346v-1H6.5zm0 4h4.346v-1H6.5z"/></svg> </template>
CSS
.icon-fluid-balance-outline-sharp {
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%22M3%2019V5h18v1.616h-1V6H4v12h8.23v1zm1-1V6zm16.73%203.539h-4v-2.581q-1.493-.177-2.496-1.3Q13.23%2016.538%2013.23%2015V9h8v6q0%201.537-1.003%202.659t-2.497%201.299v1.58h3zM18.98%2014.5h1.25V10h-6v2.5h.75q.691%200%201.323.317t1.074.89q.267.397.702.595t.902.198M17.23%2018q1.11%200%201.942-.716q.833-.717.998-1.784h-1.19q-.708%200-1.34-.305q-.633-.304-1.075-.883q-.283-.39-.7-.601q-.418-.211-.885-.211h-.75V15q0%201.275.862%202.138T17.23%2018M6.5%2010.5h4.346v-1H6.5zm0%204h4.346v-1H6.5z%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%22M3%2019V5h18v1.616h-1V6H4v12h8.23v1zm1-1V6zm16.73%203.539h-4v-2.581q-1.493-.177-2.496-1.3Q13.23%2016.538%2013.23%2015V9h8v6q0%201.537-1.003%202.659t-2.497%201.299v1.58h3zM18.98%2014.5h1.25V10h-6v2.5h.75q.691%200%201.323.317t1.074.89q.267.397.702.595t.902.198M17.23%2018q1.11%200%201.942-.716q.833-.717.998-1.784h-1.19q-.708%200-1.34-.305q-.633-.304-1.075-.883q-.283-.39-.7-.601q-.418-.211-.885-.211h-.75V15q0%201.275.862%202.138T17.23%2018M6.5%2010.5h4.346v-1H6.5zm0%204h4.346v-1H6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fluid-balance-outline-sharp.svg?color=%231a73e8&size=48