checkbook icon
checkbook-outline from Material Symbols Light by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- checkbook-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- checkbook-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the checkbook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 14.5h8.289l1-1H6.5zm0-4h5v-1h-5zM4 7v10h8.289l-1 1H3V6h18v3.289h-1V7zm17.554 4.954q.106.105.106.236t-.106.237l-.785.785l-.788-.789l.784-.785q.106-.105.237-.105t.237.105zm-8.246 7.969v-.788l6.111-6.112l.789.789l-6.112 6.111zM4 7v10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCheckbookOutline(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="M6.5 14.5h8.289l1-1H6.5zm0-4h5v-1h-5zM4 7v10h8.289l-1 1H3V6h18v3.289h-1V7zm17.554 4.954q.106.105.106.236t-.106.237l-.785.785l-.788-.789l.784-.785q.106-.105.237-.105t.237.105zm-8.246 7.969v-.788l6.111-6.112l.789.789l-6.112 6.111zM4 7v10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 14.5h8.289l1-1H6.5zm0-4h5v-1h-5zM4 7v10h8.289l-1 1H3V6h18v3.289h-1V7zm17.554 4.954q.106.105.106.236t-.106.237l-.785.785l-.788-.789l.784-.785q.106-.105.237-.105t.237.105zm-8.246 7.969v-.788l6.111-6.112l.789.789l-6.112 6.111zM4 7v10z"/></svg> </template>
CSS
.icon-checkbook-outline {
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%22M6.5%2014.5h8.289l1-1H6.5zm0-4h5v-1h-5zM4%207v10h8.289l-1%201H3V6h18v3.289h-1V7zm17.554%204.954q.106.105.106.236t-.106.237l-.785.785l-.788-.789l.784-.785q.106-.105.237-.105t.237.105zm-8.246%207.969v-.788l6.111-6.112l.789.789l-6.112%206.111zM4%207v10z%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%22M6.5%2014.5h8.289l1-1H6.5zm0-4h5v-1h-5zM4%207v10h8.289l-1%201H3V6h18v3.289h-1V7zm17.554%204.954q.106.105.106.236t-.106.237l-.785.785l-.788-.789l.784-.785q.106-.105.237-.105t.237.105zm-8.246%207.969v-.788l6.111-6.112l.789.789l-6.112%206.111zM4%207v10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/checkbook-outline.svg?color=%231a73e8&size=48