reverse withdrawal 02 icon

reverse-withdrawal-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
reverse-withdrawal-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the reverse withdrawal 02 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-width="1.5"><path stroke-linecap="round" d="M12 10.999c-1.105 0-2 .67-2 1.499c0 .827.895 1.498 2 1.498s2 .671 2 1.499c0 .827-.895 1.498-2 1.498M12 11c.87 0 1.612.417 1.886.999m-1.886-1V10m0 6.993c-.87 0-1.612-.417-1.886-.999m1.886 1L12.003 18"/><path stroke-linecap="round" d="M21 11a1.5 1.5 0 0 0 .414-.305C22 10.089 22 9.11 22 7.152s0-2.936-.586-3.544S19.886 3 18 3H6c-1.886 0-2.828 0-3.414.608S2 5.195 2 7.152s0 2.936.586 3.543q.18.188.414.305"/><circle cx="12" cy="14" r="7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 7h14"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReverseWithdrawal02(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" strokeWidth="1.5"><path strokeLinecap="round" d="M12 10.999c-1.105 0-2 .67-2 1.499c0 .827.895 1.498 2 1.498s2 .671 2 1.499c0 .827-.895 1.498-2 1.498M12 11c.87 0 1.612.417 1.886.999m-1.886-1V10m0 6.993c-.87 0-1.612-.417-1.886-.999m1.886 1L12.003 18"/><path strokeLinecap="round" d="M21 11a1.5 1.5 0 0 0 .414-.305C22 10.089 22 9.11 22 7.152s0-2.936-.586-3.544S19.886 3 18 3H6c-1.886 0-2.828 0-3.414.608S2 5.195 2 7.152s0 2.936.586 3.543q.18.188.414.305"/><circle cx="12" cy="14" r="7"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 7h14"/></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-width="1.5"><path stroke-linecap="round" d="M12 10.999c-1.105 0-2 .67-2 1.499c0 .827.895 1.498 2 1.498s2 .671 2 1.499c0 .827-.895 1.498-2 1.498M12 11c.87 0 1.612.417 1.886.999m-1.886-1V10m0 6.993c-.87 0-1.612-.417-1.886-.999m1.886 1L12.003 18"/><path stroke-linecap="round" d="M21 11a1.5 1.5 0 0 0 .414-.305C22 10.089 22 9.11 22 7.152s0-2.936-.586-3.544S19.886 3 18 3H6c-1.886 0-2.828 0-3.414.608S2 5.195 2 7.152s0 2.936.586 3.543q.18.188.414.305"/><circle cx="12" cy="14" r="7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 7h14"/></g></svg>
</template>

CSS

.icon-reverse-withdrawal-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010.999c-1.105%200-2%20.67-2%201.499c0%20.827.895%201.498%202%201.498s2%20.671%202%201.499c0%20.827-.895%201.498-2%201.498M12%2011c.87%200%201.612.417%201.886.999m-1.886-1V10m0%206.993c-.87%200-1.612-.417-1.886-.999m1.886%201L12.003%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011a1.5%201.5%200%200%200%20.414-.305C22%2010.089%2022%209.11%2022%207.152s0-2.936-.586-3.544S19.886%203%2018%203H6c-1.886%200-2.828%200-3.414.608S2%205.195%202%207.152s0%202.936.586%203.543q.18.188.414.305%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%227%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%207h14%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010.999c-1.105%200-2%20.67-2%201.499c0%20.827.895%201.498%202%201.498s2%20.671%202%201.499c0%20.827-.895%201.498-2%201.498M12%2011c.87%200%201.612.417%201.886.999m-1.886-1V10m0%206.993c-.87%200-1.612-.417-1.886-.999m1.886%201L12.003%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011a1.5%201.5%200%200%200%20.414-.305C22%2010.089%2022%209.11%2022%207.152s0-2.936-.586-3.544S19.886%203%2018%203H6c-1.886%200-2.828%200-3.414.608S2%205.195%202%207.152s0%202.936.586%203.543q.18.188.414.305%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%227%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%207h14%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/reverse-withdrawal-02.svg?color=%231a73e8&size=48