Lighthouse Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Lighthouse 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/315015.svg" alt="Lighthouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315015.svg" alt="Lighthouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315015.svg" alt="Lighthouse icon" :width="24" :height="24" />
CSS background
.icon-lighthouse {
background-image: url('https://proicons.com/icon/315015.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Lighthouse</title><path d="M12 0l5.5 3.5v5H20v3h-2.25l2 12.5H4.25l2-12.5H4v-3h2.5V3.53zm2.94 13.25l-6.22 2.26L8 20.04l7.5-2.75zM12 3.56L9.5 5.17V8.5h5V5.15Z"/></svg>
Lighthouse in other icon packs
Copied!