boat icon
boat-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- boat-bold
- Set
- Phosphor
- Style
- Bold
- 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="M222.33 106.79L212 103.35V56a20 20 0 0 0-20-20h-52V24a12 12 0 0 0-24 0v12H64a20 20 0 0 0-20 20v47.35l-10.33 3.44a20 20 0 0 0-13.67 19V152c0 64.63 100.8 90.57 105.09 91.64a11.94 11.94 0 0 0 5.82 0C135.2 242.57 236 216.63 236 152v-26.23a20 20 0 0 0-13.67-18.98M68 60h120v35.35l-56.21-18.73a11.85 11.85 0 0 0-7.58 0L68 95.35Zm144 92c0 36.69-58.08 60.43-84 67.59c-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12 12 0 0 0 24 0v-63.35l72 24Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBoatBold(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="M222.33 106.79L212 103.35V56a20 20 0 0 0-20-20h-52V24a12 12 0 0 0-24 0v12H64a20 20 0 0 0-20 20v47.35l-10.33 3.44a20 20 0 0 0-13.67 19V152c0 64.63 100.8 90.57 105.09 91.64a11.94 11.94 0 0 0 5.82 0C135.2 242.57 236 216.63 236 152v-26.23a20 20 0 0 0-13.67-18.98M68 60h120v35.35l-56.21-18.73a11.85 11.85 0 0 0-7.58 0L68 95.35Zm144 92c0 36.69-58.08 60.43-84 67.59c-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12 12 0 0 0 24 0v-63.35l72 24Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222.33 106.79L212 103.35V56a20 20 0 0 0-20-20h-52V24a12 12 0 0 0-24 0v12H64a20 20 0 0 0-20 20v47.35l-10.33 3.44a20 20 0 0 0-13.67 19V152c0 64.63 100.8 90.57 105.09 91.64a11.94 11.94 0 0 0 5.82 0C135.2 242.57 236 216.63 236 152v-26.23a20 20 0 0 0-13.67-18.98M68 60h120v35.35l-56.21-18.73a11.85 11.85 0 0 0-7.58 0L68 95.35Zm144 92c0 36.69-58.08 60.43-84 67.59c-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12 12 0 0 0 24 0v-63.35l72 24Z"/></svg> </template>
CSS
.icon-boat-bold {
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%22M222.33%20106.79L212%20103.35V56a20%2020%200%200%200-20-20h-52V24a12%2012%200%200%200-24%200v12H64a20%2020%200%200%200-20%2020v47.35l-10.33%203.44a20%2020%200%200%200-13.67%2019V152c0%2064.63%20100.8%2090.57%20105.09%2091.64a11.94%2011.94%200%200%200%205.82%200C135.2%20242.57%20236%20216.63%20236%20152v-26.23a20%2020%200%200%200-13.67-18.98M68%2060h120v35.35l-56.21-18.73a11.85%2011.85%200%200%200-7.58%200L68%2095.35Zm144%2092c0%2036.69-58.08%2060.43-84%2067.59c-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12%2012%200%200%200%2024%200v-63.35l72%2024Z%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%22M222.33%20106.79L212%20103.35V56a20%2020%200%200%200-20-20h-52V24a12%2012%200%200%200-24%200v12H64a20%2020%200%200%200-20%2020v47.35l-10.33%203.44a20%2020%200%200%200-13.67%2019V152c0%2064.63%20100.8%2090.57%20105.09%2091.64a11.94%2011.94%200%200%200%205.82%200C135.2%20242.57%20236%20216.63%20236%20152v-26.23a20%2020%200%200%200-13.67-18.98M68%2060h120v35.35l-56.21-18.73a11.85%2011.85%200%200%200-7.58%200L68%2095.35Zm144%2092c0%2036.69-58.08%2060.43-84%2067.59c-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12%2012%200%200%200%2024%200v-63.35l72%2024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/boat-bold.svg?color=%231a73e8&size=48