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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.327 20.539q-1.2 0-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832 2.033q0 .512-.172.976t-.497.837v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21q-1.067 0-2.084-.238q-1.018-.237-1.98-.731q-.361.263-.77.385q-.408.122-.839.122M12 14.866q-1.2 0-2.033-.833T9.135 12t.832-2.033T12 9.135t2.033.832t.833 2.033t-.833 2.033t-2.033.833M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q1.067 0 2.085.238q1.017.237 1.978.731q.362-.244.77-.366q.41-.122.84-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.032-.832q-.833-.833-.833-2.033q0-.512.172-.976t.497-.837v.29q-.808-.402-1.685-.603Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOrbit(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.327 20.539q-1.2 0-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832 2.033q0 .512-.172.976t-.497.837v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21q-1.067 0-2.084-.238q-1.018-.237-1.98-.731q-.361.263-.77.385q-.408.122-.839.122M12 14.866q-1.2 0-2.033-.833T9.135 12t.832-2.033T12 9.135t2.033.832t.833 2.033t-.833 2.033t-2.033.833M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q1.067 0 2.085.238q1.017.237 1.978.731q.362-.244.77-.366q.41-.122.84-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.032-.832q-.833-.833-.833-2.033q0-.512.172-.976t.497-.837v.29q-.808-.402-1.685-.603Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12z"/></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.327 20.539q-1.2 0-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832 2.033q0 .512-.172.976t-.497.837v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21q-1.067 0-2.084-.238q-1.018-.237-1.98-.731q-.361.263-.77.385q-.408.122-.839.122M12 14.866q-1.2 0-2.033-.833T9.135 12t.832-2.033T12 9.135t2.033.832t.833 2.033t-.833 2.033t-2.033.833M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q1.067 0 2.085.238q1.017.237 1.978.731q.362-.244.77-.366q.41-.122.84-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.032-.832q-.833-.833-.833-2.033q0-.512.172-.976t.497-.837v.29q-.808-.402-1.685-.603Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12z"/></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%22M6.327%2020.539q-1.2%200-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832%202.033q0%20.512-.172.976t-.497.837v-.29q.808.402%201.685.603T12%2020q3.35%200%205.675-2.325T20%2012h1q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021q-1.067%200-2.084-.238q-1.018-.237-1.98-.731q-.361.263-.77.385q-.408.122-.839.122M12%2014.866q-1.2%200-2.033-.833T9.135%2012t.832-2.033T12%209.135t2.033.832t.833%202.033t-.833%202.033t-2.033.833M3%2012q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q1.067%200%202.085.238q1.017.237%201.978.731q.362-.244.77-.366q.41-.122.84-.122q1.2%200%202.023.823t.823%202.023t-.823%202.033t-2.023.832t-2.032-.832q-.833-.833-.833-2.033q0-.512.172-.976t.497-.837v.29q-.808-.402-1.685-.603Q12.916%204%2012%204Q8.65%204%206.325%206.325T4%2012z%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.327%2020.539q-1.2%200-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832%202.033q0%20.512-.172.976t-.497.837v-.29q.808.402%201.685.603T12%2020q3.35%200%205.675-2.325T20%2012h1q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021q-1.067%200-2.084-.238q-1.018-.237-1.98-.731q-.361.263-.77.385q-.408.122-.839.122M12%2014.866q-1.2%200-2.033-.833T9.135%2012t.832-2.033T12%209.135t2.033.832t.833%202.033t-.833%202.033t-2.033.833M3%2012q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q1.067%200%202.085.238q1.017.237%201.978.731q.362-.244.77-.366q.41-.122.84-.122q1.2%200%202.023.823t.823%202.023t-.823%202.033t-2.023.832t-2.032-.832q-.833-.833-.833-2.033q0-.512.172-.976t.497-.837v.29q-.808-.402-1.685-.603Q12.916%204%2012%204Q8.65%204%206.325%206.325T4%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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