wallet credit card icon

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

Name
wallet-credit-card-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.002 1.642a1.5 1.5 0 0 1 2.175-.307l3.27 2.655A1.5 1.5 0 0 1 15.741 6h-1.22l.39-.559a.5.5 0 0 0-.094-.675L13.133 3.4L11.337 6H10.12l2.234-3.232l-.808-.656a.5.5 0 0 0-.725.102L8.18 5.999H6.96zM13.5 12a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-9-7h2.169l-.7 1H4.5a.5.5 0 0 0 0 1H15a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5.5A2.5 2.5 0 0 1 3 14.5v-8A1.5 1.5 0 0 1 4.5 5M4 14.5A1.5 1.5 0 0 0 5.5 16H15a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H4.5q-.264-.001-.5-.085z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWalletCreditCard20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.002 1.642a1.5 1.5 0 0 1 2.175-.307l3.27 2.655A1.5 1.5 0 0 1 15.741 6h-1.22l.39-.559a.5.5 0 0 0-.094-.675L13.133 3.4L11.337 6H10.12l2.234-3.232l-.808-.656a.5.5 0 0 0-.725.102L8.18 5.999H6.96zM13.5 12a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-9-7h2.169l-.7 1H4.5a.5.5 0 0 0 0 1H15a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5.5A2.5 2.5 0 0 1 3 14.5v-8A1.5 1.5 0 0 1 4.5 5M4 14.5A1.5 1.5 0 0 0 5.5 16H15a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H4.5q-.264-.001-.5-.085z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.002 1.642a1.5 1.5 0 0 1 2.175-.307l3.27 2.655A1.5 1.5 0 0 1 15.741 6h-1.22l.39-.559a.5.5 0 0 0-.094-.675L13.133 3.4L11.337 6H10.12l2.234-3.232l-.808-.656a.5.5 0 0 0-.725.102L8.18 5.999H6.96zM13.5 12a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-9-7h2.169l-.7 1H4.5a.5.5 0 0 0 0 1H15a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5.5A2.5 2.5 0 0 1 3 14.5v-8A1.5 1.5 0 0 1 4.5 5M4 14.5A1.5 1.5 0 0 0 5.5 16H15a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H4.5q-.264-.001-.5-.085z"/></svg>
</template>

CSS

.icon-wallet-credit-card-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.002%201.642a1.5%201.5%200%200%201%202.175-.307l3.27%202.655A1.5%201.5%200%200%201%2015.741%206h-1.22l.39-.559a.5.5%200%200%200-.094-.675L13.133%203.4L11.337%206H10.12l2.234-3.232l-.808-.656a.5.5%200%200%200-.725.102L8.18%205.999H6.96zM13.5%2012a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm-9-7h2.169l-.7%201H4.5a.5.5%200%200%200%200%201H15a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202H5.5A2.5%202.5%200%200%201%203%2014.5v-8A1.5%201.5%200%200%201%204.5%205M4%2014.5A1.5%201.5%200%200%200%205.5%2016H15a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1H4.5q-.264-.001-.5-.085z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.002%201.642a1.5%201.5%200%200%201%202.175-.307l3.27%202.655A1.5%201.5%200%200%201%2015.741%206h-1.22l.39-.559a.5.5%200%200%200-.094-.675L13.133%203.4L11.337%206H10.12l2.234-3.232l-.808-.656a.5.5%200%200%200-.725.102L8.18%205.999H6.96zM13.5%2012a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm-9-7h2.169l-.7%201H4.5a.5.5%200%200%200%200%201H15a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202H5.5A2.5%202.5%200%200%201%203%2014.5v-8A1.5%201.5%200%200%201%204.5%205M4%2014.5A1.5%201.5%200%200%200%205.5%2016H15a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1H4.5q-.264-.001-.5-.085z%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-20-regular.svg?color=%231a73e8&size=48