boat icon
boat-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- boat-light
- Set
- Phosphor
- Style
- Light
- 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="m220.43 112.48l-14.43-4.8V56a14 14 0 0 0-14-14h-58V24a6 6 0 0 0-12 0v18H64a14 14 0 0 0-14 14v51.68l-14.43 4.8A14 14 0 0 0 26 125.77V152c0 60 96.44 84.79 100.54 85.82a6 6 0 0 0 2.92 0a235.4 235.4 0 0 0 49.4-19.54C212.32 200.15 230 177.24 230 152v-26.23a14 14 0 0 0-9.57-13.29M62 56a2 2 0 0 1 2-2h128a2 2 0 0 1 2 2v47.68l-64.1-21.37a6 6 0 0 0-3.8 0L62 103.68Zm156 96c0 47.1-78.28 70.54-90 73.79c-11.73-3.25-90-26.69-90-73.79v-26.23a2 2 0 0 1 1.37-1.9L122 96.32V168a6 6 0 0 0 12 0V96.32l82.63 27.55a2 2 0 0 1 1.37 1.9Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBoatLight(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="m220.43 112.48l-14.43-4.8V56a14 14 0 0 0-14-14h-58V24a6 6 0 0 0-12 0v18H64a14 14 0 0 0-14 14v51.68l-14.43 4.8A14 14 0 0 0 26 125.77V152c0 60 96.44 84.79 100.54 85.82a6 6 0 0 0 2.92 0a235.4 235.4 0 0 0 49.4-19.54C212.32 200.15 230 177.24 230 152v-26.23a14 14 0 0 0-9.57-13.29M62 56a2 2 0 0 1 2-2h128a2 2 0 0 1 2 2v47.68l-64.1-21.37a6 6 0 0 0-3.8 0L62 103.68Zm156 96c0 47.1-78.28 70.54-90 73.79c-11.73-3.25-90-26.69-90-73.79v-26.23a2 2 0 0 1 1.37-1.9L122 96.32V168a6 6 0 0 0 12 0V96.32l82.63 27.55a2 2 0 0 1 1.37 1.9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m220.43 112.48l-14.43-4.8V56a14 14 0 0 0-14-14h-58V24a6 6 0 0 0-12 0v18H64a14 14 0 0 0-14 14v51.68l-14.43 4.8A14 14 0 0 0 26 125.77V152c0 60 96.44 84.79 100.54 85.82a6 6 0 0 0 2.92 0a235.4 235.4 0 0 0 49.4-19.54C212.32 200.15 230 177.24 230 152v-26.23a14 14 0 0 0-9.57-13.29M62 56a2 2 0 0 1 2-2h128a2 2 0 0 1 2 2v47.68l-64.1-21.37a6 6 0 0 0-3.8 0L62 103.68Zm156 96c0 47.1-78.28 70.54-90 73.79c-11.73-3.25-90-26.69-90-73.79v-26.23a2 2 0 0 1 1.37-1.9L122 96.32V168a6 6 0 0 0 12 0V96.32l82.63 27.55a2 2 0 0 1 1.37 1.9Z"/></svg> </template>
CSS
.icon-boat-light {
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%22m220.43%20112.48l-14.43-4.8V56a14%2014%200%200%200-14-14h-58V24a6%206%200%200%200-12%200v18H64a14%2014%200%200%200-14%2014v51.68l-14.43%204.8A14%2014%200%200%200%2026%20125.77V152c0%2060%2096.44%2084.79%20100.54%2085.82a6%206%200%200%200%202.92%200a235.4%20235.4%200%200%200%2049.4-19.54C212.32%20200.15%20230%20177.24%20230%20152v-26.23a14%2014%200%200%200-9.57-13.29M62%2056a2%202%200%200%201%202-2h128a2%202%200%200%201%202%202v47.68l-64.1-21.37a6%206%200%200%200-3.8%200L62%20103.68Zm156%2096c0%2047.1-78.28%2070.54-90%2073.79c-11.73-3.25-90-26.69-90-73.79v-26.23a2%202%200%200%201%201.37-1.9L122%2096.32V168a6%206%200%200%200%2012%200V96.32l82.63%2027.55a2%202%200%200%201%201.37%201.9Z%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%22m220.43%20112.48l-14.43-4.8V56a14%2014%200%200%200-14-14h-58V24a6%206%200%200%200-12%200v18H64a14%2014%200%200%200-14%2014v51.68l-14.43%204.8A14%2014%200%200%200%2026%20125.77V152c0%2060%2096.44%2084.79%20100.54%2085.82a6%206%200%200%200%202.92%200a235.4%20235.4%200%200%200%2049.4-19.54C212.32%20200.15%20230%20177.24%20230%20152v-26.23a14%2014%200%200%200-9.57-13.29M62%2056a2%202%200%200%201%202-2h128a2%202%200%200%201%202%202v47.68l-64.1-21.37a6%206%200%200%200-3.8%200L62%20103.68Zm156%2096c0%2047.1-78.28%2070.54-90%2073.79c-11.73-3.25-90-26.69-90-73.79v-26.23a2%202%200%200%201%201.37-1.9L122%2096.32V168a6%206%200%200%200%2012%200V96.32l82.63%2027.55a2%202%200%200%201%201.37%201.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/boat-light.svg?color=%231a73e8&size=48