Pontoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pontoon 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/331490.svg" alt="Pontoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331490.svg" alt="Pontoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331490.svg" alt="Pontoon icon" :width="24" :height="24" />
CSS background
.icon-pontoon {
background-image: url('https://proicons.com/icon/331490.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.9979,13.9975a2.1206,2.1206,0,0,1,2.9991,0l3.2182,3.23M39.39,30.3839a1.8222,1.8222,0,1,1,2.577,2.5769l-3.7046,3.7046s1.3993,1.3677.5847,2.1823M18.72,18.7209l11.96-11.96a4.3047,4.3047,0,0,1,6.0877,6.0878l-10.69,10.69,9.5859,10.57L39.39,30.3835M13.9967,13.9971a2.1206,2.1206,0,0,0,0,2.9991l3.2295,3.2182M30.3831,39.3893a1.8222,1.8222,0,0,0,2.5769,2.577l3.7047-3.7046s1.3676,1.3993,2.1822.5847M18.72,18.72,6.76,30.68a4.3047,4.3047,0,0,0,6.0877,6.0878l10.69-10.69,10.57,9.5859-3.7257,3.7257"/></svg>
Copied!