receipt pound icon
receipt-pound-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- receipt-pound-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
Use the receipt pound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545l-.019.012l-.054.03l-.028.017l-.054.023l-.05.023l-.049.015l-.06.019l-.052.009l-.057.011l-.084.006l-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008l-.038-.005l-.015-.005l-.018-.002l-.034-.011l-.04-.01l-.019-.007l-.015-.004l-.029-.013l-.04-.015l-.021-.011l-.013-.005l-.028-.016l-.036-.018l-.014-.01l-.018-.01l-.038-.027l-.022-.014l-.01-.009l-.02-.014l-.045-.041l-.012-.008l-.024-.024l-.035-.039l-.02-.02l-.007-.011l-.011-.012l-.032-.045l-.02-.025l-.012-.019l-.03-.054l-.017-.028l-.023-.054l-.023-.05a1 1 0 0 1-.034-.108l-.01-.057l-.01-.053L4 21V5a3 3 0 0 1 3-3zm-4 4a3 3 0 0 0-3 3v2H9a1 1 0 0 0 0 2h1a1 1 0 0 1-.883.993L9 14c-1.287 0-1.332 1.864-.133 1.993L9 16h6a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 15 14h-3.171l.048-.148A3 3 0 0 0 12 13h1a1 1 0 0 0 0-2h-1V9a1 1 0 0 1 2 0a1 1 0 0 0 2 0a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function TablerReceiptPoundFilled(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="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545l-.019.012l-.054.03l-.028.017l-.054.023l-.05.023l-.049.015l-.06.019l-.052.009l-.057.011l-.084.006l-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008l-.038-.005l-.015-.005l-.018-.002l-.034-.011l-.04-.01l-.019-.007l-.015-.004l-.029-.013l-.04-.015l-.021-.011l-.013-.005l-.028-.016l-.036-.018l-.014-.01l-.018-.01l-.038-.027l-.022-.014l-.01-.009l-.02-.014l-.045-.041l-.012-.008l-.024-.024l-.035-.039l-.02-.02l-.007-.011l-.011-.012l-.032-.045l-.02-.025l-.012-.019l-.03-.054l-.017-.028l-.023-.054l-.023-.05a1 1 0 0 1-.034-.108l-.01-.057l-.01-.053L4 21V5a3 3 0 0 1 3-3zm-4 4a3 3 0 0 0-3 3v2H9a1 1 0 0 0 0 2h1a1 1 0 0 1-.883.993L9 14c-1.287 0-1.332 1.864-.133 1.993L9 16h6a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 15 14h-3.171l.048-.148A3 3 0 0 0 12 13h1a1 1 0 0 0 0-2h-1V9a1 1 0 0 1 2 0a1 1 0 0 0 2 0a3 3 0 0 0-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545l-.019.012l-.054.03l-.028.017l-.054.023l-.05.023l-.049.015l-.06.019l-.052.009l-.057.011l-.084.006l-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008l-.038-.005l-.015-.005l-.018-.002l-.034-.011l-.04-.01l-.019-.007l-.015-.004l-.029-.013l-.04-.015l-.021-.011l-.013-.005l-.028-.016l-.036-.018l-.014-.01l-.018-.01l-.038-.027l-.022-.014l-.01-.009l-.02-.014l-.045-.041l-.012-.008l-.024-.024l-.035-.039l-.02-.02l-.007-.011l-.011-.012l-.032-.045l-.02-.025l-.012-.019l-.03-.054l-.017-.028l-.023-.054l-.023-.05a1 1 0 0 1-.034-.108l-.01-.057l-.01-.053L4 21V5a3 3 0 0 1 3-3zm-4 4a3 3 0 0 0-3 3v2H9a1 1 0 0 0 0 2h1a1 1 0 0 1-.883.993L9 14c-1.287 0-1.332 1.864-.133 1.993L9 16h6a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 15 14h-3.171l.048-.148A3 3 0 0 0 12 13h1a1 1 0 0 0 0-2h-1V9a1 1 0 0 1 2 0a1 1 0 0 0 2 0a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-receipt-pound-filled {
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%22M17%202a3%203%200%200%201%203%203v16a1%201%200%200%201-1.555.832l-2.318-1.545l-1.42%201.42a1%201%200%200%201-1.32.083l-.094-.083L12%2020.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083l-1.421-1.42l-2.317%201.545l-.019.012l-.054.03l-.028.017l-.054.023l-.05.023l-.049.015l-.06.019l-.052.009l-.057.011l-.084.006l-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008l-.038-.005l-.015-.005l-.018-.002l-.034-.011l-.04-.01l-.019-.007l-.015-.004l-.029-.013l-.04-.015l-.021-.011l-.013-.005l-.028-.016l-.036-.018l-.014-.01l-.018-.01l-.038-.027l-.022-.014l-.01-.009l-.02-.014l-.045-.041l-.012-.008l-.024-.024l-.035-.039l-.02-.02l-.007-.011l-.011-.012l-.032-.045l-.02-.025l-.012-.019l-.03-.054l-.017-.028l-.023-.054l-.023-.05a1%201%200%200%201-.034-.108l-.01-.057l-.01-.053L4%2021V5a3%203%200%200%201%203-3zm-4%204a3%203%200%200%200-3%203v2H9a1%201%200%200%200%200%202h1a1%201%200%200%201-.883.993L9%2014c-1.287%200-1.332%201.864-.133%201.993L9%2016h6a1%201%200%200%200%201-1l-.007-.117A1%201%200%200%200%2015%2014h-3.171l.048-.148A3%203%200%200%200%2012%2013h1a1%201%200%200%200%200-2h-1V9a1%201%200%200%201%202%200a1%201%200%200%200%202%200a3%203%200%200%200-3-3%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%22M17%202a3%203%200%200%201%203%203v16a1%201%200%200%201-1.555.832l-2.318-1.545l-1.42%201.42a1%201%200%200%201-1.32.083l-.094-.083L12%2020.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083l-1.421-1.42l-2.317%201.545l-.019.012l-.054.03l-.028.017l-.054.023l-.05.023l-.049.015l-.06.019l-.052.009l-.057.011l-.084.006l-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008l-.038-.005l-.015-.005l-.018-.002l-.034-.011l-.04-.01l-.019-.007l-.015-.004l-.029-.013l-.04-.015l-.021-.011l-.013-.005l-.028-.016l-.036-.018l-.014-.01l-.018-.01l-.038-.027l-.022-.014l-.01-.009l-.02-.014l-.045-.041l-.012-.008l-.024-.024l-.035-.039l-.02-.02l-.007-.011l-.011-.012l-.032-.045l-.02-.025l-.012-.019l-.03-.054l-.017-.028l-.023-.054l-.023-.05a1%201%200%200%201-.034-.108l-.01-.057l-.01-.053L4%2021V5a3%203%200%200%201%203-3zm-4%204a3%203%200%200%200-3%203v2H9a1%201%200%200%200%200%202h1a1%201%200%200%201-.883.993L9%2014c-1.287%200-1.332%201.864-.133%201.993L9%2016h6a1%201%200%200%200%201-1l-.007-.117A1%201%200%200%200%2015%2014h-3.171l.048-.148A3%203%200%200%200%2012%2013h1a1%201%200%200%200%200-2h-1V9a1%201%200%200%201%202%200a1%201%200%200%200%202%200a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/receipt-pound-filled.svg?color=%231a73e8&size=48