Modern Warships Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Modern Warships 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/344009.svg" alt="Modern Warships icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344009.svg" alt="Modern Warships icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344009.svg" alt="Modern Warships icon" :width="24" :height="24" />
CSS background
.icon-modern-warships {
background-image: url('https://proicons.com/icon/344009.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="m39.754,15.959v4.958l3.212,3.092h.534v-5.454l-2.795-2.795c-.34-.339-.95-.338-.95.199h-.001Z"/><path class="b" d="m33.458,17.367l10.042,10.041-.001,5.17h-1.674l-9.087-9.13-9.088,9.13h-1.674v-5.17l10.041-10.041s.392-.414.72-.414c.329,0,.72.414.72.414h.001Z"/><path class="b" d="m8.246,32.04v-4.958l-3.212-3.092h-.534v5.454l2.795,2.795c.34.339.95.338.95-.199h.001Z"/><path class="b" d="m14.542,30.632l-10.042-10.04.001-5.17h1.674l9.087,9.13,9.088-9.13h1.674v5.17l-10.041,10.041s-.392.414-.72.414c-.329,0-.72-.414-.72-.414l-.001-.001Z"/></svg>
Copied!