sailing icon
sailing-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- sailing-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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.1 11.925l5.525-7.95q.175-.225.4-.287t.45.012t.375.25t.15.45v8.1q0 .425-.288.713T10 13.5H4.925q-.3 0-.525-.15t-.35-.375t-.125-.513t.175-.537m9.7 1.575q-.5 0-.775-.387t-.125-.863q.25-.95.425-2.212T13.5 7.5t-.175-2.613t-.425-2.412q-.05-.225.013-.4t.212-.3t.35-.162t.4.062q1.5.725 2.688 1.9T18.65 6.15q.925 1.425 1.538 3t.737 3.275q.05.425-.262.75t-.738.325zM9 19q-.65 0-1.237-.262t-1.088-.688q-.15-.125-.325-.175t-.35-.05t-.337.063t-.288.187q-.225.2-.5.363t-.55.287q-.625-.475-1.137-1.088T2.4 16.3q-.2-.475.138-.888T3.375 15h17.25q.5 0 .813.4t.162.9q-.325.725-.812 1.338t-1.113 1.087q-.275-.125-.55-.288t-.5-.362q-.125-.125-.288-.187T18 17.825t-.35.038t-.325.162q-.5.425-1.088.7T15 19t-1.263-.288T12.626 18q-.125-.125-.288-.175t-.337-.05t-.337.05t-.288.175q-.5.425-1.112.713T9 19m3 3.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23q-.425 0-.712-.288T2 22q0-.4.363-.562T3 21q.675 0 1.313-.238t1.237-.537q.125-.05.225-.075T6 20.125t.225.025t.225.075q.6.3 1.237.525T9 20.975t1.313-.225t1.237-.525q.125-.05.225-.075t.225-.025t.225.025t.225.075q.6.3 1.238.525t1.312.225t1.313-.225t1.237-.525q.1-.05.45-.1q.05 0 .45.1q.6.3 1.238.538T21 21q.425 0 .713.288T22 22q0 .4-.363.563T21 23q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSailingRounded(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.1 11.925l5.525-7.95q.175-.225.4-.287t.45.012t.375.25t.15.45v8.1q0 .425-.288.713T10 13.5H4.925q-.3 0-.525-.15t-.35-.375t-.125-.513t.175-.537m9.7 1.575q-.5 0-.775-.387t-.125-.863q.25-.95.425-2.212T13.5 7.5t-.175-2.613t-.425-2.412q-.05-.225.013-.4t.212-.3t.35-.162t.4.062q1.5.725 2.688 1.9T18.65 6.15q.925 1.425 1.538 3t.737 3.275q.05.425-.262.75t-.738.325zM9 19q-.65 0-1.237-.262t-1.088-.688q-.15-.125-.325-.175t-.35-.05t-.337.063t-.288.187q-.225.2-.5.363t-.55.287q-.625-.475-1.137-1.088T2.4 16.3q-.2-.475.138-.888T3.375 15h17.25q.5 0 .813.4t.162.9q-.325.725-.812 1.338t-1.113 1.087q-.275-.125-.55-.288t-.5-.362q-.125-.125-.288-.187T18 17.825t-.35.038t-.325.162q-.5.425-1.088.7T15 19t-1.263-.288T12.626 18q-.125-.125-.288-.175t-.337-.05t-.337.05t-.288.175q-.5.425-1.112.713T9 19m3 3.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23q-.425 0-.712-.288T2 22q0-.4.363-.562T3 21q.675 0 1.313-.238t1.237-.537q.125-.05.225-.075T6 20.125t.225.025t.225.075q.6.3 1.237.525T9 20.975t1.313-.225t1.237-.525q.125-.05.225-.075t.225-.025t.225.025t.225.075q.6.3 1.238.525t1.312.225t1.313-.225t1.237-.525q.1-.05.45-.1q.05 0 .45.1q.6.3 1.238.538T21 21q.425 0 .713.288T22 22q0 .4-.363.563T21 23q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25"/></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.1 11.925l5.525-7.95q.175-.225.4-.287t.45.012t.375.25t.15.45v8.1q0 .425-.288.713T10 13.5H4.925q-.3 0-.525-.15t-.35-.375t-.125-.513t.175-.537m9.7 1.575q-.5 0-.775-.387t-.125-.863q.25-.95.425-2.212T13.5 7.5t-.175-2.613t-.425-2.412q-.05-.225.013-.4t.212-.3t.35-.162t.4.062q1.5.725 2.688 1.9T18.65 6.15q.925 1.425 1.538 3t.737 3.275q.05.425-.262.75t-.738.325zM9 19q-.65 0-1.237-.262t-1.088-.688q-.15-.125-.325-.175t-.35-.05t-.337.063t-.288.187q-.225.2-.5.363t-.55.287q-.625-.475-1.137-1.088T2.4 16.3q-.2-.475.138-.888T3.375 15h17.25q.5 0 .813.4t.162.9q-.325.725-.812 1.338t-1.113 1.087q-.275-.125-.55-.288t-.5-.362q-.125-.125-.288-.187T18 17.825t-.35.038t-.325.162q-.5.425-1.088.7T15 19t-1.263-.288T12.626 18q-.125-.125-.288-.175t-.337-.05t-.337.05t-.288.175q-.5.425-1.112.713T9 19m3 3.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23q-.425 0-.712-.288T2 22q0-.4.363-.562T3 21q.675 0 1.313-.238t1.237-.537q.125-.05.225-.075T6 20.125t.225.025t.225.075q.6.3 1.237.525T9 20.975t1.313-.225t1.237-.525q.125-.05.225-.075t.225-.025t.225.025t.225.075q.6.3 1.238.525t1.312.225t1.313-.225t1.237-.525q.1-.05.45-.1q.05 0 .45.1q.6.3 1.238.538T21 21q.425 0 .713.288T22 22q0 .4-.363.563T21 23q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25"/></svg> </template>
CSS
.icon-sailing-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.1%2011.925l5.525-7.95q.175-.225.4-.287t.45.012t.375.25t.15.45v8.1q0%20.425-.288.713T10%2013.5H4.925q-.3%200-.525-.15t-.35-.375t-.125-.513t.175-.537m9.7%201.575q-.5%200-.775-.387t-.125-.863q.25-.95.425-2.212T13.5%207.5t-.175-2.613t-.425-2.412q-.05-.225.013-.4t.212-.3t.35-.162t.4.062q1.5.725%202.688%201.9T18.65%206.15q.925%201.425%201.538%203t.737%203.275q.05.425-.262.75t-.738.325zM9%2019q-.65%200-1.237-.262t-1.088-.688q-.15-.125-.325-.175t-.35-.05t-.337.063t-.288.187q-.225.2-.5.363t-.55.287q-.625-.475-1.137-1.088T2.4%2016.3q-.2-.475.138-.888T3.375%2015h17.25q.5%200%20.813.4t.162.9q-.325.725-.812%201.338t-1.113%201.087q-.275-.125-.55-.288t-.5-.362q-.125-.125-.288-.187T18%2017.825t-.35.038t-.325.162q-.5.425-1.088.7T15%2019t-1.263-.288T12.626%2018q-.125-.125-.288-.175t-.337-.05t-.337.05t-.288.175q-.5.425-1.112.713T9%2019m3%203.25q-.725.375-1.475.563T9%2023t-1.525-.187T6%2022.25q-.725.375-1.475.563T3%2023q-.425%200-.712-.288T2%2022q0-.4.363-.562T3%2021q.675%200%201.313-.238t1.237-.537q.125-.05.225-.075T6%2020.125t.225.025t.225.075q.6.3%201.237.525T9%2020.975t1.313-.225t1.237-.525q.125-.05.225-.075t.225-.025t.225.025t.225.075q.6.3%201.238.525t1.312.225t1.313-.225t1.237-.525q.1-.05.45-.1q.05%200%20.45.1q.6.3%201.238.538T21%2021q.425%200%20.713.288T22%2022q0%20.4-.363.563T21%2023q-.775%200-1.525-.187T18%2022.25q-.725.375-1.475.563T15%2023t-1.525-.187T12%2022.25%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.1%2011.925l5.525-7.95q.175-.225.4-.287t.45.012t.375.25t.15.45v8.1q0%20.425-.288.713T10%2013.5H4.925q-.3%200-.525-.15t-.35-.375t-.125-.513t.175-.537m9.7%201.575q-.5%200-.775-.387t-.125-.863q.25-.95.425-2.212T13.5%207.5t-.175-2.613t-.425-2.412q-.05-.225.013-.4t.212-.3t.35-.162t.4.062q1.5.725%202.688%201.9T18.65%206.15q.925%201.425%201.538%203t.737%203.275q.05.425-.262.75t-.738.325zM9%2019q-.65%200-1.237-.262t-1.088-.688q-.15-.125-.325-.175t-.35-.05t-.337.063t-.288.187q-.225.2-.5.363t-.55.287q-.625-.475-1.137-1.088T2.4%2016.3q-.2-.475.138-.888T3.375%2015h17.25q.5%200%20.813.4t.162.9q-.325.725-.812%201.338t-1.113%201.087q-.275-.125-.55-.288t-.5-.362q-.125-.125-.288-.187T18%2017.825t-.35.038t-.325.162q-.5.425-1.088.7T15%2019t-1.263-.288T12.626%2018q-.125-.125-.288-.175t-.337-.05t-.337.05t-.288.175q-.5.425-1.112.713T9%2019m3%203.25q-.725.375-1.475.563T9%2023t-1.525-.187T6%2022.25q-.725.375-1.475.563T3%2023q-.425%200-.712-.288T2%2022q0-.4.363-.562T3%2021q.675%200%201.313-.238t1.237-.537q.125-.05.225-.075T6%2020.125t.225.025t.225.075q.6.3%201.237.525T9%2020.975t1.313-.225t1.237-.525q.125-.05.225-.075t.225-.025t.225.025t.225.075q.6.3%201.238.525t1.312.225t1.313-.225t1.237-.525q.1-.05.45-.1q.05%200%20.45.1q.6.3%201.238.538T21%2021q.425%200%20.713.288T22%2022q0%20.4-.363.563T21%2023q-.775%200-1.525-.187T18%2022.25q-.725.375-1.475.563T15%2023t-1.525-.187T12%2022.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sailing-rounded.svg?color=%231a73e8&size=48