Zoho Invoice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoho Invoice 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/350184.svg" alt="Zoho Invoice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350184.svg" alt="Zoho Invoice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350184.svg" alt="Zoho Invoice icon" :width="24" :height="24" />
CSS background
.icon-zoho-invoice {
background-image: url('https://proicons.com/icon/350184.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m10.7616,42.3349h21.2151c5.8118,0,10.5233-4.7114,10.5233-10.5233V5.6651h-21.2081c-2.9059,0-5.2616,2.3557-5.2616,5.2616l-.007,5.1001"/><path class="c" d="m10.7616,16.0268h5.2616v21.0465c0,2.904-2.3577,5.2616-5.2616,5.2616h0c-2.904,0-5.2616-2.3577-5.2616-5.2616v-15.7849c0-2.904,2.3577-5.2616,5.2616-5.2616Z"/><line class="c" x1="5.5" y1="25.3909" x2="16.0233" y2="25.3909"/><line class="c" x1="22.437" y1="25.3909" x2="35.7983" y2="25.3909"/><line class="c" x1="22.437" y1="32.177" x2="35.7983" y2="32.177"/><rect class="c" x="22.437" y="13.3152" width="5.8377" height="5.8377"/></svg>
Copied!