sailboat icon
sailboat-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- sailboat-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
sailboatEmoji One (Colored)sailboatFont Awesome 6 SolidsailboatFont Awesome SolidsailboatFluent EmojisailboatFluent Emoji FlatsailboatFluent Emoji High ContrastsailboatFirefox OS EmojisailboatHuge IconssailboatIconParksailboatIconPark OutlinesailboatIconPark SolidsailboatIconPark TwoTonesailboatLucidesailboat-fillMingCute IconsailboatNoto EmojisailboatOpenMojisailboat-fillRemix IconsailboatStreamline EmojissailboatTabler IconssailboatTwitter Emoji
Use the sailboat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m240 176l-29.6 37a8 8 0 0 1-6.24 3H51.84a8 8 0 0 1-6.24-3L16 176ZM136 8L32 136h104Z" opacity=".2"/><path d="M247.21 172.53A8 8 0 0 0 240 168h-96v-24h72a8 8 0 0 0 5.92-13.38L144 44.91V8a8 8 0 0 0-14.21-5l-104 128A8 8 0 0 0 32 144h96v24H16a8 8 0 0 0-6.25 13l29.6 37a15.93 15.93 0 0 0 12.49 6h152.32a15.93 15.93 0 0 0 12.49-6l29.6-37a8 8 0 0 0 .96-8.47M197.92 128H144V68.69Zm-149.11 0L128 30.53V128Zm155.35 80H51.84l-19.2-24h190.72Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSailboatDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m240 176l-29.6 37a8 8 0 0 1-6.24 3H51.84a8 8 0 0 1-6.24-3L16 176ZM136 8L32 136h104Z" opacity=".2"/><path d="M247.21 172.53A8 8 0 0 0 240 168h-96v-24h72a8 8 0 0 0 5.92-13.38L144 44.91V8a8 8 0 0 0-14.21-5l-104 128A8 8 0 0 0 32 144h96v24H16a8 8 0 0 0-6.25 13l29.6 37a15.93 15.93 0 0 0 12.49 6h152.32a15.93 15.93 0 0 0 12.49-6l29.6-37a8 8 0 0 0 .96-8.47M197.92 128H144V68.69Zm-149.11 0L128 30.53V128Zm155.35 80H51.84l-19.2-24h190.72Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m240 176l-29.6 37a8 8 0 0 1-6.24 3H51.84a8 8 0 0 1-6.24-3L16 176ZM136 8L32 136h104Z" opacity=".2"/><path d="M247.21 172.53A8 8 0 0 0 240 168h-96v-24h72a8 8 0 0 0 5.92-13.38L144 44.91V8a8 8 0 0 0-14.21-5l-104 128A8 8 0 0 0 32 144h96v24H16a8 8 0 0 0-6.25 13l29.6 37a15.93 15.93 0 0 0 12.49 6h152.32a15.93 15.93 0 0 0 12.49-6l29.6-37a8 8 0 0 0 .96-8.47M197.92 128H144V68.69Zm-149.11 0L128 30.53V128Zm155.35 80H51.84l-19.2-24h190.72Z"/></g></svg> </template>
CSS
.icon-sailboat-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m240%20176l-29.6%2037a8%208%200%200%201-6.24%203H51.84a8%208%200%200%201-6.24-3L16%20176ZM136%208L32%20136h104Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M247.21%20172.53A8%208%200%200%200%20240%20168h-96v-24h72a8%208%200%200%200%205.92-13.38L144%2044.91V8a8%208%200%200%200-14.21-5l-104%20128A8%208%200%200%200%2032%20144h96v24H16a8%208%200%200%200-6.25%2013l29.6%2037a15.93%2015.93%200%200%200%2012.49%206h152.32a15.93%2015.93%200%200%200%2012.49-6l29.6-37a8%208%200%200%200%20.96-8.47M197.92%20128H144V68.69Zm-149.11%200L128%2030.53V128Zm155.35%2080H51.84l-19.2-24h190.72Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m240%20176l-29.6%2037a8%208%200%200%201-6.24%203H51.84a8%208%200%200%201-6.24-3L16%20176ZM136%208L32%20136h104Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M247.21%20172.53A8%208%200%200%200%20240%20168h-96v-24h72a8%208%200%200%200%205.92-13.38L144%2044.91V8a8%208%200%200%200-14.21-5l-104%20128A8%208%200%200%200%2032%20144h96v24H16a8%208%200%200%200-6.25%2013l29.6%2037a15.93%2015.93%200%200%200%2012.49%206h152.32a15.93%2015.93%200%200%200%2012.49-6l29.6-37a8%208%200%200%200%20.96-8.47M197.92%20128H144V68.69Zm-149.11%200L128%2030.53V128Zm155.35%2080H51.84l-19.2-24h190.72Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sailboat-duotone.svg?color=%231a73e8&size=48