boat icon
boat-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- boat-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the boat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.79 114.38L204 109.12V56a12 12 0 0 0-12-12h-60V24a4 4 0 0 0-8 0v20H64a12 12 0 0 0-12 12v53.12l-15.8 5.26a12 12 0 0 0-8.2 11.39V152c0 24.46 17.32 46.77 50.09 64.52A233.2 233.2 0 0 0 127 235.88a4 4 0 0 0 1.94 0a233.2 233.2 0 0 0 48.94-19.36C210.68 198.77 228 176.46 228 152v-26.23a12 12 0 0 0-8.21-11.39M60 56a4 4 0 0 1 4-4h128a4 4 0 0 1 4 4v50.45l-66.74-22.24a3.9 3.9 0 0 0-2.52 0L60 106.45Zm160 96c0 49.32-82.08 73.16-92 75.86c-9.92-2.7-92-26.54-92-75.86v-26.23a4 4 0 0 1 2.73-3.8L124 93.55V168a4 4 0 0 0 8 0V93.55L217.26 122a4 4 0 0 1 2.74 3.8Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBoatThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.79 114.38L204 109.12V56a12 12 0 0 0-12-12h-60V24a4 4 0 0 0-8 0v20H64a12 12 0 0 0-12 12v53.12l-15.8 5.26a12 12 0 0 0-8.2 11.39V152c0 24.46 17.32 46.77 50.09 64.52A233.2 233.2 0 0 0 127 235.88a4 4 0 0 0 1.94 0a233.2 233.2 0 0 0 48.94-19.36C210.68 198.77 228 176.46 228 152v-26.23a12 12 0 0 0-8.21-11.39M60 56a4 4 0 0 1 4-4h128a4 4 0 0 1 4 4v50.45l-66.74-22.24a3.9 3.9 0 0 0-2.52 0L60 106.45Zm160 96c0 49.32-82.08 73.16-92 75.86c-9.92-2.7-92-26.54-92-75.86v-26.23a4 4 0 0 1 2.73-3.8L124 93.55V168a4 4 0 0 0 8 0V93.55L217.26 122a4 4 0 0 1 2.74 3.8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.79 114.38L204 109.12V56a12 12 0 0 0-12-12h-60V24a4 4 0 0 0-8 0v20H64a12 12 0 0 0-12 12v53.12l-15.8 5.26a12 12 0 0 0-8.2 11.39V152c0 24.46 17.32 46.77 50.09 64.52A233.2 233.2 0 0 0 127 235.88a4 4 0 0 0 1.94 0a233.2 233.2 0 0 0 48.94-19.36C210.68 198.77 228 176.46 228 152v-26.23a12 12 0 0 0-8.21-11.39M60 56a4 4 0 0 1 4-4h128a4 4 0 0 1 4 4v50.45l-66.74-22.24a3.9 3.9 0 0 0-2.52 0L60 106.45Zm160 96c0 49.32-82.08 73.16-92 75.86c-9.92-2.7-92-26.54-92-75.86v-26.23a4 4 0 0 1 2.73-3.8L124 93.55V168a4 4 0 0 0 8 0V93.55L217.26 122a4 4 0 0 1 2.74 3.8Z"/></svg> </template>
CSS
.icon-boat-thin {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.79%20114.38L204%20109.12V56a12%2012%200%200%200-12-12h-60V24a4%204%200%200%200-8%200v20H64a12%2012%200%200%200-12%2012v53.12l-15.8%205.26a12%2012%200%200%200-8.2%2011.39V152c0%2024.46%2017.32%2046.77%2050.09%2064.52A233.2%20233.2%200%200%200%20127%20235.88a4%204%200%200%200%201.94%200a233.2%20233.2%200%200%200%2048.94-19.36C210.68%20198.77%20228%20176.46%20228%20152v-26.23a12%2012%200%200%200-8.21-11.39M60%2056a4%204%200%200%201%204-4h128a4%204%200%200%201%204%204v50.45l-66.74-22.24a3.9%203.9%200%200%200-2.52%200L60%20106.45Zm160%2096c0%2049.32-82.08%2073.16-92%2075.86c-9.92-2.7-92-26.54-92-75.86v-26.23a4%204%200%200%201%202.73-3.8L124%2093.55V168a4%204%200%200%200%208%200V93.55L217.26%20122a4%204%200%200%201%202.74%203.8Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.79%20114.38L204%20109.12V56a12%2012%200%200%200-12-12h-60V24a4%204%200%200%200-8%200v20H64a12%2012%200%200%200-12%2012v53.12l-15.8%205.26a12%2012%200%200%200-8.2%2011.39V152c0%2024.46%2017.32%2046.77%2050.09%2064.52A233.2%20233.2%200%200%200%20127%20235.88a4%204%200%200%200%201.94%200a233.2%20233.2%200%200%200%2048.94-19.36C210.68%20198.77%20228%20176.46%20228%20152v-26.23a12%2012%200%200%200-8.21-11.39M60%2056a4%204%200%200%201%204-4h128a4%204%200%200%201%204%204v50.45l-66.74-22.24a3.9%203.9%200%200%200-2.52%200L60%20106.45Zm160%2096c0%2049.32-82.08%2073.16-92%2075.86c-9.92-2.7-92-26.54-92-75.86v-26.23a4%204%200%200%201%202.73-3.8L124%2093.55V168a4%204%200%200%200%208%200V93.55L217.26%20122a4%204%200%200%201%202.74%203.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/boat-thin.svg?color=%231a73e8&size=48