Tabs Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tabs Lite 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/333608.svg" alt="Tabs Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333608.svg" alt="Tabs Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333608.svg" alt="Tabs Lite icon" :width="24" :height="24" />
CSS background
.icon-tabs-lite {
background-image: url('https://proicons.com/icon/333608.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M41.5884,9.6489c1.3281-1.3816,1.1884-1.4078-.311-2.8832-1.709-1.5256-1.6828-1.6784-2.976-.4038-1.207-1.5333-3.1713.2848-1.5617,1.5617l-1.4754,1.4754c-1.3074-1.7723-3.3721.0851-1.5606,1.5617l-7.6129,7.817c-3.3208-2.4696-5.4238-1.7985-6.6613-.5893-1.2386,1.2113-.9996,4.5267-4.4558,4.5507h-.0055c-12.5325.3219-11.0036,11.2186-4.7253,16.6565,6.2793,5.4379,14.9585,3.9287,15.1232-6.1549.0349-3.7584,2.9749-3.8774,4.052-4.697,1.0782-.8185,2.8832-3.1124.108-6.4987l7.4634-7.7973c1.2877,1.8039,3.5031-.2117,1.5617-1.5617l1.4754-1.4754c1.3707,1.7483,3.1997-.3438,1.5606-1.5617h.0011Z"/><path id="d" class="f" d="M16.6872,37.2949l-5.7271-5.7872,1.6457-1.6631,5.7271,5.7872-1.6457,1.6631Z"/><path id="e" class="f" d="M23.6246,28.4324c-2.6857,2.6038-6.6002-1.2866-3.8938-3.9352s6.5805,1.3303,3.8938,3.9341v.0011Z"/></svg>
Copied!