Bhagavad Gita Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bhagavad Gita 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/337136.svg" alt="Bhagavad Gita icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337136.svg" alt="Bhagavad Gita icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337136.svg" alt="Bhagavad Gita icon" :width="24" :height="24" />
CSS background
.icon-bhagavad-gita {
background-image: url('https://proicons.com/icon/337136.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><circle class="c" cx="24" cy="24" r="17.5"/><path class="c" d="m25.6641,35.2616v-19.2228c0-1.8228,1.4777-3.3005,3.3005-3.3005h0c1.8228,0,3.3005,1.4777,3.3005,3.3005v19.2228"/><line class="c" x1="23.9948" y1="17.0944" x2="33.9491" y2="17.0944"/><circle class="c" cx="18.9016" cy="17.9472" r="3.3251"/><line class="c" x1="16.5504" y1="20.2984" x2="25.5873" y2="29.3354"/><line class="c" x1="12.0509" y1="28.3643" x2="18.3336" y2="22.0816"/><line class="c" x1="15.8644" y1="32.346" x2="22.2312" y2="25.9792"/></svg>
Copied!