Payback 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Payback 2 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/345594.svg" alt="Payback 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345594.svg" alt="Payback 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345594.svg" alt="Payback 2 icon" :width="24" :height="24" />
CSS background
.icon-payback-2 {
background-image: url('https://proicons.com/icon/345594.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="M37.9876,20.6131c0-.9296.8421-1.6625,1.8051-1.4774.6316.1214,1.1361.6677,1.1989,1.3078.0468.4762-.1039.946-.4328,1.2346-.6093.5347-2.5712,1.9758-2.5712,1.9758h3.0124"/><path class="b" d="M7,26.8931v-4.547h1.4886c.8415,0,1.5238.6837,1.5238,1.527s-.6822,1.527-1.5238,1.527h-1.4886"/><line class="b" x1="33.5424" y1="22.3461" x2="33.5424" y2="26.8931"/><polyline class="b" points="35.9864 26.8931 34.1164 24.6196 35.9864 22.3614"/><line class="b" x1="34.1164" y1="24.6196" x2="33.5424" y2="24.6196"/><polyline class="b" points="18.8392 22.3461 17.333 24.6196 15.8268 22.3461"/><line class="b" x1="17.333" y1="26.8931" x2="17.333" y2="24.6196"/><path class="b" d="M32.1107,25.3681v.0186c0,.8319-.6743,1.5062-1.5062,1.5062s-1.5062-.6743-1.5062-1.5062v-1.5346c0-.8319.6743-1.5062,1.5062-1.5062h0c.8319,0,1.5062.6743,1.5062,1.5062v.0186"/><path class="b" d="M22.1471,24.6196c.6278,0,1.1367.5089,1.1367,1.1367s-.5089,1.1367-1.1367,1.1367h-1.8756v-4.547h1.8756c.6278,0,1.1367.5089,1.1367,1.1367s-.5089,1.1367-1.1367,1.1367Z"/><line class="b" x1="22.1471" y1="24.6196" x2="20.2715" y2="24.6196"/><line class="b" x1="13.9057" y1="25.3721" x2="11.9357" y2="25.3721"/><polyline class="b" points="11.4447 26.8794 12.9224 22.3461 14.4002 26.8931"/><line class="b" x1="27.1772" y1="25.3721" x2="25.2072" y2="25.3721"/><polyline class="b" points="24.7161 26.8794 26.1939 22.3461 27.6717 26.8931"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!