Flash Deck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flash 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/325944.svg" alt="Flash Deck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325944.svg" alt="Flash Deck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325944.svg" alt="Flash Deck icon" :width="24" :height="24" />
CSS background
.icon-flash-deck {
background-image: url('https://proicons.com/icon/325944.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><rect class="a" x="11.2779" y="4.5" width="20.3699" height="33.9257"/><polyline class="a" points="31.648 7.037 34.185 7.037 34.185 40.963 13.815 40.963 13.815 38.426"/><polyline class="a" points="34.185 9.574 36.722 9.574 36.722 43.5 16.352 43.5 16.352 40.963"/><circle class="b" cx="21.4628" cy="32.4054" r="0.75"/><line class="a" x1="21.4628" y1="24.4054" x2="21.4628" y2="30.3554"/><circle class="b" cx="21.4628" cy="17.2135" r="0.75"/><path class="a" d="M19.2628,11.4135a2.2,2.2,0,1,1,4.4,0,1.97,1.97,0,0,1-.6443,1.5557c-.4553.3652-1.5636.9635-1.5636,1.8943"/></svg>
Copied!