wallet credit card icon
wallet-credit-card-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- wallet-credit-card-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
wallet-credit-card-16-filledwallet-credit-card-16-regularwallet-credit-card-20-regularwallet-credit-card-24-filledwallet-credit-card-24-regularwallet-credit-card-28-filledwallet-credit-card-28-regularwallet-credit-card-32-filledwallet-credit-card-32-regularwallet-credit-card-48-filledwallet-credit-card-48-regular
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="M12.177 1.335a1.5 1.5 0 0 0-2.175.307L6.96 5.999h1.22l2.64-3.785a.5.5 0 0 1 .726-.102l.808.656l-2.234 3.231h1.216l1.796-2.6l1.684 1.367a.5.5 0 0 1 .094.675l-.39.558h1.22a1.5 1.5 0 0 0-.294-2.01zM4.5 5A1.5 1.5 0 0 0 3 6.5v8A2.5 2.5 0 0 0 5.5 17H15a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H4.5a.5.5 0 0 1 0-1h1.469l.7-1zm9 7h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentWalletCreditCard20Filled(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="M12.177 1.335a1.5 1.5 0 0 0-2.175.307L6.96 5.999h1.22l2.64-3.785a.5.5 0 0 1 .726-.102l.808.656l-2.234 3.231h1.216l1.796-2.6l1.684 1.367a.5.5 0 0 1 .094.675l-.39.558h1.22a1.5 1.5 0 0 0-.294-2.01zM4.5 5A1.5 1.5 0 0 0 3 6.5v8A2.5 2.5 0 0 0 5.5 17H15a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H4.5a.5.5 0 0 1 0-1h1.469l.7-1zm9 7h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.177 1.335a1.5 1.5 0 0 0-2.175.307L6.96 5.999h1.22l2.64-3.785a.5.5 0 0 1 .726-.102l.808.656l-2.234 3.231h1.216l1.796-2.6l1.684 1.367a.5.5 0 0 1 .094.675l-.39.558h1.22a1.5 1.5 0 0 0-.294-2.01zM4.5 5A1.5 1.5 0 0 0 3 6.5v8A2.5 2.5 0 0 0 5.5 17H15a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H4.5a.5.5 0 0 1 0-1h1.469l.7-1zm9 7h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1"/></svg> </template>
CSS
.icon-wallet-credit-card-20-filled {
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%22M12.177%201.335a1.5%201.5%200%200%200-2.175.307L6.96%205.999h1.22l2.64-3.785a.5.5%200%200%201%20.726-.102l.808.656l-2.234%203.231h1.216l1.796-2.6l1.684%201.367a.5.5%200%200%201%20.094.675l-.39.558h1.22a1.5%201.5%200%200%200-.294-2.01zM4.5%205A1.5%201.5%200%200%200%203%206.5v8A2.5%202.5%200%200%200%205.5%2017H15a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2H4.5a.5.5%200%200%201%200-1h1.469l.7-1zm9%207h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1%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%22M12.177%201.335a1.5%201.5%200%200%200-2.175.307L6.96%205.999h1.22l2.64-3.785a.5.5%200%200%201%20.726-.102l.808.656l-2.234%203.231h1.216l1.796-2.6l1.684%201.367a.5.5%200%200%201%20.094.675l-.39.558h1.22a1.5%201.5%200%200%200-.294-2.01zM4.5%205A1.5%201.5%200%200%200%203%206.5v8A2.5%202.5%200%200%200%205.5%2017H15a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2H4.5a.5.5%200%200%201%200-1h1.469l.7-1zm9%207h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1%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-filled.svg?color=%231a73e8&size=48