reciept icon
reciept-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- reciept-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
The same icon in other sets
Use the reciept icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 6.25A2.25 2.25 0 0 1 6.25 4h8.5A2.25 2.25 0 0 1 17 6.25V14h3.5v3.25a3.25 3.25 0 0 1-3.25 3.25h-10A3.25 3.25 0 0 1 4 17.25v-11zm13 9.25V19h.25A1.75 1.75 0 0 0 19 17.25V15.5h-2zM15.5 19V6.25a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v11c0 .966.784 1.75 1.75 1.75h8.25z" fill="currentColor"/><path d="M7 8.75A.75.75 0 0 1 7.75 8h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 7 8.75zm0 3.5a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75zm0 3.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentReciept24Regular(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"><path d="M4 6.25A2.25 2.25 0 0 1 6.25 4h8.5A2.25 2.25 0 0 1 17 6.25V14h3.5v3.25a3.25 3.25 0 0 1-3.25 3.25h-10A3.25 3.25 0 0 1 4 17.25v-11zm13 9.25V19h.25A1.75 1.75 0 0 0 19 17.25V15.5h-2zM15.5 19V6.25a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v11c0 .966.784 1.75 1.75 1.75h8.25z" fill="currentColor"/><path d="M7 8.75A.75.75 0 0 1 7.75 8h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 7 8.75zm0 3.5a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75zm0 3.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 6.25A2.25 2.25 0 0 1 6.25 4h8.5A2.25 2.25 0 0 1 17 6.25V14h3.5v3.25a3.25 3.25 0 0 1-3.25 3.25h-10A3.25 3.25 0 0 1 4 17.25v-11zm13 9.25V19h.25A1.75 1.75 0 0 0 19 17.25V15.5h-2zM15.5 19V6.25a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75v11c0 .966.784 1.75 1.75 1.75h8.25z" fill="currentColor"/><path d="M7 8.75A.75.75 0 0 1 7.75 8h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 7 8.75zm0 3.5a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75zm0 3.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75z" fill="currentColor"/></g></svg> </template>
CSS
.icon-reciept-24-regular {
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%3E%3Cpath%20d%3D%22M4%206.25A2.25%202.25%200%200%201%206.25%204h8.5A2.25%202.25%200%200%201%2017%206.25V14h3.5v3.25a3.25%203.25%200%200%201-3.25%203.25h-10A3.25%203.25%200%200%201%204%2017.25v-11zm13%209.25V19h.25A1.75%201.75%200%200%200%2019%2017.25V15.5h-2zM15.5%2019V6.25a.75.75%200%200%200-.75-.75h-8.5a.75.75%200%200%200-.75.75v11c0%20.966.784%201.75%201.75%201.75h8.25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%208.75A.75.75%200%200%201%207.75%208h5.5a.75.75%200%200%201%200%201.5h-5.5A.75.75%200%200%201%207%208.75zm0%203.5a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75zm0%203.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75z%22%20fill%3D%22currentColor%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%3E%3Cpath%20d%3D%22M4%206.25A2.25%202.25%200%200%201%206.25%204h8.5A2.25%202.25%200%200%201%2017%206.25V14h3.5v3.25a3.25%203.25%200%200%201-3.25%203.25h-10A3.25%203.25%200%200%201%204%2017.25v-11zm13%209.25V19h.25A1.75%201.75%200%200%200%2019%2017.25V15.5h-2zM15.5%2019V6.25a.75.75%200%200%200-.75-.75h-8.5a.75.75%200%200%200-.75.75v11c0%20.966.784%201.75%201.75%201.75h8.25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%208.75A.75.75%200%200%201%207.75%208h5.5a.75.75%200%200%201%200%201.5h-5.5A.75.75%200%200%201%207%208.75zm0%203.5a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75zm0%203.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reciept-24-regular.svg?color=%231a73e8&size=48