Application Code Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Application Code icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/311119.svg" alt="Application Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311119.svg" alt="Application Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311119.svg" alt="Application Code icon" :width="24" :height="24" />
CSS background
.icon-application-code {
background-image: url('https://proicons.com/icon/311119.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="M11 16H9V15H8V11H9V10H11V12H10V14H11M15 16H13V14H14V12H13V10H15V11H16V15H15M19 20H3V19H2V3H3V2H19V3H20V19H19M18 6V4H4V6M18 18V8H4V18Z"/></svg>
Copied!