tabs icon
tabs-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- tabs-fill
- Set
- Phosphor
- Style
- Fill
- 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="M256 168a8 8 0 0 1-8 8H8a8 8 0 0 1-7.63-10.4l22.26-74.2A15.89 15.89 0 0 1 38 80h84.1a15.89 15.89 0 0 1 15.32 11.4L158 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4L206 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4l22.26 74.18A8.1 8.1 0 0 1 256 168"/></svg>
React
import type { SVGProps } from "react";
export function PhTabsFill(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="M256 168a8 8 0 0 1-8 8H8a8 8 0 0 1-7.63-10.4l22.26-74.2A15.89 15.89 0 0 1 38 80h84.1a15.89 15.89 0 0 1 15.32 11.4L158 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4L206 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4l22.26 74.18A8.1 8.1 0 0 1 256 168"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 168a8 8 0 0 1-8 8H8a8 8 0 0 1-7.63-10.4l22.26-74.2A15.89 15.89 0 0 1 38 80h84.1a15.89 15.89 0 0 1 15.32 11.4L158 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4L206 160h15.3l-22.51-74.85a4 4 0 0 1 3.83-5.15h15.43a16 16 0 0 1 15.32 11.4l22.26 74.18A8.1 8.1 0 0 1 256 168"/></svg> </template>
CSS
.icon-tabs-fill {
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%22M256%20168a8%208%200%200%201-8%208H8a8%208%200%200%201-7.63-10.4l22.26-74.2A15.89%2015.89%200%200%201%2038%2080h84.1a15.89%2015.89%200%200%201%2015.32%2011.4L158%20160h15.3l-22.51-74.85a4%204%200%200%201%203.83-5.15h15.43a16%2016%200%200%201%2015.32%2011.4L206%20160h15.3l-22.51-74.85a4%204%200%200%201%203.83-5.15h15.43a16%2016%200%200%201%2015.32%2011.4l22.26%2074.18A8.1%208.1%200%200%201%20256%20168%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%22M256%20168a8%208%200%200%201-8%208H8a8%208%200%200%201-7.63-10.4l22.26-74.2A15.89%2015.89%200%200%201%2038%2080h84.1a15.89%2015.89%200%200%201%2015.32%2011.4L158%20160h15.3l-22.51-74.85a4%204%200%200%201%203.83-5.15h15.43a16%2016%200%200%201%2015.32%2011.4L206%20160h15.3l-22.51-74.85a4%204%200%200%201%203.83-5.15h15.43a16%2016%200%200%201%2015.32%2011.4l22.26%2074.18A8.1%208.1%200%200%201%20256%20168%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tabs-fill.svg?color=%231a73e8&size=48