receipt long off icon
receipt-long-off-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- receipt-long-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the receipt long off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.6L19 21.825q-.25.075-.487.125T18 22H6q-1.25 0-2.125-.875T3 19v-2q0-.425.288-.712T4 16h2V8.825L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.35.35.313.75t-.313.675t-.675.313t-.75-.313M6 20h11.175l-2-2H5v1q0 .425.288.713T6 20m13-4.25V5H8.65q-.4 0-.763-.15t-.637-.425L6.125 3.3q-.15-.15-.137-.312t.137-.288t.275-.137t.3.137l.45.45q.15.15.35.15t.35-.15l.8-.8Q8.8 2.2 9 2.2t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.725-.725q.125-.125.275-.062T21 2.6v13.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75M8 16h5.175L8 10.825zm6-7h-1.7q-.5 0-.75-.312T11.3 8t.25-.687T12.3 7H14q.425 0 .713.288T15 8t-.288.713T14 9m2.288 2.713Q16 11.425 16 11t.288-.712T17 10t.713.288T18 11t-.288.713T17 12t-.712-.288M17 9q-.425 0-.712-.288T16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9M5 20v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsReceiptLongOffOutlineRounded(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="M19.775 22.6L19 21.825q-.25.075-.487.125T18 22H6q-1.25 0-2.125-.875T3 19v-2q0-.425.288-.712T4 16h2V8.825L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.35.35.313.75t-.313.675t-.675.313t-.75-.313M6 20h11.175l-2-2H5v1q0 .425.288.713T6 20m13-4.25V5H8.65q-.4 0-.763-.15t-.637-.425L6.125 3.3q-.15-.15-.137-.312t.137-.288t.275-.137t.3.137l.45.45q.15.15.35.15t.35-.15l.8-.8Q8.8 2.2 9 2.2t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.725-.725q.125-.125.275-.062T21 2.6v13.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75M8 16h5.175L8 10.825zm6-7h-1.7q-.5 0-.75-.312T11.3 8t.25-.687T12.3 7H14q.425 0 .713.288T15 8t-.288.713T14 9m2.288 2.713Q16 11.425 16 11t.288-.712T17 10t.713.288T18 11t-.288.713T17 12t-.712-.288M17 9q-.425 0-.712-.288T16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9M5 20v-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="M19.775 22.6L19 21.825q-.25.075-.487.125T18 22H6q-1.25 0-2.125-.875T3 19v-2q0-.425.288-.712T4 16h2V8.825L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.35.35.313.75t-.313.675t-.675.313t-.75-.313M6 20h11.175l-2-2H5v1q0 .425.288.713T6 20m13-4.25V5H8.65q-.4 0-.763-.15t-.637-.425L6.125 3.3q-.15-.15-.137-.312t.137-.288t.275-.137t.3.137l.45.45q.15.15.35.15t.35-.15l.8-.8Q8.8 2.2 9 2.2t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.725-.725q.125-.125.275-.062T21 2.6v13.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75M8 16h5.175L8 10.825zm6-7h-1.7q-.5 0-.75-.312T11.3 8t.25-.687T12.3 7H14q.425 0 .713.288T15 8t-.288.713T14 9m2.288 2.713Q16 11.425 16 11t.288-.712T17 10t.713.288T18 11t-.288.713T17 12t-.712-.288M17 9q-.425 0-.712-.288T16 8t.288-.712T17 7t.713.288T18 8t-.288.713T17 9M5 20v-2z"/></svg> </template>
CSS
.icon-receipt-long-off-outline-rounded {
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%22M19.775%2022.6L19%2021.825q-.25.075-.487.125T18%2022H6q-1.25%200-2.125-.875T3%2019v-2q0-.425.288-.712T4%2016h2V8.825L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.35.35.313.75t-.313.675t-.675.313t-.75-.313M6%2020h11.175l-2-2H5v1q0%20.425.288.713T6%2020m13-4.25V5H8.65q-.4%200-.763-.15t-.637-.425L6.125%203.3q-.15-.15-.137-.312t.137-.288t.275-.137t.3.137l.45.45q.15.15.35.15t.35-.15l.8-.8Q8.8%202.2%209%202.2t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.725-.725q.125-.125.275-.062T21%202.6v13.15q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75M8%2016h5.175L8%2010.825zm6-7h-1.7q-.5%200-.75-.312T11.3%208t.25-.687T12.3%207H14q.425%200%20.713.288T15%208t-.288.713T14%209m2.288%202.713Q16%2011.425%2016%2011t.288-.712T17%2010t.713.288T18%2011t-.288.713T17%2012t-.712-.288M17%209q-.425%200-.712-.288T16%208t.288-.712T17%207t.713.288T18%208t-.288.713T17%209M5%2020v-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%22M19.775%2022.6L19%2021.825q-.25.075-.487.125T18%2022H6q-1.25%200-2.125-.875T3%2019v-2q0-.425.288-.712T4%2016h2V8.825L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.35.35.313.75t-.313.675t-.675.313t-.75-.313M6%2020h11.175l-2-2H5v1q0%20.425.288.713T6%2020m13-4.25V5H8.65q-.4%200-.763-.15t-.637-.425L6.125%203.3q-.15-.15-.137-.312t.137-.288t.275-.137t.3.137l.45.45q.15.15.35.15t.35-.15l.8-.8Q8.8%202.2%209%202.2t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.8-.8q.15-.15.35-.15t.35.15l.8.8q.15.15.35.15t.35-.15l.725-.725q.125-.125.275-.062T21%202.6v13.15q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75M8%2016h5.175L8%2010.825zm6-7h-1.7q-.5%200-.75-.312T11.3%208t.25-.687T12.3%207H14q.425%200%20.713.288T15%208t-.288.713T14%209m2.288%202.713Q16%2011.425%2016%2011t.288-.712T17%2010t.713.288T18%2011t-.288.713T17%2012t-.712-.288M17%209q-.425%200-.712-.288T16%208t.288-.712T17%207t.713.288T18%208t-.288.713T17%209M5%2020v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/receipt-long-off-outline-rounded.svg?color=%231a73e8&size=48