money send circle icon
money-send-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- money-send-circle
- 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 circle 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="M14 2.2q-.97-.198-2-.2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q-.002-1.03-.2-2"/><path d="M12 9c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5s2 .672 2 1.5s-.895 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1M12 9V8m0 7c-.87 0-1.612-.417-1.886-1M12 15v1"/><path stroke-linejoin="round" d="m16.998 7.002l4.176-4.178m.824 3.656l-.118-3.09c0-.729-.435-1.183-1.228-1.24l-3.124-.147"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMoneySendCircle(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="M14 2.2q-.97-.198-2-.2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q-.002-1.03-.2-2"/><path d="M12 9c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5s2 .672 2 1.5s-.895 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1M12 9V8m0 7c-.87 0-1.612-.417-1.886-1M12 15v1"/><path strokeLinejoin="round" d="m16.998 7.002l4.176-4.178m.824 3.656l-.118-3.09c0-.729-.435-1.183-1.228-1.24l-3.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="M14 2.2q-.97-.198-2-.2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10q-.002-1.03-.2-2"/><path d="M12 9c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5s2 .672 2 1.5s-.895 1.5-2 1.5m0-6c.87 0 1.612.417 1.886 1M12 9V8m0 7c-.87 0-1.612-.417-1.886-1M12 15v1"/><path stroke-linejoin="round" d="m16.998 7.002l4.176-4.178m.824 3.656l-.118-3.09c0-.729-.435-1.183-1.228-1.24l-3.124-.147"/></g></svg> </template>
CSS
.icon-money-send-circle {
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%22M14%202.2q-.97-.198-2-.2C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10q-.002-1.03-.2-2%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.105%200-2%20.672-2%201.5s.895%201.5%202%201.5s2%20.672%202%201.5s-.895%201.5-2%201.5m0-6c.87%200%201.612.417%201.886%201M12%209V8m0%207c-.87%200-1.612-.417-1.886-1M12%2015v1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.998%207.002l4.176-4.178m.824%203.656l-.118-3.09c0-.729-.435-1.183-1.228-1.24l-3.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%22M14%202.2q-.97-.198-2-.2C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10q-.002-1.03-.2-2%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.105%200-2%20.672-2%201.5s.895%201.5%202%201.5s2%20.672%202%201.5s-.895%201.5-2%201.5m0-6c.87%200%201.612.417%201.886%201M12%209V8m0%207c-.87%200-1.612-.417-1.886-1M12%2015v1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.998%207.002l4.176-4.178m.824%203.656l-.118-3.09c0-.729-.435-1.183-1.228-1.24l-3.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-send-circle.svg?color=%231a73e8&size=48