Pictogrammers Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Pictogrammers 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/312233.svg" alt="Pictogrammers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312233.svg" alt="Pictogrammers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312233.svg" alt="Pictogrammers icon" :width="24" :height="24" />
CSS background
.icon-pictogrammers {
background-image: url('https://proicons.com/icon/312233.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-pictogrammers" viewBox="0 0 22 22"><path d="M4 0H18V1H19V2H20V20H19V21H18V22H4V21H3V20H2V2H3V1H4V0M4 18V19H5V20H17V19H18V18H4M17 2H5V3H4V15H5V16H17V15H18V3H17V2M13 4V5H14V6H15V8H14V9H13V10H10V14H8V4H13M12 6H10V8H12V6Z" /></svg>
Copied!