Lesserpad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lesserpad 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/328285.svg" alt="Lesserpad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328285.svg" alt="Lesserpad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328285.svg" alt="Lesserpad icon" :width="24" :height="24" />
CSS background
.icon-lesserpad {
background-image: url('https://proicons.com/icon/328285.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="11.5205" y1="12.7" x2="29.0705" y2="12.7"/><line class="b" x1="29.0705" y1="20.23" x2="11.5205" y2="20.23"/><line class="b" x1="11.5205" y1="27.77" x2="21.2705" y2="27.77"/><line class="b" x1="11.5205" y1="35.3" x2="17.3705" y2="35.3"/><path class="b" d="M22.3005,32.84v2.46h2.4c.2554-.0063.4987-.11.68-.29l15.51-15.51-2.85-2.85-15.51,15.51c-.1582.1904-.2401.4327-.23.68Z"/><path class="b" d="M43.0805,17.29c.2925-.2928.2925-.7672,0-1.06h0l-1.73-1.77c-.2928-.2925-.7672-.2925-1.06,0l-2.25,2.2,2.85,2.85,2.19-2.22Z"/><path class="b" d="M35.7002,24.69v14.81c0,2.21-1.79,4-4,4H8.7002c-2.21,0-4-1.79-4-4V8.5c0-2.21,1.79-4,4-4h23c2.21,0,4,1.79,4,4v10.49"/></svg>
Copied!