wallet from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
wallet
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
wallet-outline, wallet-outline-rounded, wallet-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the wallet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-1.246 0-2.123-.877T3 16V8q0-1.246.877-2.123T6 5h12q1.246 0 2.123.877T21 8v8q0 1.246-.877 2.123T18 19zM6 8.5h12q.589 0 1.098.202t.902.592V8q0-.825-.587-1.412T18 6H6q-.825 0-1.412.588T4 8v1.294q.392-.39.902-.592T6 8.5m-1.966 2.73l11.337 2.759q.187.05.383.009q.196-.04.338-.171l3.725-3.15q-.217-.529-.71-.853T18 9.5H6q-.766 0-1.32.491q-.555.492-.645 1.24"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWallet(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="M6 19q-1.246 0-2.123-.877T3 16V8q0-1.246.877-2.123T6 5h12q1.246 0 2.123.877T21 8v8q0 1.246-.877 2.123T18 19zM6 8.5h12q.589 0 1.098.202t.902.592V8q0-.825-.587-1.412T18 6H6q-.825 0-1.412.588T4 8v1.294q.392-.39.902-.592T6 8.5m-1.966 2.73l11.337 2.759q.187.05.383.009q.196-.04.338-.171l3.725-3.15q-.217-.529-.71-.853T18 9.5H6q-.766 0-1.32.491q-.555.492-.645 1.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-1.246 0-2.123-.877T3 16V8q0-1.246.877-2.123T6 5h12q1.246 0 2.123.877T21 8v8q0 1.246-.877 2.123T18 19zM6 8.5h12q.589 0 1.098.202t.902.592V8q0-.825-.587-1.412T18 6H6q-.825 0-1.412.588T4 8v1.294q.392-.39.902-.592T6 8.5m-1.966 2.73l11.337 2.759q.187.05.383.009q.196-.04.338-.171l3.725-3.15q-.217-.529-.71-.853T18 9.5H6q-.766 0-1.32.491q-.555.492-.645 1.24"/></svg>
</template>

CSS

.icon-wallet {
  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%22M6%2019q-1.246%200-2.123-.877T3%2016V8q0-1.246.877-2.123T6%205h12q1.246%200%202.123.877T21%208v8q0%201.246-.877%202.123T18%2019zM6%208.5h12q.589%200%201.098.202t.902.592V8q0-.825-.587-1.412T18%206H6q-.825%200-1.412.588T4%208v1.294q.392-.39.902-.592T6%208.5m-1.966%202.73l11.337%202.759q.187.05.383.009q.196-.04.338-.171l3.725-3.15q-.217-.529-.71-.853T18%209.5H6q-.766%200-1.32.491q-.555.492-.645%201.24%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%22M6%2019q-1.246%200-2.123-.877T3%2016V8q0-1.246.877-2.123T6%205h12q1.246%200%202.123.877T21%208v8q0%201.246-.877%202.123T18%2019zM6%208.5h12q.589%200%201.098.202t.902.592V8q0-.825-.587-1.412T18%206H6q-.825%200-1.412.588T4%208v1.294q.392-.39.902-.592T6%208.5m-1.966%202.73l11.337%202.759q.187.05.383.009q.196-.04.338-.171l3.725-3.15q-.217-.529-.71-.853T18%209.5H6q-.766%200-1.32.491q-.555.492-.645%201.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wallet.svg?color=%231a73e8&size=48