Imslp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imslp 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/327377.svg" alt="Imslp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327377.svg" alt="Imslp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327377.svg" alt="Imslp icon" :width="24" :height="24" />
CSS background
.icon-imslp {
background-image: url('https://proicons.com/icon/327377.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>.i{stroke-width:1px;}.i,.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="c" class="j" x1="9.5" y1="20.1079" x2="9.5" y2="27.8921"/><polyline id="d" class="i" points="11.4633 27.7948 11.4633 20.1079 15.3554 27.8921 19.2475 20.1079 19.2475 27.8921"/><path id="e" class="j" d="M21.0374,27.0164c.4865.5838,1.0703.8757,1.9461.8757h1.1676c1.0703,0,1.9461-.8757,1.9461-1.9461h0c0-1.0703-.8757-1.9461-1.9461-1.9461h-1.2649c-1.0703,0-1.9461-.8757-1.9461-1.9461h0c0-1.0703.8757-1.9461,1.9461-1.9461h1.1676c.8757,0,1.4595.1946,1.9461.8757"/><polyline id="f" class="i" points="27.6799 20.1079 27.6799 27.8921 31.572 27.8921"/><path id="g" class="j" d="M33.343,27.8921v-7.7842h2.5299c1.4595,0,2.6272,1.1676,2.6272,2.6272s-1.1676,2.6272-2.6272,2.6272h-2.5299"/><path id="h" class="j" 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!