Vessel Lights Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vessel Lights 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/349261.svg" alt="Vessel Lights icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349261.svg" alt="Vessel Lights icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349261.svg" alt="Vessel Lights icon" :width="24" :height="24" />
CSS background
.icon-vessel-lights {
background-image: url('https://proicons.com/icon/349261.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.7798,24l-7.124,17.9121c-7.1241-2.817-12.1558-9.7777-12.1558-17.9121S7.5317,8.9048,14.6558,6.0879l7.124,17.9121Z"/><path class="c" d="M45.5,24c0,10.6554-8.6346,19.29-19.29,19.29-2.5108,0-4.9195-.4797-7.124-1.3778l7.124-17.9121-7.124-17.9121c2.2045-.8982,4.6132-1.3779,7.124-1.3779,10.6554,0,19.29,8.6346,19.29,19.29Z"/><line class="c" x1="26.21" y1="24" x2="45.5" y2="24"/></svg>
Copied!