Checker Medium Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Checker Medium 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/312058.svg" alt="Checker Medium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312058.svg" alt="Checker Medium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312058.svg" alt="Checker Medium icon" :width="24" :height="24" />
CSS background
.icon-checker-medium {
background-image: url('https://proicons.com/icon/312058.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-checker-medium" viewBox="0 0 22 22"><path d="M22 22H18V19H15V22H11V19H7V22H4V19H0V15H4V11H0V8H4V4H0V0H4V4H7V0H11V4H15V0H18V4H22V8H18V11H22V15H18V19H22M11 8V4H7V8M18 8V4H15V8M7 11V8H4V11M15 11V8H11V11M11 15V11H7V15M18 15V11H15V15M7 19V15H4V19M15 19V15H11V19Z" /></svg>
Copied!