V2rayng Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V2rayng 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/349180.svg" alt="V2rayng icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349180.svg" alt="V2rayng icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349180.svg" alt="V2rayng icon" :width="24" :height="24" />
CSS background
.icon-v2rayng {
background-image: url('https://proicons.com/icon/349180.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><path class="c" d="m9.6185,41.4866V10.6142h-4.1185v-4.0722h10.2641v14.3936c.6957-.6404,1.2872-1.1794,1.8728-1.7248,3.5152-3.2745,7.0291-6.5504,10.5432-9.826.9416-.8777,1.8767-1.7624,2.8301-2.6271.1437-.1303.3712-.2375.5603-.2382,3.5668-.0136,10.9295,0,10.9295,0-10.9555,11.6366-21.8724,23.2736-32.8815,34.9672Z"/></svg>
Copied!