receipt long icon
receipt-long-outline from Material Symbols Light by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- receipt-long-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- receipt-long-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the receipt long icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21q-.846 0-1.423-.577T4 19v-2h3V3.385l1.27.884l1.307-.885l1.308.885l1.307-.885l1.308.885l1.308-.884l1.308.884l1.307-.884l1.308.884L20 3.384V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V5H8v12h9v2q0 .425.288.713T18 20M9.385 8.5v-1h5.346v1zm0 3v-1h5.346v1zm7.5-2.73q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23m0 3q-.309 0-.539-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23M6 20h10v-2H5v1q0 .425.288.713T6 20m-1 0v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReceiptLongOutline(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="M6 21q-.846 0-1.423-.577T4 19v-2h3V3.385l1.27.884l1.307-.885l1.308.885l1.307-.885l1.308.885l1.308-.884l1.308.884l1.307-.884l1.308.884L20 3.384V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V5H8v12h9v2q0 .425.288.713T18 20M9.385 8.5v-1h5.346v1zm0 3v-1h5.346v1zm7.5-2.73q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23m0 3q-.309 0-.539-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23M6 20h10v-2H5v1q0 .425.288.713T6 20m-1 0v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21q-.846 0-1.423-.577T4 19v-2h3V3.385l1.27.884l1.307-.885l1.308.885l1.307-.885l1.308.885l1.308-.884l1.308.884l1.307-.884l1.308.884L20 3.384V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V5H8v12h9v2q0 .425.288.713T18 20M9.385 8.5v-1h5.346v1zm0 3v-1h5.346v1zm7.5-2.73q-.31 0-.54-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23m0 3q-.309 0-.539-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23M6 20h10v-2H5v1q0 .425.288.713T6 20m-1 0v-2z"/></svg> </template>
CSS
.icon-receipt-long-outline {
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%22M6%2021q-.846%200-1.423-.577T4%2019v-2h3V3.385l1.27.884l1.307-.885l1.308.885l1.307-.885l1.308.885l1.308-.884l1.308.884l1.307-.884l1.308.884L20%203.384V19q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V5H8v12h9v2q0%20.425.288.713T18%2020M9.385%208.5v-1h5.346v1zm0%203v-1h5.346v1zm7.5-2.73q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23m0%203q-.309%200-.539-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23M6%2020h10v-2H5v1q0%20.425.288.713T6%2020m-1%200v-2z%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%22M6%2021q-.846%200-1.423-.577T4%2019v-2h3V3.385l1.27.884l1.307-.885l1.308.885l1.307-.885l1.308.885l1.308-.884l1.308.884l1.307-.884l1.308.884L20%203.384V19q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V5H8v12h9v2q0%20.425.288.713T18%2020M9.385%208.5v-1h5.346v1zm0%203v-1h5.346v1zm7.5-2.73q-.31%200-.54-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23m0%203q-.309%200-.539-.23t-.23-.54t.23-.54t.54-.23t.539.23t.23.54t-.23.54t-.54.23M6%2020h10v-2H5v1q0%20.425.288.713T6%2020m-1%200v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/receipt-long-outline.svg?color=%231a73e8&size=48