tabs icon
tabs-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- tabs-thin
- Set
- Phosphor
- Style
- Thin
- 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="m251.81 166.86l-22.29-74.3A11.92 11.92 0 0 0 218.05 84H208a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L242.62 164H203l-21.46-71.45A11.92 11.92 0 0 0 170.05 84H160a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L194.62 164H155l-21.46-71.45A11.92 11.92 0 0 0 122.05 84H38a11.92 11.92 0 0 0-11.49 8.55l-22.34 74.3v.17A4 4 0 0 0 8 172h240a4 4 0 0 0 4-4a3.9 3.9 0 0 0-.19-1.14m-217.69-72A4 4 0 0 1 38 92h84.1a4 4 0 0 1 3.83 2.85L146.62 164H13.38Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTabsThin(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="m251.81 166.86l-22.29-74.3A11.92 11.92 0 0 0 218.05 84H208a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L242.62 164H203l-21.46-71.45A11.92 11.92 0 0 0 170.05 84H160a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L194.62 164H155l-21.46-71.45A11.92 11.92 0 0 0 122.05 84H38a11.92 11.92 0 0 0-11.49 8.55l-22.34 74.3v.17A4 4 0 0 0 8 172h240a4 4 0 0 0 4-4a3.9 3.9 0 0 0-.19-1.14m-217.69-72A4 4 0 0 1 38 92h84.1a4 4 0 0 1 3.83 2.85L146.62 164H13.38Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m251.81 166.86l-22.29-74.3A11.92 11.92 0 0 0 218.05 84H208a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L242.62 164H203l-21.46-71.45A11.92 11.92 0 0 0 170.05 84H160a4 4 0 0 0 0 8h10.05a4 4 0 0 1 3.83 2.85L194.62 164H155l-21.46-71.45A11.92 11.92 0 0 0 122.05 84H38a11.92 11.92 0 0 0-11.49 8.55l-22.34 74.3v.17A4 4 0 0 0 8 172h240a4 4 0 0 0 4-4a3.9 3.9 0 0 0-.19-1.14m-217.69-72A4 4 0 0 1 38 92h84.1a4 4 0 0 1 3.83 2.85L146.62 164H13.38Z"/></svg> </template>
CSS
.icon-tabs-thin {
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%22m251.81%20166.86l-22.29-74.3A11.92%2011.92%200%200%200%20218.05%2084H208a4%204%200%200%200%200%208h10.05a4%204%200%200%201%203.83%202.85L242.62%20164H203l-21.46-71.45A11.92%2011.92%200%200%200%20170.05%2084H160a4%204%200%200%200%200%208h10.05a4%204%200%200%201%203.83%202.85L194.62%20164H155l-21.46-71.45A11.92%2011.92%200%200%200%20122.05%2084H38a11.92%2011.92%200%200%200-11.49%208.55l-22.34%2074.3v.17A4%204%200%200%200%208%20172h240a4%204%200%200%200%204-4a3.9%203.9%200%200%200-.19-1.14m-217.69-72A4%204%200%200%201%2038%2092h84.1a4%204%200%200%201%203.83%202.85L146.62%20164H13.38Z%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%22m251.81%20166.86l-22.29-74.3A11.92%2011.92%200%200%200%20218.05%2084H208a4%204%200%200%200%200%208h10.05a4%204%200%200%201%203.83%202.85L242.62%20164H203l-21.46-71.45A11.92%2011.92%200%200%200%20170.05%2084H160a4%204%200%200%200%200%208h10.05a4%204%200%200%201%203.83%202.85L194.62%20164H155l-21.46-71.45A11.92%2011.92%200%200%200%20122.05%2084H38a11.92%2011.92%200%200%200-11.49%208.55l-22.34%2074.3v.17A4%204%200%200%200%208%20172h240a4%204%200%200%200%204-4a3.9%203.9%200%200%200-.19-1.14m-217.69-72A4%204%200%200%201%2038%2092h84.1a4%204%200%200%201%203.83%202.85L146.62%20164H13.38Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tabs-thin.svg?color=%231a73e8&size=48