Battleships Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battleships 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/322433.svg" alt="Battleships icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322433.svg" alt="Battleships icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322433.svg" alt="Battleships icon" :width="24" :height="24" />
CSS background
.icon-battleships {
background-image: url('https://proicons.com/icon/322433.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>.r{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse id="c" class="r" cx="34.8362" cy="26.777" rx="1.035" ry="1.422"/><path id="d" class="r" d="m23.9673,19.7637c-5.9195,3.1175-10.9435,2.807-15.762,3.3293-.0795,5.6161.3761,10.7836,5.4228,15.3082.475-.4109.6939-1.1023,1.0127-1.6646,4.0301,3.1914,6.8352,1.8351,9.3265-.8813,2.0787,2.3371,4.2253,4.7763,9.0652,1.3382.3593.7021.7187,1.3825,1.078,1.8278,5.1871-4.6238,5.3569-10.4789,5.7168-16.2874-5.5851.722-9.7833.2759-15.86-2.9702Z"/><path id="e" class="r" d="m40.742,41.7305c-3.4389,1.5316-5.9317.5043-7.7748-1.0445-1.8772,1.4549-7.0127,2.5852-8.9998-1.4362-2.1481,3.9785-6.9548,2.6765-9.0325,1.175-2.0204,1.5169-4.1187,2.8867-7.6768,1.5014"/><path id="f" class="r" d="m17.2215,12.5176h13.0996l6.1741,8.0947c-4.0605-.0451-8.2068-.7766-12.5279-2.905-4.1729,1.448-8.3063,3.0011-12.9852,3.1008l6.2394-8.2906Z"/><path id="g" class="r" d="m14.5515,16.0654l-4.8434-4.1942"/><path id="h" class="r" d="m12.4075,18.9142l-5.0842-4.4708"/><path id="i" class="r" d="m32.9987,16.0281l5.0646-4.1568"/><path id="j" class="r" d="m40.4742,14.2802l-5.3679,4.5111"/><path id="k" class="r" d="m23.7713,12.5176v-7.0176"/><path id="l" class="r" d="m19.4102,8.1765h8.6568"/><path id="m" class="r" d="m17.6462,14.5413l12.3809.0653"/><ellipse id="n" class="r" cx="13.0096" cy="27.173" rx="1.035" ry="1.422"/><path id="o" class="r" d="m23.9673,19.7637v16.0916"/><path id="p" class="r" d="m28.0671,8.1765v1.4362"/><path id="q" class="r" d="m19.4102,8.1765v1.4373"/></svg>
Copied!