Diksha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diksha 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/324545.svg" alt="Diksha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324545.svg" alt="Diksha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324545.svg" alt="Diksha icon" :width="24" :height="24" />
CSS background
.icon-diksha {
background-image: url('https://proicons.com/icon/324545.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m20.8479,38.0075c-1.9172-2.7894-3.8344-5.5788-6.002-7.3147-2.1676-1.7358-4.5857-2.4094-7.0038-3.0917v-8.9728"/><path class="b" d="m40.1579,18.6284v8.9728c-3.6185,1.5113-7.2369,3.0226-9.9745,5.6738-2.7462,2.6512-4.603,6.4424-6.4683,10.225"/><path class="b" d="m24,13.2396v20.6486"/><path class="b" d="m13.231,6.0631v12.5653c5.0664,1.5142,8.6561,4.5051,10.769,8.9728,2.6311-4.4677,6.2208-7.4586,10.769-8.9728V6.0631"/><path class="b" d="m24,4.5c1.8826,0,3.4198,1.5027,3.4198,3.3594,0,1.8481-1.5372,3.3508-3.4198,3.3508-1.8913,0-3.4198-1.5027-3.4198-3.3508,0-1.8567,1.5286-3.3594,3.4198-3.3594Z"/></svg>
Copied!