cashier 02 icon
cashier-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cashier-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the cashier 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 17.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h11c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414"/><path stroke-linecap="round" d="M10 19.5h4m2.5-14v3m-1.5-3h3c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.699 2.5 18.466 2.5 18 2.5h-3c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077"/><path d="M21.5 17.5h-19l1.304-5.868c.334-1.501.5-2.252 1.049-2.692S6.17 8.5 7.709 8.5h8.582c1.539 0 2.308 0 2.856.44c.549.44.715 1.19 1.05 2.692z"/><path stroke-linecap="round" d="M7.5 11.5H8m3.75 0h.5m3.75 0h.5m-9 3H8m3.75 0h.5m3.75 0h.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCashier02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.5 17.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h11c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414"/><path strokeLinecap="round" d="M10 19.5h4m2.5-14v3m-1.5-3h3c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.699 2.5 18.466 2.5 18 2.5h-3c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077"/><path d="M21.5 17.5h-19l1.304-5.868c.334-1.501.5-2.252 1.049-2.692S6.17 8.5 7.709 8.5h8.582c1.539 0 2.308 0 2.856.44c.549.44.715 1.19 1.05 2.692z"/><path strokeLinecap="round" d="M7.5 11.5H8m3.75 0h.5m3.75 0h.5m-9 3H8m3.75 0h.5m3.75 0h.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 17.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h11c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414"/><path stroke-linecap="round" d="M10 19.5h4m2.5-14v3m-1.5-3h3c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.699 2.5 18.466 2.5 18 2.5h-3c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077"/><path d="M21.5 17.5h-19l1.304-5.868c.334-1.501.5-2.252 1.049-2.692S6.17 8.5 7.709 8.5h8.582c1.539 0 2.308 0 2.856.44c.549.44.715 1.19 1.05 2.692z"/><path stroke-linecap="round" d="M7.5 11.5H8m3.75 0h.5m3.75 0h.5m-9 3H8m3.75 0h.5m3.75 0h.5"/></g></svg> </template>
CSS
.icon-cashier-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%2017.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586h11c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2019.5h4m2.5-14v3m-1.5-3h3c.466%200%20.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.699%202.5%2018.466%202.5%2018%202.5h-3c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077%22%2F%3E%3Cpath%20d%3D%22M21.5%2017.5h-19l1.304-5.868c.334-1.501.5-2.252%201.049-2.692S6.17%208.5%207.709%208.5h8.582c1.539%200%202.308%200%202.856.44c.549.44.715%201.19%201.05%202.692z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2011.5H8m3.75%200h.5m3.75%200h.5m-9%203H8m3.75%200h.5m3.75%200h.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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%2017.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586h11c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2019.5h4m2.5-14v3m-1.5-3h3c.466%200%20.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.699%202.5%2018.466%202.5%2018%202.5h-3c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077%22%2F%3E%3Cpath%20d%3D%22M21.5%2017.5h-19l1.304-5.868c.334-1.501.5-2.252%201.049-2.692S6.17%208.5%207.709%208.5h8.582c1.539%200%202.308%200%202.856.44c.549.44.715%201.19%201.05%202.692z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2011.5H8m3.75%200h.5m3.75%200h.5m-9%203H8m3.75%200h.5m3.75%200h.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/hugeicons/cashier-02.svg?color=%231a73e8&size=48