cashier icon
cashier from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cashier
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the cashier 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-linecap="round" stroke-width="1.5"><path d="M16.667 14H7.333c-2.186 0-3.279 0-4.054.543c-.286.2-.536.45-.736.736C2 16.054 2 17.147 2 19.333c0 1.093 0 1.64.271 2.027q.151.217.369.369c.387.271.934.271 2.027.271h14.666c1.093 0 1.64 0 2.027-.271q.217-.152.369-.369c.271-.387.271-.934.271-2.027c0-2.186 0-3.279-.543-4.054c-.2-.286-.45-.536-.736-.736C19.946 14 18.853 14 16.667 14ZM20 14l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C17.46 5 16.184 5 13.63 5h-3.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4 14m7.5-12H14m2.5 0H14m0 0v3"/><path d="m9 17.5l.996.664a2 2 0 0 0 1.11.336h1.788a2 2 0 0 0 1.11-.336L15 17.5M8 8h2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCashier(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" strokeLinecap="round" strokeWidth="1.5"><path d="M16.667 14H7.333c-2.186 0-3.279 0-4.054.543c-.286.2-.536.45-.736.736C2 16.054 2 17.147 2 19.333c0 1.093 0 1.64.271 2.027q.151.217.369.369c.387.271.934.271 2.027.271h14.666c1.093 0 1.64 0 2.027-.271q.217-.152.369-.369c.271-.387.271-.934.271-2.027c0-2.186 0-3.279-.543-4.054c-.2-.286-.45-.536-.736-.736C19.946 14 18.853 14 16.667 14ZM20 14l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C17.46 5 16.184 5 13.63 5h-3.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4 14m7.5-12H14m2.5 0H14m0 0v3"/><path d="m9 17.5l.996.664a2 2 0 0 0 1.11.336h1.788a2 2 0 0 0 1.11-.336L15 17.5M8 8h2"/></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-linecap="round" stroke-width="1.5"><path d="M16.667 14H7.333c-2.186 0-3.279 0-4.054.543c-.286.2-.536.45-.736.736C2 16.054 2 17.147 2 19.333c0 1.093 0 1.64.271 2.027q.151.217.369.369c.387.271.934.271 2.027.271h14.666c1.093 0 1.64 0 2.027-.271q.217-.152.369-.369c.271-.387.271-.934.271-2.027c0-2.186 0-3.279-.543-4.054c-.2-.286-.45-.536-.736-.736C19.946 14 18.853 14 16.667 14ZM20 14l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C17.46 5 16.184 5 13.63 5h-3.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4 14m7.5-12H14m2.5 0H14m0 0v3"/><path d="m9 17.5l.996.664a2 2 0 0 0 1.11.336h1.788a2 2 0 0 0 1.11-.336L15 17.5M8 8h2"/></g></svg> </template>
CSS
.icon-cashier {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.667%2014H7.333c-2.186%200-3.279%200-4.054.543c-.286.2-.536.45-.736.736C2%2016.054%202%2017.147%202%2019.333c0%201.093%200%201.64.271%202.027q.151.217.369.369c.387.271.934.271%202.027.271h14.666c1.093%200%201.64%200%202.027-.271q.217-.152.369-.369c.271-.387.271-.934.271-2.027c0-2.186%200-3.279-.543-4.054c-.2-.286-.45-.536-.736-.736C19.946%2014%2018.853%2014%2016.667%2014ZM20%2014l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C17.46%205%2016.184%205%2013.63%205h-3.26c-2.554%200-3.831%200-4.686.765c-.854.764-.995%202.034-1.277%204.572L4%2014m7.5-12H14m2.5%200H14m0%200v3%22%2F%3E%3Cpath%20d%3D%22m9%2017.5l.996.664a2%202%200%200%200%201.11.336h1.788a2%202%200%200%200%201.11-.336L15%2017.5M8%208h2%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.667%2014H7.333c-2.186%200-3.279%200-4.054.543c-.286.2-.536.45-.736.736C2%2016.054%202%2017.147%202%2019.333c0%201.093%200%201.64.271%202.027q.151.217.369.369c.387.271.934.271%202.027.271h14.666c1.093%200%201.64%200%202.027-.271q.217-.152.369-.369c.271-.387.271-.934.271-2.027c0-2.186%200-3.279-.543-4.054c-.2-.286-.45-.536-.736-.736C19.946%2014%2018.853%2014%2016.667%2014ZM20%2014l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C17.46%205%2016.184%205%2013.63%205h-3.26c-2.554%200-3.831%200-4.686.765c-.854.764-.995%202.034-1.277%204.572L4%2014m7.5-12H14m2.5%200H14m0%200v3%22%2F%3E%3Cpath%20d%3D%22m9%2017.5l.996.664a2%202%200%200%200%201.11.336h1.788a2%202%200%200%200%201.11-.336L15%2017.5M8%208h2%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.svg?color=%231a73e8&size=48