Apps Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Apps 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/311775.svg" alt="Apps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311775.svg" alt="Apps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311775.svg" alt="Apps icon" :width="24" :height="24" />
CSS background
.icon-apps {
background-image: url('https://proicons.com/icon/311775.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-apps" viewBox="0 0 22 22"><path d="M7 7H3V3H7M13 7H9V3H13M19 7H15V3H19M7 13H3V9H7M13 13H9V9H13M19 13H15V9H19M7 19H3V15H7M13 19H9V15H13M19 19H15V15H19Z" /></svg>
Apps in other icon packs
Copied!