sailboat offshore icon
sailboat-offshore from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sailboat-offshore
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the sailboat offshore 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 19c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 14 4.038 14 5 14h14c.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.105 3.674l1.897 3.251c.796 1.365 1.194 2.048.903 2.561c-.292.514-1.077.514-2.648.514h-4.931c-2.004 0-3.007 0-3.27-.616c-.264-.615.423-1.35 1.796-2.823l3.035-3.25c.848-.91 1.272-1.363 1.774-1.306c.503.057.817.594 1.444 1.669ZM14 14V3M2 21.608a2.54 2.54 0 0 0 2.652 0c1.306-.81 3.003-.81 4.328 0c0 .019.02.019.02.019c.8.497 1.852.497 2.652 0a4.19 4.19 0 0 1 4.348 0c.8.497 1.833.479 2.652-.019A4.14 4.14 0 0 1 22 21.173"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSailboatOffshore(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 19c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 14 4.038 14 5 14h14c.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.105 3.674l1.897 3.251c.796 1.365 1.194 2.048.903 2.561c-.292.514-1.077.514-2.648.514h-4.931c-2.004 0-3.007 0-3.27-.616c-.264-.615.423-1.35 1.796-2.823l3.035-3.25c.848-.91 1.272-1.363 1.774-1.306c.503.057.817.594 1.444 1.669ZM14 14V3M2 21.608a2.54 2.54 0 0 0 2.652 0c1.306-.81 3.003-.81 4.328 0c0 .019.02.019.02.019c.8.497 1.852.497 2.652 0a4.19 4.19 0 0 1 4.348 0c.8.497 1.833.479 2.652-.019A4.14 4.14 0 0 1 22 21.173"/></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 19c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557 14 4.038 14 5 14h14c.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.105 3.674l1.897 3.251c.796 1.365 1.194 2.048.903 2.561c-.292.514-1.077.514-2.648.514h-4.931c-2.004 0-3.007 0-3.27-.616c-.264-.615.423-1.35 1.796-2.823l3.035-3.25c.848-.91 1.272-1.363 1.774-1.306c.503.057.817.594 1.444 1.669ZM14 14V3M2 21.608a2.54 2.54 0 0 0 2.652 0c1.306-.81 3.003-.81 4.328 0c0 .019.02.019.02.019c.8.497 1.852.497 2.652 0a4.19 4.19 0 0 1 4.348 0c.8.497 1.833.479 2.652-.019A4.14 4.14 0 0 1 22 21.173"/></svg> </template>
CSS
.icon-sailboat-offshore {
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%2019c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557%2014%204.038%2014%205%2014h14c.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.105%203.674l1.897%203.251c.796%201.365%201.194%202.048.903%202.561c-.292.514-1.077.514-2.648.514h-4.931c-2.004%200-3.007%200-3.27-.616c-.264-.615.423-1.35%201.796-2.823l3.035-3.25c.848-.91%201.272-1.363%201.774-1.306c.503.057.817.594%201.444%201.669ZM14%2014V3M2%2021.608a2.54%202.54%200%200%200%202.652%200c1.306-.81%203.003-.81%204.328%200c0%20.019.02.019.02.019c.8.497%201.852.497%202.652%200a4.19%204.19%200%200%201%204.348%200c.8.497%201.833.479%202.652-.019A4.14%204.14%200%200%201%2022%2021.173%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%2019c-1.406-.937-2.195-2.035-2.606-3.052c-.288-.71-.432-1.066-.135-1.507C3.557%2014%204.038%2014%205%2014h14c.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.105%203.674l1.897%203.251c.796%201.365%201.194%202.048.903%202.561c-.292.514-1.077.514-2.648.514h-4.931c-2.004%200-3.007%200-3.27-.616c-.264-.615.423-1.35%201.796-2.823l3.035-3.25c.848-.91%201.272-1.363%201.774-1.306c.503.057.817.594%201.444%201.669ZM14%2014V3M2%2021.608a2.54%202.54%200%200%200%202.652%200c1.306-.81%203.003-.81%204.328%200c0%20.019.02.019.02.019c.8.497%201.852.497%202.652%200a4.19%204.19%200%200%201%204.348%200c.8.497%201.833.479%202.652-.019A4.14%204.14%200%200%201%2022%2021.173%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sailboat-offshore.svg?color=%231a73e8&size=48