Jiosphere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jiosphere 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/342245.svg" alt="Jiosphere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342245.svg" alt="Jiosphere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342245.svg" alt="Jiosphere icon" :width="24" :height="24" />
CSS background
.icon-jiosphere {
background-image: url('https://proicons.com/icon/342245.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="M9.735,29.0777c-.2454.4277-.2943.3495-.436-.3002s-.3761-1.871-.4592-3.3707c-.083-1.4997-.0147-3.2778.7902-4.5526.8048-1.2747,2.3461-2.046,5.7282-2.8877,3.3821-.8416,8.6048-1.7535,12.936-1.6015,4.3316.152,7.772,1.3679,9.4715,2.6183,1.6995,1.2504,1.658,2.5354,1.0086,3.7513s-1.9067,2.3627-4.4629,2.5078c-2.5562.1451-6.411-.7116-10.535-.6217-4.1244.0898-8.5181,1.1261-10.936,2.111s-2.8599,1.9184-3.1054,2.3461h0Z"/><path class="b" d="M11.949,15.3297c-.0345.5803.8083-.2211,2.6943-.9672,1.886-.7461,4.8152-1.437,8.076-1.6373,3.2608-.2003,6.8532.0898,8.8843.076,2.0311-.0138,2.5009-.3316,2.6045-.9188.1036-.5872-.1589-1.4439-1.7824-2.3143-1.6235-.8705-4.6079-1.7547-7.9378-1.5475-3.3299.2073-7.0051,1.506-9.2988,3.1364-2.2936,1.6304-3.2055,3.5924-3.2401,4.1727h0Z"/><path class="b" d="M18.898,39.9867c-.5862-.1343-2.8333-1.2384-4.4014-2.5427-1.5681-1.3043-2.4572-2.8089-1.9882-4.1132.469-1.3043,2.2959-2.4083,5.7692-3.0482,3.4733-.6399,8.5927-.8158,11.778-.3175,3.185.4983,4.4356,1.6707,4.5284,3.0825s-.9721,3.0629-2.9994,3.5758-5.0169-.1124-7.5522.0025c-2.5353.1148-4.6163.9697-5.1195,1.8148-.5032.8451.5715,1.6804-.0147,1.5461h-.0002Z"/></svg>
Copied!