wallet 2 icon
wallet-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- wallet-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the wallet 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.892 0 2.01.113 2.941.428c.464.156.95.386 1.336.733c.406.365.723.887.723 1.553c0 .641-.294 1.172-.646 1.566c-.195.218-.423.41-.666.58C18.674 8.283 21 11.334 21 15c0 2.556-1.02 4.386-2.767 5.525C16.56 21.617 14.33 22 12 22s-4.559-.383-6.233-1.475C4.02 19.386 3 17.555 3 15c0-3.665 2.326-6.717 5.312-8.14a4 4 0 0 1-.666-.58C7.294 5.886 7 5.355 7 4.714c0-.666.317-1.188.723-1.553c.386-.347.872-.577 1.336-.733C9.99 2.113 11.108 2 12 2m1.947 8.606a1 1 0 0 0-1.341.447L12 12.263l-.605-1.21a1 1 0 0 0-1.79.894L10.132 13H10a1 1 0 0 0 0 2h1v.5h-1a1 1 0 0 0 0 2h1v.5a1 1 0 1 0 2 0v-.5h1a1 1 0 1 0 0-2h-1V15h1a1 1 0 1 0 0-2h-.132l.527-1.053a1 1 0 0 0-.448-1.341M12 4c-.764 0-1.646.101-2.3.322c-.33.112-.534.23-.64.325a.3.3 0 0 0-.06.07c0 .014.012.09.138.23c.14.157.374.335.7.504c.66.342 1.504.549 2.162.549s1.501-.207 2.161-.549c.327-.17.561-.347.701-.504c.126-.14.136-.216.137-.23a.3.3 0 0 0-.06-.07c-.105-.094-.309-.213-.638-.325C13.646 4.102 12.764 4 12 4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWallet2Fill(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="M12 2c.892 0 2.01.113 2.941.428c.464.156.95.386 1.336.733c.406.365.723.887.723 1.553c0 .641-.294 1.172-.646 1.566c-.195.218-.423.41-.666.58C18.674 8.283 21 11.334 21 15c0 2.556-1.02 4.386-2.767 5.525C16.56 21.617 14.33 22 12 22s-4.559-.383-6.233-1.475C4.02 19.386 3 17.555 3 15c0-3.665 2.326-6.717 5.312-8.14a4 4 0 0 1-.666-.58C7.294 5.886 7 5.355 7 4.714c0-.666.317-1.188.723-1.553c.386-.347.872-.577 1.336-.733C9.99 2.113 11.108 2 12 2m1.947 8.606a1 1 0 0 0-1.341.447L12 12.263l-.605-1.21a1 1 0 0 0-1.79.894L10.132 13H10a1 1 0 0 0 0 2h1v.5h-1a1 1 0 0 0 0 2h1v.5a1 1 0 1 0 2 0v-.5h1a1 1 0 1 0 0-2h-1V15h1a1 1 0 1 0 0-2h-.132l.527-1.053a1 1 0 0 0-.448-1.341M12 4c-.764 0-1.646.101-2.3.322c-.33.112-.534.23-.64.325a.3.3 0 0 0-.06.07c0 .014.012.09.138.23c.14.157.374.335.7.504c.66.342 1.504.549 2.162.549s1.501-.207 2.161-.549c.327-.17.561-.347.701-.504c.126-.14.136-.216.137-.23a.3.3 0 0 0-.06-.07c-.105-.094-.309-.213-.638-.325C13.646 4.102 12.764 4 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.892 0 2.01.113 2.941.428c.464.156.95.386 1.336.733c.406.365.723.887.723 1.553c0 .641-.294 1.172-.646 1.566c-.195.218-.423.41-.666.58C18.674 8.283 21 11.334 21 15c0 2.556-1.02 4.386-2.767 5.525C16.56 21.617 14.33 22 12 22s-4.559-.383-6.233-1.475C4.02 19.386 3 17.555 3 15c0-3.665 2.326-6.717 5.312-8.14a4 4 0 0 1-.666-.58C7.294 5.886 7 5.355 7 4.714c0-.666.317-1.188.723-1.553c.386-.347.872-.577 1.336-.733C9.99 2.113 11.108 2 12 2m1.947 8.606a1 1 0 0 0-1.341.447L12 12.263l-.605-1.21a1 1 0 0 0-1.79.894L10.132 13H10a1 1 0 0 0 0 2h1v.5h-1a1 1 0 0 0 0 2h1v.5a1 1 0 1 0 2 0v-.5h1a1 1 0 1 0 0-2h-1V15h1a1 1 0 1 0 0-2h-.132l.527-1.053a1 1 0 0 0-.448-1.341M12 4c-.764 0-1.646.101-2.3.322c-.33.112-.534.23-.64.325a.3.3 0 0 0-.06.07c0 .014.012.09.138.23c.14.157.374.335.7.504c.66.342 1.504.549 2.162.549s1.501-.207 2.161-.549c.327-.17.561-.347.701-.504c.126-.14.136-.216.137-.23a.3.3 0 0 0-.06-.07c-.105-.094-.309-.213-.638-.325C13.646 4.102 12.764 4 12 4"/></svg> </template>
CSS
.icon-wallet-2-fill {
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%22M12%202c.892%200%202.01.113%202.941.428c.464.156.95.386%201.336.733c.406.365.723.887.723%201.553c0%20.641-.294%201.172-.646%201.566c-.195.218-.423.41-.666.58C18.674%208.283%2021%2011.334%2021%2015c0%202.556-1.02%204.386-2.767%205.525C16.56%2021.617%2014.33%2022%2012%2022s-4.559-.383-6.233-1.475C4.02%2019.386%203%2017.555%203%2015c0-3.665%202.326-6.717%205.312-8.14a4%204%200%200%201-.666-.58C7.294%205.886%207%205.355%207%204.714c0-.666.317-1.188.723-1.553c.386-.347.872-.577%201.336-.733C9.99%202.113%2011.108%202%2012%202m1.947%208.606a1%201%200%200%200-1.341.447L12%2012.263l-.605-1.21a1%201%200%200%200-1.79.894L10.132%2013H10a1%201%200%200%200%200%202h1v.5h-1a1%201%200%200%200%200%202h1v.5a1%201%200%201%200%202%200v-.5h1a1%201%200%201%200%200-2h-1V15h1a1%201%200%201%200%200-2h-.132l.527-1.053a1%201%200%200%200-.448-1.341M12%204c-.764%200-1.646.101-2.3.322c-.33.112-.534.23-.64.325a.3.3%200%200%200-.06.07c0%20.014.012.09.138.23c.14.157.374.335.7.504c.66.342%201.504.549%202.162.549s1.501-.207%202.161-.549c.327-.17.561-.347.701-.504c.126-.14.136-.216.137-.23a.3.3%200%200%200-.06-.07c-.105-.094-.309-.213-.638-.325C13.646%204.102%2012.764%204%2012%204%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%22M12%202c.892%200%202.01.113%202.941.428c.464.156.95.386%201.336.733c.406.365.723.887.723%201.553c0%20.641-.294%201.172-.646%201.566c-.195.218-.423.41-.666.58C18.674%208.283%2021%2011.334%2021%2015c0%202.556-1.02%204.386-2.767%205.525C16.56%2021.617%2014.33%2022%2012%2022s-4.559-.383-6.233-1.475C4.02%2019.386%203%2017.555%203%2015c0-3.665%202.326-6.717%205.312-8.14a4%204%200%200%201-.666-.58C7.294%205.886%207%205.355%207%204.714c0-.666.317-1.188.723-1.553c.386-.347.872-.577%201.336-.733C9.99%202.113%2011.108%202%2012%202m1.947%208.606a1%201%200%200%200-1.341.447L12%2012.263l-.605-1.21a1%201%200%200%200-1.79.894L10.132%2013H10a1%201%200%200%200%200%202h1v.5h-1a1%201%200%200%200%200%202h1v.5a1%201%200%201%200%202%200v-.5h1a1%201%200%201%200%200-2h-1V15h1a1%201%200%201%200%200-2h-.132l.527-1.053a1%201%200%200%200-.448-1.341M12%204c-.764%200-1.646.101-2.3.322c-.33.112-.534.23-.64.325a.3.3%200%200%200-.06.07c0%20.014.012.09.138.23c.14.157.374.335.7.504c.66.342%201.504.549%202.162.549s1.501-.207%202.161-.549c.327-.17.561-.347.701-.504c.126-.14.136-.216.137-.23a.3.3%200%200%200-.06-.07c-.105-.094-.309-.213-.638-.325C13.646%204.102%2012.764%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/wallet-2-fill.svg?color=%231a73e8&size=48