wallet credit card icon

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

Name
wallet-credit-card-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M20.943 8.5h1.958l.226-.268a1.75 1.75 0 0 0-.216-2.466L18.315 1.91a1.75 1.75 0 0 0-2.466.216L10.5 8.5h1.958l4.54-5.41a.25.25 0 0 1 .352-.031l.89.745L14.3 8.5h1.957l3.131-3.731l2.559 2.146a.25.25 0 0 1 .03.352zm-2.193 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM5.5 6h5.79l-1.26 1.5H5.5a1 1 0 0 0 0 2h15.75A3.75 3.75 0 0 1 25 13.25v8A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.5A2.5 2.5 0 0 1 5.5 6m-1 4.792V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25v-8A2.25 2.25 0 0 0 21.25 11H5.5c-.356 0-.694-.074-1-.208"/></svg>

React

import type { SVGProps } from "react";

export function FluentWalletCreditCard28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.943 8.5h1.958l.226-.268a1.75 1.75 0 0 0-.216-2.466L18.315 1.91a1.75 1.75 0 0 0-2.466.216L10.5 8.5h1.958l4.54-5.41a.25.25 0 0 1 .352-.031l.89.745L14.3 8.5h1.957l3.131-3.731l2.559 2.146a.25.25 0 0 1 .03.352zm-2.193 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM5.5 6h5.79l-1.26 1.5H5.5a1 1 0 0 0 0 2h15.75A3.75 3.75 0 0 1 25 13.25v8A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.5A2.5 2.5 0 0 1 5.5 6m-1 4.792V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25v-8A2.25 2.25 0 0 0 21.25 11H5.5c-.356 0-.694-.074-1-.208"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.943 8.5h1.958l.226-.268a1.75 1.75 0 0 0-.216-2.466L18.315 1.91a1.75 1.75 0 0 0-2.466.216L10.5 8.5h1.958l4.54-5.41a.25.25 0 0 1 .352-.031l.89.745L14.3 8.5h1.957l3.131-3.731l2.559 2.146a.25.25 0 0 1 .03.352zm-2.193 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM5.5 6h5.79l-1.26 1.5H5.5a1 1 0 0 0 0 2h15.75A3.75 3.75 0 0 1 25 13.25v8A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.5A2.5 2.5 0 0 1 5.5 6m-1 4.792V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25v-8A2.25 2.25 0 0 0 21.25 11H5.5c-.356 0-.694-.074-1-.208"/></svg>
</template>

CSS

.icon-wallet-credit-card-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%208.5h1.958l.226-.268a1.75%201.75%200%200%200-.216-2.466L18.315%201.91a1.75%201.75%200%200%200-2.466.216L10.5%208.5h1.958l4.54-5.41a.25.25%200%200%201%20.352-.031l.89.745L14.3%208.5h1.957l3.131-3.731l2.559%202.146a.25.25%200%200%201%20.03.352zm-2.193%208a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zM5.5%206h5.79l-1.26%201.5H5.5a1%201%200%200%200%200%202h15.75A3.75%203.75%200%200%201%2025%2013.25v8A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V8.5A2.5%202.5%200%200%201%205.5%206m-1%204.792V21.25a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25v-8A2.25%202.25%200%200%200%2021.25%2011H5.5c-.356%200-.694-.074-1-.208%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%208.5h1.958l.226-.268a1.75%201.75%200%200%200-.216-2.466L18.315%201.91a1.75%201.75%200%200%200-2.466.216L10.5%208.5h1.958l4.54-5.41a.25.25%200%200%201%20.352-.031l.89.745L14.3%208.5h1.957l3.131-3.731l2.559%202.146a.25.25%200%200%201%20.03.352zm-2.193%208a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zM5.5%206h5.79l-1.26%201.5H5.5a1%201%200%200%200%200%202h15.75A3.75%203.75%200%200%201%2025%2013.25v8A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V8.5A2.5%202.5%200%200%201%205.5%206m-1%204.792V21.25a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25v-8A2.25%202.25%200%200%200%2021.25%2011H5.5c-.356%200-.694-.074-1-.208%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-28-regular.svg?color=%231a73e8&size=48