receipt alt icon
receipt-alt from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- receipt-alt
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
More business icons from Unicons
Use the receipt alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2m-2 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2m0 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2M20 2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1.6.8l2.07-1.55l2.06 1.55a1 1 0 0 0 1.2 0L12 20.25l2.07 1.55a1 1 0 0 0 1.2 0l2.06-1.55l2.07 1.55a1 1 0 0 0 1.05.09A1 1 0 0 0 21 21V3a1 1 0 0 0-1-1m-1 17l-1.07-.8a1 1 0 0 0-1.2 0l-2.06 1.55l-2.07-1.55a1 1 0 0 0-1.2 0l-2.07 1.55l-2.06-1.55a1 1 0 0 0-1.2 0L5 19V4h14Z"/></svg>
React
import type { SVGProps } from "react";
export function UilReceiptAlt(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="M10 8h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2m-2 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2m0 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2M20 2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1.6.8l2.07-1.55l2.06 1.55a1 1 0 0 0 1.2 0L12 20.25l2.07 1.55a1 1 0 0 0 1.2 0l2.06-1.55l2.07 1.55a1 1 0 0 0 1.05.09A1 1 0 0 0 21 21V3a1 1 0 0 0-1-1m-1 17l-1.07-.8a1 1 0 0 0-1.2 0l-2.06 1.55l-2.07-1.55a1 1 0 0 0-1.2 0l-2.07 1.55l-2.06-1.55a1 1 0 0 0-1.2 0L5 19V4h14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2m-2 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2m0 4h8a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2M20 2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1.6.8l2.07-1.55l2.06 1.55a1 1 0 0 0 1.2 0L12 20.25l2.07 1.55a1 1 0 0 0 1.2 0l2.06-1.55l2.07 1.55a1 1 0 0 0 1.05.09A1 1 0 0 0 21 21V3a1 1 0 0 0-1-1m-1 17l-1.07-.8a1 1 0 0 0-1.2 0l-2.06 1.55l-2.07-1.55a1 1 0 0 0-1.2 0l-2.07 1.55l-2.06-1.55a1 1 0 0 0-1.2 0L5 19V4h14Z"/></svg> </template>
CSS
.icon-receipt-alt {
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%22M10%208h6a1%201%200%200%200%200-2h-6a1%201%200%200%200%200%202m-2%204h8a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202m0%204h8a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202M20%202H4a1%201%200%200%200-1%201v18a1%201%200%200%200%201.6.8l2.07-1.55l2.06%201.55a1%201%200%200%200%201.2%200L12%2020.25l2.07%201.55a1%201%200%200%200%201.2%200l2.06-1.55l2.07%201.55a1%201%200%200%200%201.05.09A1%201%200%200%200%2021%2021V3a1%201%200%200%200-1-1m-1%2017l-1.07-.8a1%201%200%200%200-1.2%200l-2.06%201.55l-2.07-1.55a1%201%200%200%200-1.2%200l-2.07%201.55l-2.06-1.55a1%201%200%200%200-1.2%200L5%2019V4h14Z%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%22M10%208h6a1%201%200%200%200%200-2h-6a1%201%200%200%200%200%202m-2%204h8a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202m0%204h8a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202M20%202H4a1%201%200%200%200-1%201v18a1%201%200%200%200%201.6.8l2.07-1.55l2.06%201.55a1%201%200%200%200%201.2%200L12%2020.25l2.07%201.55a1%201%200%200%200%201.2%200l2.06-1.55l2.07%201.55a1%201%200%200%200%201.05.09A1%201%200%200%200%2021%2021V3a1%201%200%200%200-1-1m-1%2017l-1.07-.8a1%201%200%200%200-1.2%200l-2.06%201.55l-2.07-1.55a1%201%200%200%200-1.2%200l-2.07%201.55l-2.06-1.55a1%201%200%200%200-1.2%200L5%2019V4h14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/receipt-alt.svg?color=%231a73e8&size=48