Vr Offshore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vr Offshore 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/334897.svg" alt="Vr Offshore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334897.svg" alt="Vr Offshore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334897.svg" alt="Vr Offshore icon" :width="24" :height="24" />
CSS background
.icon-vr-offshore {
background-image: url('https://proicons.com/icon/334897.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M30.8336,4.62c-2.5685,1.2087-8.4862,7.1012-10.3245,10.6518S17.16,21.92,17.16,21.92a9.5354,9.5354,0,0,0,2.7952,2.4929,12.9574,12.9574,0,0,0,3.3995,1.1332s4.0038-5.4392,4.5327-7.0257S30.9847,9.9836,30.8336,4.62Z"/><circle class="b" cx="18.9731" cy="25.9032" r="0.75"/><circle class="b" cx="18.2995" cy="29.479" r="0.75"/><circle class="b" cx="21.4157" cy="31.5754" r="0.75"/><circle class="b" cx="24.4878" cy="33.5899" r="0.75"/><circle class="b" cx="27.4593" cy="35.6548" r="0.75"/><circle class="b" cx="28.5169" cy="39.1424" r="0.75"/><circle class="b" cx="29.6249" cy="42.6301" r="0.75"/></svg>
Copied!