Jagran Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jagran 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/327615.svg" alt="Jagran icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327615.svg" alt="Jagran icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327615.svg" alt="Jagran icon" :width="24" :height="24" />
CSS background
.icon-jagran {
background-image: url('https://proicons.com/icon/327615.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="b" 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="m41.3027,26.1901c1.2096,2.4154,1.9495,4.8569,2.1002,7.7046H4.5971c.2268-10.9678,9.1887-19.7893,20.2108-19.7893,7.9153,0,14.7681,4.5492,18.0864,11.1756l-9.6203,4.792"/><path class="c" d="m6.6418,33.8071c.2039-9.8616,8.2619-17.6801,18.1724-17.6801,4.5536,0,8.7161,1.6745,11.9053,4.4412l-5.7669,6.5649"/><path class="c" d="m12.0756,33.7285c-.012-.2263-.018-.4541-.018-.6834,0-7.0351,5.7031-12.7383,12.7383-12.7383,1.3266,0,2.6058.2028,3.8084.5791l-1.1673,3.9923"/><path class="c" d="m15.7536,33.7297c0-4.9982,4.0519-9.0501,9.0501-9.0501,2.4066,0,4.5937.9393,6.2149,2.4713.9076.8577,1.6378,1.9011,2.1297,3.0695.4544,1.0791.7055,2.2649.7055,3.5093"/></svg>
Copied!