wallet credit card icon
wallet-credit-card-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- wallet-credit-card-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
wallet-credit-card-16-filledwallet-credit-card-16-regularwallet-credit-card-20-filledwallet-credit-card-20-regularwallet-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 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.91zM5.25 6.5a.75.75 0 0 0 0 1.5h13a3.25 3.25 0 0 1 3.25 3.25v6.5A3.25 3.25 0 0 1 18.25 21h-12A3.25 3.25 0 0 1 3 17.75V7.25A2.25 2.25 0 0 1 5.25 5h4.32L8.378 6.5zm10.25 8.25c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentWalletCreditCard24Filled(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.91zM5.25 6.5a.75.75 0 0 0 0 1.5h13a3.25 3.25 0 0 1 3.25 3.25v6.5A3.25 3.25 0 0 1 18.25 21h-12A3.25 3.25 0 0 1 3 17.75V7.25A2.25 2.25 0 0 1 5.25 5h4.32L8.378 6.5zm10.25 8.25c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0-.75.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.91zM5.25 6.5a.75.75 0 0 0 0 1.5h13a3.25 3.25 0 0 1 3.25 3.25v6.5A3.25 3.25 0 0 1 18.25 21h-12A3.25 3.25 0 0 1 3 17.75V7.25A2.25 2.25 0 0 1 5.25 5h4.32L8.378 6.5zm10.25 8.25c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0-.75.75"/></svg> </template>
CSS
.icon-wallet-credit-card-24-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%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.91zM5.25%206.5a.75.75%200%200%200%200%201.5h13a3.25%203.25%200%200%201%203.25%203.25v6.5A3.25%203.25%200%200%201%2018.25%2021h-12A3.25%203.25%200%200%201%203%2017.75V7.25A2.25%202.25%200%200%201%205.25%205h4.32L8.378%206.5zm10.25%208.25c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200-.75.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.91zM5.25%206.5a.75.75%200%200%200%200%201.5h13a3.25%203.25%200%200%201%203.25%203.25v6.5A3.25%203.25%200%200%201%2018.25%2021h-12A3.25%203.25%200%200%201%203%2017.75V7.25A2.25%202.25%200%200%201%205.25%205h4.32L8.378%206.5zm10.25%208.25c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200-.75.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-filled.svg?color=%231a73e8&size=48