Orange App Center Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orange App Center 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/330762.svg" alt="Orange App Center icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330762.svg" alt="Orange App Center icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330762.svg" alt="Orange App Center icon" :width="24" :height="24" />
CSS background
.icon-orange-app-center {
background-image: url('https://proicons.com/icon/330762.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:#000;}.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="2.5" y="21.5" width="5" height="5" rx="1" ry="1"/><rect class="f" x="40.5" y="21.5" width="5" height="5" rx="1" ry="1"/><rect class="f" x="21.5" y="2.5" width="5" height="5" rx="1" ry="1"/><rect class="f" x="16.615" y="11.6916" width="14.7701" height="24.6168" rx="1.2308" ry="1.2308"/><rect class="f" x="18.4612" y="14.7687" width="11.0776" height="17.7241"/><rect class="f" x="21.5" y="40.5" width="5" height="5" rx="1" ry="1"/><rect class="f" x="8.0649" y="8.0649" width="5" height="5" rx="1" ry="1" transform="translate(-4.3761 10.5649) rotate(-45)"/><rect class="f" x="34.9349" y="34.9349" width="5" height="5" rx="1" ry="1" transform="translate(-15.5061 37.4349) rotate(-45)"/><rect class="f" x="34.9349" y="8.0649" width="5" height="5" rx="1" ry="1" transform="translate(3.4939 29.5649) rotate(-45)"/><rect class="f" x="8.0649" y="34.9349" width="5" height="5" rx="1" ry="1" transform="translate(-23.3761 18.4349) rotate(-45)"/><circle class="e" cx="24" cy="34.4621" r=".75"/><path class="f" d="M25.2308,13.2301h-2.4617"/></svg>
Copied!