Jiohome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jiohome 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/327679.svg" alt="Jiohome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327679.svg" alt="Jiohome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327679.svg" alt="Jiohome icon" :width="24" :height="24" />
CSS background
.icon-jiohome {
background-image: url('https://proicons.com/icon/327679.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/><line class="c" x1="10.409" y1="22.7467" x2="24" y2="8"/><polyline class="c" points="34.83 19.8359 34.83 35 13.17 35 13.17 19.8359"/><line class="c" x1="37.591" y1="22.7467" x2="24" y2="8"/><circle class="c" cx="24" cy="25.39" r="1.8728"/><circle class="c" cx="24" cy="15.2878" r="1.8728"/><circle class="c" cx="24" cy="30.9682" r="1.8728"/><circle class="c" cx="17.9867" cy="25.39" r="1.8728"/><circle class="c" cx="19.3769" cy="19.8359" r="1.8728"/><line class="c" x1="22.1272" y1="25.39" x2="19.8594" y2="25.39"/><line class="c" x1="24" y1="23.5172" x2="24" y2="17.1605"/><line class="c" x1="24" y1="29.0954" x2="24" y2="27.2628"/><line class="c" x1="20.526" y1="21.3146" x2="22.6606" y2="24.0822"/><circle class="c" cx="30.0133" cy="25.39" r="1.8728"/><circle class="c" cx="28.6231" cy="19.8359" r="1.8728"/><line class="c" x1="25.8728" y1="25.39" x2="28.1406" y2="25.39"/><line class="c" x1="27.474" y1="21.3146" x2="25.3394" y2="24.0822"/></svg>
Copied!