tabs from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
tabs
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the tabs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.66 165.7a.2.2 0 0 0 0-.08L233.37 91.4A15.89 15.89 0 0 0 218.05 80H208a8 8 0 0 0 0 16h10.05l19.2 64H206l-20.63-68.6A15.89 15.89 0 0 0 170.05 80H160a8 8 0 0 0 0 16h10.05l19.2 64H158l-20.63-68.6A15.89 15.89 0 0 0 122.05 80H38a15.89 15.89 0 0 0-15.37 11.4L.37 165.6v.13A8.1 8.1 0 0 0 0 168a8 8 0 0 0 8 8h240a8 8 0 0 0 7.66-10.3M38 96h84.1l19.2 64H18.75Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTabs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.66 165.7a.2.2 0 0 0 0-.08L233.37 91.4A15.89 15.89 0 0 0 218.05 80H208a8 8 0 0 0 0 16h10.05l19.2 64H206l-20.63-68.6A15.89 15.89 0 0 0 170.05 80H160a8 8 0 0 0 0 16h10.05l19.2 64H158l-20.63-68.6A15.89 15.89 0 0 0 122.05 80H38a15.89 15.89 0 0 0-15.37 11.4L.37 165.6v.13A8.1 8.1 0 0 0 0 168a8 8 0 0 0 8 8h240a8 8 0 0 0 7.66-10.3M38 96h84.1l19.2 64H18.75Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.66 165.7a.2.2 0 0 0 0-.08L233.37 91.4A15.89 15.89 0 0 0 218.05 80H208a8 8 0 0 0 0 16h10.05l19.2 64H206l-20.63-68.6A15.89 15.89 0 0 0 170.05 80H160a8 8 0 0 0 0 16h10.05l19.2 64H158l-20.63-68.6A15.89 15.89 0 0 0 122.05 80H38a15.89 15.89 0 0 0-15.37 11.4L.37 165.6v.13A8.1 8.1 0 0 0 0 168a8 8 0 0 0 8 8h240a8 8 0 0 0 7.66-10.3M38 96h84.1l19.2 64H18.75Z"/></svg>
</template>

CSS

.icon-tabs {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.66%20165.7a.2.2%200%200%200%200-.08L233.37%2091.4A15.89%2015.89%200%200%200%20218.05%2080H208a8%208%200%200%200%200%2016h10.05l19.2%2064H206l-20.63-68.6A15.89%2015.89%200%200%200%20170.05%2080H160a8%208%200%200%200%200%2016h10.05l19.2%2064H158l-20.63-68.6A15.89%2015.89%200%200%200%20122.05%2080H38a15.89%2015.89%200%200%200-15.37%2011.4L.37%20165.6v.13A8.1%208.1%200%200%200%200%20168a8%208%200%200%200%208%208h240a8%208%200%200%200%207.66-10.3M38%2096h84.1l19.2%2064H18.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.66%20165.7a.2.2%200%200%200%200-.08L233.37%2091.4A15.89%2015.89%200%200%200%20218.05%2080H208a8%208%200%200%200%200%2016h10.05l19.2%2064H206l-20.63-68.6A15.89%2015.89%200%200%200%20170.05%2080H160a8%208%200%200%200%200%2016h10.05l19.2%2064H158l-20.63-68.6A15.89%2015.89%200%200%200%20122.05%2080H38a15.89%2015.89%200%200%200-15.37%2011.4L.37%20165.6v.13A8.1%208.1%200%200%200%200%20168a8%208%200%200%200%208%208h240a8%208%200%200%200%207.66-10.3M38%2096h84.1l19.2%2064H18.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tabs.svg?color=%231a73e8&size=48