money send 01 icon

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

Name
money-send-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the money send 01 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-linejoin="round" stroke-width="1.5"><path d="M2.017 17.5C4.217 17.5 6 19.281 6 21.481m12 .001v-.092a3.89 3.89 0 0 1 3.89-3.89M6 7.517c0 2.2-1.783 3.982-3.983 3.982M18 7.517c0 2.18 1.769 3.951 3.942 3.982"/><path d="M17 7.501c2.175.012 3.353.109 4.121.877c.879.879.879 2.293.879 5.121v2c0 2.829 0 4.243-.879 5.122c-.878.878-2.293.878-5.121.878H8c-2.828 0-4.243 0-5.121-.878C2 19.74 2 18.328 2 15.499v-2c0-2.828 0-4.242.879-5.121C3.647 7.61 4.825 7.513 7 7.5"/><path d="M15 14.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.5 5.001s1.8-2.5 2.5-2.5s2.5 2.5 2.5 2.5m-2.5 3v-5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoneySend01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.017 17.5C4.217 17.5 6 19.281 6 21.481m12 .001v-.092a3.89 3.89 0 0 1 3.89-3.89M6 7.517c0 2.2-1.783 3.982-3.983 3.982M18 7.517c0 2.18 1.769 3.951 3.942 3.982"/><path d="M17 7.501c2.175.012 3.353.109 4.121.877c.879.879.879 2.293.879 5.121v2c0 2.829 0 4.243-.879 5.122c-.878.878-2.293.878-5.121.878H8c-2.828 0-4.243 0-5.121-.878C2 19.74 2 18.328 2 15.499v-2c0-2.828 0-4.242.879-5.121C3.647 7.61 4.825 7.513 7 7.5"/><path d="M15 14.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.5 5.001s1.8-2.5 2.5-2.5s2.5 2.5 2.5 2.5m-2.5 3v-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-linejoin="round" stroke-width="1.5"><path d="M2.017 17.5C4.217 17.5 6 19.281 6 21.481m12 .001v-.092a3.89 3.89 0 0 1 3.89-3.89M6 7.517c0 2.2-1.783 3.982-3.983 3.982M18 7.517c0 2.18 1.769 3.951 3.942 3.982"/><path d="M17 7.501c2.175.012 3.353.109 4.121.877c.879.879.879 2.293.879 5.121v2c0 2.829 0 4.243-.879 5.122c-.878.878-2.293.878-5.121.878H8c-2.828 0-4.243 0-5.121-.878C2 19.74 2 18.328 2 15.499v-2c0-2.828 0-4.242.879-5.121C3.647 7.61 4.825 7.513 7 7.5"/><path d="M15 14.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.5 5.001s1.8-2.5 2.5-2.5s2.5 2.5 2.5 2.5m-2.5 3v-5"/></g></svg>
</template>

CSS

.icon-money-send-01 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.017%2017.5C4.217%2017.5%206%2019.281%206%2021.481m12%20.001v-.092a3.89%203.89%200%200%201%203.89-3.89M6%207.517c0%202.2-1.783%203.982-3.983%203.982M18%207.517c0%202.18%201.769%203.951%203.942%203.982%22%2F%3E%3Cpath%20d%3D%22M17%207.501c2.175.012%203.353.109%204.121.877c.879.879.879%202.293.879%205.121v2c0%202.829%200%204.243-.879%205.122c-.878.878-2.293.878-5.121.878H8c-2.828%200-4.243%200-5.121-.878C2%2019.74%202%2018.328%202%2015.499v-2c0-2.828%200-4.242.879-5.121C3.647%207.61%204.825%207.513%207%207.5%22%2F%3E%3Cpath%20d%3D%22M15%2014.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200M9.5%205.001s1.8-2.5%202.5-2.5s2.5%202.5%202.5%202.5m-2.5%203v-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.017%2017.5C4.217%2017.5%206%2019.281%206%2021.481m12%20.001v-.092a3.89%203.89%200%200%201%203.89-3.89M6%207.517c0%202.2-1.783%203.982-3.983%203.982M18%207.517c0%202.18%201.769%203.951%203.942%203.982%22%2F%3E%3Cpath%20d%3D%22M17%207.501c2.175.012%203.353.109%204.121.877c.879.879.879%202.293.879%205.121v2c0%202.829%200%204.243-.879%205.122c-.878.878-2.293.878-5.121.878H8c-2.828%200-4.243%200-5.121-.878C2%2019.74%202%2018.328%202%2015.499v-2c0-2.828%200-4.242.879-5.121C3.647%207.61%204.825%207.513%207%207.5%22%2F%3E%3Cpath%20d%3D%22M15%2014.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200M9.5%205.001s1.8-2.5%202.5-2.5s2.5%202.5%202.5%202.5m-2.5%203v-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-01.svg?color=%231a73e8&size=48