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

Name
finance-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
finance-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the finance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.116 20q-.691 0-1.153-.462T3.5 18.384V3.5q0-.213.144-.356T4.001 3t.356.144t.143.356v14.885q0 .23.192.423t.423.192H20q.213 0 .356.144t.144.357t-.144.356T20 20zm3-3.5q-.311 0-.521-.21t-.21-.52V9.922q0-.31.21-.52t.52-.21h.462q.343 0 .576.233q.232.234.232.58v5.689q0 .346-.233.575q-.232.23-.575.23zm4.5 0q-.311 0-.521-.21t-.21-.52V5q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v10.77q0 .343-.231.575q-.233.232-.576.232zm4.5 0q-.311 0-.521-.21t-.21-.52V14q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v1.77q0 .343-.231.575t-.576.232z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFinanceRounded(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="M5.116 20q-.691 0-1.153-.462T3.5 18.384V3.5q0-.213.144-.356T4.001 3t.356.144t.143.356v14.885q0 .23.192.423t.423.192H20q.213 0 .356.144t.144.357t-.144.356T20 20zm3-3.5q-.311 0-.521-.21t-.21-.52V9.922q0-.31.21-.52t.52-.21h.462q.343 0 .576.233q.232.234.232.58v5.689q0 .346-.233.575q-.232.23-.575.23zm4.5 0q-.311 0-.521-.21t-.21-.52V5q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v10.77q0 .343-.231.575q-.233.232-.576.232zm4.5 0q-.311 0-.521-.21t-.21-.52V14q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v1.77q0 .343-.231.575t-.576.232z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.116 20q-.691 0-1.153-.462T3.5 18.384V3.5q0-.213.144-.356T4.001 3t.356.144t.143.356v14.885q0 .23.192.423t.423.192H20q.213 0 .356.144t.144.357t-.144.356T20 20zm3-3.5q-.311 0-.521-.21t-.21-.52V9.922q0-.31.21-.52t.52-.21h.462q.343 0 .576.233q.232.234.232.58v5.689q0 .346-.233.575q-.232.23-.575.23zm4.5 0q-.311 0-.521-.21t-.21-.52V5q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v10.77q0 .343-.231.575q-.233.232-.576.232zm4.5 0q-.311 0-.521-.21t-.21-.52V14q0-.343.232-.575t.575-.233h.462q.31 0 .52.21t.21.521v1.77q0 .343-.231.575t-.576.232z"/></svg>
</template>

CSS

.icon-finance-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%22M5.116%2020q-.691%200-1.153-.462T3.5%2018.384V3.5q0-.213.144-.356T4.001%203t.356.144t.143.356v14.885q0%20.23.192.423t.423.192H20q.213%200%20.356.144t.144.357t-.144.356T20%2020zm3-3.5q-.311%200-.521-.21t-.21-.52V9.922q0-.31.21-.52t.52-.21h.462q.343%200%20.576.233q.232.234.232.58v5.689q0%20.346-.233.575q-.232.23-.575.23zm4.5%200q-.311%200-.521-.21t-.21-.52V5q0-.343.232-.575t.575-.233h.462q.31%200%20.52.21t.21.521v10.77q0%20.343-.231.575q-.233.232-.576.232zm4.5%200q-.311%200-.521-.21t-.21-.52V14q0-.343.232-.575t.575-.233h.462q.31%200%20.52.21t.21.521v1.77q0%20.343-.231.575t-.576.232z%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%22M5.116%2020q-.691%200-1.153-.462T3.5%2018.384V3.5q0-.213.144-.356T4.001%203t.356.144t.143.356v14.885q0%20.23.192.423t.423.192H20q.213%200%20.356.144t.144.357t-.144.356T20%2020zm3-3.5q-.311%200-.521-.21t-.21-.52V9.922q0-.31.21-.52t.52-.21h.462q.343%200%20.576.233q.232.234.232.58v5.689q0%20.346-.233.575q-.232.23-.575.23zm4.5%200q-.311%200-.521-.21t-.21-.52V5q0-.343.232-.575t.575-.233h.462q.31%200%20.52.21t.21.521v10.77q0%20.343-.231.575q-.233.232-.576.232zm4.5%200q-.311%200-.521-.21t-.21-.52V14q0-.343.232-.575t.575-.233h.462q.31%200%20.52.21t.21.521v1.77q0%20.343-.231.575t-.576.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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