money range icon
money-range-sharp from Material Symbols Light by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- money-range-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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="M6.192 21.885L3 18.692l3.192-3.173l.694.708l-1.946 1.965h14.12l-1.94-1.965l.707-.708L21 18.692l-3.192 3.193l-.695-.708l1.966-1.985H4.92l1.96 1.985zm-2.173-8.5V3H20v10.385zM12 10.192q.846 0 1.423-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.98 2.192h1.615q0-.67-.473-1.143q-.472-.472-1.143-.472zm12.365 0H19V10.77q-.671 0-1.143.472q-.472.473-.472 1.144M19 5.615V4h-1.616q0 .671.473 1.143q.472.473 1.143.473m-13.98 0q.67 0 1.142-.473q.472-.472.472-1.143H5.02z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoneyRangeSharp(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.192 21.885L3 18.692l3.192-3.173l.694.708l-1.946 1.965h14.12l-1.94-1.965l.707-.708L21 18.692l-3.192 3.193l-.695-.708l1.966-1.985H4.92l1.96 1.985zm-2.173-8.5V3H20v10.385zM12 10.192q.846 0 1.423-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.98 2.192h1.615q0-.67-.473-1.143q-.472-.472-1.143-.472zm12.365 0H19V10.77q-.671 0-1.143.472q-.472.473-.472 1.144M19 5.615V4h-1.616q0 .671.473 1.143q.472.473 1.143.473m-13.98 0q.67 0 1.142-.473q.472-.472.472-1.143H5.02z"/></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.192 21.885L3 18.692l3.192-3.173l.694.708l-1.946 1.965h14.12l-1.94-1.965l.707-.708L21 18.692l-3.192 3.193l-.695-.708l1.966-1.985H4.92l1.96 1.985zm-2.173-8.5V3H20v10.385zM12 10.192q.846 0 1.423-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.98 2.192h1.615q0-.67-.473-1.143q-.472-.472-1.143-.472zm12.365 0H19V10.77q-.671 0-1.143.472q-.472.473-.472 1.144M19 5.615V4h-1.616q0 .671.473 1.143q.472.473 1.143.473m-13.98 0q.67 0 1.142-.473q.472-.472.472-1.143H5.02z"/></svg> </template>
CSS
.icon-money-range-sharp {
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.192%2021.885L3%2018.692l3.192-3.173l.694.708l-1.946%201.965h14.12l-1.94-1.965l.707-.708L21%2018.692l-3.192%203.193l-.695-.708l1.966-1.985H4.92l1.96%201.985zm-2.173-8.5V3H20v10.385zM12%2010.192q.846%200%201.423-.576Q14%209.039%2014%208.192q0-.846-.577-1.423T12%206.192t-1.423.577T10%208.192t.577%201.423t1.423.577m-6.98%202.192h1.615q0-.67-.473-1.143q-.472-.472-1.143-.472zm12.365%200H19V10.77q-.671%200-1.143.472q-.472.473-.472%201.144M19%205.615V4h-1.616q0%20.671.473%201.143q.472.473%201.143.473m-13.98%200q.67%200%201.142-.473q.472-.472.472-1.143H5.02z%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.192%2021.885L3%2018.692l3.192-3.173l.694.708l-1.946%201.965h14.12l-1.94-1.965l.707-.708L21%2018.692l-3.192%203.193l-.695-.708l1.966-1.985H4.92l1.96%201.985zm-2.173-8.5V3H20v10.385zM12%2010.192q.846%200%201.423-.576Q14%209.039%2014%208.192q0-.846-.577-1.423T12%206.192t-1.423.577T10%208.192t.577%201.423t1.423.577m-6.98%202.192h1.615q0-.67-.473-1.143q-.472-.472-1.143-.472zm12.365%200H19V10.77q-.671%200-1.143.472q-.472.473-.472%201.144M19%205.615V4h-1.616q0%20.671.473%201.143q.472.473%201.143.473m-13.98%200q.67%200%201.142-.473q.472-.472.472-1.143H5.02z%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-sharp.svg?color=%231a73e8&size=48