money time icon
money-time-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- money-time-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the money time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 14c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m1 3.68c0 .61-.33 1.19-.85 1.5l-.76.46c-.12.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.42.34-.76.75-.76s.75.34.75.75z"/><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyTimeFilled(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="M5 14c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m1 3.68c0 .61-.33 1.19-.85 1.5l-.76.46c-.12.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.42.34-.76.75-.76s.75.34.75.75z"/><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/></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="M5 14c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m1 3.68c0 .61-.33 1.19-.85 1.5l-.76.46c-.12.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.42.34-.76.75-.76s.75.34.75.75z"/><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg> </template>
CSS
.icon-money-time-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%22M5%2014c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m1%203.68c0%20.61-.33%201.19-.85%201.5l-.76.46c-.12.08-.26.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.42.34-.76.75-.76s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%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%22M5%2014c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m1%203.68c0%20.61-.33%201.19-.85%201.5l-.76.46c-.12.08-.26.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.42.34-.76.75-.76s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%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/money-time-filled.svg?color=%231a73e8&size=48