Voyagespirates Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voyagespirates 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/334887.svg" alt="Voyagespirates icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334887.svg" alt="Voyagespirates icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334887.svg" alt="Voyagespirates icon" :width="24" :height="24" />
CSS background
.icon-voyagespirates {
background-image: url('https://proicons.com/icon/334887.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.8729,30.9026c-1.4592-3.4613-3.3856-5.9512-5.7791-7.4697,2.1548-2.3742,4.7674-3.9458,7.8378-4.7147"/><path class="b" d="M36.3745,16.6794c-2.9044,1.0804-5.3313,3.3315-7.2806,6.7535-2.4069,2.2778-6.4553-.6062-4.9438-3.6013,1.89-3.58,4.632-6.1192,8.226-7.6178M18.566,13.3032c-3.4613-2.825-5.2916-5.7594-5.491-8.8032,4.6847,7.1226,12.9307,3.2922,15.9148,6.4253"/><path class="b" d="M15.6019,10.6172c-1.5719-.4842-3.3359-.1591-5.2919.9754,2.9244.02,5.3349.9647,7.2316,2.834"/><path class="b" d="M16.5573,13.7204c-1.4725.2127-2.799.9887-3.9794,2.3278,1.744-.789,3.0504-.7456,3.9194.13M26.9451,20.0517c.7003,0,1.268.5677,1.268,1.268s-.5677,1.268-1.268,1.268c-.7-.0022-1.2657-.5714-1.2635-1.2714,0-.0007,0-.0013,0-.002,0-.6963.5672-1.2625,1.2635-1.2625Z"/><path class="b" d="M26.646,10.6002c-6.0992,0-11.044,4.9448-11.044,11.044,0,8.6471,8.4371,19.0749,10.6399,21.6229.2443.2818.6708.3121.9525.0678.0242-.021.0469-.0436.0678-.0678,2.1508-2.5309,10.4278-12.9757,10.4278-21.6229,0-6.0992-4.9448-11.044-11.044-11.044Z"/></svg>
Copied!