Leaflet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leaflet 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/342780.svg" alt="Leaflet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342780.svg" alt="Leaflet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342780.svg" alt="Leaflet icon" :width="24" :height="24" />
CSS background
.icon-leaflet {
background-image: url('https://proicons.com/icon/342780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5S12.9313,13.5519,10.2783,26.6647,21.5367,43.5,24,43.5"/><path class="a" d="M10.506,25.5591l10.9291,6.5132"/><path class="a" d="M24,21.3661l-2.5647,4.885V43.0266"/><path class="a" d="M14.5547,15.8508,24,21.3653"/><path class="a" d="M24,4.5s11.0687,9.0519,13.7216,22.1647S26.4633,43.5,24,43.5"/><path class="a" d="M37.494,25.5591,26.5649,32.0723"/><path class="a" d="M24,21.3661l2.5647,4.885V43.0266"/><path class="a" d="M33.4453,15.8508,24,21.3653"/><path class="a" d="M24,21.3661V4.5"/></svg>
Leaflet in other icon packs
Copied!