Tiime Invoice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiime 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/348530.svg" alt="Tiime Invoice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348530.svg" alt="Tiime Invoice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348530.svg" alt="Tiime Invoice icon" :width="24" :height="24" />
CSS background
.icon-tiime-invoice {
background-image: url('https://proicons.com/icon/348530.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.1196,32.8839V15.1161c0-.9762-.5208-1.8782-1.3661-2.3662L25.3661,3.8661c-.8454-.4881-1.8869-.4881-2.7323,0L7.2466,12.7499c-.8454.4881-1.3661,1.3901-1.3661,2.3662v17.7677c0,.9762.5208,1.8782,1.3661,2.3662l15.3873,8.8839c.8454.4881,1.8869.4881,2.7323,0l15.3873-8.8839c.8454-.4881,1.3661-1.3901,1.3661-2.3662Z"/><polygon class="b" points="35.315 30.5327 35.315 17.4673 24 10.9345 12.685 17.4673 12.685 30.5327 24 37.0655 35.315 30.5327"/><line class="b" x1="30.8046" y1="7.0059" x2="24" y2="10.9345"/><line class="b" x1="17.1954" y1="40.9941" x2="24" y2="37.0655"/><line class="b" x1="42.1196" y1="21.3959" x2="35.315" y2="17.4673"/><line class="b" x1="35.315" y1="30.5327" x2="35.315" y2="38.39"/><line class="b" x1="5.8804" y1="26.6041" x2="12.685" y2="30.5327"/><line class="b" x1="12.685" y1="17.4673" x2="12.685" y2="9.61"/><path class="b" d="M24.1663,26.2935l1.8076-4.5359-3.3764,3.4702-3.3167-.9294,9.4385-7.2984-1.7393,11.8514s-2.8136-2.5579-2.8136-2.5579Z"/><path class="b" d="M22.282,27.743l-1.9099,3.257M23.7655,28.5445l-.665,1.1169M19.7156,28.8514l1.151-1.9269"/></svg>
Copied!