Receiptmanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Receiptmanager 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/346554.svg" alt="Receiptmanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346554.svg" alt="Receiptmanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346554.svg" alt="Receiptmanager icon" :width="24" :height="24" />
CSS background
.icon-receiptmanager {
background-image: url('https://proicons.com/icon/346554.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="18.7" y="14.4" width="10.7" height="2.7"/><rect class="a" x="18.7" y="20.5" width="10.7" height="2.7"/><rect class="a" x="32.8" y="14.4" width="2.6" height="2.7"/><rect class="a" x="32.8" y="20.5" width="2.6" height="2.7"/><path class="a" d="M12.6,5.3V32.8H6.5V39c0,1.8,2,4.5,4.1,4.5h26a5.19,5.19,0,0,0,4.9-4.9V5.3L39.2,7.7l-3-3.2L33.1,7.7l-3-3.2L27,7.7,24,4.5,21,7.7,17.9,4.5,14.8,7.7Z"/><path class="a" d="M12.6,32.8h2.6V10.6H38.9V37.9c0,3.9-5.4,4.1-5.4,0V32.8H12.6"/></svg>
Copied!