Volga Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volga 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/334867.svg" alt="Volga icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334867.svg" alt="Volga icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334867.svg" alt="Volga icon" :width="24" :height="24" />
CSS background
.icon-volga {
background-image: url('https://proicons.com/icon/334867.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"><circle cx="24" cy="24" r="21.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M6.2567,36.091c5.8771-1.397,13.715-5.1139,17.743-12.091,4.028,6.9768,11.866,10.694,17.743,12.091" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M2.7452,27.184c5.7813-.5217,16.347-4.1827,21.255-12.684,4.9082,8.5012,15.473,12.162,21.255,12.684" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M3.5108,17.6c5.9072-.7589,15.79-4.4615,20.489-12.6,4.7105,8.1589,14.632,11.86,20.534,12.606" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!