Versta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Versta 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/349255.svg" alt="Versta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349255.svg" alt="Versta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349255.svg" alt="Versta icon" :width="24" :height="24" />
CSS background
.icon-versta {
background-image: url('https://proicons.com/icon/349255.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"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="37.1947" cy="12.5575" r="5.3053"/><path class="b" d="M35.6576,25.5972l-7.0202,12.4216.0011.0006c-.9061,1.6274-2.6437,2.7283-4.6385,2.7283-1.8313,0-3.4459-.9278-4.3993-2.3391l.018.025L5.9775,14.7524l-.0606-.1299c-.2685-.6347-.4169-1.3326-.4169-2.0651,0-2.9301,2.3753-5.3053,5.3053-5.3053,1.8718,0,3.5173.9694,4.4616,2.4335l-.0016.001,10.963,17.3217"/><path class="b" d="M26.1981,26.9663c1.1,1.6282,3.0802,2.613,5.2578,2.2716,2.2934-.3595,4.1348-2.2837,4.4082-4.589.3819-3.22-2.1231-5.9542-5.2668-5.9542-.8859,0-1.7211.2171-2.4552.6011-.7839.41-1.4108,1.0678-1.8991,1.8055l-1.9186,2.8987"/><path class="b" d="M34.6445,11.1365h5.1003M38.9478,11.1438c-.2642,2.2381-1.4226,2.9961-3.5063,3.5682M35.4415,11.1438c.2642,2.2381,1.4226,2.9961,3.5063,3.5682"/><line class="b" x1="37.1947" y1="11.1365" x2="37.1947" y2="10.403"/></svg>
Copied!