Latern Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Latern 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/328187.svg" alt="Latern icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328187.svg" alt="Latern icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328187.svg" alt="Latern icon" :width="24" :height="24" />
CSS background
.icon-latern {
background-image: url('https://proicons.com/icon/328187.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.0215,14.4171c.426,7.9684,4.3787,28.9446,9.7188,29.082,5.3536.1381,7.5512-15.601,10.2382-29.1569l-5.3417-1.9289L28.711,9.52,23.8145,6.9232,18.9181,9.8907l.0742,2.8934Z"/><path class="a" d="M14.3321,17.8634a25.4284,25.4284,0,0,1,19.0258-.3244"/><path class="a" d="M23.8881,43.4991,23.9,15.8543"/><path class="a" d="M21.7958,7.9915a2.3277,2.3277,0,1,1,4.0318,0"/></svg>
Copied!