orbit from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.

Name
orbit
Set
Material Design Icons
Style
Filled
Category
Science
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More science icons from Material Design Icons

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="M8.11 1.75C9.3 1.25 10.62 1 12 1c6.08 0 11 4.92 11 11s-4.92 11-11 11S1 18.08 1 12c0-1.38.25-2.7.72-3.92a4.5 4.5 0 0 0 1.73 1.1C3.16 10.07 3 11 3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9c-1 0-1.93.16-2.82.45c-.22-.62-.57-1.21-1.07-1.7M4.93 2.93a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5"/></svg>

React

import type { SVGProps } from "react";

export function MdiOrbit(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="M8.11 1.75C9.3 1.25 10.62 1 12 1c6.08 0 11 4.92 11 11s-4.92 11-11 11S1 18.08 1 12c0-1.38.25-2.7.72-3.92a4.5 4.5 0 0 0 1.73 1.1C3.16 10.07 3 11 3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9c-1 0-1.93.16-2.82.45c-.22-.62-.57-1.21-1.07-1.7M4.93 2.93a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.11 1.75C9.3 1.25 10.62 1 12 1c6.08 0 11 4.92 11 11s-4.92 11-11 11S1 18.08 1 12c0-1.38.25-2.7.72-3.92a4.5 4.5 0 0 0 1.73 1.1C3.16 10.07 3 11 3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9c-1 0-1.93.16-2.82.45c-.22-.62-.57-1.21-1.07-1.7M4.93 2.93a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5"/></svg>
</template>

CSS

.icon-orbit {
  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%22M8.11%201.75C9.3%201.25%2010.62%201%2012%201c6.08%200%2011%204.92%2011%2011s-4.92%2011-11%2011S1%2018.08%201%2012c0-1.38.25-2.7.72-3.92a4.5%204.5%200%200%200%201.73%201.1C3.16%2010.07%203%2011%203%2012a9%209%200%200%200%209%209a9%209%200%200%200%209-9a9%209%200%200%200-9-9c-1%200-1.93.16-2.82.45c-.22-.62-.57-1.21-1.07-1.7M4.93%202.93a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-1.11.89-2%202-2M12%207a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5%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%22M8.11%201.75C9.3%201.25%2010.62%201%2012%201c6.08%200%2011%204.92%2011%2011s-4.92%2011-11%2011S1%2018.08%201%2012c0-1.38.25-2.7.72-3.92a4.5%204.5%200%200%200%201.73%201.1C3.16%2010.07%203%2011%203%2012a9%209%200%200%200%209%209a9%209%200%200%200%209-9a9%209%200%200%200-9-9c-1%200-1.93.16-2.82.45c-.22-.62-.57-1.21-1.07-1.7M4.93%202.93a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-1.11.89-2%202-2M12%207a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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