wallet credit card icon

wallet-credit-card-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
wallet-credit-card-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Use the wallet credit card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.356 2.595a.25.25 0 0 1 .361-.032l.922.812L12.739 7h1.92l2.106-2.632l1.652 1.457a.25.25 0 0 1 .026.348l-.69.827h1.944a1.75 1.75 0 0 0-.288-2.3l-3.7-3.263a1.75 1.75 0 0 0-2.531.23L8.976 7h1.91zM16.25 14a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM4.5 7.25a.75.75 0 0 1 .75-.75h3.128L9.57 5H5.25A2.25 2.25 0 0 0 3 7.25v10.5A3.25 3.25 0 0 0 6.25 21h12a3.25 3.25 0 0 0 3.25-3.25v-6.5A3.25 3.25 0 0 0 18.25 8h-13a.75.75 0 0 1-.75-.75m0 10.5V9.372q.354.126.75.128h13c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentWalletCreditCard24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.356 2.595a.25.25 0 0 1 .361-.032l.922.812L12.739 7h1.92l2.106-2.632l1.652 1.457a.25.25 0 0 1 .026.348l-.69.827h1.944a1.75 1.75 0 0 0-.288-2.3l-3.7-3.263a1.75 1.75 0 0 0-2.531.23L8.976 7h1.91zM16.25 14a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM4.5 7.25a.75.75 0 0 1 .75-.75h3.128L9.57 5H5.25A2.25 2.25 0 0 0 3 7.25v10.5A3.25 3.25 0 0 0 6.25 21h12a3.25 3.25 0 0 0 3.25-3.25v-6.5A3.25 3.25 0 0 0 18.25 8h-13a.75.75 0 0 1-.75-.75m0 10.5V9.372q.354.126.75.128h13c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.356 2.595a.25.25 0 0 1 .361-.032l.922.812L12.739 7h1.92l2.106-2.632l1.652 1.457a.25.25 0 0 1 .026.348l-.69.827h1.944a1.75 1.75 0 0 0-.288-2.3l-3.7-3.263a1.75 1.75 0 0 0-2.531.23L8.976 7h1.91zM16.25 14a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM4.5 7.25a.75.75 0 0 1 .75-.75h3.128L9.57 5H5.25A2.25 2.25 0 0 0 3 7.25v10.5A3.25 3.25 0 0 0 6.25 21h12a3.25 3.25 0 0 0 3.25-3.25v-6.5A3.25 3.25 0 0 0 18.25 8h-13a.75.75 0 0 1-.75-.75m0 10.5V9.372q.354.126.75.128h13c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75"/></svg>
</template>

CSS

.icon-wallet-credit-card-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.356%202.595a.25.25%200%200%201%20.361-.032l.922.812L12.739%207h1.92l2.106-2.632l1.652%201.457a.25.25%200%200%201%20.026.348l-.69.827h1.944a1.75%201.75%200%200%200-.288-2.3l-3.7-3.263a1.75%201.75%200%200%200-2.531.23L8.976%207h1.91zM16.25%2014a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5zM4.5%207.25a.75.75%200%200%201%20.75-.75h3.128L9.57%205H5.25A2.25%202.25%200%200%200%203%207.25v10.5A3.25%203.25%200%200%200%206.25%2021h12a3.25%203.25%200%200%200%203.25-3.25v-6.5A3.25%203.25%200%200%200%2018.25%208h-13a.75.75%200%200%201-.75-.75m0%2010.5V9.372q.354.126.75.128h13c.966%200%201.75.784%201.75%201.75v6.5a1.75%201.75%200%200%201-1.75%201.75h-12a1.75%201.75%200%200%201-1.75-1.75%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.356%202.595a.25.25%200%200%201%20.361-.032l.922.812L12.739%207h1.92l2.106-2.632l1.652%201.457a.25.25%200%200%201%20.026.348l-.69.827h1.944a1.75%201.75%200%200%200-.288-2.3l-3.7-3.263a1.75%201.75%200%200%200-2.531.23L8.976%207h1.91zM16.25%2014a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5zM4.5%207.25a.75.75%200%200%201%20.75-.75h3.128L9.57%205H5.25A2.25%202.25%200%200%200%203%207.25v10.5A3.25%203.25%200%200%200%206.25%2021h12a3.25%203.25%200%200%200%203.25-3.25v-6.5A3.25%203.25%200%200%200%2018.25%208h-13a.75.75%200%200%201-.75-.75m0%2010.5V9.372q.354.126.75.128h13c.966%200%201.75.784%201.75%201.75v6.5a1.75%201.75%200%200%201-1.75%201.75h-12a1.75%201.75%200%200%201-1.75-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wallet-credit-card-24-regular.svg?color=%231a73e8&size=48