sail boat icon
sail-boat from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- sail-boat
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sailing
More sport icons from Material Design Icons
Use the sail boat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 13.5l8-11.47V13.5zm9.5 0c1.35-3.75 1.17-8.79 0-12.5c4.76 1.54 8.4 7.4 8.46 12.5zm8.6 3.58c-.41.64-.89 1.19-1.45 1.66c-.65-.29-1.23-.74-1.69-1.24c-1.49 1.93-4.5 1.93-5.99 0c-1.47 1.93-4.5 1.93-5.97 0c-.5.5-1.05.95-1.7 1.24c-1.14-.94-2-2.28-2.3-3.74h19.94a6.4 6.4 0 0 1-.84 2.08M20.96 23q-1.59 0-3-.75c-1.84 1-4.15 1-5.99 0c-1.84 1-4.15 1-5.97 0c-1.23.69-2.64.8-4 .75v-2c1.41.05 2.77-.1 4-1c1.74 1.25 4.21 1.25 5.97 0c1.77 1.25 4.23 1.25 5.99 0c1.21.9 2.58 1.05 3.98 1v2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSailBoat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 13.5l8-11.47V13.5zm9.5 0c1.35-3.75 1.17-8.79 0-12.5c4.76 1.54 8.4 7.4 8.46 12.5zm8.6 3.58c-.41.64-.89 1.19-1.45 1.66c-.65-.29-1.23-.74-1.69-1.24c-1.49 1.93-4.5 1.93-5.99 0c-1.47 1.93-4.5 1.93-5.97 0c-.5.5-1.05.95-1.7 1.24c-1.14-.94-2-2.28-2.3-3.74h19.94a6.4 6.4 0 0 1-.84 2.08M20.96 23q-1.59 0-3-.75c-1.84 1-4.15 1-5.99 0c-1.84 1-4.15 1-5.97 0c-1.23.69-2.64.8-4 .75v-2c1.41.05 2.77-.1 4-1c1.74 1.25 4.21 1.25 5.97 0c1.77 1.25 4.23 1.25 5.99 0c1.21.9 2.58 1.05 3.98 1v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 13.5l8-11.47V13.5zm9.5 0c1.35-3.75 1.17-8.79 0-12.5c4.76 1.54 8.4 7.4 8.46 12.5zm8.6 3.58c-.41.64-.89 1.19-1.45 1.66c-.65-.29-1.23-.74-1.69-1.24c-1.49 1.93-4.5 1.93-5.99 0c-1.47 1.93-4.5 1.93-5.97 0c-.5.5-1.05.95-1.7 1.24c-1.14-.94-2-2.28-2.3-3.74h19.94a6.4 6.4 0 0 1-.84 2.08M20.96 23q-1.59 0-3-.75c-1.84 1-4.15 1-5.99 0c-1.84 1-4.15 1-5.97 0c-1.23.69-2.64.8-4 .75v-2c1.41.05 2.77-.1 4-1c1.74 1.25 4.21 1.25 5.97 0c1.77 1.25 4.23 1.25 5.99 0c1.21.9 2.58 1.05 3.98 1v2z"/></svg> </template>
CSS
.icon-sail-boat {
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%22currentColor%22%20d%3D%22m3%2013.5l8-11.47V13.5zm9.5%200c1.35-3.75%201.17-8.79%200-12.5c4.76%201.54%208.4%207.4%208.46%2012.5zm8.6%203.58c-.41.64-.89%201.19-1.45%201.66c-.65-.29-1.23-.74-1.69-1.24c-1.49%201.93-4.5%201.93-5.99%200c-1.47%201.93-4.5%201.93-5.97%200c-.5.5-1.05.95-1.7%201.24c-1.14-.94-2-2.28-2.3-3.74h19.94a6.4%206.4%200%200%201-.84%202.08M20.96%2023q-1.59%200-3-.75c-1.84%201-4.15%201-5.99%200c-1.84%201-4.15%201-5.97%200c-1.23.69-2.64.8-4%20.75v-2c1.41.05%202.77-.1%204-1c1.74%201.25%204.21%201.25%205.97%200c1.77%201.25%204.23%201.25%205.99%200c1.21.9%202.58%201.05%203.98%201v2z%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%22currentColor%22%20d%3D%22m3%2013.5l8-11.47V13.5zm9.5%200c1.35-3.75%201.17-8.79%200-12.5c4.76%201.54%208.4%207.4%208.46%2012.5zm8.6%203.58c-.41.64-.89%201.19-1.45%201.66c-.65-.29-1.23-.74-1.69-1.24c-1.49%201.93-4.5%201.93-5.99%200c-1.47%201.93-4.5%201.93-5.97%200c-.5.5-1.05.95-1.7%201.24c-1.14-.94-2-2.28-2.3-3.74h19.94a6.4%206.4%200%200%201-.84%202.08M20.96%2023q-1.59%200-3-.75c-1.84%201-4.15%201-5.99%200c-1.84%201-4.15%201-5.97%200c-1.23.69-2.64.8-4%20.75v-2c1.41.05%202.77-.1%204-1c1.74%201.25%204.21%201.25%205.97%200c1.77%201.25%204.23%201.25%205.99%200c1.21.9%202.58%201.05%203.98%201v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sail-boat.svg?color=%231a73e8&size=48