cash register icon
cash-register from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- cash-register
- Set
- Line Awesome
- Style
- Line
- Category
- Finance
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- cash-register-solid
The same icon in other sets
More finance icons from Line Awesome
Use the cash register icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3v4c-1.848 0-3.613.332-5.266.91l-.527-1.148l.902-.403l-.812-1.828l-3.652 1.625l.812 1.828l.922-.41l.512 1.106a16 16 0 0 0-3.043 1.988l-.786-.836l.727-.668l-1.351-1.476l-2.946 2.707l1.352 1.476l.742-.684l.805.848a16 16 0 0 0-2.446 3.395l-1.082-.535l.45-.883l-1.782-.907l-1.812 3.567l1.781.906l.457-.902l1.145.57A15.9 15.9 0 0 0 6.05 22H4v6h24V3zm2 2h2v17H8.05C8.563 14.727 14.595 9 22 9h2zm-6 6.953a2.001 2.001 0 0 0-1 3.735V20h5v-2h-3v-2.316a1.998 1.998 0 0 0-1-3.73zM6 24h20v2H6z"/></svg>
React
import type { SVGProps } from "react";
export function LaCashRegister(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3v4c-1.848 0-3.613.332-5.266.91l-.527-1.148l.902-.403l-.812-1.828l-3.652 1.625l.812 1.828l.922-.41l.512 1.106a16 16 0 0 0-3.043 1.988l-.786-.836l.727-.668l-1.351-1.476l-2.946 2.707l1.352 1.476l.742-.684l.805.848a16 16 0 0 0-2.446 3.395l-1.082-.535l.45-.883l-1.782-.907l-1.812 3.567l1.781.906l.457-.902l1.145.57A15.9 15.9 0 0 0 6.05 22H4v6h24V3zm2 2h2v17H8.05C8.563 14.727 14.595 9 22 9h2zm-6 6.953a2.001 2.001 0 0 0-1 3.735V20h5v-2h-3v-2.316a1.998 1.998 0 0 0-1-3.73zM6 24h20v2H6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3v4c-1.848 0-3.613.332-5.266.91l-.527-1.148l.902-.403l-.812-1.828l-3.652 1.625l.812 1.828l.922-.41l.512 1.106a16 16 0 0 0-3.043 1.988l-.786-.836l.727-.668l-1.351-1.476l-2.946 2.707l1.352 1.476l.742-.684l.805.848a16 16 0 0 0-2.446 3.395l-1.082-.535l.45-.883l-1.782-.907l-1.812 3.567l1.781.906l.457-.902l1.145.57A15.9 15.9 0 0 0 6.05 22H4v6h24V3zm2 2h2v17H8.05C8.563 14.727 14.595 9 22 9h2zm-6 6.953a2.001 2.001 0 0 0-1 3.735V20h5v-2h-3v-2.316a1.998 1.998 0 0 0-1-3.73zM6 24h20v2H6z"/></svg> </template>
CSS
.icon-cash-register {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203v4c-1.848%200-3.613.332-5.266.91l-.527-1.148l.902-.403l-.812-1.828l-3.652%201.625l.812%201.828l.922-.41l.512%201.106a16%2016%200%200%200-3.043%201.988l-.786-.836l.727-.668l-1.351-1.476l-2.946%202.707l1.352%201.476l.742-.684l.805.848a16%2016%200%200%200-2.446%203.395l-1.082-.535l.45-.883l-1.782-.907l-1.812%203.567l1.781.906l.457-.902l1.145.57A15.9%2015.9%200%200%200%206.05%2022H4v6h24V3zm2%202h2v17H8.05C8.563%2014.727%2014.595%209%2022%209h2zm-6%206.953a2.001%202.001%200%200%200-1%203.735V20h5v-2h-3v-2.316a1.998%201.998%200%200%200-1-3.73zM6%2024h20v2H6z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203v4c-1.848%200-3.613.332-5.266.91l-.527-1.148l.902-.403l-.812-1.828l-3.652%201.625l.812%201.828l.922-.41l.512%201.106a16%2016%200%200%200-3.043%201.988l-.786-.836l.727-.668l-1.351-1.476l-2.946%202.707l1.352%201.476l.742-.684l.805.848a16%2016%200%200%200-2.446%203.395l-1.082-.535l.45-.883l-1.782-.907l-1.812%203.567l1.781.906l.457-.902l1.145.57A15.9%2015.9%200%200%200%206.05%2022H4v6h24V3zm2%202h2v17H8.05C8.563%2014.727%2014.595%209%2022%209h2zm-6%206.953a2.001%202.001%200%200%200-1%203.735V20h5v-2h-3v-2.316a1.998%201.998%200%200%200-1-3.73zM6%2024h20v2H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cash-register.svg?color=%231a73e8&size=48