Ring Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ring 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/346728.svg" alt="Ring icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346728.svg" alt="Ring icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346728.svg" alt="Ring icon" :width="24" :height="24" />
CSS background
.icon-ring {
background-image: url('https://proicons.com/icon/346728.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M18.68,3.51a1.59,1.59,0,0,0-1,.23L9.62,8.4A1.76,1.76,0,0,0,9,10.8l3.88,6.79H5.08a1.75,1.75,0,0,0-1.76,1.75v9.31A1.75,1.75,0,0,0,5.08,30.4h7.78L9,37.19a1.78,1.78,0,0,0,.64,2.42l8.09,4.66a1.76,1.76,0,0,0,2.42-.68L24,36.8l3.88,6.79a1.78,1.78,0,0,0,2.43.68l8-4.66a1.76,1.76,0,0,0,.68-2.42L35.17,30.4h7.76a1.75,1.75,0,0,0,1.75-1.75V19.34a1.75,1.75,0,0,0-1.75-1.75H35.17l3.88-6.79a1.75,1.75,0,0,0-.68-2.4l-8-4.66a1.78,1.78,0,0,0-2.43.64L24,11.19,20.13,4.38A1.78,1.78,0,0,0,18.68,3.51Z"/></svg>
Copied!