money bag icon
money-bag-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- money-bag-rounded
- Set
- Material Symbols Light
- Style
- 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 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="M11.997 15.48q-.668 0-1.14-.475t-.472-1.143t.475-1.14t1.144-.472t1.14.476t.472 1.143t-.476 1.14t-1.143.472M8.375 7.75h7.25L16.9 5.161q.212-.403-.018-.782T16.192 4H7.808q-.46 0-.69.379t-.018.783zM8.631 20h6.738q1.93 0 3.28-1.351Q20 17.298 20 15.363q0-.808-.277-1.574t-.8-1.395L15.881 8.75H8.119l-3.042 3.644q-.523.629-.8 1.395Q4 14.554 4 15.363q0 1.935 1.351 3.286T8.631 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoneyBagRounded(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="M11.997 15.48q-.668 0-1.14-.475t-.472-1.143t.475-1.14t1.144-.472t1.14.476t.472 1.143t-.476 1.14t-1.143.472M8.375 7.75h7.25L16.9 5.161q.212-.403-.018-.782T16.192 4H7.808q-.46 0-.69.379t-.018.783zM8.631 20h6.738q1.93 0 3.28-1.351Q20 17.298 20 15.363q0-.808-.277-1.574t-.8-1.395L15.881 8.75H8.119l-3.042 3.644q-.523.629-.8 1.395Q4 14.554 4 15.363q0 1.935 1.351 3.286T8.631 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.997 15.48q-.668 0-1.14-.475t-.472-1.143t.475-1.14t1.144-.472t1.14.476t.472 1.143t-.476 1.14t-1.143.472M8.375 7.75h7.25L16.9 5.161q.212-.403-.018-.782T16.192 4H7.808q-.46 0-.69.379t-.018.783zM8.631 20h6.738q1.93 0 3.28-1.351Q20 17.298 20 15.363q0-.808-.277-1.574t-.8-1.395L15.881 8.75H8.119l-3.042 3.644q-.523.629-.8 1.395Q4 14.554 4 15.363q0 1.935 1.351 3.286T8.631 20"/></svg> </template>
CSS
.icon-money-bag-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%22M11.997%2015.48q-.668%200-1.14-.475t-.472-1.143t.475-1.14t1.144-.472t1.14.476t.472%201.143t-.476%201.14t-1.143.472M8.375%207.75h7.25L16.9%205.161q.212-.403-.018-.782T16.192%204H7.808q-.46%200-.69.379t-.018.783zM8.631%2020h6.738q1.93%200%203.28-1.351Q20%2017.298%2020%2015.363q0-.808-.277-1.574t-.8-1.395L15.881%208.75H8.119l-3.042%203.644q-.523.629-.8%201.395Q4%2014.554%204%2015.363q0%201.935%201.351%203.286T8.631%2020%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%22M11.997%2015.48q-.668%200-1.14-.475t-.472-1.143t.475-1.14t1.144-.472t1.14.476t.472%201.143t-.476%201.14t-1.143.472M8.375%207.75h7.25L16.9%205.161q.212-.403-.018-.782T16.192%204H7.808q-.46%200-.69.379t-.018.783zM8.631%2020h6.738q1.93%200%203.28-1.351Q20%2017.298%2020%2015.363q0-.808-.277-1.574t-.8-1.395L15.881%208.75H8.119l-3.042%203.644q-.523.629-.8%201.395Q4%2014.554%204%2015.363q0%201.935%201.351%203.286T8.631%2020%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-bag-rounded.svg?color=%231a73e8&size=48