moneys icon
moneys-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- moneys-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the moneys icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.17 6.64c-.43-2.17-2.04-3.12-4.28-3.12H6.11c-2.64 0-4.4 1.32-4.4 4.4v5.15c0 2.22.91 3.52 2.41 4.08c.22.08.46.15.71.19c.4.09.83.13 1.28.13h8.79c2.64 0 4.4-1.32 4.4-4.4V7.92c0-.47-.04-.89-.13-1.28M5.53 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75zm4.97 1.14c-1.46 0-2.64-1.18-2.64-2.64s1.18-2.64 2.64-2.64s2.64 1.18 2.64 2.64s-1.18 2.64-2.64 2.64M16.96 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M22.302 10.918v5.15c0 3.08-1.76 4.41-4.41 4.41h-8.78c-.75 0-1.42-.11-2-.33c-.47-.17-.88-.42-1.21-.74c-.18-.17-.04-.44.21-.44h8.78c3.7 0 5.9-2.2 5.9-5.89v-5.16c0-.24.27-.39.44-.21c.68.72 1.07 1.77 1.07 3.21"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneysFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.17 6.64c-.43-2.17-2.04-3.12-4.28-3.12H6.11c-2.64 0-4.4 1.32-4.4 4.4v5.15c0 2.22.91 3.52 2.41 4.08c.22.08.46.15.71.19c.4.09.83.13 1.28.13h8.79c2.64 0 4.4-1.32 4.4-4.4V7.92c0-.47-.04-.89-.13-1.28M5.53 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75zm4.97 1.14c-1.46 0-2.64-1.18-2.64-2.64s1.18-2.64 2.64-2.64s2.64 1.18 2.64 2.64s-1.18 2.64-2.64 2.64M16.96 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M22.302 10.918v5.15c0 3.08-1.76 4.41-4.41 4.41h-8.78c-.75 0-1.42-.11-2-.33c-.47-.17-.88-.42-1.21-.74c-.18-.17-.04-.44.21-.44h8.78c3.7 0 5.9-2.2 5.9-5.89v-5.16c0-.24.27-.39.44-.21c.68.72 1.07 1.77 1.07 3.21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.17 6.64c-.43-2.17-2.04-3.12-4.28-3.12H6.11c-2.64 0-4.4 1.32-4.4 4.4v5.15c0 2.22.91 3.52 2.41 4.08c.22.08.46.15.71.19c.4.09.83.13 1.28.13h8.79c2.64 0 4.4-1.32 4.4-4.4V7.92c0-.47-.04-.89-.13-1.28M5.53 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75zm4.97 1.14c-1.46 0-2.64-1.18-2.64-2.64s1.18-2.64 2.64-2.64s2.64 1.18 2.64 2.64s-1.18 2.64-2.64 2.64M16.96 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M22.302 10.918v5.15c0 3.08-1.76 4.41-4.41 4.41h-8.78c-.75 0-1.42-.11-2-.33c-.47-.17-.88-.42-1.21-.74c-.18-.17-.04-.44.21-.44h8.78c3.7 0 5.9-2.2 5.9-5.89v-5.16c0-.24.27-.39.44-.21c.68.72 1.07 1.77 1.07 3.21"/></g></svg> </template>
CSS
.icon-moneys-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.17%206.64c-.43-2.17-2.04-3.12-4.28-3.12H6.11c-2.64%200-4.4%201.32-4.4%204.4v5.15c0%202.22.91%203.52%202.41%204.08c.22.08.46.15.71.19c.4.09.83.13%201.28.13h8.79c2.64%200%204.4-1.32%204.4-4.4V7.92c0-.47-.04-.89-.13-1.28M5.53%2012c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75zm4.97%201.14c-1.46%200-2.64-1.18-2.64-2.64s1.18-2.64%202.64-2.64s2.64%201.18%202.64%202.64s-1.18%202.64-2.64%202.64M16.96%2012c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M22.302%2010.918v5.15c0%203.08-1.76%204.41-4.41%204.41h-8.78c-.75%200-1.42-.11-2-.33c-.47-.17-.88-.42-1.21-.74c-.18-.17-.04-.44.21-.44h8.78c3.7%200%205.9-2.2%205.9-5.89v-5.16c0-.24.27-.39.44-.21c.68.72%201.07%201.77%201.07%203.21%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.17%206.64c-.43-2.17-2.04-3.12-4.28-3.12H6.11c-2.64%200-4.4%201.32-4.4%204.4v5.15c0%202.22.91%203.52%202.41%204.08c.22.08.46.15.71.19c.4.09.83.13%201.28.13h8.79c2.64%200%204.4-1.32%204.4-4.4V7.92c0-.47-.04-.89-.13-1.28M5.53%2012c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75zm4.97%201.14c-1.46%200-2.64-1.18-2.64-2.64s1.18-2.64%202.64-2.64s2.64%201.18%202.64%202.64s-1.18%202.64-2.64%202.64M16.96%2012c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M22.302%2010.918v5.15c0%203.08-1.76%204.41-4.41%204.41h-8.78c-.75%200-1.42-.11-2-.33c-.47-.17-.88-.42-1.21-.74c-.18-.17-.04-.44.21-.44h8.78c3.7%200%205.9-2.2%205.9-5.89v-5.16c0-.24.27-.39.44-.21c.68.72%201.07%201.77%201.07%203.21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/moneys-filled.svg?color=%231a73e8&size=48