Leafly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leafly 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/328222.svg" alt="Leafly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328222.svg" alt="Leafly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328222.svg" alt="Leafly icon" :width="24" :height="24" />
CSS background
.icon-leafly {
background-image: url('https://proicons.com/icon/328222.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;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="24.4442" y1="21.5878" x2="26.9871" y2="21.5878"/><path class="b" d="M25.5267,26.4019v-5.9963c0-.7022.5692-1.2714,1.2714-1.2714h0c.6254,0,1.0171.1856,1.2852.5326"/><path class="b" d="M17.5511,25.4879c-.3237.5677-.9272.918-1.5807.9175h0c-1.0031-.0019-1.8159-.8146-1.8178-1.8178v-1.1821c0-1.0058.8154-1.8212,1.8212-1.8212h0c1.0031.0038,1.8143.8181,1.8143,1.8212v.591h-3.6355"/><line class="b" x1="22.9323" y1="26.4054" x2="22.9323" y2="21.5912"/><path class="b" d="M22.9323,24.591c0,1.0031-.8112,1.8174-1.8143,1.8212h0c-1.0058,0-1.8212-.8154-1.8212-1.8212v-1.1821c0-1.0058.8154-1.8212,1.8212-1.8212h0c1.0045.0019,1.8178.8167,1.8178,1.8212"/><path class="b" d="M29.5196,19.1377v6.3639c0,.5017.4055.9072.9072.9072h.2749"/><path class="b" d="M35.5421,21.5912v2.9998c0,1.0045-.8133,1.8193-1.8178,1.8212h0c-1.0058,0-1.8212-.8154-1.8212-1.8212v-2.9998"/><path class="b" d="M35.5455,24.591v2.4535c0,1.0058-.8154,1.8212-1.8212,1.8212h0c-.4822.0006-.9448-.1911-1.2852-.5326"/><polyline class="b" points="9.5 19.1343 9.5 26.4019 13.1424 26.4019"/><circle class="c" cx="37.8181" cy="25.989" r=".75"/></svg>
Copied!