Sail Boat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Sail Boat 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/306419.svg" alt="Sail Boat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306419.svg" alt="Sail Boat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306419.svg" alt="Sail Boat icon" :width="24" :height="24" />
CSS background
.icon-sail-boat {
background-image: url('https://proicons.com/icon/306419.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M826 692c-16-46-29-94-51-137-75-152-185-274-331-362-13-7-18-15-17-30 2-18 1-37 1-56-18 17-32 32-48 45-24 20-49 39-74 58l-27 21 2 4c45-9 89-19 137-29-2 32 3 64-7 90-66 171-151 331-267 475-5 7-10 14-18 24 237-27 469-54 703-81-1-8-1-15-3-22zm-396 48V212c38 176 59 352 0 528zM63 831c7 17 14 31 19 45 5 13 13 16 25 16 202 0 404-1 606 1 48 1 87-14 124-41 11-9 22-16 32-25 28-25 54-53 69-93-294 32-583 65-875 97z"/></svg>
Copied!