Systems Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Systems 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/320807.svg" alt="Systems icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320807.svg" alt="Systems icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320807.svg" alt="Systems icon" :width="24" :height="24" />
CSS background
.icon-systems {
background-image: url('https://proicons.com/icon/320807.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.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="systems_00000022538095469064275060000009866312328344502717_" d="M30,31.36h-8v-0.72h7.64V1.36H16.36v8.638 c0,0.001,0,0.002,0,0.004V31c0,0.199-0.161,0.36-0.36,0.36H2c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h28 c0.199,0,0.36,0.161,0.36,0.36v30C30.36,31.199,30.199,31.36,30,31.36z M2.673,30.64H15.64V11.189L2.673,30.64z M2.36,1.659V29.81 l13.138-19.706L2.36,1.659z M3.226,1.36L15.64,9.341V1.36H3.226z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!