Biltema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Biltema 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/337181.svg" alt="Biltema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337181.svg" alt="Biltema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337181.svg" alt="Biltema icon" :width="24" :height="24" />
CSS background
.icon-biltema {
background-image: url('https://proicons.com/icon/337181.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><rect class="c" x="14.583" y="15.654" width="3.361" height="3.361"/><path class="c" d="M21.305,29.0979h-3.361v-3.361h3.361v-3.361h-3.361v-3.361h3.361v-3.6922h18.2211c2.1948,0,3.9739,1.7792,3.9739,3.974s-1.7792,3.9739-3.9739,3.9739h-.7293c2.5975,0,4.7032,2.1057,4.7032,4.7032h0c0,2.5976-2.1057,4.7033-4.7032,4.7033h-17.4918v-3.5793Z"/><rect class="c" x="14.583" y="22.3759" width="3.361" height="3.361"/><rect class="c" x="14.583" y="29.0979" width="3.361" height="3.361"/><rect class="c" x="11.222" y="19.015" width="3.361" height="3.361"/><rect class="c" x="7.861" y="15.654" width="3.361" height="3.361"/><rect class="c" x="11.222" y="25.7369" width="3.361" height="3.361"/><rect class="c" x="7.861" y="22.3759" width="3.361" height="3.361"/><rect class="c" x="7.861" y="29.0979" width="3.361" height="3.361"/><rect class="c" x="4.5" y="19.015" width="3.361" height="3.361"/><rect class="c" x="4.5" y="25.7369" width="3.361" height="3.361"/><path class="c" d="M27.7718,20.1236h6.8006c.6216,0,1.1262.5046,1.1262,1.1262h0c0,.6216-.5046,1.1262-1.1262,1.1262h-6.8006v-2.2524h0Z"/><path class="c" d="M27.7718,26.4744h7.625c.6216,0,1.1262.5046,1.1262,1.1262h0c0,.6216-.5046,1.1262-1.1262,1.1262h-7.625v-2.2524h0Z"/></svg>
Copied!