Jiocareers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jiocareers 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/342235.svg" alt="Jiocareers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342235.svg" alt="Jiocareers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342235.svg" alt="Jiocareers icon" :width="24" :height="24" />
CSS background
.icon-jiocareers {
background-image: url('https://proicons.com/icon/342235.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><rect class="b" x="8.3246" y="9.1453" width="27.7956" height="33.3547"/><path class="b" d="M12.9724,34.1159h18.5912"/><path class="b" d="M13.112,38.8693h18.5912"/><path class="b" d="M12.6086,5.5h27.0668v33.6285"/><circle class="b" cx="22.0878" cy="15.0168" r="3.8475"/><path class="b" d="M16.1109,29.5802h12.5012"/><path class="b" d="M28.611,29.5802c.5272-.1275,1.1716-.2835,1.322-1.4273.1504-1.1438-.1348-3.2897-1.5152-5.0049-1.3804-1.7151-3.8559-2.9995-6.3692-2.9458-2.5132.0537-5.064,1.4455-6.4199,3.1993s-1.517,3.8696-1.2378,4.9597c.2793,1.0901.9988,1.1546,1.7184,1.219"/></svg>
Copied!