Tab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tab 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/333598.svg" alt="Tab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333598.svg" alt="Tab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333598.svg" alt="Tab icon" :width="24" :height="24" />
CSS background
.icon-tab {
background-image: url('https://proicons.com/icon/333598.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="15.018" y1="24.925" x2="23.348" y2="24.925"/><line class="b" x1="9.6646" y1="25.727" x2="15.555" y2="19.837"/><line class="b" x1="19.183" y1="37.496" x2="19.183" y2="24.925"/><path class="b" d="M28.936,34.353c0,1.7357-1.4073,3.1426-3.1433,3.1426h0c-1.736,0-3.1433-1.407-3.1433-3.1426v-2.0427c0-1.7357,1.4073-3.1426,3.1433-3.1426h0c1.736,0,3.1433,1.407,3.1433,3.1426"/><line class="b" x1="28.936" y1="37.496" x2="28.936" y2="29.168"/><path class="b" d="M32.213,32.311c0-1.7357,1.4073-3.1426,3.1433-3.1426h0c1.736,0,3.1433,1.407,3.1433,3.1426v2.0427c0,1.7357-1.4073,3.1426-3.1433,3.1426h0c-1.736,0-3.1433-1.407-3.1433-3.1426"/><line class="b" x1="32.213" y1="37.496" x2="32.213" y2="24.925"/></svg>
Tab in other icon packs
Copied!