bank check icon
bank-check from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- bank-check
- Set
- Material Design Icons
- Style
- Filled
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
More banking icons from Material Design Icons
Use the bank check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.8 21.2l-2.8-3l1.2-1.2l1.6 1.6l3.6-3.6l1.2 1.4zM13 10h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3 0v2.3c.6-.2 1.3-.3 2-.3c.3 0 .7 0 1 .1V10zm-3.9 9H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21 6l-9.5-5L2 6v2h19zM7 17v-7H4v7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBankCheck(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="m17.8 21.2l-2.8-3l1.2-1.2l1.6 1.6l3.6-3.6l1.2 1.4zM13 10h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3 0v2.3c.6-.2 1.3-.3 2-.3c.3 0 .7 0 1 .1V10zm-3.9 9H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21 6l-9.5-5L2 6v2h19zM7 17v-7H4v7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.8 21.2l-2.8-3l1.2-1.2l1.6 1.6l3.6-3.6l1.2 1.4zM13 10h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3 0v2.3c.6-.2 1.3-.3 2-.3c.3 0 .7 0 1 .1V10zm-3.9 9H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21 6l-9.5-5L2 6v2h19zM7 17v-7H4v7z"/></svg> </template>
CSS
.icon-bank-check {
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%22m17.8%2021.2l-2.8-3l1.2-1.2l1.6%201.6l3.6-3.6l1.2%201.4zM13%2010h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3%200v2.3c.6-.2%201.3-.3%202-.3c.3%200%20.7%200%201%20.1V10zm-3.9%209H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21%206l-9.5-5L2%206v2h19zM7%2017v-7H4v7z%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%22m17.8%2021.2l-2.8-3l1.2-1.2l1.6%201.6l3.6-3.6l1.2%201.4zM13%2010h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3%200v2.3c.6-.2%201.3-.3%202-.3c.3%200%20.7%200%201%20.1V10zm-3.9%209H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21%206l-9.5-5L2%206v2h19zM7%2017v-7H4v7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bank-check.svg?color=%231a73e8&size=48