sailing icon
sailing-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- sailing-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
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="m4.85 11.733l4.544-6.546q.137-.187.314-.24t.363.003t.308.212t.121.373v6.657q0 .349-.23.578t-.578.23h-4.19q-.242 0-.42-.121q-.176-.121-.282-.308q-.106-.186-.096-.406t.146-.432M5.864 12H9.5V6.779zm8.359 1q-.557 0-.688-.397t-.02-.834q.193-.892.339-2.02T14 7.5q0-1.217-.136-2.372q-.137-1.155-.33-2.076q-.05-.206.023-.352q.072-.146.202-.233q.131-.106.302-.124q.172-.018.333.101q1.289.783 2.284 1.842t1.78 2.364q.752 1.252 1.239 2.625t.67 2.823q.05.368-.195.635T19.56 13zm.28-1h4.855q-.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-.67 0-1.285-.253q-.617-.253-1.174-.62q-.132-.087-.258-.118q-.127-.03-.264-.011t-.26.062q-.125.043-.23.149q-.148.142-.298.238t-.329.162q-.567-.436-1.012-.962t-.76-1.155q-.2-.38.052-.743q.25-.365.674-.365h16.288q.423 0 .659.362q.236.361.066.746q-.344.61-.774 1.145q-.43.536-.997.972q-.16-.067-.329-.172t-.298-.228q-.105-.106-.23-.149q-.124-.043-.26-.062t-.264.008t-.257.115q-.558.367-1.175.623q-.616.256-1.285.256q-.708 0-1.34-.278t-1.208-.665q-.106-.067-.21-.107q-.106-.041-.242-.041t-.241.04t-.211.108q-.577.387-1.209.665T9 19.115m3 2.577q-.783.414-1.533.611T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.714 0 1.36-.238q.648-.237 1.286-.537q.087-.05.177-.066q.09-.015.177-.015t.177.015t.177.066q.638.3 1.285.534T9 21.495t1.36-.234t1.286-.535q.087-.05.177-.065q.09-.016.177-.016t.177.016t.177.065q.638.3 1.286.535q.647.234 1.36.234t1.36-.234t1.286-.535q.062-.03.354-.08q.03 0 .354.08q.638.3 1.286.538q.647.237 1.36.237q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSailingOutlineRounded(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="m4.85 11.733l4.544-6.546q.137-.187.314-.24t.363.003t.308.212t.121.373v6.657q0 .349-.23.578t-.578.23h-4.19q-.242 0-.42-.121q-.176-.121-.282-.308q-.106-.186-.096-.406t.146-.432M5.864 12H9.5V6.779zm8.359 1q-.557 0-.688-.397t-.02-.834q.193-.892.339-2.02T14 7.5q0-1.217-.136-2.372q-.137-1.155-.33-2.076q-.05-.206.023-.352q.072-.146.202-.233q.131-.106.302-.124q.172-.018.333.101q1.289.783 2.284 1.842t1.78 2.364q.752 1.252 1.239 2.625t.67 2.823q.05.368-.195.635T19.56 13zm.28-1h4.855q-.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-.67 0-1.285-.253q-.617-.253-1.174-.62q-.132-.087-.258-.118q-.127-.03-.264-.011t-.26.062q-.125.043-.23.149q-.148.142-.298.238t-.329.162q-.567-.436-1.012-.962t-.76-1.155q-.2-.38.052-.743q.25-.365.674-.365h16.288q.423 0 .659.362q.236.361.066.746q-.344.61-.774 1.145q-.43.536-.997.972q-.16-.067-.329-.172t-.298-.228q-.105-.106-.23-.149q-.124-.043-.26-.062t-.264.008t-.257.115q-.558.367-1.175.623q-.616.256-1.285.256q-.708 0-1.34-.278t-1.208-.665q-.106-.067-.21-.107q-.106-.041-.242-.041t-.241.04t-.211.108q-.577.387-1.209.665T9 19.115m3 2.577q-.783.414-1.533.611T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.714 0 1.36-.238q.648-.237 1.286-.537q.087-.05.177-.066q.09-.015.177-.015t.177.015t.177.066q.638.3 1.285.534T9 21.495t1.36-.234t1.286-.535q.087-.05.177-.065q.09-.016.177-.016t.177.016t.177.065q.638.3 1.286.535q.647.234 1.36.234t1.36-.234t1.286-.535q.062-.03.354-.08q.03 0 .354.08q.638.3 1.286.538q.647.237 1.36.237q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.85 11.733l4.544-6.546q.137-.187.314-.24t.363.003t.308.212t.121.373v6.657q0 .349-.23.578t-.578.23h-4.19q-.242 0-.42-.121q-.176-.121-.282-.308q-.106-.186-.096-.406t.146-.432M5.864 12H9.5V6.779zm8.359 1q-.557 0-.688-.397t-.02-.834q.193-.892.339-2.02T14 7.5q0-1.217-.136-2.372q-.137-1.155-.33-2.076q-.05-.206.023-.352q.072-.146.202-.233q.131-.106.302-.124q.172-.018.333.101q1.289.783 2.284 1.842t1.78 2.364q.752 1.252 1.239 2.625t.67 2.823q.05.368-.195.635T19.56 13zm.28-1h4.855q-.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-.67 0-1.285-.253q-.617-.253-1.174-.62q-.132-.087-.258-.118q-.127-.03-.264-.011t-.26.062q-.125.043-.23.149q-.148.142-.298.238t-.329.162q-.567-.436-1.012-.962t-.76-1.155q-.2-.38.052-.743q.25-.365.674-.365h16.288q.423 0 .659.362q.236.361.066.746q-.344.61-.774 1.145q-.43.536-.997.972q-.16-.067-.329-.172t-.298-.228q-.105-.106-.23-.149q-.124-.043-.26-.062t-.264.008t-.257.115q-.558.367-1.175.623q-.616.256-1.285.256q-.708 0-1.34-.278t-1.208-.665q-.106-.067-.21-.107q-.106-.041-.242-.041t-.241.04t-.211.108q-.577.387-1.209.665T9 19.115m3 2.577q-.783.414-1.533.611T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.714 0 1.36-.238q.648-.237 1.286-.537q.087-.05.177-.066q.09-.015.177-.015t.177.015t.177.066q.638.3 1.285.534T9 21.495t1.36-.234t1.286-.535q.087-.05.177-.065q.09-.016.177-.016t.177.016t.177.065q.638.3 1.286.535q.647.234 1.36.234t1.36-.234t1.286-.535q.062-.03.354-.08q.03 0 .354.08q.638.3 1.286.538q.647.237 1.36.237q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61"/></svg> </template>
CSS
.icon-sailing-outline-rounded {
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%22m4.85%2011.733l4.544-6.546q.137-.187.314-.24t.363.003t.308.212t.121.373v6.657q0%20.349-.23.578t-.578.23h-4.19q-.242%200-.42-.121q-.176-.121-.282-.308q-.106-.186-.096-.406t.146-.432M5.864%2012H9.5V6.779zm8.359%201q-.557%200-.688-.397t-.02-.834q.193-.892.339-2.02T14%207.5q0-1.217-.136-2.372q-.137-1.155-.33-2.076q-.05-.206.023-.352q.072-.146.202-.233q.131-.106.302-.124q.172-.018.333.101q1.289.783%202.284%201.842t1.78%202.364q.752%201.252%201.239%202.625t.67%202.823q.05.368-.195.635T19.56%2013zm.28-1h4.855q-.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-.67%200-1.285-.253q-.617-.253-1.174-.62q-.132-.087-.258-.118q-.127-.03-.264-.011t-.26.062q-.125.043-.23.149q-.148.142-.298.238t-.329.162q-.567-.436-1.012-.962t-.76-1.155q-.2-.38.052-.743q.25-.365.674-.365h16.288q.423%200%20.659.362q.236.361.066.746q-.344.61-.774%201.145q-.43.536-.997.972q-.16-.067-.329-.172t-.298-.228q-.105-.106-.23-.149q-.124-.043-.26-.062t-.264.008t-.257.115q-.558.367-1.175.623q-.616.256-1.285.256q-.708%200-1.34-.278t-1.208-.665q-.106-.067-.21-.107q-.106-.041-.242-.041t-.241.04t-.211.108q-.577.387-1.209.665T9%2019.115m3%202.577q-.783.414-1.533.611T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.714%200%201.36-.238q.648-.237%201.286-.537q.087-.05.177-.066q.09-.015.177-.015t.177.015t.177.066q.638.3%201.285.534T9%2021.495t1.36-.234t1.286-.535q.087-.05.177-.065q.09-.016.177-.016t.177.016t.177.065q.638.3%201.286.535q.647.234%201.36.234t1.36-.234t1.286-.535q.062-.03.354-.08q.03%200%20.354.08q.638.3%201.286.538q.647.237%201.36.237q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61%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%22m4.85%2011.733l4.544-6.546q.137-.187.314-.24t.363.003t.308.212t.121.373v6.657q0%20.349-.23.578t-.578.23h-4.19q-.242%200-.42-.121q-.176-.121-.282-.308q-.106-.186-.096-.406t.146-.432M5.864%2012H9.5V6.779zm8.359%201q-.557%200-.688-.397t-.02-.834q.193-.892.339-2.02T14%207.5q0-1.217-.136-2.372q-.137-1.155-.33-2.076q-.05-.206.023-.352q.072-.146.202-.233q.131-.106.302-.124q.172-.018.333.101q1.289.783%202.284%201.842t1.78%202.364q.752%201.252%201.239%202.625t.67%202.823q.05.368-.195.635T19.56%2013zm.28-1h4.855q-.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-.67%200-1.285-.253q-.617-.253-1.174-.62q-.132-.087-.258-.118q-.127-.03-.264-.011t-.26.062q-.125.043-.23.149q-.148.142-.298.238t-.329.162q-.567-.436-1.012-.962t-.76-1.155q-.2-.38.052-.743q.25-.365.674-.365h16.288q.423%200%20.659.362q.236.361.066.746q-.344.61-.774%201.145q-.43.536-.997.972q-.16-.067-.329-.172t-.298-.228q-.105-.106-.23-.149q-.124-.043-.26-.062t-.264.008t-.257.115q-.558.367-1.175.623q-.616.256-1.285.256q-.708%200-1.34-.278t-1.208-.665q-.106-.067-.21-.107q-.106-.041-.242-.041t-.241.04t-.211.108q-.577.387-1.209.665T9%2019.115m3%202.577q-.783.414-1.533.611T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.714%200%201.36-.238q.648-.237%201.286-.537q.087-.05.177-.066q.09-.015.177-.015t.177.015t.177.066q.638.3%201.285.534T9%2021.495t1.36-.234t1.286-.535q.087-.05.177-.065q.09-.016.177-.016t.177.016t.177.065q.638.3%201.286.535q.647.234%201.36.234t1.36-.234t1.286-.535q.062-.03.354-.08q.03%200%20.354.08q.638.3%201.286.538q.647.237%201.36.237q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61%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-rounded.svg?color=%231a73e8&size=48