dollar reload icon
dollar-reload-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- dollar-reload-filled
- Set
- Reicon
- Style
- Filled
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More money icons from Reicon
Use the dollar reload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.18 10.199a9.003 9.003 0 0 1 17.512-.543a1 1 0 0 0 1.242.812a1 1 0 0 0 .748-.89l.801-4.399a1 1 0 1 0-1.968-.358l-.232 1.276A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398m19.6 4a1 1 0 1 0-1.96-.398a9.003 9.003 0 0 1-17.512.544a1 1 0 0 0-1.242-.813a1 1 0 0 0-.748.89L.516 18.82a1 1 0 1 0 1.968.358l.233-1.276A10.99 10.99 0 0 0 12 23c5.323 0 9.76-3.78 10.78-8.801"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.373.488 1.868.57c.505.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.427.87c.258.103.512.168.776.207V17a.75.75 0 1 0 1.5 0v-.555c.566-.086 1.081-.275 1.503-.58a2.35 2.35 0 0 0 .997-1.947c0-1.051-.584-1.71-1.258-2.087c-.628-.351-1.373-.488-1.869-.57c-.504-.085-1.009-.192-1.381-.4c-.326-.183-.492-.4-.492-.78a.85.85 0 0 1 .378-.731C10.9 9.152 11.357 9 12 9c.44 0 .714.047.974.15c.276.11.585.302 1.073.671a.75.75 0 0 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDollarReloadFilled(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="M3.18 10.199a9.003 9.003 0 0 1 17.512-.543a1 1 0 0 0 1.242.812a1 1 0 0 0 .748-.89l.801-4.399a1 1 0 1 0-1.968-.358l-.232 1.276A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398m19.6 4a1 1 0 1 0-1.96-.398a9.003 9.003 0 0 1-17.512.544a1 1 0 0 0-1.242-.813a1 1 0 0 0-.748.89L.516 18.82a1 1 0 1 0 1.968.358l.233-1.276A10.99 10.99 0 0 0 12 23c5.323 0 9.76-3.78 10.78-8.801"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.373.488 1.868.57c.505.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.427.87c.258.103.512.168.776.207V17a.75.75 0 1 0 1.5 0v-.555c.566-.086 1.081-.275 1.503-.58a2.35 2.35 0 0 0 .997-1.947c0-1.051-.584-1.71-1.258-2.087c-.628-.351-1.373-.488-1.869-.57c-.504-.085-1.009-.192-1.381-.4c-.326-.183-.492-.4-.492-.78a.85.85 0 0 1 .378-.731C10.9 9.152 11.357 9 12 9c.44 0 .714.047.974.15c.276.11.585.302 1.073.671a.75.75 0 0 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z"/></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="M3.18 10.199a9.003 9.003 0 0 1 17.512-.543a1 1 0 0 0 1.242.812a1 1 0 0 0 .748-.89l.801-4.399a1 1 0 1 0-1.968-.358l-.232 1.276A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398m19.6 4a1 1 0 1 0-1.96-.398a9.003 9.003 0 0 1-17.512.544a1 1 0 0 0-1.242-.813a1 1 0 0 0-.748.89L.516 18.82a1 1 0 1 0 1.968.358l.233-1.276A10.99 10.99 0 0 0 12 23c5.323 0 9.76-3.78 10.78-8.801"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v.555c-.565.086-1.081.275-1.502.58a2.35 2.35 0 0 0-.998 1.947c0 1.051.584 1.71 1.259 2.087c.627.351 1.373.488 1.868.57c.505.085 1.009.192 1.382.4c.325.183.491.4.491.78a.85.85 0 0 1-.377.73c-.274.199-.73.351-1.373.351c-.44 0-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75 0 1 0-.906 1.195c.512.388.953.683 1.427.87c.258.103.512.168.776.207V17a.75.75 0 1 0 1.5 0v-.555c.566-.086 1.081-.275 1.503-.58a2.35 2.35 0 0 0 .997-1.947c0-1.051-.584-1.71-1.258-2.087c-.628-.351-1.373-.488-1.869-.57c-.504-.085-1.009-.192-1.381-.4c-.326-.183-.492-.4-.492-.78a.85.85 0 0 1 .378-.731C10.9 9.152 11.357 9 12 9c.44 0 .714.047.974.15c.276.11.585.302 1.073.671a.75.75 0 0 0 .906-1.195c-.512-.388-.953-.683-1.426-.87a3.4 3.4 0 0 0-.777-.207z"/></g></svg> </template>
CSS
.icon-dollar-reload-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%22M3.18%2010.199a9.003%209.003%200%200%201%2017.512-.543a1%201%200%200%200%201.242.812a1%201%200%200%200%20.748-.89l.801-4.399a1%201%200%201%200-1.968-.358l-.232%201.276A10.99%2010.99%200%200%200%2012%201C6.677%201%202.24%204.78%201.22%209.801a1%201%200%200%200%201.96.398m19.6%204a1%201%200%201%200-1.96-.398a9.003%209.003%200%200%201-17.512.544a1%201%200%200%200-1.242-.813a1%201%200%200%200-.748.89L.516%2018.82a1%201%200%201%200%201.968.358l.233-1.276A10.99%2010.99%200%200%200%2012%2023c5.323%200%209.76-3.78%2010.78-8.801%22%2F%3E%3Cpath%20d%3D%22M12.75%207a.75.75%200%200%200-1.5%200v.555c-.565.086-1.081.275-1.502.58a2.35%202.35%200%200%200-.998%201.947c0%201.051.584%201.71%201.259%202.087c.627.351%201.373.488%201.868.57c.505.085%201.009.192%201.382.4c.325.183.491.4.491.78a.85.85%200%200%201-.377.73c-.274.199-.73.351-1.373.351c-.44%200-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75%200%201%200-.906%201.195c.512.388.953.683%201.427.87c.258.103.512.168.776.207V17a.75.75%200%201%200%201.5%200v-.555c.566-.086%201.081-.275%201.503-.58a2.35%202.35%200%200%200%20.997-1.947c0-1.051-.584-1.71-1.258-2.087c-.628-.351-1.373-.488-1.869-.57c-.504-.085-1.009-.192-1.381-.4c-.326-.183-.492-.4-.492-.78a.85.85%200%200%201%20.378-.731C10.9%209.152%2011.357%209%2012%209c.44%200%20.714.047.974.15c.276.11.585.302%201.073.671a.75.75%200%200%200%20.906-1.195c-.512-.388-.953-.683-1.426-.87a3.4%203.4%200%200%200-.777-.207z%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%22M3.18%2010.199a9.003%209.003%200%200%201%2017.512-.543a1%201%200%200%200%201.242.812a1%201%200%200%200%20.748-.89l.801-4.399a1%201%200%201%200-1.968-.358l-.232%201.276A10.99%2010.99%200%200%200%2012%201C6.677%201%202.24%204.78%201.22%209.801a1%201%200%200%200%201.96.398m19.6%204a1%201%200%201%200-1.96-.398a9.003%209.003%200%200%201-17.512.544a1%201%200%200%200-1.242-.813a1%201%200%200%200-.748.89L.516%2018.82a1%201%200%201%200%201.968.358l.233-1.276A10.99%2010.99%200%200%200%2012%2023c5.323%200%209.76-3.78%2010.78-8.801%22%2F%3E%3Cpath%20d%3D%22M12.75%207a.75.75%200%200%200-1.5%200v.555c-.565.086-1.081.275-1.502.58a2.35%202.35%200%200%200-.998%201.947c0%201.051.584%201.71%201.259%202.087c.627.351%201.373.488%201.868.57c.505.085%201.009.192%201.382.4c.325.183.491.4.491.78a.85.85%200%200%201-.377.73c-.274.199-.73.351-1.373.351c-.44%200-.714-.047-.973-.15c-.277-.11-.586-.302-1.074-.671a.75.75%200%201%200-.906%201.195c.512.388.953.683%201.427.87c.258.103.512.168.776.207V17a.75.75%200%201%200%201.5%200v-.555c.566-.086%201.081-.275%201.503-.58a2.35%202.35%200%200%200%20.997-1.947c0-1.051-.584-1.71-1.258-2.087c-.628-.351-1.373-.488-1.869-.57c-.504-.085-1.009-.192-1.381-.4c-.326-.183-.492-.4-.492-.78a.85.85%200%200%201%20.378-.731C10.9%209.152%2011.357%209%2012%209c.44%200%20.714.047.974.15c.276.11.585.302%201.073.671a.75.75%200%200%200%20.906-1.195c-.512-.388-.953-.683-1.426-.87a3.4%203.4%200%200%200-.777-.207z%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/dollar-reload-filled.svg?color=%231a73e8&size=48