Jagran Podcast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jagran Podcast 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/327617.svg" alt="Jagran Podcast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327617.svg" alt="Jagran Podcast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327617.svg" alt="Jagran Podcast icon" :width="24" :height="24" />
CSS background
.icon-jagran-podcast {
background-image: url('https://proicons.com/icon/327617.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,20.3874c1.0807,2.158,1.7865,4.3367,2.0321,6.8074m-10.2865.8972H4.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,28.0045c.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,27.9258c-.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,27.927c0-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.3771.8956.6142,1.8646.684,2.8796"/><path class="c" d="m45.5,32.6973c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path class="c" d="m36.25,36.8973v-8h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6"/></svg>
Copied!