Leafpic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leafpic 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/342782.svg" alt="Leafpic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342782.svg" alt="Leafpic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342782.svg" alt="Leafpic icon" :width="24" :height="24" />
CSS background
.icon-leafpic {
background-image: url('https://proicons.com/icon/342782.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><path class="b" d="M18.6447,9.6825l1.4605,2.035,2.4732-.4089-.4187,2.4732,2.035,1.4508-2.0447,1.4508.4187,2.4732-2.4634-.4089-1.4605,2.035-1.4605-2.035-2.4634.4089.4089-2.4634-2.035-1.4605,2.035-1.4508-.4089-2.4634,2.4634.3992,1.4605-2.035ZM36.6403,24.9737v11.0416c-.5407,2.612-2.0417,4.926-4.2063,6.4847-.2365.1831-.4836.3522-.74.5063-.4113.2552-.8372.486-1.2755.6913-.4809.2248-.9752.4199-1.48.5842-.5565.1789-1.122.3284-1.6942.4479-.6329.1266-1.2755.2239-1.9474.2921s-1.4411.0974-2.1616.0974c-.5063,0-.9932-.0195-1.4605-.0584h-.4576c-.5705-.0699-1.1362-.174-1.6942-.3116-.5057-.1329-1.0032-.2954-1.4897-.4868l-.6718-.3018-.6232-.3311c-.3886-.2262-.7626-.4766-1.1197-.7497l-.3895-.3213c-1.9466-1.7481-3.2553-4.0949-3.7195-6.6697v-.0779c0-.1655-.0584-.3408-.0779-.5161v-7.4c8.2861,0,10.7105,5.55,11.4505,8.1303h0c1.126-6.6362,7.0353-11.3829,13.7582-11.0513Z"/><path class="b" d="M32.4339,42.5h6.0661c2.151,0,3.8947-1.7437,3.8947-3.8947l.1053-29.0201c0-2.151-1.7437-3.8947-3.8947-3.8947H9.3947c-2.151,0-3.8947,1.7437-3.8947,3.8947l-.1053,29.0201c0,2.151,1.7437,3.8947,3.8947,3.8947h5.9687"/></svg>
Copied!