Artecture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Artecture 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/322057.svg" alt="Artecture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322057.svg" alt="Artecture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322057.svg" alt="Artecture icon" :width="24" :height="24" />
CSS background
.icon-artecture {
background-image: url('https://proicons.com/icon/322057.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M9.7908,28.9357v2.5519h28.4183v-2.5519H9.7908Z"/><path id="c" class="h" d="M17.2526,31.4875l-6.8365,11.0125h-3.6288l6.0966-11.0125"/><path id="d" class="h" d="M9.79,29.304h-3.0555V5.5h34.5311v23.804h-3.0555"/><path id="e" class="h" d="M30.7474,31.4875l6.8365,11.0125h3.6288l-6.0966-11.0125"/><path id="f" class="h" d="M24,9.2713l-7.6963,16.44"/><path id="g" class="h" d="M24,9.2713l7.6963,16.44"/></svg>
Copied!