Leafsnap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leafsnap 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/328224.svg" alt="Leafsnap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328224.svg" alt="Leafsnap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328224.svg" alt="Leafsnap icon" :width="24" :height="24" />
CSS background
.icon-leafsnap {
background-image: url('https://proicons.com/icon/328224.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;}</style></defs><path class="c" d="m8.7086,5.5h-3.1979v3.2641"/><path class="c" d="m42.5,8.7211v-3.2211h-3.2406"/><path class="c" d="m5.5,39.2789v3.2211h3.2406"/><path class="c" d="m39.3021,42.5h3.1979v-3.2641"/><path class="c" d="m16.7557,15.8402v15.1442h15.4832c0,2.8141-3.5261,7.5156-6.2724,7.5156H9.5791v-16.9525c0-3.1645,4.2268-5.7186,7.233-5.7186l-.0565.0113Z"/><path class="c" d="m22.2595,9.5h16.1613v15.0312c0,2.5655-2.2829,6.4532-4.9388,6.4532h-16.7264v-15.9353c0-2.2716,2.5542-5.4926,5.5604-5.4926l-.0565-.0565Z"/><path class="c" d="m23.8418,9.5v14.5791h14.5791"/><path class="c" d="m30.7358,9.5v7.2217h7.6399"/></svg>
Copied!