Ring Icon
Free SVG icon from the Memory Icons 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/311598.svg" alt="Ring icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311598.svg" alt="Ring icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311598.svg" alt="Ring icon" :width="24" :height="24" />
CSS background
.icon-ring {
background-image: url('https://proicons.com/icon/311598.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 22 22"><path d="M14 21H8V20H6V19H5V18H4V16H3V10H4V8H5V7H6V6H8V5H7V4H6V3H7V2H15V3H16V4H15V5H14V6H16V7H17V8H18V10H19V16H18V18H17V19H16V20H14M12 6V5H13V4H9V5H10V6M13 18V17H15V15H16V11H15V9H13V8H9V9H7V11H6V15H7V17H9V18Z"/></svg>
Copied!