Deck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deck 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/338918.svg" alt="Deck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338918.svg" alt="Deck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338918.svg" alt="Deck icon" :width="24" :height="24" />
CSS background
.icon-deck {
background-image: url('https://proicons.com/icon/338918.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.36,21.28H39.64a2.85,2.85,0,0,1,2.86,2.86V39.66a2.86,2.86,0,0,1-2.86,2.86H8.36A2.86,2.86,0,0,1,5.5,39.66V24.14a2.85,2.85,0,0,1,2.86-2.86Z"/><path class="a" d="M39.64,21.28V17a1,1,0,0,0-1-1H9.36a1,1,0,0,0-1,1v4.27"/><path class="a" d="M37.38,16V11.75a1,1,0,0,0-1-1H11.62a1,1,0,0,0-1,1V16"/><path class="a" d="M34.75,10.75V6.48a1,1,0,0,0-1-1H14.25a1,1,0,0,0-1,1v4.27"/></svg>
Deck in other icon packs
Copied!