Jiomart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jiomart 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/327682.svg" alt="Jiomart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327682.svg" alt="Jiomart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327682.svg" alt="Jiomart icon" :width="24" :height="24" />
CSS background
.icon-jiomart {
background-image: url('https://proicons.com/icon/327682.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 id="b" class="c" d="m31.7897,15.2016s1.2232-9.9889-7.9427-9.9889c-9.1659,0-7.9427,9.9889-7.9427,9.9889l-4.0362.0014s-3.7577.2428-3.5978,4.5602l1.4391,18.0661s.7995,4.877,4.877,4.957l9.4135.0006,9.4135.0005c4.0775-.0799,4.877-4.957,4.877-4.957l1.4391-18.069c.1599-4.3174-3.5978-4.5563-3.5978-4.5563l-4.3421-.0035Z"/><line class="c" x1="15.9044" y1="15.2016" x2="31.7897" y2="15.2016"/></svg>
Copied!