money icon
money-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- money-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the money icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 164a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0-64a28 28 0 1 1-28 28a28 28 0 0 1 28-28m112-40H16a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h224a4 4 0 0 0 4-4V64a4 4 0 0 0-4-4M20 107.26A52.75 52.75 0 0 0 59.26 68h137.48A52.75 52.75 0 0 0 236 107.26v41.48A52.75 52.75 0 0 0 196.74 188H59.26A52.75 52.75 0 0 0 20 148.74ZM236 99a44.8 44.8 0 0 1-31-31h31ZM51 68a44.8 44.8 0 0 1-31 31V68Zm-31 89a44.8 44.8 0 0 1 31 31H20Zm185 31a44.8 44.8 0 0 1 31-31v31Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMoneyThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 164a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0-64a28 28 0 1 1-28 28a28 28 0 0 1 28-28m112-40H16a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h224a4 4 0 0 0 4-4V64a4 4 0 0 0-4-4M20 107.26A52.75 52.75 0 0 0 59.26 68h137.48A52.75 52.75 0 0 0 236 107.26v41.48A52.75 52.75 0 0 0 196.74 188H59.26A52.75 52.75 0 0 0 20 148.74ZM236 99a44.8 44.8 0 0 1-31-31h31ZM51 68a44.8 44.8 0 0 1-31 31V68Zm-31 89a44.8 44.8 0 0 1 31 31H20Zm185 31a44.8 44.8 0 0 1 31-31v31Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 164a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0-64a28 28 0 1 1-28 28a28 28 0 0 1 28-28m112-40H16a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h224a4 4 0 0 0 4-4V64a4 4 0 0 0-4-4M20 107.26A52.75 52.75 0 0 0 59.26 68h137.48A52.75 52.75 0 0 0 236 107.26v41.48A52.75 52.75 0 0 0 196.74 188H59.26A52.75 52.75 0 0 0 20 148.74ZM236 99a44.8 44.8 0 0 1-31-31h31ZM51 68a44.8 44.8 0 0 1-31 31V68Zm-31 89a44.8 44.8 0 0 1 31 31H20Zm185 31a44.8 44.8 0 0 1 31-31v31Z"/></svg> </template>
CSS
.icon-money-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20164a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0-64a28%2028%200%201%201-28%2028a28%2028%200%200%201%2028-28m112-40H16a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204h224a4%204%200%200%200%204-4V64a4%204%200%200%200-4-4M20%20107.26A52.75%2052.75%200%200%200%2059.26%2068h137.48A52.75%2052.75%200%200%200%20236%20107.26v41.48A52.75%2052.75%200%200%200%20196.74%20188H59.26A52.75%2052.75%200%200%200%2020%20148.74ZM236%2099a44.8%2044.8%200%200%201-31-31h31ZM51%2068a44.8%2044.8%200%200%201-31%2031V68Zm-31%2089a44.8%2044.8%200%200%201%2031%2031H20Zm185%2031a44.8%2044.8%200%200%201%2031-31v31Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20164a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0-64a28%2028%200%201%201-28%2028a28%2028%200%200%201%2028-28m112-40H16a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204h224a4%204%200%200%200%204-4V64a4%204%200%200%200-4-4M20%20107.26A52.75%2052.75%200%200%200%2059.26%2068h137.48A52.75%2052.75%200%200%200%20236%20107.26v41.48A52.75%2052.75%200%200%200%20196.74%20188H59.26A52.75%2052.75%200%200%200%2020%20148.74ZM236%2099a44.8%2044.8%200%200%201-31-31h31ZM51%2068a44.8%2044.8%200%200%201-31%2031V68Zm-31%2089a44.8%2044.8%200%200%201%2031%2031H20Zm185%2031a44.8%2044.8%200%200%201%2031-31v31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/money-thin.svg?color=%231a73e8&size=48