Exteragram Orbit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exteragram Orbit 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/340199.svg" alt="Exteragram Orbit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340199.svg" alt="Exteragram Orbit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340199.svg" alt="Exteragram Orbit icon" :width="24" :height="24" />
CSS background
.icon-exteragram-orbit {
background-image: url('https://proicons.com/icon/340199.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M20.3421,27.7751c1.7759,1.7813,3.0121,4.2196,3.8345,6.3619.5469,1.4246,2.5685,1.3979,3.0692-.0436l5.878-16.9232c.4608-1.3266-.8097-2.6009-2.1377-2.1442l-16.9411,5.8263c-1.443.4963-1.476,2.5178-.053,3.069,2.1397.829,4.5742,2.0726,6.3501,3.8539"/><line class="b" x1="2.5745" y1="24.7971" x2="14.045" y2="20.8522"/><line class="b" x1="23.2883" y1="45.4872" x2="27.2458" y2="34.0934"/><polygon class="b" points="12.4953 28.4832 13.4086 30.9512 15.8766 31.8645 13.4086 32.7777 12.4953 35.2458 11.5821 32.7777 9.1141 31.8645 11.5821 30.9512 12.4953 28.4832"/><polygon class="b" points="19.9448 37.1062 19.7742 39.1526 21.2166 40.6141 19.1702 40.4435 17.7087 41.8859 17.8793 39.8396 16.4369 38.378 18.4832 38.5486 19.9448 37.1062"/><line class="b" x1="8.9274" y1="24.8367" x2="9.91" y2="27.2616"/><line class="b" x1="10.6311" y1="25.5579" x2="8.2063" y2="26.5405"/><line class="b" x1="20.0938" y1="30.8648" x2="19.4942" y2="32.8642"/><line class="b" x1="20.7937" y1="32.1643" x2="18.7943" y2="31.5647"/><line class="b" x1="13.3384" y1="37.8595" x2="12.0427" y2="39.4961"/><line class="b" x1="13.5088" y1="39.3257" x2="11.8723" y2="38.03"/></svg>
Copied!