Tabs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tabs 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/333607.svg" alt="Tabs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333607.svg" alt="Tabs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333607.svg" alt="Tabs icon" :width="24" :height="24" />
CSS background
.icon-tabs {
background-image: url('https://proicons.com/icon/333607.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><path class="a" d="M22.75,24.38H41.5c0,9.81-7.45,17.75-17.25,17.75a17.75,17.75,0,0,1,0-35.5A17.45,17.45,0,0,1,40.53,17.88"/><path class="a" d="M16.26,8.53c-1.51-1.25-3.45-3.94-3.67-5.4,0,0-3,4.15,0,7.87"/><path class="a" d="M31.89,8.4c1.49-1.3,3.31-3.86,3.52-5.27,0,0,2.92,4,.14,7.69"/></svg>
Tabs in other icon packs
Copied!