Radiobox Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Radiobox 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/312245.svg" alt="Radiobox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312245.svg" alt="Radiobox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312245.svg" alt="Radiobox icon" :width="24" :height="24" />
CSS background
.icon-radiobox {
background-image: url('https://proicons.com/icon/312245.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" id="memory-radiobox" viewBox="0 0 22 22"><path d="M8 2H14V3H16V4H17V5H18V6H19V8H20V14H19V16H18V17H17V18H16V19H14V20H8V19H6V18H5V17H4V16H3V14H2V8H3V6H4V5H5V4H6V3H8V2M9 4V5H7V6H6V7H5V9H4V13H5V15H6V16H7V17H9V18H13V17H15V16H16V15H17V13H18V9H17V7H16V6H15V5H13V4H9Z" /></svg>
Copied!