Sail Boat Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Sail Boat Alt 1 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/306417.svg" alt="Sail Boat Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306417.svg" alt="Sail Boat Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306417.svg" alt="Sail Boat Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-sail-boat-alt-1 {
background-image: url('https://proicons.com/icon/306417.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="M572 691h253c-8-29-247-581-270-621v596c0 12-4 25 17 25zm32 28c-11 0-23-1-27 13-5 23-18 43-19 68h215c-6-19-13-36-16-53-5-24-17-30-41-29-37 2-74 1-112 1zm-135 77c5-31 5-685 0-727-119 228-234 451-353 678 126-8 244-10 353 49zm94 33c-24 0-33-5-35-24V618 104c0-8-1-16 0-24 0-10-1-18-15-17-11 0-12 7-12 15v24c0 227 0 453-1 679v20s1 27-22 27c-63-2-126 2-188-4-57-6-112-21-172-35 26 52 53 97 91 134 10 10 21 15 36 15 188-1 376-1 563-1 12 0 22 0 28-13 14-31 30-61 48-96-112 0-217-1-321 1z"/></svg>
Copied!