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

Name
orbit-rounded
Set
Material Symbols Light
Style
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 .512-.172.976t-.497.837v-.29q.808.402 1.685.603T12 20q3.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.157-.37q.147-.155.36-.155t.357.156t.132.369q-.208 3.57-2.793 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.158.37Q3.713 12 3.5 12t-.357-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOrbitRounded(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.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.157-.37q.147-.155.36-.155t.357.156t.132.369q-.208 3.57-2.793 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.158.37Q3.713 12 3.5 12t-.357-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4"/></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.21 0 5.495-2.164q2.286-2.163 2.488-5.311q.011-.213.157-.37q.147-.155.36-.155t.357.156t.132.369q-.208 3.57-2.793 6.022T12 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.833M12 4Q8.79 4 6.505 6.164q-2.286 2.163-2.488 5.311q-.011.214-.158.37Q3.713 12 3.5 12t-.357-.156t-.131-.369q.207-3.57 2.792-6.022T12 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 4"/></svg>
</template>

CSS

.icon-orbit-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.512-.172.976t-.497.837v-.29q.808.402%201.685.603T12%2020q3.21%200%205.495-2.164q2.286-2.163%202.488-5.311q.011-.213.157-.37q.147-.155.36-.155t.357.156t.132.369q-.208%203.57-2.793%206.022T12%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.833M12%204Q8.79%204%206.505%206.164q-2.286%202.163-2.488%205.311q-.011.214-.158.37Q3.713%2012%203.5%2012t-.357-.156t-.131-.369q.207-3.57%202.792-6.022T12%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%204%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.21%200%205.495-2.164q2.286-2.163%202.488-5.311q.011-.213.157-.37q.147-.155.36-.155t.357.156t.132.369q-.208%203.57-2.793%206.022T12%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.833M12%204Q8.79%204%206.505%206.164q-2.286%202.163-2.488%205.311q-.011.214-.158.37Q3.713%2012%203.5%2012t-.357-.156t-.131-.369q.207-3.57%202.792-6.022T12%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%204%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-rounded.svg?color=%231a73e8&size=48