Marinetraffic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marinetraffic 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/343434.svg" alt="Marinetraffic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343434.svg" alt="Marinetraffic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343434.svg" alt="Marinetraffic icon" :width="24" :height="24" />
CSS background
.icon-marinetraffic {
background-image: url('https://proicons.com/icon/343434.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="M22.2736,5.8709L5.711,17.9042c-1.0298.748-1.4605,2.0743-1.0668,3.2846l6.3264,19.4709c.3928,1.2105,1.5206,2.0303,2.7932,2.0304h20.4723c1.2726-.0001,2.4004-.8199,2.7932-2.0304l6.3264-19.4709c.3937-1.2104-.037-2.5366-1.0668-3.2846L25.7264,5.8709c-1.0294-.748-2.4234-.748-3.4528,0h0Z"/><path class="b" d="M25.0693,10.7863c-.6556.3342-1.0684,1.0077-1.0687,1.7436v24.9076c.0001,1.0812.8766,1.9576,1.9578,1.9578h6.5978c.8477-.0009,1.5986-.5473,1.8603-1.3536l5.2882-16.2719c.2621-.8067-.025-1.6905-.7112-2.1891l-11.8846-8.634c-.5957-.4329-1.3839-.4949-2.04-.1606l.0004.0003Z"/></svg>
Copied!