Inter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inter 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/327485.svg" alt="Inter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327485.svg" alt="Inter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327485.svg" alt="Inter icon" :width="24" :height="24" />
CSS background
.icon-inter {
background-image: url('https://proicons.com/icon/327485.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.f{fill:#000;stroke-width:0px;}</style></defs><g id="c"><path id="d" class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g><path class="e" d="M35.6193,24.3323c0-1.591,1.2897-2.8807,2.8807-2.8807h0"/><line class="e" x1="35.6193" y1="21.4516" x2="35.6193" y2="29.0855"/><circle class="f" cx="11.3725" cy="18.9227" r=".75"/><path class="e" d="M22.6964,19.075v8.5702c0,.7955.6449,1.4404,1.4404,1.4404h.4321"/><line class="e" x1="22.6964" y1="21.4516" x2="24.5688" y2="21.4516"/><polyline class="e" points="9.5 21.4516 11.3725 21.4516 11.3725 21.4516 11.3725 29.0855"/><path class="e" d="M19.9339,29.0855v-4.7532c0-1.591-1.2897-2.8807-2.8807-2.8807h0c-1.591,0-2.8807,1.2897-2.8807,2.8807v4.7532"/><line class="e" x1="14.1724" y1="24.3323" x2="14.1724" y2="21.4516"/><path class="e" d="M32.4686,27.6318c-.4962.8684-1.4312,1.4537-2.503,1.4537h0c-1.591,0-2.8807-1.2897-2.8807-2.8807v-1.8725c0-1.591,1.2897-2.8807,2.8807-2.8807h0c1.591,0,2.8807,1.2897,2.8807,2.8807v.9362s-5.7615,0-5.7615,0"/></svg>
Copied!