round-sailing from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-sailing
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round sailing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 13V3.59c0-.49-.63-.69-.91-.29l-6.54 9.41c-.23.33.01.79.41.79h6.54c.28 0 .5-.22.5-.5m9.99-.02C20.72 7.07 15.9 2.32 13.4 1.23c-.37-.16-.77.2-.67.59c.3 1.13.76 3.28.76 5.68c0 2.44-.49 4.39-.78 5.35c-.1.32.14.65.48.65h7.28c.29 0 .53-.24.52-.52M20.62 15H3.38c-.73 0-1.22.76-.92 1.42c.43.92 1.07 1.71 1.86 2.31c.38-.16.74-.38 1.06-.63c.35-.29.87-.29 1.23 0c.67.53 1.49.9 2.39.9s1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.35-.29.87-.28 1.23 0c.32.26.67.48 1.06.63c.79-.6 1.43-1.39 1.86-2.31c.3-.65-.19-1.41-.92-1.41M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSailing(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="M11 13V3.59c0-.49-.63-.69-.91-.29l-6.54 9.41c-.23.33.01.79.41.79h6.54c.28 0 .5-.22.5-.5m9.99-.02C20.72 7.07 15.9 2.32 13.4 1.23c-.37-.16-.77.2-.67.59c.3 1.13.76 3.28.76 5.68c0 2.44-.49 4.39-.78 5.35c-.1.32.14.65.48.65h7.28c.29 0 .53-.24.52-.52M20.62 15H3.38c-.73 0-1.22.76-.92 1.42c.43.92 1.07 1.71 1.86 2.31c.38-.16.74-.38 1.06-.63c.35-.29.87-.29 1.23 0c.67.53 1.49.9 2.39.9s1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.35-.29.87-.28 1.23 0c.32.26.67.48 1.06.63c.79-.6 1.43-1.39 1.86-2.31c.3-.65-.19-1.41-.92-1.41M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 13V3.59c0-.49-.63-.69-.91-.29l-6.54 9.41c-.23.33.01.79.41.79h6.54c.28 0 .5-.22.5-.5m9.99-.02C20.72 7.07 15.9 2.32 13.4 1.23c-.37-.16-.77.2-.67.59c.3 1.13.76 3.28.76 5.68c0 2.44-.49 4.39-.78 5.35c-.1.32.14.65.48.65h7.28c.29 0 .53-.24.52-.52M20.62 15H3.38c-.73 0-1.22.76-.92 1.42c.43.92 1.07 1.71 1.86 2.31c.38-.16.74-.38 1.06-.63c.35-.29.87-.29 1.23 0c.67.53 1.49.9 2.39.9s1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.35-.29.87-.28 1.23 0c.32.26.67.48 1.06.63c.79-.6 1.43-1.39 1.86-2.31c.3-.65-.19-1.41-.92-1.41M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>
</template>

CSS

.icon-round-sailing {
  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%22M11%2013V3.59c0-.49-.63-.69-.91-.29l-6.54%209.41c-.23.33.01.79.41.79h6.54c.28%200%20.5-.22.5-.5m9.99-.02C20.72%207.07%2015.9%202.32%2013.4%201.23c-.37-.16-.77.2-.67.59c.3%201.13.76%203.28.76%205.68c0%202.44-.49%204.39-.78%205.35c-.1.32.14.65.48.65h7.28c.29%200%20.53-.24.52-.52M20.62%2015H3.38c-.73%200-1.22.76-.92%201.42c.43.92%201.07%201.71%201.86%202.31c.38-.16.74-.38%201.06-.63c.35-.29.87-.29%201.23%200c.67.53%201.49.9%202.39.9s1.72-.37%202.39-.91c.35-.28.87-.28%201.22%200c.67.54%201.49.91%202.39.91s1.72-.37%202.39-.91c.35-.29.87-.28%201.23%200c.32.26.67.48%201.06.63c.79-.6%201.43-1.39%201.86-2.31c.3-.65-.19-1.41-.92-1.41M22%2022c0-.55-.45-1-1-1c-.87%200-1.73-.24-2.53-.7a.95.95%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-.8.46-1.66.7-2.53.7c-.55%200-1%20.45-1%201s.45%201%201%201c1.15%200%202.3-.31%203.33-.94c1.66%201.11%203.78%201.01%205.58.14a6.36%206.36%200%200%200%206.09.05c.95.5%201.97.75%203%20.75c.55%200%201-.45%201-1%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%22M11%2013V3.59c0-.49-.63-.69-.91-.29l-6.54%209.41c-.23.33.01.79.41.79h6.54c.28%200%20.5-.22.5-.5m9.99-.02C20.72%207.07%2015.9%202.32%2013.4%201.23c-.37-.16-.77.2-.67.59c.3%201.13.76%203.28.76%205.68c0%202.44-.49%204.39-.78%205.35c-.1.32.14.65.48.65h7.28c.29%200%20.53-.24.52-.52M20.62%2015H3.38c-.73%200-1.22.76-.92%201.42c.43.92%201.07%201.71%201.86%202.31c.38-.16.74-.38%201.06-.63c.35-.29.87-.29%201.23%200c.67.53%201.49.9%202.39.9s1.72-.37%202.39-.91c.35-.28.87-.28%201.22%200c.67.54%201.49.91%202.39.91s1.72-.37%202.39-.91c.35-.29.87-.28%201.23%200c.32.26.67.48%201.06.63c.79-.6%201.43-1.39%201.86-2.31c.3-.65-.19-1.41-.92-1.41M22%2022c0-.55-.45-1-1-1c-.87%200-1.73-.24-2.53-.7a.95.95%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-.8.46-1.66.7-2.53.7c-.55%200-1%20.45-1%201s.45%201%201%201c1.15%200%202.3-.31%203.33-.94c1.66%201.11%203.78%201.01%205.58.14a6.36%206.36%200%200%200%206.09.05c.95.5%201.97.75%203%20.75c.55%200%201-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sailing.svg?color=%231a73e8&size=48