balance icon
balance-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- balance-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- balance-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the 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 21q-.425 0-.712-.288T2 20t.288-.712T3 19h8V7.825q-.65-.225-1.125-.7T9.175 6H6l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T5.5 16t-2.137-.625T2.125 13.6q-.05-.3-.025-.587t.15-.563L5 6H4q-.425 0-.712-.287T3 5t.288-.712T4 4h5.175q.3-.875 1.075-1.437T12 2t1.75.563T14.825 4H20q.425 0 .713.288T21 5t-.288.713T20 6h-1l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T18.5 16t-2.137-.625t-1.238-1.775q-.05-.3-.025-.587t.15-.563L18 6h-3.175q-.225.65-.7 1.125t-1.125.7V19h8q.425 0 .713.288T22 20t-.288.713T21 21zm13.625-8h3.75L18.5 8.65zm-13 0h3.75L5.5 8.65zM12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBalanceRounded(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 21q-.425 0-.712-.288T2 20t.288-.712T3 19h8V7.825q-.65-.225-1.125-.7T9.175 6H6l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T5.5 16t-2.137-.625T2.125 13.6q-.05-.3-.025-.587t.15-.563L5 6H4q-.425 0-.712-.287T3 5t.288-.712T4 4h5.175q.3-.875 1.075-1.437T12 2t1.75.563T14.825 4H20q.425 0 .713.288T21 5t-.288.713T20 6h-1l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T18.5 16t-2.137-.625t-1.238-1.775q-.05-.3-.025-.587t.15-.563L18 6h-3.175q-.225.65-.7 1.125t-1.125.7V19h8q.425 0 .713.288T22 20t-.288.713T21 21zm13.625-8h3.75L18.5 8.65zm-13 0h3.75L5.5 8.65zM12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></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 21q-.425 0-.712-.288T2 20t.288-.712T3 19h8V7.825q-.65-.225-1.125-.7T9.175 6H6l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T5.5 16t-2.137-.625T2.125 13.6q-.05-.3-.025-.587t.15-.563L5 6H4q-.425 0-.712-.287T3 5t.288-.712T4 4h5.175q.3-.875 1.075-1.437T12 2t1.75.563T14.825 4H20q.425 0 .713.288T21 5t-.288.713T20 6h-1l2.75 6.45q.125.275.15.563t-.025.587q-.225 1.15-1.237 1.775T18.5 16t-2.137-.625t-1.238-1.775q-.05-.3-.025-.587t.15-.563L18 6h-3.175q-.225.65-.7 1.125t-1.125.7V19h8q.425 0 .713.288T22 20t-.288.713T21 21zm13.625-8h3.75L18.5 8.65zm-13 0h3.75L5.5 8.65zM12 6q.425 0 .713-.288T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg> </template>
CSS
.icon-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%22M3%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h8V7.825q-.65-.225-1.125-.7T9.175%206H6l2.75%206.45q.125.275.15.563t-.025.587q-.225%201.15-1.237%201.775T5.5%2016t-2.137-.625T2.125%2013.6q-.05-.3-.025-.587t.15-.563L5%206H4q-.425%200-.712-.287T3%205t.288-.712T4%204h5.175q.3-.875%201.075-1.437T12%202t1.75.563T14.825%204H20q.425%200%20.713.288T21%205t-.288.713T20%206h-1l2.75%206.45q.125.275.15.563t-.025.587q-.225%201.15-1.237%201.775T18.5%2016t-2.137-.625t-1.238-1.775q-.05-.3-.025-.587t.15-.563L18%206h-3.175q-.225.65-.7%201.125t-1.125.7V19h8q.425%200%20.713.288T22%2020t-.288.713T21%2021zm13.625-8h3.75L18.5%208.65zm-13%200h3.75L5.5%208.65zM12%206q.425%200%20.713-.288T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%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%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h8V7.825q-.65-.225-1.125-.7T9.175%206H6l2.75%206.45q.125.275.15.563t-.025.587q-.225%201.15-1.237%201.775T5.5%2016t-2.137-.625T2.125%2013.6q-.05-.3-.025-.587t.15-.563L5%206H4q-.425%200-.712-.287T3%205t.288-.712T4%204h5.175q.3-.875%201.075-1.437T12%202t1.75.563T14.825%204H20q.425%200%20.713.288T21%205t-.288.713T20%206h-1l2.75%206.45q.125.275.15.563t-.025.587q-.225%201.15-1.237%201.775T18.5%2016t-2.137-.625t-1.238-1.775q-.05-.3-.025-.587t.15-.563L18%206h-3.175q-.225.65-.7%201.125t-1.125.7V19h8q.425%200%20.713.288T22%2020t-.288.713T21%2021zm13.625-8h3.75L18.5%208.65zm-13%200h3.75L5.5%208.65zM12%206q.425%200%20.713-.288T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/balance-rounded.svg?color=%231a73e8&size=48