Tapet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapet 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/348231.svg" alt="Tapet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348231.svg" alt="Tapet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348231.svg" alt="Tapet icon" :width="24" :height="24" />
CSS background
.icon-tapet {
background-image: url('https://proicons.com/icon/348231.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><line class="d" x1="9.5" y1="17.51" x2="15.9293" y2="17.51"/><line class="d" x1="12.7147" y1="27.2147" x2="12.7147" y2="17.51"/><line class="d" x1="37.2263" y1="18.7838" x2="37.2263" y2="27.2147"/><line class="d" x1="35.9525" y1="20.7853" x2="38.5" y2="20.7853"/><path class="d" d="M20.1519,24.7885c0,1.3399-1.0862,2.4262-2.4262,2.4262h0c-1.3399,0-2.4262-1.0862-2.4262-2.4262v-1.577c0-1.3399,1.0862-2.4262,2.4262-2.4262h0c1.3399,0,2.4262,1.0862,2.4262,2.4262"/><line class="d" x1="20.1519" y1="27.2147" x2="20.1519" y2="20.7853"/><path class="d" d="M34.3063,25.9903c-.4179.7314-1.2054,1.2243-2.1081,1.2243h0c-1.3399,0-2.4262-1.0862-2.4262-2.4262v-1.577c0-1.3399,1.0862-2.4262,2.4262-2.4262h0c1.3399,0,2.4262,1.0862,2.4262,2.4262v.7885s-4.8523,0-4.8523,0"/><path class="d" d="M22.6117,24.7885c0,1.3399,1.0862,2.4262,2.4262,2.4262h0c1.3399,0,2.4262-1.0862,2.4262-2.4262v-1.577c0-1.3399-1.0862-2.4262-2.4262-2.4262h0c-1.3399,0-2.4262,1.0862-2.4262,2.4262"/><line class="d" x1="22.6117" y1="20.7853" x2="22.6117" y2="30.49"/></svg>
Copied!