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

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

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the money range icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.921 19.192l1.631 1.65q.14.14.14.342q0 .2-.146.347q-.14.16-.354.15t-.353-.15l-2.273-2.273q-.131-.131-.175-.267q-.043-.137-.043-.299t.043-.298t.175-.267l2.273-2.254q.14-.14.35-.15q.211-.01.357.15q.146.146.146.357q0 .21-.146.357L4.94 18.192h14.12l-1.593-1.611q-.14-.14-.15-.341t.156-.367q.16-.16.354-.16t.354.16l2.254 2.254q.13.13.183.267t.053.298t-.053.299q-.052.136-.183.267l-2.273 2.273q-.14.14-.351.15t-.357-.15q-.146-.146-.146-.357t.146-.357l1.625-1.625zm7.079-9q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zm1-1h10.75q0-.671.472-1.144T19 10.77V5.616q-.671 0-1.143-.473q-.472-.472-.472-1.143H6.635q0 .671-.472 1.143q-.472.473-1.144.473v5.153q.672 0 1.144.472q.472.473.472 1.144m-1.616 0V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoneyRangeOutlineRounded(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.921 19.192l1.631 1.65q.14.14.14.342q0 .2-.146.347q-.14.16-.354.15t-.353-.15l-2.273-2.273q-.131-.131-.175-.267q-.043-.137-.043-.299t.043-.298t.175-.267l2.273-2.254q.14-.14.35-.15q.211-.01.357.15q.146.146.146.357q0 .21-.146.357L4.94 18.192h14.12l-1.593-1.611q-.14-.14-.15-.341t.156-.367q.16-.16.354-.16t.354.16l2.254 2.254q.13.13.183.267t.053.298t-.053.299q-.052.136-.183.267l-2.273 2.273q-.14.14-.351.15t-.357-.15q-.146-.146-.146-.357t.146-.357l1.625-1.625zm7.079-9q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zm1-1h10.75q0-.671.472-1.144T19 10.77V5.616q-.671 0-1.143-.473q-.472-.472-.472-1.143H6.635q0 .671-.472 1.143q-.472.473-1.144.473v5.153q.672 0 1.144.472q.472.473.472 1.144m-1.616 0V4z"/></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.921 19.192l1.631 1.65q.14.14.14.342q0 .2-.146.347q-.14.16-.354.15t-.353-.15l-2.273-2.273q-.131-.131-.175-.267q-.043-.137-.043-.299t.043-.298t.175-.267l2.273-2.254q.14-.14.35-.15q.211-.01.357.15q.146.146.146.357q0 .21-.146.357L4.94 18.192h14.12l-1.593-1.611q-.14-.14-.15-.341t.156-.367q.16-.16.354-.16t.354.16l2.254 2.254q.13.13.183.267t.053.298t-.053.299q-.052.136-.183.267l-2.273 2.273q-.14.14-.351.15t-.357-.15q-.146-.146-.146-.357t.146-.357l1.625-1.625zm7.079-9q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zm1-1h10.75q0-.671.472-1.144T19 10.77V5.616q-.671 0-1.143-.473q-.472-.472-.472-1.143H6.635q0 .671-.472 1.143q-.472.473-1.144.473v5.153q.672 0 1.144.472q.472.473.472 1.144m-1.616 0V4z"/></svg>
</template>

CSS

.icon-money-range-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%22m4.921%2019.192l1.631%201.65q.14.14.14.342q0%20.2-.146.347q-.14.16-.354.15t-.353-.15l-2.273-2.273q-.131-.131-.175-.267q-.043-.137-.043-.299t.043-.298t.175-.267l2.273-2.254q.14-.14.35-.15q.211-.01.357.15q.146.146.146.357q0%20.21-.146.357L4.94%2018.192h14.12l-1.593-1.611q-.14-.14-.15-.341t.156-.367q.16-.16.354-.16t.354.16l2.254%202.254q.13.13.183.267t.053.298t-.053.299q-.052.136-.183.267l-2.273%202.273q-.14.14-.351.15t-.357-.15q-.146-.146-.146-.357t.146-.357l1.625-1.625zm7.079-9q-.846%200-1.423-.576Q10%209.039%2010%208.192q0-.846.577-1.423T12%206.192t1.423.577T14%208.192t-.577%201.423t-1.423.577m-6.365%203.193q-.671%200-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964%203%205.635%203h12.75q.67%200%201.143.472q.472.472.472%201.144v7.153q0%20.671-.472%201.143t-1.144.472zm1-1h10.75q0-.671.472-1.144T19%2010.77V5.616q-.671%200-1.143-.473q-.472-.472-.472-1.143H6.635q0%20.671-.472%201.143q-.472.473-1.144.473v5.153q.672%200%201.144.472q.472.473.472%201.144m-1.616%200V4z%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.921%2019.192l1.631%201.65q.14.14.14.342q0%20.2-.146.347q-.14.16-.354.15t-.353-.15l-2.273-2.273q-.131-.131-.175-.267q-.043-.137-.043-.299t.043-.298t.175-.267l2.273-2.254q.14-.14.35-.15q.211-.01.357.15q.146.146.146.357q0%20.21-.146.357L4.94%2018.192h14.12l-1.593-1.611q-.14-.14-.15-.341t.156-.367q.16-.16.354-.16t.354.16l2.254%202.254q.13.13.183.267t.053.298t-.053.299q-.052.136-.183.267l-2.273%202.273q-.14.14-.351.15t-.357-.15q-.146-.146-.146-.357t.146-.357l1.625-1.625zm7.079-9q-.846%200-1.423-.576Q10%209.039%2010%208.192q0-.846.577-1.423T12%206.192t1.423.577T14%208.192t-.577%201.423t-1.423.577m-6.365%203.193q-.671%200-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964%203%205.635%203h12.75q.67%200%201.143.472q.472.472.472%201.144v7.153q0%20.671-.472%201.143t-1.144.472zm1-1h10.75q0-.671.472-1.144T19%2010.77V5.616q-.671%200-1.143-.473q-.472-.472-.472-1.143H6.635q0%20.671-.472%201.143q-.472.473-1.144.473v5.153q.672%200%201.144.472q.472.473.472%201.144m-1.616%200V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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