Spmp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spmp 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/347759.svg" alt="Spmp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347759.svg" alt="Spmp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347759.svg" alt="Spmp icon" :width="24" :height="24" />
CSS background
.icon-spmp {
background-image: url('https://proicons.com/icon/347759.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><polyline class="b" points="20.0033 16.8947 20.0033 9 24.0006 16.9947 27.9979 9 27.9979 16.9947"/><path class="b" d="M14.8067,27.8474c.4802.6072,1.2258.9427,1.9987.8994h1.1992c1.1038,0,1.9987-.8948,1.9987-1.9987h0c0-1.1038-.8948-1.9987-1.9987-1.9987h-1.2991c-1.1038,0-1.9987-.8948-1.9987-1.9987h0c0-1.1038.8948-1.9987,1.9987-1.9987h1.1992c.7805-.0881,1.5469.2568,1.9987.8994"/><path class="b" d="M27.9979,28.7468v-7.9947h2.5983c1.4902.0007,2.6977,1.2092,2.697,2.6994-.0007,1.4892-1.2078,2.6963-2.697,2.697h-2.5983"/><path class="b" d="M21.3524,39v-7.9947h2.6482c1.4902,0,2.6982,1.208,2.6982,2.6982s-1.208,2.6982-2.6982,2.6982h-2.5983"/><path class="b" 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!