wallet money icon

wallet-money-linear from Solar by 480 Design · Linear · Money · CC-BY-4.0 Attribution required.

Name
wallet-money-linear
Set
Solar
Style
Linear
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More money icons from Solar

Use the wallet money icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M6 10H10"/><path d="M20.8333 11H18.2308C16.4465 11 15 12.3431 15 14C15 15.6569 16.4465 17 18.2308 17H20.8333C20.9167 17 20.9583 17 20.9935 16.9979C21.5328 16.965 21.9623 16.5662 21.9977 16.0654C22 16.0327 22 15.994 22 15.9167V12.0833C22 12.006 22 11.9673 21.9977 11.9346C21.9623 11.4338 21.5328 11.035 20.9935 11.0021C20.9583 11 20.9167 11 20.8333 11Z"/><path d="M20.965 11C20.8873 9.1277 20.6366 7.97975 19.8284 7.17157C18.6569 6 16.7712 6 13 6H10C6.22876 6 4.34315 6 3.17157 7.17157C2 8.34315 2 10.2288 2 14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H13C16.7712 22 18.6569 22 19.8284 20.8284C20.6366 20.0203 20.8873 18.8723 20.965 17"/><path stroke-linecap="round" d="M6 6L9.73549 3.52313C10.7874 2.82562 12.2126 2.82562 13.2645 3.52313L17 6"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.9912 14H18.0002"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWalletMoneyLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M6 10H10"/><path d="M20.8333 11H18.2308C16.4465 11 15 12.3431 15 14C15 15.6569 16.4465 17 18.2308 17H20.8333C20.9167 17 20.9583 17 20.9935 16.9979C21.5328 16.965 21.9623 16.5662 21.9977 16.0654C22 16.0327 22 15.994 22 15.9167V12.0833C22 12.006 22 11.9673 21.9977 11.9346C21.9623 11.4338 21.5328 11.035 20.9935 11.0021C20.9583 11 20.9167 11 20.8333 11Z"/><path d="M20.965 11C20.8873 9.1277 20.6366 7.97975 19.8284 7.17157C18.6569 6 16.7712 6 13 6H10C6.22876 6 4.34315 6 3.17157 7.17157C2 8.34315 2 10.2288 2 14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H13C16.7712 22 18.6569 22 19.8284 20.8284C20.6366 20.0203 20.8873 18.8723 20.965 17"/><path strokeLinecap="round" d="M6 6L9.73549 3.52313C10.7874 2.82562 12.2126 2.82562 13.2645 3.52313L17 6"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.9912 14H18.0002"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M6 10H10"/><path d="M20.8333 11H18.2308C16.4465 11 15 12.3431 15 14C15 15.6569 16.4465 17 18.2308 17H20.8333C20.9167 17 20.9583 17 20.9935 16.9979C21.5328 16.965 21.9623 16.5662 21.9977 16.0654C22 16.0327 22 15.994 22 15.9167V12.0833C22 12.006 22 11.9673 21.9977 11.9346C21.9623 11.4338 21.5328 11.035 20.9935 11.0021C20.9583 11 20.9167 11 20.8333 11Z"/><path d="M20.965 11C20.8873 9.1277 20.6366 7.97975 19.8284 7.17157C18.6569 6 16.7712 6 13 6H10C6.22876 6 4.34315 6 3.17157 7.17157C2 8.34315 2 10.2288 2 14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H13C16.7712 22 18.6569 22 19.8284 20.8284C20.6366 20.0203 20.8873 18.8723 20.965 17"/><path stroke-linecap="round" d="M6 6L9.73549 3.52313C10.7874 2.82562 12.2126 2.82562 13.2645 3.52313L17 6"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.9912 14H18.0002"/></g></svg>
</template>

CSS

.icon-wallet-money-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2010H10%22%2F%3E%3Cpath%20d%3D%22M20.8333%2011H18.2308C16.4465%2011%2015%2012.3431%2015%2014C15%2015.6569%2016.4465%2017%2018.2308%2017H20.8333C20.9167%2017%2020.9583%2017%2020.9935%2016.9979C21.5328%2016.965%2021.9623%2016.5662%2021.9977%2016.0654C22%2016.0327%2022%2015.994%2022%2015.9167V12.0833C22%2012.006%2022%2011.9673%2021.9977%2011.9346C21.9623%2011.4338%2021.5328%2011.035%2020.9935%2011.0021C20.9583%2011%2020.9167%2011%2020.8333%2011Z%22%2F%3E%3Cpath%20d%3D%22M20.965%2011C20.8873%209.1277%2020.6366%207.97975%2019.8284%207.17157C18.6569%206%2016.7712%206%2013%206H10C6.22876%206%204.34315%206%203.17157%207.17157C2%208.34315%202%2010.2288%202%2014C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H13C16.7712%2022%2018.6569%2022%2019.8284%2020.8284C20.6366%2020.0203%2020.8873%2018.8723%2020.965%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206L9.73549%203.52313C10.7874%202.82562%2012.2126%202.82562%2013.2645%203.52313L17%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.9912%2014H18.0002%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2010H10%22%2F%3E%3Cpath%20d%3D%22M20.8333%2011H18.2308C16.4465%2011%2015%2012.3431%2015%2014C15%2015.6569%2016.4465%2017%2018.2308%2017H20.8333C20.9167%2017%2020.9583%2017%2020.9935%2016.9979C21.5328%2016.965%2021.9623%2016.5662%2021.9977%2016.0654C22%2016.0327%2022%2015.994%2022%2015.9167V12.0833C22%2012.006%2022%2011.9673%2021.9977%2011.9346C21.9623%2011.4338%2021.5328%2011.035%2020.9935%2011.0021C20.9583%2011%2020.9167%2011%2020.8333%2011Z%22%2F%3E%3Cpath%20d%3D%22M20.965%2011C20.8873%209.1277%2020.6366%207.97975%2019.8284%207.17157C18.6569%206%2016.7712%206%2013%206H10C6.22876%206%204.34315%206%203.17157%207.17157C2%208.34315%202%2010.2288%202%2014C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H13C16.7712%2022%2018.6569%2022%2019.8284%2020.8284C20.6366%2020.0203%2020.8873%2018.8723%2020.965%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206L9.73549%203.52313C10.7874%202.82562%2012.2126%202.82562%2013.2645%203.52313L17%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.9912%2014H18.0002%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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