sailing icon
sailing-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- sailing-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sailing-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the sailing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.962 13L10.5 3.596V13zm1.902-1H9.5V6.779zm7.328 1q.262-.738.535-2.325Q14 9.089 14 7.5q0-1.742-.27-3.306t-.519-2.482q1.43.68 2.701 1.829q1.272 1.148 2.245 2.626q.972 1.48 1.59 3.218q.619 1.74.734 3.615zm1.312-1h4.854q-.368-2.464-1.619-4.592q-1.25-2.13-3.056-3.581q.146.89.231 1.847T15 7.5q0 1.137-.141 2.29q-.142 1.154-.355 2.21M9 19.116q-.784 0-1.56-.291T6 17.885q-.235.24-.522.478t-.576.362q-.798-.611-1.362-1.44q-.565-.827-.886-1.785h18.692q-.321.958-.885 1.786q-.565.827-1.363 1.439q-.288-.123-.576-.362T18 17.885q-.671.65-1.443.941t-1.557.29t-1.57-.29t-1.43-.96q-.646.67-1.43.96q-.785.29-1.57.29M2.5 22.5v-1H3q.8 0 1.553-.25T6 20.558q.714.442 1.457.689T9 21.494t1.54-.247t1.46-.69q.714.443 1.457.69t1.543.247t1.55-.247t1.45-.69q.72.443 1.46.693t1.54.25h.5v1H21q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5zM14.504 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSailingOutline(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.962 13L10.5 3.596V13zm1.902-1H9.5V6.779zm7.328 1q.262-.738.535-2.325Q14 9.089 14 7.5q0-1.742-.27-3.306t-.519-2.482q1.43.68 2.701 1.829q1.272 1.148 2.245 2.626q.972 1.48 1.59 3.218q.619 1.74.734 3.615zm1.312-1h4.854q-.368-2.464-1.619-4.592q-1.25-2.13-3.056-3.581q.146.89.231 1.847T15 7.5q0 1.137-.141 2.29q-.142 1.154-.355 2.21M9 19.116q-.784 0-1.56-.291T6 17.885q-.235.24-.522.478t-.576.362q-.798-.611-1.362-1.44q-.565-.827-.886-1.785h18.692q-.321.958-.885 1.786q-.565.827-1.363 1.439q-.288-.123-.576-.362T18 17.885q-.671.65-1.443.941t-1.557.29t-1.57-.29t-1.43-.96q-.646.67-1.43.96q-.785.29-1.57.29M2.5 22.5v-1H3q.8 0 1.553-.25T6 20.558q.714.442 1.457.689T9 21.494t1.54-.247t1.46-.69q.714.443 1.457.69t1.543.247t1.55-.247t1.45-.69q.72.443 1.46.693t1.54.25h.5v1H21q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5zM14.504 12"/></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.962 13L10.5 3.596V13zm1.902-1H9.5V6.779zm7.328 1q.262-.738.535-2.325Q14 9.089 14 7.5q0-1.742-.27-3.306t-.519-2.482q1.43.68 2.701 1.829q1.272 1.148 2.245 2.626q.972 1.48 1.59 3.218q.619 1.74.734 3.615zm1.312-1h4.854q-.368-2.464-1.619-4.592q-1.25-2.13-3.056-3.581q.146.89.231 1.847T15 7.5q0 1.137-.141 2.29q-.142 1.154-.355 2.21M9 19.116q-.784 0-1.56-.291T6 17.885q-.235.24-.522.478t-.576.362q-.798-.611-1.362-1.44q-.565-.827-.886-1.785h18.692q-.321.958-.885 1.786q-.565.827-1.363 1.439q-.288-.123-.576-.362T18 17.885q-.671.65-1.443.941t-1.557.29t-1.57-.29t-1.43-.96q-.646.67-1.43.96q-.785.29-1.57.29M2.5 22.5v-1H3q.8 0 1.553-.25T6 20.558q.714.442 1.457.689T9 21.494t1.54-.247t1.46-.69q.714.443 1.457.69t1.543.247t1.55-.247t1.45-.69q.72.443 1.46.693t1.54.25h.5v1H21q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5zM14.504 12"/></svg> </template>
CSS
.icon-sailing-outline {
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.962%2013L10.5%203.596V13zm1.902-1H9.5V6.779zm7.328%201q.262-.738.535-2.325Q14%209.089%2014%207.5q0-1.742-.27-3.306t-.519-2.482q1.43.68%202.701%201.829q1.272%201.148%202.245%202.626q.972%201.48%201.59%203.218q.619%201.74.734%203.615zm1.312-1h4.854q-.368-2.464-1.619-4.592q-1.25-2.13-3.056-3.581q.146.89.231%201.847T15%207.5q0%201.137-.141%202.29q-.142%201.154-.355%202.21M9%2019.116q-.784%200-1.56-.291T6%2017.885q-.235.24-.522.478t-.576.362q-.798-.611-1.362-1.44q-.565-.827-.886-1.785h18.692q-.321.958-.885%201.786q-.565.827-1.363%201.439q-.288-.123-.576-.362T18%2017.885q-.671.65-1.443.941t-1.557.29t-1.57-.29t-1.43-.96q-.646.67-1.43.96q-.785.29-1.57.29M2.5%2022.5v-1H3q.8%200%201.553-.25T6%2020.558q.714.442%201.457.689T9%2021.494t1.54-.247t1.46-.69q.714.443%201.457.69t1.543.247t1.55-.247t1.45-.69q.72.443%201.46.693t1.54.25h.5v1H21q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5zM14.504%2012%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.962%2013L10.5%203.596V13zm1.902-1H9.5V6.779zm7.328%201q.262-.738.535-2.325Q14%209.089%2014%207.5q0-1.742-.27-3.306t-.519-2.482q1.43.68%202.701%201.829q1.272%201.148%202.245%202.626q.972%201.48%201.59%203.218q.619%201.74.734%203.615zm1.312-1h4.854q-.368-2.464-1.619-4.592q-1.25-2.13-3.056-3.581q.146.89.231%201.847T15%207.5q0%201.137-.141%202.29q-.142%201.154-.355%202.21M9%2019.116q-.784%200-1.56-.291T6%2017.885q-.235.24-.522.478t-.576.362q-.798-.611-1.362-1.44q-.565-.827-.886-1.785h18.692q-.321.958-.885%201.786q-.565.827-1.363%201.439q-.288-.123-.576-.362T18%2017.885q-.671.65-1.443.941t-1.557.29t-1.57-.29t-1.43-.96q-.646.67-1.43.96q-.785.29-1.57.29M2.5%2022.5v-1H3q.8%200%201.553-.25T6%2020.558q.714.442%201.457.689T9%2021.494t1.54-.247t1.46-.69q.714.443%201.457.69t1.543.247t1.55-.247t1.45-.69q.72.443%201.46.693t1.54.25h.5v1H21q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5zM14.504%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sailing-outline.svg?color=%231a73e8&size=48