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

Name
orbit-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.16-.37t.36-.155t.354.156t.131.369q-.207 3.57-2.792 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.16.37t-.36.155t-.354-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4m5.673 4.192q.77 0 1.308-.552q.538-.553.538-1.313t-.543-1.303t-1.303-.543t-1.312.54t-.553 1.313t.544 1.315t1.321.543m0-1.865"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOrbitOutlineRounded(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.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.16-.37t.36-.155t.354.156t.131.369q-.207 3.57-2.792 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.16.37t-.36.155t-.354-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4m5.673 4.192q.77 0 1.308-.552q.538-.553.538-1.313t-.543-1.303t-1.303-.543t-1.312.54t-.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.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.16-.37t.36-.155t.354.156t.131.369q-.207 3.57-2.792 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.16.37t-.36.155t-.354-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4m5.673 4.192q.77 0 1.308-.552q.538-.553.538-1.313t-.543-1.303t-1.303-.543t-1.312.54t-.553 1.313t.544 1.315t1.321.543m0-1.865"/></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.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.21%200%205.495-2.164q2.286-2.163%202.488-5.311q.011-.213.16-.37t.36-.155t.354.156t.131.369q-.207%203.57-2.792%206.022T12%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.833M12%204Q8.79%204%206.505%206.164q-2.286%202.163-2.488%205.311q-.011.214-.16.37t-.36.155t-.354-.156t-.131-.369q.207-3.57%202.792-6.022T12%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%204m5.673%204.192q.77%200%201.308-.552q.538-.553.538-1.313t-.543-1.303t-1.303-.543t-1.312.54t-.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.21%200%205.495-2.164q2.286-2.163%202.488-5.311q.011-.213.16-.37t.36-.155t.354.156t.131.369q-.207%203.57-2.792%206.022T12%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.833M12%204Q8.79%204%206.505%206.164q-2.286%202.163-2.488%205.311q-.011.214-.16.37t-.36.155t-.354-.156t-.131-.369q.207-3.57%202.792-6.022T12%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%204m5.673%204.192q.77%200%201.308-.552q.538-.553.538-1.313t-.543-1.303t-1.303-.543t-1.312.54t-.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-rounded.svg?color=%231a73e8&size=48