Lspatch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lspatch 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/328702.svg" alt="Lspatch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328702.svg" alt="Lspatch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328702.svg" alt="Lspatch icon" :width="24" :height="24" />
CSS background
.icon-lspatch {
background-image: url('https://proicons.com/icon/328702.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><circle class="d" cx="24" cy="20.2466" r=".75"/><circle class="d" cx="27.7534" cy="24" r=".75"/><circle class="d" cx="20.2466" cy="24" r=".75"/><circle class="d" cx="24" cy="27.7534" r=".75"/><path class="c" d="m13.9624,41.9274l-7.8897-7.8897c-.7635-.7635-.7635-2.0014,0-2.7649L31.2727,6.0726c.7635-.7635,2.0014-.7635,2.7649,0l7.8897,7.8897c.7635.7635.7635,2.0014,0,2.7649l-25.2001,25.2001c-.7635.7635-2.0014.7635-2.7649,0Z"/><path class="c" d="m34.6499,23.9947l7.2739,7.2739c.7635.7635.7635,2.0014,0,2.7649l-7.8915,7.8915c-.7635.7635-2.0014.7635-2.7649,0l-7.2739-7.2739"/><path class="c" d="m13.3474,24.0049l-7.2739-7.2739c-.7635-.7635-.7635-2.0014,0-2.7649l7.8915-7.8915c.7635-.7635,2.0014-.7635,2.7649,0l7.2739,7.2739"/></svg>
Copied!