Emoji Receipt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Receipt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325373.svg" alt="Emoji Receipt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325373.svg" alt="Emoji Receipt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325373.svg" alt="Emoji Receipt icon" :width="24" :height="24" />
CSS background
.icon-emoji-receipt {
background-image: url('https://proicons.com/icon/325373.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M13.8336,6.9172v34.0299"/><path id="c" class="m" d="M34.1664,40.9471V6.9172"/><path id="d" class="m" d="M13.8336,6.9172l2.7083-1.4172,1.6959,1.5279,3.0739-1.3307,2.5795,1.3556,2.9677-1.2824,2.4732,1.1343,2.5092-1.2075,2.2791,1.1634"/><path id="e" class="m" d="M34.1664,40.9471l-2.9484,1.5529-1.6968-1.5287-3.0739,1.3315-2.5795-1.3556-2.9677,1.2816-2.4732-1.1334-2.5092,1.2075-2.0448-1.2608"/><path id="f" class="m" d="M16.8004,17.5564h6.967"/><path id="g" class="m" d="M28.0568,17.5588h3.0017"/><path id="h" class="m" d="M16.8004,22.1622h6.4481"/><path id="i" class="m" d="M28.0568,22.1662h3.0017"/><path id="j" class="m" d="M16.8004,26.7512h5.6328"/><path id="k" class="m" d="M28.0568,26.7737h3.0017"/><path id="l" class="m" d="M28.0568,32.2105h3.0017"/></svg>
Copied!