Reference Architecture Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Reference Architecture 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/320604.svg" alt="Reference Architecture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320604.svg" alt="Reference Architecture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320604.svg" alt="Reference Architecture icon" :width="24" :height="24" />
CSS background
.icon-reference-architecture {
background-image: url('https://proicons.com/icon/320604.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 9.03 Build 54978) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="reference-architecture_00000131339345560729227450000007165856590240579004_" d="M30,19.36c0.75,0,1.36-0.61,1.36-1.36v-4 c0-0.75-0.61-1.36-1.36-1.36h-1.64V6c0-1.301-1.059-2.36-2.36-2.36h-6.64V2c0-0.75-0.61-1.36-1.36-1.36h-4 c-0.75,0-1.36,0.61-1.36,1.36v1.64H6C4.699,3.64,3.64,4.699,3.64,6v6.677c-1.682,0.182-3,1.594-3,3.323s1.318,3.141,3,3.324V26 c0,1.302,1.059,2.36,2.36,2.36h6.64V31c0,0.199,0.161,0.36,0.36,0.36h18c0.199,0,0.36-0.161,0.36-0.36v-6 c0-0.199-0.161-0.36-0.36-0.36h-2.64v-5.28H30z M30.64,14v4c0,0.353-0.287,0.64-0.64,0.64h-4c-0.353,0-0.64-0.287-0.64-0.64v-4 c0-0.353,0.287-0.64,0.64-0.64h4C30.353,13.36,30.64,13.647,30.64,14z M13.36,2c0-0.353,0.287-0.64,0.64-0.64h4 c0.353,0,0.64,0.287,0.64,0.64v4c0,0.353-0.287,0.64-0.64,0.64h-4c-0.353,0-0.64-0.287-0.64-0.64V2z M6,4.36h6.64V6 c0,0.75,0.61,1.36,1.36,1.36h4c0.75,0,1.36-0.61,1.36-1.36V4.36H26c0.904,0,1.64,0.736,1.64,1.64v6.64H26 c-0.75,0-1.36,0.61-1.36,1.36v1.64H7.323c-0.169-1.562-1.402-2.794-2.964-2.964V6C4.36,5.096,5.096,4.36,6,4.36z M1.36,16 c0-1.456,1.185-2.64,2.64-2.64S6.64,14.544,6.64,16S5.455,18.64,4,18.64S1.36,17.456,1.36,16z M30.64,30.64H13.36v-5.28h17.28V30.64 z M27.64,24.64H13c-0.199,0-0.36,0.161-0.36,0.36v2.64H6c-0.904,0-1.64-0.735-1.64-1.64v-6.676c1.562-0.169,2.794-1.402,2.964-2.964 H24.64V18c0,0.75,0.61,1.36,1.36,1.36h1.64V24.64z M29,27.36H19v-0.72h10V27.36z M16.5,27c0,0.276-0.224,0.5-0.5,0.5 s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5C16.276,26.5,16.5,26.724,16.5,27z M16.5,4c0,0.276-0.224,0.5-0.5,0.5S15.5,4.276,15.5,4 s0.224-0.5,0.5-0.5C16.276,3.5,16.5,3.724,16.5,4z M28.5,16c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5 S28.5,15.724,28.5,16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!