money receive square icon

money-receive-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
money-receive-square
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the money receive square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.002 9.007c-1.105 0-2 .672-2 1.5c0 .829.895 1.5 2 1.5s2 .672 2 1.5c0 .829-.896 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13 2.507h-1c-4.478 0-6.718 0-8.109 1.391S2.5 7.528 2.5 12.008c0 4.477 0 6.717 1.391 8.108s3.63 1.391 8.109 1.391c4.478 0 6.718 0 8.109-1.391s1.391-3.63 1.391-8.109v-1"/><path stroke-linejoin="round" d="M21.488 2.493L17.313 6.67m-.825-3.656l.119 3.091c0 .729.435 1.183 1.227 1.24l3.124.147"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoneyReceiveSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12.002 9.007c-1.105 0-2 .672-2 1.5c0 .829.895 1.5 2 1.5s2 .672 2 1.5c0 .829-.896 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13 2.507h-1c-4.478 0-6.718 0-8.109 1.391S2.5 7.528 2.5 12.008c0 4.477 0 6.717 1.391 8.108s3.63 1.391 8.109 1.391c4.478 0 6.718 0 8.109-1.391s1.391-3.63 1.391-8.109v-1"/><path strokeLinejoin="round" d="M21.488 2.493L17.313 6.67m-.825-3.656l.119 3.091c0 .729.435 1.183 1.227 1.24l3.124.147"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.002 9.007c-1.105 0-2 .672-2 1.5c0 .829.895 1.5 2 1.5s2 .672 2 1.5c0 .829-.896 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13 2.507h-1c-4.478 0-6.718 0-8.109 1.391S2.5 7.528 2.5 12.008c0 4.477 0 6.717 1.391 8.108s3.63 1.391 8.109 1.391c4.478 0 6.718 0 8.109-1.391s1.391-3.63 1.391-8.109v-1"/><path stroke-linejoin="round" d="M21.488 2.493L17.313 6.67m-.825-3.656l.119 3.091c0 .729.435 1.183 1.227 1.24l3.124.147"/></g></svg>
</template>

CSS

.icon-money-receive-square {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%209.007c-1.105%200-2%20.672-2%201.5c0%20.829.895%201.5%202%201.5s2%20.672%202%201.5c0%20.829-.896%201.5-2%201.5m0-6c.87%200%201.612.417%201.886%201m-1.886-1v-1m0%207c-.87%200-1.612-.417-1.886-1m1.886%201v1%22%2F%3E%3Cpath%20d%3D%22M13%202.507h-1c-4.478%200-6.718%200-8.109%201.391S2.5%207.528%202.5%2012.008c0%204.477%200%206.717%201.391%208.108s3.63%201.391%208.109%201.391c4.478%200%206.718%200%208.109-1.391s1.391-3.63%201.391-8.109v-1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.488%202.493L17.313%206.67m-.825-3.656l.119%203.091c0%20.729.435%201.183%201.227%201.24l3.124.147%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%209.007c-1.105%200-2%20.672-2%201.5c0%20.829.895%201.5%202%201.5s2%20.672%202%201.5c0%20.829-.896%201.5-2%201.5m0-6c.87%200%201.612.417%201.886%201m-1.886-1v-1m0%207c-.87%200-1.612-.417-1.886-1m1.886%201v1%22%2F%3E%3Cpath%20d%3D%22M13%202.507h-1c-4.478%200-6.718%200-8.109%201.391S2.5%207.528%202.5%2012.008c0%204.477%200%206.717%201.391%208.108s3.63%201.391%208.109%201.391c4.478%200%206.718%200%208.109-1.391s1.391-3.63%201.391-8.109v-1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.488%202.493L17.313%206.67m-.825-3.656l.119%203.091c0%20.729.435%201.183%201.227%201.24l3.124.147%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/money-receive-square.svg?color=%231a73e8&size=48