orbit-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
orbit-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
orbit-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the orbit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21.5q-1.45 0-2.475-1.025T2.5 18t1.025-2.475T6 14.5t2.475 1.025T9.5 18q0 .55-.162 1.063t-.488.962v-.675q.75.325 1.55.488T12 20q3.35 0 5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.125 0-2.2-.238t-2.075-.712q-.4.225-.837.338T6 21.5m1.063-2.437Q7.5 18.625 7.5 18t-.437-1.062T6 16.5t-1.062.438T4.5 18t.438 1.063T6 19.5t1.063-.437M12 15.5q-1.45 0-2.475-1.025T8.5 12t1.025-2.475T12 8.5t2.475 1.025T15.5 12t-1.025 2.475T12 15.5M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.125 0 2.2.238t2.075.712q.4-.225.838-.338T18 2.5q1.45 0 2.475 1.025T21.5 6t-1.025 2.475T18 9.5t-2.475-1.025T14.5 6q0-.55.163-1.062t.487-.963v.675q-.75-.325-1.55-.488T12 4Q8.65 4 6.325 6.325T4 12zm16-4.5q.625 0 1.063-.437T19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5M18 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOrbitOutline(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="M6 21.5q-1.45 0-2.475-1.025T2.5 18t1.025-2.475T6 14.5t2.475 1.025T9.5 18q0 .55-.162 1.063t-.488.962v-.675q.75.325 1.55.488T12 20q3.35 0 5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.125 0-2.2-.238t-2.075-.712q-.4.225-.837.338T6 21.5m1.063-2.437Q7.5 18.625 7.5 18t-.437-1.062T6 16.5t-1.062.438T4.5 18t.438 1.063T6 19.5t1.063-.437M12 15.5q-1.45 0-2.475-1.025T8.5 12t1.025-2.475T12 8.5t2.475 1.025T15.5 12t-1.025 2.475T12 15.5M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.125 0 2.2.238t2.075.712q.4-.225.838-.338T18 2.5q1.45 0 2.475 1.025T21.5 6t-1.025 2.475T18 9.5t-2.475-1.025T14.5 6q0-.55.163-1.062t.487-.963v.675q-.75-.325-1.55-.488T12 4Q8.65 4 6.325 6.325T4 12zm16-4.5q.625 0 1.063-.437T19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5M18 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21.5q-1.45 0-2.475-1.025T2.5 18t1.025-2.475T6 14.5t2.475 1.025T9.5 18q0 .55-.162 1.063t-.488.962v-.675q.75.325 1.55.488T12 20q3.35 0 5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.125 0-2.2-.238t-2.075-.712q-.4.225-.837.338T6 21.5m1.063-2.437Q7.5 18.625 7.5 18t-.437-1.062T6 16.5t-1.062.438T4.5 18t.438 1.063T6 19.5t1.063-.437M12 15.5q-1.45 0-2.475-1.025T8.5 12t1.025-2.475T12 8.5t2.475 1.025T15.5 12t-1.025 2.475T12 15.5M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q1.125 0 2.2.238t2.075.712q.4-.225.838-.338T18 2.5q1.45 0 2.475 1.025T21.5 6t-1.025 2.475T18 9.5t-2.475-1.025T14.5 6q0-.55.163-1.062t.487-.963v.675q-.75-.325-1.55-.488T12 4Q8.65 4 6.325 6.325T4 12zm16-4.5q.625 0 1.063-.437T19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5M18 6"/></svg>
</template>

CSS

.icon-orbit-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%22M6%2021.5q-1.45%200-2.475-1.025T2.5%2018t1.025-2.475T6%2014.5t2.475%201.025T9.5%2018q0%20.55-.162%201.063t-.488.962v-.675q.75.325%201.55.488T12%2020q3.35%200%205.675-2.325T20%2012h2q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022q-1.125%200-2.2-.238t-2.075-.712q-.4.225-.837.338T6%2021.5m1.063-2.437Q7.5%2018.625%207.5%2018t-.437-1.062T6%2016.5t-1.062.438T4.5%2018t.438%201.063T6%2019.5t1.063-.437M12%2015.5q-1.45%200-2.475-1.025T8.5%2012t1.025-2.475T12%208.5t2.475%201.025T15.5%2012t-1.025%202.475T12%2015.5M2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q1.125%200%202.2.238t2.075.712q.4-.225.838-.338T18%202.5q1.45%200%202.475%201.025T21.5%206t-1.025%202.475T18%209.5t-2.475-1.025T14.5%206q0-.55.163-1.062t.487-.963v.675q-.75-.325-1.55-.488T12%204Q8.65%204%206.325%206.325T4%2012zm16-4.5q.625%200%201.063-.437T19.5%206t-.437-1.062T18%204.5t-1.062.438T16.5%206t.438%201.063T18%207.5M18%206%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%22M6%2021.5q-1.45%200-2.475-1.025T2.5%2018t1.025-2.475T6%2014.5t2.475%201.025T9.5%2018q0%20.55-.162%201.063t-.488.962v-.675q.75.325%201.55.488T12%2020q3.35%200%205.675-2.325T20%2012h2q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022q-1.125%200-2.2-.238t-2.075-.712q-.4.225-.837.338T6%2021.5m1.063-2.437Q7.5%2018.625%207.5%2018t-.437-1.062T6%2016.5t-1.062.438T4.5%2018t.438%201.063T6%2019.5t1.063-.437M12%2015.5q-1.45%200-2.475-1.025T8.5%2012t1.025-2.475T12%208.5t2.475%201.025T15.5%2012t-1.025%202.475T12%2015.5M2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q1.125%200%202.2.238t2.075.712q.4-.225.838-.338T18%202.5q1.45%200%202.475%201.025T21.5%206t-1.025%202.475T18%209.5t-2.475-1.025T14.5%206q0-.55.163-1.062t.487-.963v.675q-.75-.325-1.55-.488T12%204Q8.65%204%206.325%206.325T4%2012zm16-4.5q.625%200%201.063-.437T19.5%206t-.437-1.062T18%204.5t-1.062.438T16.5%206t.438%201.063T18%207.5M18%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/orbit-outline.svg?color=%231a73e8&size=48