money bag icon
money-bag-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- money-bag-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the money bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.4 21q-2.275 0-3.838-1.562T3 15.6q0-.95.325-1.85t.925-1.625L7.8 7.85l-1.7-3.4q-.25-.5.038-.975T7 3h10q.575 0 .863.475t.037.975l-1.7 3.4l3.55 4.275q.6.725.925 1.625T21 15.6q0 2.275-1.575 3.838T15.6 21zm3.6-5q-.825 0-1.412-.587T10 14t.588-1.412T12 12t1.413.588T14 14t-.587 1.413T12 16M9.625 7h4.75l1-2h-6.75zM8.4 19h7.2q1.425 0 2.413-.987T19 15.6q0-.6-.213-1.162t-.587-1.013L14.525 9H9.5l-3.7 4.4q-.375.45-.587 1.025T5 15.6q0 1.425.988 2.413T8.4 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMoneyBagOutlineRounded(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="M8.4 21q-2.275 0-3.838-1.562T3 15.6q0-.95.325-1.85t.925-1.625L7.8 7.85l-1.7-3.4q-.25-.5.038-.975T7 3h10q.575 0 .863.475t.037.975l-1.7 3.4l3.55 4.275q.6.725.925 1.625T21 15.6q0 2.275-1.575 3.838T15.6 21zm3.6-5q-.825 0-1.412-.587T10 14t.588-1.412T12 12t1.413.588T14 14t-.587 1.413T12 16M9.625 7h4.75l1-2h-6.75zM8.4 19h7.2q1.425 0 2.413-.987T19 15.6q0-.6-.213-1.162t-.587-1.013L14.525 9H9.5l-3.7 4.4q-.375.45-.587 1.025T5 15.6q0 1.425.988 2.413T8.4 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.4 21q-2.275 0-3.838-1.562T3 15.6q0-.95.325-1.85t.925-1.625L7.8 7.85l-1.7-3.4q-.25-.5.038-.975T7 3h10q.575 0 .863.475t.037.975l-1.7 3.4l3.55 4.275q.6.725.925 1.625T21 15.6q0 2.275-1.575 3.838T15.6 21zm3.6-5q-.825 0-1.412-.587T10 14t.588-1.412T12 12t1.413.588T14 14t-.587 1.413T12 16M9.625 7h4.75l1-2h-6.75zM8.4 19h7.2q1.425 0 2.413-.987T19 15.6q0-.6-.213-1.162t-.587-1.013L14.525 9H9.5l-3.7 4.4q-.375.45-.587 1.025T5 15.6q0 1.425.988 2.413T8.4 19"/></svg> </template>
CSS
.icon-money-bag-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%22M8.4%2021q-2.275%200-3.838-1.562T3%2015.6q0-.95.325-1.85t.925-1.625L7.8%207.85l-1.7-3.4q-.25-.5.038-.975T7%203h10q.575%200%20.863.475t.037.975l-1.7%203.4l3.55%204.275q.6.725.925%201.625T21%2015.6q0%202.275-1.575%203.838T15.6%2021zm3.6-5q-.825%200-1.412-.587T10%2014t.588-1.412T12%2012t1.413.588T14%2014t-.587%201.413T12%2016M9.625%207h4.75l1-2h-6.75zM8.4%2019h7.2q1.425%200%202.413-.987T19%2015.6q0-.6-.213-1.162t-.587-1.013L14.525%209H9.5l-3.7%204.4q-.375.45-.587%201.025T5%2015.6q0%201.425.988%202.413T8.4%2019%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%22M8.4%2021q-2.275%200-3.838-1.562T3%2015.6q0-.95.325-1.85t.925-1.625L7.8%207.85l-1.7-3.4q-.25-.5.038-.975T7%203h10q.575%200%20.863.475t.037.975l-1.7%203.4l3.55%204.275q.6.725.925%201.625T21%2015.6q0%202.275-1.575%203.838T15.6%2021zm3.6-5q-.825%200-1.412-.587T10%2014t.588-1.412T12%2012t1.413.588T14%2014t-.587%201.413T12%2016M9.625%207h4.75l1-2h-6.75zM8.4%2019h7.2q1.425%200%202.413-.987T19%2015.6q0-.6-.213-1.162t-.587-1.013L14.525%209H9.5l-3.7%204.4q-.375.45-.587%201.025T5%2015.6q0%201.425.988%202.413T8.4%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/money-bag-outline-rounded.svg?color=%231a73e8&size=48