V2raytun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V2raytun 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/334622.svg" alt="V2raytun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334622.svg" alt="V2raytun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334622.svg" alt="V2raytun icon" :width="24" :height="24" />
CSS background
.icon-v2raytun {
background-image: url('https://proicons.com/icon/334622.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline id="d" class="f" points="28.9436 11.2023 20.4652 36.7977 11.9867 11.2023"/><path id="e" class="f" d="M28.3091,29.0207c0-2.3774,2.1537-4.2518,4.6165-3.7785,1.6155.3105,2.9055,1.7076,3.0663,3.3447.1195,1.2178-.2658,2.4194-1.1069,3.1576-1.5583,1.3675-6.5759,5.053-6.5759,5.053h7.7042"/></svg>
Copied!