sailboat icon
sailboat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sailboat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
sailboatEmoji One (Colored)sailboatFont Awesome 6 SolidsailboatFont Awesome SolidsailboatFluent EmojisailboatFluent Emoji FlatsailboatFluent Emoji High ContrastsailboatFirefox OS EmojisailboatIconParksailboatIconPark OutlinesailboatIconPark SolidsailboatIconPark TwoTonesailboatLucidesailboat-fillMingCute IconsailboatNoto EmojisailboatOpenMojisailboatPhosphorsailboat-fillRemix IconsailboatStreamline EmojissailboatTabler IconssailboatTwitter Emoji
Related icons in Huge Icons
Use the sailboat 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-linejoin="round" stroke-width="1.5" d="M19.04 17.5H5.348c-.315 0-.473 0-.602.034a1.01 1.01 0 0 0-.72.707c-.034.127-.034.282-.034.592c0 .62 0 .93.07 1.185c.187.69.736 1.229 1.437 1.414c.259.068.574.068 1.204.068h9.567c1.747 0 3.27-1.17 3.693-2.837a.94.94 0 0 0-.923-1.163m-6.02-3H9.11c-2.274 0-3.411 0-3.909-.764c-.497-.763-.06-1.837.815-3.985l1.396-3.43C8.413 3.864 8.914 2.634 9.879 2.51s1.746.942 3.308 3.073l2.514 3.43c1.754 2.394 2.632 3.591 2.169 4.54c-.463.947-1.926.947-4.85.947m-3.028 3V3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSailboat(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" strokeLinejoin="round" strokeWidth="1.5" d="M19.04 17.5H5.348c-.315 0-.473 0-.602.034a1.01 1.01 0 0 0-.72.707c-.034.127-.034.282-.034.592c0 .62 0 .93.07 1.185c.187.69.736 1.229 1.437 1.414c.259.068.574.068 1.204.068h9.567c1.747 0 3.27-1.17 3.693-2.837a.94.94 0 0 0-.923-1.163m-6.02-3H9.11c-2.274 0-3.411 0-3.909-.764c-.497-.763-.06-1.837.815-3.985l1.396-3.43C8.413 3.864 8.914 2.634 9.879 2.51s1.746.942 3.308 3.073l2.514 3.43c1.754 2.394 2.632 3.591 2.169 4.54c-.463.947-1.926.947-4.85.947m-3.028 3V3"/></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-linejoin="round" stroke-width="1.5" d="M19.04 17.5H5.348c-.315 0-.473 0-.602.034a1.01 1.01 0 0 0-.72.707c-.034.127-.034.282-.034.592c0 .62 0 .93.07 1.185c.187.69.736 1.229 1.437 1.414c.259.068.574.068 1.204.068h9.567c1.747 0 3.27-1.17 3.693-2.837a.94.94 0 0 0-.923-1.163m-6.02-3H9.11c-2.274 0-3.411 0-3.909-.764c-.497-.763-.06-1.837.815-3.985l1.396-3.43C8.413 3.864 8.914 2.634 9.879 2.51s1.746.942 3.308 3.073l2.514 3.43c1.754 2.394 2.632 3.591 2.169 4.54c-.463.947-1.926.947-4.85.947m-3.028 3V3"/></svg> </template>
CSS
.icon-sailboat {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.04%2017.5H5.348c-.315%200-.473%200-.602.034a1.01%201.01%200%200%200-.72.707c-.034.127-.034.282-.034.592c0%20.62%200%20.93.07%201.185c.187.69.736%201.229%201.437%201.414c.259.068.574.068%201.204.068h9.567c1.747%200%203.27-1.17%203.693-2.837a.94.94%200%200%200-.923-1.163m-6.02-3H9.11c-2.274%200-3.411%200-3.909-.764c-.497-.763-.06-1.837.815-3.985l1.396-3.43C8.413%203.864%208.914%202.634%209.879%202.51s1.746.942%203.308%203.073l2.514%203.43c1.754%202.394%202.632%203.591%202.169%204.54c-.463.947-1.926.947-4.85.947m-3.028%203V3%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.04%2017.5H5.348c-.315%200-.473%200-.602.034a1.01%201.01%200%200%200-.72.707c-.034.127-.034.282-.034.592c0%20.62%200%20.93.07%201.185c.187.69.736%201.229%201.437%201.414c.259.068.574.068%201.204.068h9.567c1.747%200%203.27-1.17%203.693-2.837a.94.94%200%200%200-.923-1.163m-6.02-3H9.11c-2.274%200-3.411%200-3.909-.764c-.497-.763-.06-1.837.815-3.985l1.396-3.43C8.413%203.864%208.914%202.634%209.879%202.51s1.746.942%203.308%203.073l2.514%203.43c1.754%202.394%202.632%203.591%202.169%204.54c-.463.947-1.926.947-4.85.947m-3.028%203V3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sailboat.svg?color=%231a73e8&size=48