Cluster Vr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cluster Vr 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/338401.svg" alt="Cluster Vr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338401.svg" alt="Cluster Vr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338401.svg" alt="Cluster Vr icon" :width="24" :height="24" />
CSS background
.icon-cluster-vr {
background-image: url('https://proicons.com/icon/338401.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"><path d="M25.2022,32.5743c-3.4681,3.4681-8.6838,4.5056-13.215,2.6287-4.5313-1.8769-7.4858-6.2986-7.4858-11.203s2.9545-9.3263,7.4858-11.203c4.5313-1.8769,9.747-.8394,13.215,2.6287l-4.2873,4.2873c-1.734-1.734-4.3419-2.2528-6.6076-1.3143s-3.7429,3.1493-3.7429,5.6016,1.4772,4.6632,3.7429,5.6016c2.2656.9385,4.8735.4197,6.6076-1.3143l4.2873,4.2867Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M22.6292,21.4273l2.5724,2.5724-2.5724,2.5724,4.2873,4.2873,2.5724-2.5724,1.0718,1.0718c2.9598,2.9598,7.7585,2.9598,10.718,0,2.9598-2.9598,2.9598-7.7585,0-10.718-2.9598-2.9598-7.7585-2.9598-10.718,0l-1.0718,1.0718-2.5724-2.5724-4.2873,4.2871Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M36.9922,22.9273c.5919.5919.5919,1.5517,0,2.1436-.5919.5919-1.5517.5919-2.1436,0-.2652-.2652-1.0718-1.0718-1.0718-1.0718l1.0718-1.0718c.5919-.5919,1.5517-.5919,2.1436,0Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!