wallet remove icon
wallet-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- wallet-remove-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 remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5M5 15c-1.2 0-2.27.53-3 1.36A4 4 0 0 0 1 19c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.6 5.58c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06M16.53 5.4c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletRemoveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5M5 15c-1.2 0-2.27.53-3 1.36A4 4 0 0 0 1 19c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.6 5.58c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06M16.53 5.4c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 12.5H19c-1.1 0-2 .9-2 2s.9 2 2 2h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5M5 15c-1.2 0-2.27.53-3 1.36A4 4 0 0 0 1 19c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.6 5.58c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06M16.53 5.4c.3.29.05.74-.37.74l-8.28-.01c-.48 0-.72-.58-.38-.92l1.75-1.76a3.796 3.796 0 0 1 5.35 0l1.89 1.91z"/><path d="M21.87 18.66C21.26 20.72 19.5 22 17.1 22h-6.5c-.39 0-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76 0-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72 1.64-4.62 4.19-4.94c.25-.04.52-.06.8-.06h10c.26 0 .51.01.75.05c2.02.23 3.48 1.46 4.02 3.29c.1.33-.14.66-.48.66H19.1c-2.17 0-3.89 1.98-3.42 4.23c.33 1.64 1.85 2.77 3.52 2.77h2.19c.35 0 .58.34.48.66"/></g></svg> </template>
CSS
.icon-wallet-remove-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2012.5H19c-1.1%200-2%20.9-2%202s.9%202%202%202h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5M5%2015c-1.2%200-2.27.53-3%201.36A4%204%200%200%200%201%2019c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%205%2023c1.01%200%201.93-.37%202.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.6%205.58c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06M16.53%205.4c.3.29.05.74-.37.74l-8.28-.01c-.48%200-.72-.58-.38-.92l1.75-1.76a3.796%203.796%200%200%201%205.35%200l1.89%201.91z%22%2F%3E%3Cpath%20d%3D%22M21.87%2018.66C21.26%2020.72%2019.5%2022%2017.1%2022h-6.5c-.39%200-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76%200-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72%201.64-4.62%204.19-4.94c.25-.04.52-.06.8-.06h10c.26%200%20.51.01.75.05c2.02.23%203.48%201.46%204.02%203.29c.1.33-.14.66-.48.66H19.1c-2.17%200-3.89%201.98-3.42%204.23c.33%201.64%201.85%202.77%203.52%202.77h2.19c.35%200%20.58.34.48.66%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2012.5H19c-1.1%200-2%20.9-2%202s.9%202%202%202h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5M5%2015c-1.2%200-2.27.53-3%201.36A4%204%200%200%200%201%2019c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%205%2023c1.01%200%201.93-.37%202.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.6%205.58c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06M16.53%205.4c.3.29.05.74-.37.74l-8.28-.01c-.48%200-.72-.58-.38-.92l1.75-1.76a3.796%203.796%200%200%201%205.35%200l1.89%201.91z%22%2F%3E%3Cpath%20d%3D%22M21.87%2018.66C21.26%2020.72%2019.5%2022%2017.1%2022h-6.5c-.39%200-.64-.43-.48-.79c.3-.7.49-1.49.49-2.21c0-3.03-2.47-5.5-5.5-5.5c-.76%200-1.5.16-2.18.46c-.37.16-.82-.09-.82-.49V12c0-2.72%201.64-4.62%204.19-4.94c.25-.04.52-.06.8-.06h10c.26%200%20.51.01.75.05c2.02.23%203.48%201.46%204.02%203.29c.1.33-.14.66-.48.66H19.1c-2.17%200-3.89%201.98-3.42%204.23c.33%201.64%201.85%202.77%203.52%202.77h2.19c.35%200%20.58.34.48.66%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wallet-remove-filled.svg?color=%231a73e8&size=48