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

Name
orbit-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
orbit-outline-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 .503-.172.972t-.497.841v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.709 3.507q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.065 0-2.084-.238t-1.98-.731q-.361.263-.773.385t-.836.122m1.322-1.544q.543-.544.543-1.322t-.544-1.321t-1.322-.543t-1.321.544t-.544 1.322t.545 1.321t1.322.544t1.321-.545M12 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.709-3.507t1.924-2.859T8.49 3.709T12 3q1.066 0 2.084.238t1.98.731q.37-.244.774-.366t.835-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.033-.832t-.832-2.033q0-.503.172-.972t.497-.842v.29q-.808-.401-1.685-.602Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12zm14.673-3.808q.77 0 1.308-.553t.538-1.312t-.543-1.303t-1.303-.543t-1.312.54q-.553.54-.553 1.313t.544 1.315t1.321.543m0-1.865"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOrbitOutline(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 .503-.172.972t-.497.841v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.709 3.507q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.065 0-2.084-.238t-1.98-.731q-.361.263-.773.385t-.836.122m1.322-1.544q.543-.544.543-1.322t-.544-1.321t-1.322-.543t-1.321.544t-.544 1.322t.545 1.321t1.322.544t1.321-.545M12 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.709-3.507t1.924-2.859T8.49 3.709T12 3q1.066 0 2.084.238t1.98.731q.37-.244.774-.366t.835-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.033-.832t-.832-2.033q0-.503.172-.972t.497-.842v.29q-.808-.401-1.685-.602Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12zm14.673-3.808q.77 0 1.308-.553t.538-1.312t-.543-1.303t-1.303-.543t-1.312.54q-.553.54-.553 1.313t.544 1.315t1.321.543m0-1.865"/></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 .503-.172.972t-.497.841v-.29q.808.402 1.685.603T12 20q3.35 0 5.675-2.325T20 12h1q0 1.864-.709 3.507q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.065 0-2.084-.238t-1.98-.731q-.361.263-.773.385t-.836.122m1.322-1.544q.543-.544.543-1.322t-.544-1.321t-1.322-.543t-1.321.544t-.544 1.322t.545 1.321t1.322.544t1.321-.545M12 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.709-3.507t1.924-2.859T8.49 3.709T12 3q1.066 0 2.084.238t1.98.731q.37-.244.774-.366t.835-.122q1.2 0 2.023.823t.823 2.023t-.823 2.033t-2.023.832t-2.033-.832t-.832-2.033q0-.503.172-.972t.497-.842v.29q-.808-.401-1.685-.602Q12.916 4 12 4Q8.65 4 6.325 6.325T4 12zm14.673-3.808q.77 0 1.308-.553t.538-1.312t-.543-1.303t-1.303-.543t-1.312.54q-.553.54-.553 1.313t.544 1.315t1.321.543m0-1.865"/></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.327%2020.539q-1.2%200-2.033-.833t-.832-2.033t.832-2.033t2.033-.832t2.033.832t.832%202.033q0%20.503-.172.972t-.497.841v-.29q.808.402%201.685.603T12%2020q3.35%200%205.675-2.325T20%2012h1q0%201.864-.709%203.507q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021q-1.065%200-2.084-.238t-1.98-.731q-.361.263-.773.385t-.836.122m1.322-1.544q.543-.544.543-1.322t-.544-1.321t-1.322-.543t-1.321.544t-.544%201.322t.545%201.321t1.322.544t1.321-.545M12%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.709-3.507t1.924-2.859T8.49%203.709T12%203q1.066%200%202.084.238t1.98.731q.37-.244.774-.366t.835-.122q1.2%200%202.023.823t.823%202.023t-.823%202.033t-2.023.832t-2.033-.832t-.832-2.033q0-.503.172-.972t.497-.842v.29q-.808-.401-1.685-.602Q12.916%204%2012%204Q8.65%204%206.325%206.325T4%2012zm14.673-3.808q.77%200%201.308-.553t.538-1.312t-.543-1.303t-1.303-.543t-1.312.54q-.553.54-.553%201.313t.544%201.315t1.321.543m0-1.865%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.503-.172.972t-.497.841v-.29q.808.402%201.685.603T12%2020q3.35%200%205.675-2.325T20%2012h1q0%201.864-.709%203.507q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021q-1.065%200-2.084-.238t-1.98-.731q-.361.263-.773.385t-.836.122m1.322-1.544q.543-.544.543-1.322t-.544-1.321t-1.322-.543t-1.321.544t-.544%201.322t.545%201.321t1.322.544t1.321-.545M12%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.709-3.507t1.924-2.859T8.49%203.709T12%203q1.066%200%202.084.238t1.98.731q.37-.244.774-.366t.835-.122q1.2%200%202.023.823t.823%202.023t-.823%202.033t-2.023.832t-2.033-.832t-.832-2.033q0-.503.172-.972t.497-.842v.29q-.808-.401-1.685-.602Q12.916%204%2012%204Q8.65%204%206.325%206.325T4%2012zm14.673-3.808q.77%200%201.308-.553t.538-1.312t-.543-1.303t-1.303-.543t-1.312.54q-.553.54-.553%201.313t.544%201.315t1.321.543m0-1.865%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-outline.svg?color=%231a73e8&size=48