Orb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orb 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/330768.svg" alt="Orb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330768.svg" alt="Orb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330768.svg" alt="Orb icon" :width="24" :height="24" />
CSS background
.icon-orb {
background-image: url('https://proicons.com/icon/330768.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m16.568 10.699c-2.7618-.29303-6.0934-.64784-8.293 1.4158-1.6105 1.5673-2.3014 3.9731-1.5231 6.1132 1.6954 5.1113 5.5028 9.0754 8.7703 13.231 1.0842 1.332 2.1525 2.6771 3.255 3.994m3.3956 3.6642c2.0661 1.8663 4.5571 4.1215 7.5578 3.7451 2.2244-.32134 4.1977-1.8616 4.8259-4.0506 1.6329-5.1316.88269-10.577.68171-15.859-.094139-1.7141-.16763-3.4295-.2854-5.1423m-.5929-4.9612c-.5595-2.6715-1.2278-5.8183-3.7125-7.3728-2.0187-1.1385-4.6281-1.1197-6.4835.33771-4.3372 3.1917-6.9299 8.0382-9.8715 12.43-.93222 1.4437-1.882 2.8763-2.7941 4.3329m-2.4285 4.3479c-1.1195 2.493-2.4318 5.4347-1.3349 8.1566.96418 2.1088 3.0873 3.6288 5.4463 3.54 5.3848-.03296 10.331-2.4296 15.292-4.2532 1.6033-.62022 3.2143-1.221 4.8089-1.8635m4.5315-2.0965c2.4127-1.3882 5.3261-3.0604 5.895-6.0298.38158-2.2146-.47355-4.5671-2.3612-5.8409-4.3759-3.1385-9.7862-4.1074-14.872-5.5482-1.6669-.44206-3.3286-.90448-5.0017-1.323"/></svg>
Copied!