Openlayers Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Openlayers 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/315436.svg" alt="Openlayers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315436.svg" alt="Openlayers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315436.svg" alt="Openlayers icon" :width="24" :height="24" />
CSS background
.icon-openlayers {
background-image: url('https://proicons.com/icon/315436.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>Openlayers</title><path d="M23.7 13.08a3.498 3.498 0 0 1-1.119 1.619l-7.426 6.196a5.137 5.137 0 0 1-6.317 0L1.412 14.7a3.578 3.578 0 0 1-1.12-1.62 3.298 3.298 0 0 0 1.12 3.639l7.426 6.196a5.137 5.137 0 0 0 6.317 0l7.426-6.196a3.298 3.298 0 0 0 1.12-3.639M8.838 1.086a5.137 5.137 0 0 1 6.317 0l7.426 6.196a3.298 3.298 0 0 1 0 5.258l-7.426 6.187a5.137 5.137 0 0 1-6.317 0L1.412 12.53a3.298 3.298 0 0 1 0-5.248z"/></svg>
Copied!