Pepper Invest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pepper Invest 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/331121.svg" alt="Pepper Invest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331121.svg" alt="Pepper Invest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331121.svg" alt="Pepper Invest icon" :width="24" :height="24" />
CSS background
.icon-pepper-invest {
background-image: url('https://proicons.com/icon/331121.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:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><rect class="d" x="38.212" y="38.108" width="1.5" height="1.5" rx=".75" ry=".75"/><polyline class="c" points="25.802 39.101 22.552 39.101 22.552 32.603 25.802 32.603"/><line class="c" x1="22.552" y1="35.852" x2="24.664" y2="35.852"/><path class="c" d="M27.478,38.37c.407.488.894.731,1.625.731h.975c.8959-.0027,1.6217-.7281,1.625-1.624-.0027-.8963-.7287-1.6223-1.625-1.625h-1.056c-.8963-.0027-1.6223-.7287-1.625-1.625.0033-.8959.7291-1.6213,1.625-1.624h.975c.73,0,1.218.162,1.624.73"/><polyline class="c" points="20.656 32.603 18.544 39.1 16.432 32.602"/><polyline class="c" points="10.231 39.1 10.231 32.602 14.537 39.1 14.537 32.602"/><line class="c" x1="35.51" y1="39.1" x2="35.51" y2="32.602"/><line class="c" x1="33.398" y1="32.602" x2="37.623" y2="32.602"/><line class="c" x1="8.235" y1="32.602" x2="8.235" y2="39.1"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!