fluid-balance-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
fluid-balance-rounded
Set
Material Symbols Light
Style
Rounded
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="M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h6.176q.343 0 .575.233t.232.578t.228.575t.58.23h2.44q-1.65 0-2.825 1.175t-1.175 2.825V14.5q0 .806.133 1.58t.425 1.499q.229.515-.023.968t-.767.453zm13.73 2.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.357q-1.003-1.18-1.003-3.101v-3.884q0-.667.464-1.141Q14.16 9 14.846 9h4.77q.666 0 1.14.475t.475 1.14V15q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h1.885q.212 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm.635-7.039h1.25v-3.884q0-.25-.183-.433q-.182-.183-.432-.183h-4.77q-.269 0-.442.183t-.173.433V12.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198m-8.635-4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 10.5zm0 4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 14.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFluidBalanceRounded(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.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h6.176q.343 0 .575.233t.232.578t.228.575t.58.23h2.44q-1.65 0-2.825 1.175t-1.175 2.825V14.5q0 .806.133 1.58t.425 1.499q.229.515-.023.968t-.767.453zm13.73 2.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.357q-1.003-1.18-1.003-3.101v-3.884q0-.667.464-1.141Q14.16 9 14.846 9h4.77q.666 0 1.14.475t.475 1.14V15q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h1.885q.212 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm.635-7.039h1.25v-3.884q0-.25-.183-.433q-.182-.183-.432-.183h-4.77q-.269 0-.442.183t-.173.433V12.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198m-8.635-4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 10.5zm0 4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 14.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="M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h6.176q.343 0 .575.233t.232.578t.228.575t.58.23h2.44q-1.65 0-2.825 1.175t-1.175 2.825V14.5q0 .806.133 1.58t.425 1.499q.229.515-.023.968t-.767.453zm13.73 2.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.357q-1.003-1.18-1.003-3.101v-3.884q0-.667.464-1.141Q14.16 9 14.846 9h4.77q.666 0 1.14.475t.475 1.14V15q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h1.885q.212 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm.635-7.039h1.25v-3.884q0-.25-.183-.433q-.182-.183-.432-.183h-4.77q-.269 0-.442.183t-.173.433V12.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198m-8.635-4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 10.5zm0 4q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213 0-.356.144t-.144.357t.144.356T7 14.5z"/></svg>
</template>

CSS

.icon-fluid-balance-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%22M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h6.176q.343%200%20.575.233t.232.578t.228.575t.58.23h2.44q-1.65%200-2.825%201.175t-1.175%202.825V14.5q0%20.806.133%201.58t.425%201.499q.229.515-.023.968t-.767.453zm13.73%202.539q-.666%200-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.357q-1.003-1.18-1.003-3.101v-3.884q0-.667.464-1.141Q14.16%209%2014.846%209h4.77q.666%200%201.14.475t.475%201.14V15q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h1.885q.212%200%20.356.143q.144.144.144.357t-.144.356t-.356.144zm.635-7.039h1.25v-3.884q0-.25-.183-.433q-.182-.183-.432-.183h-4.77q-.269%200-.442.183t-.173.433V12.5h.75q.69%200%201.322.317t1.074.89q.267.397.702.595t.902.198m-8.635-4q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213%200-.356.144t-.144.357t.144.356T7%2010.5zm0%204q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213%200-.356.144t-.144.357t.144.356T7%2014.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%22M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h6.176q.343%200%20.575.233t.232.578t.228.575t.58.23h2.44q-1.65%200-2.825%201.175t-1.175%202.825V14.5q0%20.806.133%201.58t.425%201.499q.229.515-.023.968t-.767.453zm13.73%202.539q-.666%200-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.357q-1.003-1.18-1.003-3.101v-3.884q0-.667.464-1.141Q14.16%209%2014.846%209h4.77q.666%200%201.14.475t.475%201.14V15q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h1.885q.212%200%20.356.143q.144.144.144.357t-.144.356t-.356.144zm.635-7.039h1.25v-3.884q0-.25-.183-.433q-.182-.183-.432-.183h-4.77q-.269%200-.442.183t-.173.433V12.5h.75q.69%200%201.322.317t1.074.89q.267.397.702.595t.902.198m-8.635-4q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213%200-.356.144t-.144.357t.144.356T7%2010.5zm0%204q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143H7q-.213%200-.356.144t-.144.357t.144.356T7%2014.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-rounded.svg?color=%231a73e8&size=48