money send square icon
money-send-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- money-send-square
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
money-01money-02money-03money-04money-add-01money-add-02money-bag-01money-bag-02money-exchange-01money-exchange-02money-exchange-03money-lockmoney-not-found-01money-not-found-02money-not-found-03money-not-found-04money-receive-01money-receive-02money-receive-circlemoney-receive-flow-01money-receive-flow-02money-receive-squaremoney-remove-01money-remove-02
Use the money send 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.001c-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.418 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13.5 2.501H12c-4.478 0-6.718 0-8.109 1.392S2.5 7.523 2.5 12s0 6.718 1.391 8.11C5.282 21.5 7.521 21.5 12 21.5c4.478 0 6.718 0 8.109-1.39C21.5 18.718 21.5 16.48 21.5 12v-1.5"/><path stroke-linejoin="round" d="m16.5 7.5l4.176-4.179m.824 3.657l-.118-3.092c0-.729-.435-1.183-1.228-1.24L17.03 2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMoneySendSquare(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.001c-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.418 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13.5 2.501H12c-4.478 0-6.718 0-8.109 1.392S2.5 7.523 2.5 12s0 6.718 1.391 8.11C5.282 21.5 7.521 21.5 12 21.5c4.478 0 6.718 0 8.109-1.39C21.5 18.718 21.5 16.48 21.5 12v-1.5"/><path strokeLinejoin="round" d="m16.5 7.5l4.176-4.179m.824 3.657l-.118-3.092c0-.729-.435-1.183-1.228-1.24L17.03 2.5"/></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.001c-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.418 1.886 1m-1.886-1v-1m0 7c-.87 0-1.612-.417-1.886-1m1.886 1v1"/><path d="M13.5 2.501H12c-4.478 0-6.718 0-8.109 1.392S2.5 7.523 2.5 12s0 6.718 1.391 8.11C5.282 21.5 7.521 21.5 12 21.5c4.478 0 6.718 0 8.109-1.39C21.5 18.718 21.5 16.48 21.5 12v-1.5"/><path stroke-linejoin="round" d="m16.5 7.5l4.176-4.179m.824 3.657l-.118-3.092c0-.729-.435-1.183-1.228-1.24L17.03 2.5"/></g></svg> </template>
CSS
.icon-money-send-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.001c-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.418%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.5%202.501H12c-4.478%200-6.718%200-8.109%201.392S2.5%207.523%202.5%2012s0%206.718%201.391%208.11C5.282%2021.5%207.521%2021.5%2012%2021.5c4.478%200%206.718%200%208.109-1.39C21.5%2018.718%2021.5%2016.48%2021.5%2012v-1.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.5%207.5l4.176-4.179m.824%203.657l-.118-3.092c0-.729-.435-1.183-1.228-1.24L17.03%202.5%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.001c-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.418%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.5%202.501H12c-4.478%200-6.718%200-8.109%201.392S2.5%207.523%202.5%2012s0%206.718%201.391%208.11C5.282%2021.5%207.521%2021.5%2012%2021.5c4.478%200%206.718%200%208.109-1.39C21.5%2018.718%2021.5%2016.48%2021.5%2012v-1.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.5%207.5l4.176-4.179m.824%203.657l-.118-3.092c0-.729-.435-1.183-1.228-1.24L17.03%202.5%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-send-square.svg?color=%231a73e8&size=48