wallet icon
wallet-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- wallet-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
walletAkar Iconswallet-filledAnt Design IconswalletBootstrap IconswalletBoxIcons v2walletBoxIcons v2 SolidwalletCarbonwalletElement PluswalletFramework7 IconswalletFont Awesome 6 SolidwalletFont Awesome Solidwallet-outlineFlowbite IconswalletHeroIconswalletIconParkwalletIconPark OutlinewalletIconPark SolidwalletIconPark TwoTonewalletIconoirwalletIonIconswalletLine AwesomewalletLucidewalletMaterial SymbolswalletMaterial Symbols LightwalletMaterial Design Iconswallet-fillMingCute Icon
Related icons in Fluent UI System Icons
Use the wallet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.75 16a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM3 5.75A2.75 2.75 0 0 1 5.75 3h13.5A2.75 2.75 0 0 1 22 5.75v1.258a3.75 3.75 0 0 1 3.5 3.742v10.5A3.75 3.75 0 0 1 21.75 25H6.754a3.75 3.75 0 0 1-3.75-3.75v-10.5H3V6h.011A3 3 0 0 1 3 5.75M21.75 8.5H4.504v12.75a2.25 2.25 0 0 0 2.25 2.25H21.75A2.25 2.25 0 0 0 24 21.25v-10.5a2.25 2.25 0 0 0-2.25-2.25M20.5 5.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25 1.25 0 1 0 0 2.5H20.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWallet28Regular(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="M18.75 16a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM3 5.75A2.75 2.75 0 0 1 5.75 3h13.5A2.75 2.75 0 0 1 22 5.75v1.258a3.75 3.75 0 0 1 3.5 3.742v10.5A3.75 3.75 0 0 1 21.75 25H6.754a3.75 3.75 0 0 1-3.75-3.75v-10.5H3V6h.011A3 3 0 0 1 3 5.75M21.75 8.5H4.504v12.75a2.25 2.25 0 0 0 2.25 2.25H21.75A2.25 2.25 0 0 0 24 21.25v-10.5a2.25 2.25 0 0 0-2.25-2.25M20.5 5.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25 1.25 0 1 0 0 2.5H20.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.75 16a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM3 5.75A2.75 2.75 0 0 1 5.75 3h13.5A2.75 2.75 0 0 1 22 5.75v1.258a3.75 3.75 0 0 1 3.5 3.742v10.5A3.75 3.75 0 0 1 21.75 25H6.754a3.75 3.75 0 0 1-3.75-3.75v-10.5H3V6h.011A3 3 0 0 1 3 5.75M21.75 8.5H4.504v12.75a2.25 2.25 0 0 0 2.25 2.25H21.75A2.25 2.25 0 0 0 24 21.25v-10.5a2.25 2.25 0 0 0-2.25-2.25M20.5 5.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25 1.25 0 1 0 0 2.5H20.5z"/></svg> </template>
CSS
.icon-wallet-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%22M18.75%2016a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zM3%205.75A2.75%202.75%200%200%201%205.75%203h13.5A2.75%202.75%200%200%201%2022%205.75v1.258a3.75%203.75%200%200%201%203.5%203.742v10.5A3.75%203.75%200%200%201%2021.75%2025H6.754a3.75%203.75%200%200%201-3.75-3.75v-10.5H3V6h.011A3%203%200%200%201%203%205.75M21.75%208.5H4.504v12.75a2.25%202.25%200%200%200%202.25%202.25H21.75A2.25%202.25%200%200%200%2024%2021.25v-10.5a2.25%202.25%200%200%200-2.25-2.25M20.5%205.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25%201.25%200%201%200%200%202.5H20.5z%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%22M18.75%2016a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zM3%205.75A2.75%202.75%200%200%201%205.75%203h13.5A2.75%202.75%200%200%201%2022%205.75v1.258a3.75%203.75%200%200%201%203.5%203.742v10.5A3.75%203.75%200%200%201%2021.75%2025H6.754a3.75%203.75%200%200%201-3.75-3.75v-10.5H3V6h.011A3%203%200%200%201%203%205.75M21.75%208.5H4.504v12.75a2.25%202.25%200%200%200%202.25%202.25H21.75A2.25%202.25%200%200%200%2024%2021.25v-10.5a2.25%202.25%200%200%200-2.25-2.25M20.5%205.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25%201.25%200%201%200%200%202.5H20.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wallet-28-regular.svg?color=%231a73e8&size=48