Jyotishapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jyotishapp 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/342330.svg" alt="Jyotishapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342330.svg" alt="Jyotishapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342330.svg" alt="Jyotishapp icon" :width="24" :height="24" />
CSS background
.icon-jyotishapp {
background-image: url('https://proicons.com/icon/342330.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.9717,34.4897c.0924.2402,5.3525,7.5207,12.116,3.9867,9.2925-4.8553,1.6515-16.629-.7276-20.257-2.3237-3.5434-3.7597-11.394,2.2749-13.626-2.989,3.4594-1.1887,6.3043-.1759,7.8925,1.9666,3.084,5.8655,6.4574,9.3699,12.357,3.2322,5.8651,1.6329,13.385-3.6556,16.489-5.5895,3.281-12.579,2.7604-16.745-2.2046s-3.8463-12.291.7367-16.874c0,4.5851,3.5302,5.7862,5.1606,5.2883,1.6304-.4979,5.4309-1.3222,3.0346-9.3236"/></svg>
Copied!