Taskbar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taskbar 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/333688.svg" alt="Taskbar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333688.svg" alt="Taskbar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333688.svg" alt="Taskbar icon" :width="24" :height="24" />
CSS background
.icon-taskbar {
background-image: url('https://proicons.com/icon/333688.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;}</style></defs><rect class="a" x="12.98" y="7.79" width="22.05" height="32.42" rx="2"/><path class="a" d="M35,38.18h5.95a2.6,2.6,0,0,0,2.59-2.59V12.41a2.6,2.6,0,0,0-2.59-2.59H35"/><polyline class="a" points="35.02 34.8 40.34 34.8 40.34 15.93 35.02 15.93"/><path class="a" d="M13,38.18H7.09A2.6,2.6,0,0,1,4.5,35.59V12.41A2.6,2.6,0,0,1,7.09,9.82H13"/><polyline class="a" points="12.98 34.8 7.66 34.8 7.66 15.93 12.98 15.93"/><rect class="a" x="15.63" y="12.54" width="16.75" height="24.21"/></svg>
Copied!