checkbook arrow left icon

checkbook-arrow-left from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.

Name
checkbook-arrow-left
Set
Material Design Icons
Style
Filled
Category
Banking
Viewbox
24×24
License
Apache 2.0
Aliases
chequebook-arrow-left

More banking icons from Material Design Icons

Use the checkbook arrow left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14h10.53c-.28.31-.53.64-.73 1H5zm16-6v4.08c.72.12 1.39.37 2 .72V5H1v14h13.08a6.5 6.5 0 0 1-.08-1c0-.34.03-.67.08-1H3V8zM5 10h7v2H5zm11 8l3-3v2h4v2h-4v2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCheckbookArrowLeft(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="M5 14h10.53c-.28.31-.53.64-.73 1H5zm16-6v4.08c.72.12 1.39.37 2 .72V5H1v14h13.08a6.5 6.5 0 0 1-.08-1c0-.34.03-.67.08-1H3V8zM5 10h7v2H5zm11 8l3-3v2h4v2h-4v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14h10.53c-.28.31-.53.64-.73 1H5zm16-6v4.08c.72.12 1.39.37 2 .72V5H1v14h13.08a6.5 6.5 0 0 1-.08-1c0-.34.03-.67.08-1H3V8zM5 10h7v2H5zm11 8l3-3v2h4v2h-4v2z"/></svg>
</template>

CSS

.icon-checkbook-arrow-left {
  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%22M5%2014h10.53c-.28.31-.53.64-.73%201H5zm16-6v4.08c.72.12%201.39.37%202%20.72V5H1v14h13.08a6.5%206.5%200%200%201-.08-1c0-.34.03-.67.08-1H3V8zM5%2010h7v2H5zm11%208l3-3v2h4v2h-4v2z%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%22M5%2014h10.53c-.28.31-.53.64-.73%201H5zm16-6v4.08c.72.12%201.39.37%202%20.72V5H1v14h13.08a6.5%206.5%200%200%201-.08-1c0-.34.03-.67.08-1H3V8zM5%2010h7v2H5zm11%208l3-3v2h4v2h-4v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/checkbook-arrow-left.svg?color=%231a73e8&size=48