Orbitarr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orbitarr icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345332.svg" alt="Orbitarr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345332.svg" alt="Orbitarr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345332.svg" alt="Orbitarr icon" :width="24" :height="24" />
CSS background
.icon-orbitarr {
background-image: url('https://proicons.com/icon/345332.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M6.3724,32.3373c-1.2328-2.6065-1.8722-5.4539-1.8722-8.3372C4.5002,13.2307,13.2305,4.5003,24,4.5003c2.8833,0,5.7308.6394,8.3373,1.8722M41.6276,15.6629c1.2328,2.6065,1.8722,5.454,1.8722,8.3373,0,10.7695-8.7304,19.4998-19.4998,19.4998-2.8833,0-5.7307-.6394-8.3372-1.8722"/><circle class="c" cx="39.2837" cy="8.7162" r="4.2162"/><circle class="c" cx="8.7163" cy="39.2835" r="4.2162"/><circle class="c" cx="24" cy="23.9998" r="12.1215"/></svg>
Copied!