orbit icon
orbit-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- orbit-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.075 0 5.313-2t2.612-4.975q.05-.425.35-.725T21 12t.713.3t.237.725q-.4 3.8-3.225 6.388T12 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.5M12 4Q8.925 4 6.688 6t-2.613 4.975q-.05.425-.35.725T3 12t-.712-.3t-.238-.725q.4-3.8 3.225-6.387T12 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 4m6 3.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 MaterialSymbolsOrbitOutlineRounded(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.075 0 5.313-2t2.612-4.975q.05-.425.35-.725T21 12t.713.3t.237.725q-.4 3.8-3.225 6.388T12 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.5M12 4Q8.925 4 6.688 6t-2.613 4.975q-.05.425-.35.725T3 12t-.712-.3t-.238-.725q.4-3.8 3.225-6.387T12 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 4m6 3.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.075 0 5.313-2t2.612-4.975q.05-.425.35-.725T21 12t.713.3t.237.725q-.4 3.8-3.225 6.388T12 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.5M12 4Q8.925 4 6.688 6t-2.613 4.975q-.05.425-.35.725T3 12t-.712-.3t-.238-.725q.4-3.8 3.225-6.387T12 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 4m6 3.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-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%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.075%200%205.313-2t2.612-4.975q.05-.425.35-.725T21%2012t.713.3t.237.725q-.4%203.8-3.225%206.388T12%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.5M12%204Q8.925%204%206.688%206t-2.613%204.975q-.05.425-.35.725T3%2012t-.712-.3t-.238-.725q.4-3.8%203.225-6.387T12%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%204m6%203.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.075%200%205.313-2t2.612-4.975q.05-.425.35-.725T21%2012t.713.3t.237.725q-.4%203.8-3.225%206.388T12%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.5M12%204Q8.925%204%206.688%206t-2.613%204.975q-.05.425-.35.725T3%2012t-.712-.3t-.238-.725q.4-3.8%203.225-6.387T12%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%204m6%203.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-rounded.svg?color=%231a73e8&size=48