Vesselfinder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vesselfinder 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/349262.svg" alt="Vesselfinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349262.svg" alt="Vesselfinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349262.svg" alt="Vesselfinder icon" :width="24" :height="24" />
CSS background
.icon-vesselfinder {
background-image: url('https://proicons.com/icon/349262.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.7431,33.0877l30.9302-17.858-10.2678,17.7845-20.6624.0735Z"/><path class="b" d="M34.4038,33.0142L3.3255,15.0713l10.4155,18.0164"/><path class="b" d="M18.8687,24.0433l5.2715-9.1305,5.2714,9.1304"/><path class="b" d="M24.1389,14.9123v12.1732"/><path class="b" d="M3.3267,15.0714l17.4503,5.6604"/><path class="b" d="M27.5261,20.779l17.1484-5.549"/></svg>
Copied!