empty wallet tick icon

empty-wallet-tick from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
empty-wallet-tick
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the empty wallet tick 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="M18.04 13.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H7.63c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06a3.999 3.999 0 0 0-6.5-3.12v-4.37c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6"/><path d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l7.94-3a1.9 1.9 0 0 1 2.57 1.78v3.8m7.709 6.22v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02M7 12h7"/><path stroke-miterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 19"/><path d="m3.441 19l.99.99l2.13-1.97"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEmptyWalletTick(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="M18.04 13.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H7.63c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06a3.999 3.999 0 0 0-6.5-3.12v-4.37c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6"/><path d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l7.94-3a1.9 1.9 0 0 1 2.57 1.78v3.8m7.709 6.22v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02M7 12h7"/><path strokeMiterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 19"/><path d="m3.441 19l.99.99l2.13-1.97"/></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="M18.04 13.55c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H7.63c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06a3.999 3.999 0 0 0-6.5-3.12v-4.37c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6"/><path d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l7.94-3a1.9 1.9 0 0 1 2.57 1.78v3.8m7.709 6.22v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02M7 12h7"/><path stroke-miterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 19"/><path d="m3.441 19l.99.99l2.13-1.97"/></g></svg>
</template>

CSS

.icon-empty-wallet-tick {
  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%22M18.04%2013.55c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87h1.9v1.19c0%202.07-1.69%203.76-3.76%203.76H7.63c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06a3.999%203.999%200%200%200-6.5-3.12v-4.37c0-2.07%201.69-3.76%203.76-3.76h11.48c2.07%200%203.76%201.69%203.76%203.76v1.44h-2.02c-.56%200-1.07.22-1.44.6%22%2F%3E%3Cpath%20d%3D%22M2.5%2012.41V7.84c0-1.19.73-2.25%201.84-2.67l7.94-3a1.9%201.9%200%200%201%202.57%201.78v3.8m7.709%206.22v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6h2.08c.56.02%201%20.47%201%201.02M7%2012h7%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%201%2019c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%2019%22%2F%3E%3Cpath%20d%3D%22m3.441%2019l.99.99l2.13-1.97%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%22M18.04%2013.55c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87h1.9v1.19c0%202.07-1.69%203.76-3.76%203.76H7.63c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06a3.999%203.999%200%200%200-6.5-3.12v-4.37c0-2.07%201.69-3.76%203.76-3.76h11.48c2.07%200%203.76%201.69%203.76%203.76v1.44h-2.02c-.56%200-1.07.22-1.44.6%22%2F%3E%3Cpath%20d%3D%22M2.5%2012.41V7.84c0-1.19.73-2.25%201.84-2.67l7.94-3a1.9%201.9%200%200%201%202.57%201.78v3.8m7.709%206.22v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6h2.08c.56.02%201%20.47%201%201.02M7%2012h7%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%201%2019c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%2019%22%2F%3E%3Cpath%20d%3D%22m3.441%2019l.99.99l2.13-1.97%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/empty-wallet-tick.svg?color=%231a73e8&size=48