Gaana Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gaana 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/326342.svg" alt="Gaana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326342.svg" alt="Gaana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326342.svg" alt="Gaana icon" :width="24" :height="24" />
CSS background
.icon-gaana {
background-image: url('https://proicons.com/icon/326342.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="m12.5726,43.5c9.6693-.879,16.7016,3.0825,18.4596-9.6693l4.3952-29.008c-8.3566-.4337-14.9435-1.3127-16.2679,4.3951l-2.6371,15.3889c-1.3127,6.1532,6.1532,5.7078,14.9435,5.7078"/></svg>
Copied!