wallet add2 icon
wallet-add2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- wallet-add2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wallet add2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.94 2.212l-2.41 5.61H7.12c-.4 0-.79.03-1.17.11l1-2.4l.04-.09l.06-.16c.03-.07.05-.13.08-.18c1.16-2.69 2.46-3.53 4.81-2.89m6.791 5.878l-.02-.01c-.6-.17-1.21-.26-1.83-.26h-6.26l2.25-5.23l.03-.07c.14.05.29.12.44.17l2.21.93c1.23.51 2.09 1.04 2.62 1.68c.09.12.17.23.25.36c.09.14.16.28.2.43c.04.09.07.17.09.26c.15.51.16 1.09.02 1.74m-.443 1.43c-.45-.13-.92-.2-1.41-.2h-9.76q-1.02 0-1.92.39a4.89 4.89 0 0 0-2.96 4.49v1.95c0 .24.02.47.05.71c.22 3.18 1.92 4.88 5.1 5.09c.23.03.46.05.71.05h7.8c3.7 0 5.65-1.76 5.84-5.26c.01-.19.02-.39.02-.59V14.2a4.9 4.9 0 0 0-3.47-4.68m-3.79 6.67h-1.75V18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.75a.749.749 0 1 1 0-1.5h1.75V13c0-.41.34-.75.75-.75s.75.34.75.75v1.69h1.75a.749.749 0 1 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletAdd2Filled(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="m11.94 2.212l-2.41 5.61H7.12c-.4 0-.79.03-1.17.11l1-2.4l.04-.09l.06-.16c.03-.07.05-.13.08-.18c1.16-2.69 2.46-3.53 4.81-2.89m6.791 5.878l-.02-.01c-.6-.17-1.21-.26-1.83-.26h-6.26l2.25-5.23l.03-.07c.14.05.29.12.44.17l2.21.93c1.23.51 2.09 1.04 2.62 1.68c.09.12.17.23.25.36c.09.14.16.28.2.43c.04.09.07.17.09.26c.15.51.16 1.09.02 1.74m-.443 1.43c-.45-.13-.92-.2-1.41-.2h-9.76q-1.02 0-1.92.39a4.89 4.89 0 0 0-2.96 4.49v1.95c0 .24.02.47.05.71c.22 3.18 1.92 4.88 5.1 5.09c.23.03.46.05.71.05h7.8c3.7 0 5.65-1.76 5.84-5.26c.01-.19.02-.39.02-.59V14.2a4.9 4.9 0 0 0-3.47-4.68m-3.79 6.67h-1.75V18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.75a.749.749 0 1 1 0-1.5h1.75V13c0-.41.34-.75.75-.75s.75.34.75.75v1.69h1.75a.749.749 0 1 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.94 2.212l-2.41 5.61H7.12c-.4 0-.79.03-1.17.11l1-2.4l.04-.09l.06-.16c.03-.07.05-.13.08-.18c1.16-2.69 2.46-3.53 4.81-2.89m6.791 5.878l-.02-.01c-.6-.17-1.21-.26-1.83-.26h-6.26l2.25-5.23l.03-.07c.14.05.29.12.44.17l2.21.93c1.23.51 2.09 1.04 2.62 1.68c.09.12.17.23.25.36c.09.14.16.28.2.43c.04.09.07.17.09.26c.15.51.16 1.09.02 1.74m-.443 1.43c-.45-.13-.92-.2-1.41-.2h-9.76q-1.02 0-1.92.39a4.89 4.89 0 0 0-2.96 4.49v1.95c0 .24.02.47.05.71c.22 3.18 1.92 4.88 5.1 5.09c.23.03.46.05.71.05h7.8c3.7 0 5.65-1.76 5.84-5.26c.01-.19.02-.39.02-.59V14.2a4.9 4.9 0 0 0-3.47-4.68m-3.79 6.67h-1.75V18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.75a.749.749 0 1 1 0-1.5h1.75V13c0-.41.34-.75.75-.75s.75.34.75.75v1.69h1.75a.749.749 0 1 1 0 1.5"/></svg> </template>
CSS
.icon-wallet-add2-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%22m11.94%202.212l-2.41%205.61H7.12c-.4%200-.79.03-1.17.11l1-2.4l.04-.09l.06-.16c.03-.07.05-.13.08-.18c1.16-2.69%202.46-3.53%204.81-2.89m6.791%205.878l-.02-.01c-.6-.17-1.21-.26-1.83-.26h-6.26l2.25-5.23l.03-.07c.14.05.29.12.44.17l2.21.93c1.23.51%202.09%201.04%202.62%201.68c.09.12.17.23.25.36c.09.14.16.28.2.43c.04.09.07.17.09.26c.15.51.16%201.09.02%201.74m-.443%201.43c-.45-.13-.92-.2-1.41-.2h-9.76q-1.02%200-1.92.39a4.89%204.89%200%200%200-2.96%204.49v1.95c0%20.24.02.47.05.71c.22%203.18%201.92%204.88%205.1%205.09c.23.03.46.05.71.05h7.8c3.7%200%205.65-1.76%205.84-5.26c.01-.19.02-.39.02-.59V14.2a4.9%204.9%200%200%200-3.47-4.68m-3.79%206.67h-1.75V18c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.75a.749.749%200%201%201%200-1.5h1.75V13c0-.41.34-.75.75-.75s.75.34.75.75v1.69h1.75a.749.749%200%201%201%200%201.5%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%22m11.94%202.212l-2.41%205.61H7.12c-.4%200-.79.03-1.17.11l1-2.4l.04-.09l.06-.16c.03-.07.05-.13.08-.18c1.16-2.69%202.46-3.53%204.81-2.89m6.791%205.878l-.02-.01c-.6-.17-1.21-.26-1.83-.26h-6.26l2.25-5.23l.03-.07c.14.05.29.12.44.17l2.21.93c1.23.51%202.09%201.04%202.62%201.68c.09.12.17.23.25.36c.09.14.16.28.2.43c.04.09.07.17.09.26c.15.51.16%201.09.02%201.74m-.443%201.43c-.45-.13-.92-.2-1.41-.2h-9.76q-1.02%200-1.92.39a4.89%204.89%200%200%200-2.96%204.49v1.95c0%20.24.02.47.05.71c.22%203.18%201.92%204.88%205.1%205.09c.23.03.46.05.71.05h7.8c3.7%200%205.65-1.76%205.84-5.26c.01-.19.02-.39.02-.59V14.2a4.9%204.9%200%200%200-3.47-4.68m-3.79%206.67h-1.75V18c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.75a.749.749%200%201%201%200-1.5h1.75V13c0-.41.34-.75.75-.75s.75.34.75.75v1.69h1.75a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wallet-add2-filled.svg?color=%231a73e8&size=48