bank3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
bank3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the bank3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M22 19v3H2v-3c0-.55.45-1 1-1h18c.55 0 1 .45 1 1"/><path d="M7 11H5v7h2zm4 0H9v7h2zm4 0h-2v7h2zm4 0h-2v7h2zm4 11.75H1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h22c.41 0 .75.34.75.75s-.34.75-.75.75m-1.63-17l-9-3.6c-.2-.08-.54-.08-.74 0l-9 3.6c-.35.14-.63.55-.63.93V10c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6.68c0-.38-.28-.79-.63-.93M12 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBank3Filled(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 stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5" d="M22 19v3H2v-3c0-.55.45-1 1-1h18c.55 0 1 .45 1 1"/><path d="M7 11H5v7h2zm4 0H9v7h2zm4 0h-2v7h2zm4 0h-2v7h2zm4 11.75H1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h22c.41 0 .75.34.75.75s-.34.75-.75.75m-1.63-17l-9-3.6c-.2-.08-.54-.08-.74 0l-9 3.6c-.35.14-.63.55-.63.93V10c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6.68c0-.38-.28-.79-.63-.93M12 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M22 19v3H2v-3c0-.55.45-1 1-1h18c.55 0 1 .45 1 1"/><path d="M7 11H5v7h2zm4 0H9v7h2zm4 0h-2v7h2zm4 0h-2v7h2zm4 11.75H1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h22c.41 0 .75.34.75.75s-.34.75-.75.75m-1.63-17l-9-3.6c-.2-.08-.54-.08-.74 0l-9 3.6c-.35.14-.63.55-.63.93V10c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6.68c0-.38-.28-.79-.63-.93M12 8.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></g></svg>
</template>

CSS

.icon-bank3-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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019v3H2v-3c0-.55.45-1%201-1h18c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M7%2011H5v7h2zm4%200H9v7h2zm4%200h-2v7h2zm4%200h-2v7h2zm4%2011.75H1c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h22c.41%200%20.75.34.75.75s-.34.75-.75.75m-1.63-17l-9-3.6c-.2-.08-.54-.08-.74%200l-9%203.6c-.35.14-.63.55-.63.93V10c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1V6.68c0-.38-.28-.79-.63-.93M12%208.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019v3H2v-3c0-.55.45-1%201-1h18c.55%200%201%20.45%201%201%22%2F%3E%3Cpath%20d%3D%22M7%2011H5v7h2zm4%200H9v7h2zm4%200h-2v7h2zm4%200h-2v7h2zm4%2011.75H1c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h22c.41%200%20.75.34.75.75s-.34.75-.75.75m-1.63-17l-9-3.6c-.2-.08-.54-.08-.74%200l-9%203.6c-.35.14-.63.55-.63.93V10c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1V6.68c0-.38-.28-.79-.63-.93M12%208.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%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/bank3-filled.svg?color=%231a73e8&size=48