sailboat coastal icon
sailboat-coastal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sailboat-coastal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the sailboat coastal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6 18c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 13 4.038 13 5 13h14c.962 0 1.443 0 1.74.441c.298.441.154.797-.134 1.507c-.412 1.017-1.2 2.114-2.606 3.052M15.842 3.465L17.91 6.31c.869 1.194 1.303 1.791.985 2.24S17.721 9 16.008 9h-5.38c-2.186 0-3.28 0-3.567-.539c-.288-.538.461-1.182 1.96-2.47l3.31-2.845c.925-.794 1.388-1.192 1.936-1.142c.549.05.89.52 1.575 1.46ZM14 13V2M2 21h20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSailboatCoastal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M6 18c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 13 4.038 13 5 13h14c.962 0 1.443 0 1.74.441c.298.441.154.797-.134 1.507c-.412 1.017-1.2 2.114-2.606 3.052M15.842 3.465L17.91 6.31c.869 1.194 1.303 1.791.985 2.24S17.721 9 16.008 9h-5.38c-2.186 0-3.28 0-3.567-.539c-.288-.538.461-1.182 1.96-2.47l3.31-2.845c.925-.794 1.388-1.192 1.936-1.142c.549.05.89.52 1.575 1.46ZM14 13V2M2 21h20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6 18c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 13 4.038 13 5 13h14c.962 0 1.443 0 1.74.441c.298.441.154.797-.134 1.507c-.412 1.017-1.2 2.114-2.606 3.052M15.842 3.465L17.91 6.31c.869 1.194 1.303 1.791.985 2.24S17.721 9 16.008 9h-5.38c-2.186 0-3.28 0-3.567-.539c-.288-.538.461-1.182 1.96-2.47l3.31-2.845c.925-.794 1.388-1.192 1.936-1.142c.549.05.89.52 1.575 1.46ZM14 13V2M2 21h20"/></svg> </template>
CSS
.icon-sailboat-coastal {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2018c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557%2013%204.038%2013%205%2013h14c.962%200%201.443%200%201.74.441c.298.441.154.797-.134%201.507c-.412%201.017-1.2%202.114-2.606%203.052M15.842%203.465L17.91%206.31c.869%201.194%201.303%201.791.985%202.24S17.721%209%2016.008%209h-5.38c-2.186%200-3.28%200-3.567-.539c-.288-.538.461-1.182%201.96-2.47l3.31-2.845c.925-.794%201.388-1.192%201.936-1.142c.549.05.89.52%201.575%201.46ZM14%2013V2M2%2021h20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2018c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557%2013%204.038%2013%205%2013h14c.962%200%201.443%200%201.74.441c.298.441.154.797-.134%201.507c-.412%201.017-1.2%202.114-2.606%203.052M15.842%203.465L17.91%206.31c.869%201.194%201.303%201.791.985%202.24S17.721%209%2016.008%209h-5.38c-2.186%200-3.28%200-3.567-.539c-.288-.538.461-1.182%201.96-2.47l3.31-2.845c.925-.794%201.388-1.192%201.936-1.142c.549.05.89.52%201.575%201.46ZM14%2013V2M2%2021h20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sailboat-coastal.svg?color=%231a73e8&size=48