Expressen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expressen 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/340194.svg" alt="Expressen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340194.svg" alt="Expressen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340194.svg" alt="Expressen icon" :width="24" :height="24" />
CSS background
.icon-expressen {
background-image: url('https://proicons.com/icon/340194.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.38,6.25h19.24c1.1,0,1.99.89,1.99,1.99v27.98c0,.81-.66,1.47-1.47,1.47H13.86c-.81,0-1.47-.66-1.47-1.47V8.24c0-1.1.89-1.99,1.99-1.99Z"/><rect class="c" x="15.53" y="17.37" width="16.94" height="9.97"/><line class="c" x1="32.47" y1="33.07" x2="27.18" y2="33.07"/><line class="c" x1="20.82" y1="33.07" x2="15.53" y2="33.07"/><path class="c" d="m7.73,27.34h-.91c-.73,0-1.32-.59-1.32-1.32v-6.54c0-1.16.94-2.11,2.11-2.11h1.44v8.65c0,.73-.59,1.32-1.32,1.32Z"/><line class="c" x1="9.05" y1="17.37" x2="12.39" y2="17.37"/><path class="c" d="m40.27,27.34h.91c.73,0,1.32-.59,1.32-1.32v-6.54c0-1.16-.94-2.11-2.11-2.11h-1.44s0,8.65,0,8.65c0,.73.59,1.32,1.32,1.32Z"/><line class="c" x1="38.95" y1="17.37" x2="35.61" y2="17.37"/><path class="c" d="m19.62,37.68v3.04c0,.56-.46,1.02-1.02,1.02h-3.5c-.56,0-1.02-.46-1.02-1.02v-3.04"/><path class="c" d="m33.92,37.68v3.04c0,.56-.46,1.02-1.02,1.02h-3.5c-.56,0-1.02-.46-1.02-1.02v-3.04"/><rect class="c" x="20" y="9.94" width="8" height="3.41"/></svg>
Copied!