Intiface Central Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intiface Central 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/327498.svg" alt="Intiface Central icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327498.svg" alt="Intiface Central icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327498.svg" alt="Intiface Central icon" :width="24" :height="24" />
CSS background
.icon-intiface-central {
background-image: url('https://proicons.com/icon/327498.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="l" d="M21.242,32.9241h20.9644"/><path id="e" class="l" d="M5.5,32.9241h9.7734"/><path id="f" class="l" d="M5.5,24.0549h31.0339"/><path id="g" class="l" d="M14.3455,15.1857h27.8608"/><path id="h" class="l" d="M5.5,15.1857h2.5366"/><circle id="i" class="l" cx="11.0256" cy="15.0759" r="2.9843"/><circle id="j" class="l" cx="39.5157" cy="23.9212" r="2.9843"/><circle id="k" class="l" cx="18.2571" cy="32.9241" r="2.9843"/></svg>
Copied!