wallet cards icon

wallet-cards from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wallet-cards
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the wallet cards 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="M12 14a3 3 0 0 1-2.836-2.018C8.984 11.46 8.552 11 8 11c-2.357 0-3.536 0-4.268.732S3 13.643 3 16s0 3.535.732 4.268S5.643 21 8 21h8c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16s0-3.536-.732-4.268C19.535 11 18.357 11 16 11c-.552 0-.984.46-1.164.982A3 3 0 0 1 12 14"/><path d="M21 17v-5c0-2.357 0-3.536-.732-4.268C19.535 7 18.357 7 16 7H8c-2.357 0-3.536 0-4.268.732S3 9.643 3 12v5"/><path d="M21 13V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3H8c-2.357 0-3.536 0-4.268.732S3 5.643 3 8v5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWalletCards(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="M12 14a3 3 0 0 1-2.836-2.018C8.984 11.46 8.552 11 8 11c-2.357 0-3.536 0-4.268.732S3 13.643 3 16s0 3.535.732 4.268S5.643 21 8 21h8c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16s0-3.536-.732-4.268C19.535 11 18.357 11 16 11c-.552 0-.984.46-1.164.982A3 3 0 0 1 12 14"/><path d="M21 17v-5c0-2.357 0-3.536-.732-4.268C19.535 7 18.357 7 16 7H8c-2.357 0-3.536 0-4.268.732S3 9.643 3 12v5"/><path d="M21 13V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3H8c-2.357 0-3.536 0-4.268.732S3 5.643 3 8v5"/></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="M12 14a3 3 0 0 1-2.836-2.018C8.984 11.46 8.552 11 8 11c-2.357 0-3.536 0-4.268.732S3 13.643 3 16s0 3.535.732 4.268S5.643 21 8 21h8c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16s0-3.536-.732-4.268C19.535 11 18.357 11 16 11c-.552 0-.984.46-1.164.982A3 3 0 0 1 12 14"/><path d="M21 17v-5c0-2.357 0-3.536-.732-4.268C19.535 7 18.357 7 16 7H8c-2.357 0-3.536 0-4.268.732S3 9.643 3 12v5"/><path d="M21 13V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3H8c-2.357 0-3.536 0-4.268.732S3 5.643 3 8v5"/></g></svg>
</template>

CSS

.icon-wallet-cards {
  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%22M12%2014a3%203%200%200%201-2.836-2.018C8.984%2011.46%208.552%2011%208%2011c-2.357%200-3.536%200-4.268.732S3%2013.643%203%2016s0%203.535.732%204.268S5.643%2021%208%2021h8c2.357%200%203.535%200%204.268-.732C21%2019.535%2021%2018.357%2021%2016s0-3.536-.732-4.268C19.535%2011%2018.357%2011%2016%2011c-.552%200-.984.46-1.164.982A3%203%200%200%201%2012%2014%22%2F%3E%3Cpath%20d%3D%22M21%2017v-5c0-2.357%200-3.536-.732-4.268C19.535%207%2018.357%207%2016%207H8c-2.357%200-3.536%200-4.268.732S3%209.643%203%2012v5%22%2F%3E%3Cpath%20d%3D%22M21%2013V8c0-2.357%200-3.536-.732-4.268C19.535%203%2018.357%203%2016%203H8c-2.357%200-3.536%200-4.268.732S3%205.643%203%208v5%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%22M12%2014a3%203%200%200%201-2.836-2.018C8.984%2011.46%208.552%2011%208%2011c-2.357%200-3.536%200-4.268.732S3%2013.643%203%2016s0%203.535.732%204.268S5.643%2021%208%2021h8c2.357%200%203.535%200%204.268-.732C21%2019.535%2021%2018.357%2021%2016s0-3.536-.732-4.268C19.535%2011%2018.357%2011%2016%2011c-.552%200-.984.46-1.164.982A3%203%200%200%201%2012%2014%22%2F%3E%3Cpath%20d%3D%22M21%2017v-5c0-2.357%200-3.536-.732-4.268C19.535%207%2018.357%207%2016%207H8c-2.357%200-3.536%200-4.268.732S3%209.643%203%2012v5%22%2F%3E%3Cpath%20d%3D%22M21%2013V8c0-2.357%200-3.536-.732-4.268C19.535%203%2018.357%203%2016%203H8c-2.357%200-3.536%200-4.268.732S3%205.643%203%208v5%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/wallet-cards.svg?color=%231a73e8&size=48