account-balance-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
account-balance-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the account balance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16.5v-7q0-.213.144-.356T7.001 9t.356.144t.143.356v7q0 .213-.144.356T6.999 17t-.356-.144T6.5 16.5m5 0v-7q0-.213.144-.356T12.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M4.039 20q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h15.924q.212 0 .356.144t.143.357t-.143.356t-.357.143zM16.5 16.5v-7q0-.213.144-.356T17.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M20.039 7H3.918q-.158 0-.27-.11q-.11-.11-.11-.268V6.39q0-.116.058-.199q.058-.082.153-.134l7.562-3.608q.324-.161.686-.161t.69.161l7.531 3.583q.102.067.172.163t.07.219v.167q0 .19-.114.303q-.114.115-.308.115M6.18 6h11.638zm0 0h11.638l-5.55-2.635q-.134-.057-.269-.057t-.27.057z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAccountBalanceOutlineRounded(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="M6.5 16.5v-7q0-.213.144-.356T7.001 9t.356.144t.143.356v7q0 .213-.144.356T6.999 17t-.356-.144T6.5 16.5m5 0v-7q0-.213.144-.356T12.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M4.039 20q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h15.924q.212 0 .356.144t.143.357t-.143.356t-.357.143zM16.5 16.5v-7q0-.213.144-.356T17.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M20.039 7H3.918q-.158 0-.27-.11q-.11-.11-.11-.268V6.39q0-.116.058-.199q.058-.082.153-.134l7.562-3.608q.324-.161.686-.161t.69.161l7.531 3.583q.102.067.172.163t.07.219v.167q0 .19-.114.303q-.114.115-.308.115M6.18 6h11.638zm0 0h11.638l-5.55-2.635q-.134-.057-.269-.057t-.27.057z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16.5v-7q0-.213.144-.356T7.001 9t.356.144t.143.356v7q0 .213-.144.356T6.999 17t-.356-.144T6.5 16.5m5 0v-7q0-.213.144-.356T12.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M4.039 20q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h15.924q.212 0 .356.144t.143.357t-.143.356t-.357.143zM16.5 16.5v-7q0-.213.144-.356T17.001 9t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M20.039 7H3.918q-.158 0-.27-.11q-.11-.11-.11-.268V6.39q0-.116.058-.199q.058-.082.153-.134l7.562-3.608q.324-.161.686-.161t.69.161l7.531 3.583q.102.067.172.163t.07.219v.167q0 .19-.114.303q-.114.115-.308.115M6.18 6h11.638zm0 0h11.638l-5.55-2.635q-.134-.057-.269-.057t-.27.057z"/></svg>
</template>

CSS

.icon-account-balance-outline-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%22M6.5%2016.5v-7q0-.213.144-.356T7.001%209t.356.144t.143.356v7q0%20.213-.144.356T6.999%2017t-.356-.144T6.5%2016.5m5%200v-7q0-.213.144-.356T12.001%209t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M4.039%2020q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h15.924q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM16.5%2016.5v-7q0-.213.144-.356T17.001%209t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M20.039%207H3.918q-.158%200-.27-.11q-.11-.11-.11-.268V6.39q0-.116.058-.199q.058-.082.153-.134l7.562-3.608q.324-.161.686-.161t.69.161l7.531%203.583q.102.067.172.163t.07.219v.167q0%20.19-.114.303q-.114.115-.308.115M6.18%206h11.638zm0%200h11.638l-5.55-2.635q-.134-.057-.269-.057t-.27.057z%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%22M6.5%2016.5v-7q0-.213.144-.356T7.001%209t.356.144t.143.356v7q0%20.213-.144.356T6.999%2017t-.356-.144T6.5%2016.5m5%200v-7q0-.213.144-.356T12.001%209t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M4.039%2020q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h15.924q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM16.5%2016.5v-7q0-.213.144-.356T17.001%209t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M20.039%207H3.918q-.158%200-.27-.11q-.11-.11-.11-.268V6.39q0-.116.058-.199q.058-.082.153-.134l7.562-3.608q.324-.161.686-.161t.69.161l7.531%203.583q.102.067.172.163t.07.219v.167q0%20.19-.114.303q-.114.115-.308.115M6.18%206h11.638zm0%200h11.638l-5.55-2.635q-.134-.057-.269-.057t-.27.057z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/account-balance-outline-rounded.svg?color=%231a73e8&size=48