workspace-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
workspace-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

Use the workspace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M4 4.25h16a1.25 1.25 0 0 1 1.25 1.25v13A1.25 1.25 0 0 1 20 19.75H4a1.25 1.25 0 0 1-1.25-1.25v-13A1.25 1.25 0 0 1 4 4.25Z"/><path stroke-width="1.2" d="M3.5 7.9h17"/><g opacity=".6"><path stroke-width=".85" d="M5.2 6.1h.1M7.3 6.1h.1"/><path stroke-width=".8" d="M5.1 10.3v6h1.7M5.1 12.1h1.7"/></g><path stroke-width="1.1" d="M9.5 8.5V19"/><path stroke-width="1.15" d="M12.2 11.275h6.5"/><path stroke-width="1.15" d="M13.6 14.125h5.1" opacity=".65"/><path stroke-width="1.15" d="M12.2 16.975H16" opacity=".85"/><path stroke-width=".65" d="M17.75 16.1v1.75" opacity="0"/><path stroke-width=".6" d="M20 10.1v7.8" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherWorkspaceOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M4 4.25h16a1.25 1.25 0 0 1 1.25 1.25v13A1.25 1.25 0 0 1 20 19.75H4a1.25 1.25 0 0 1-1.25-1.25v-13A1.25 1.25 0 0 1 4 4.25Z"/><path strokeWidth="1.2" d="M3.5 7.9h17"/><g opacity=".6"><path strokeWidth=".85" d="M5.2 6.1h.1M7.3 6.1h.1"/><path strokeWidth=".8" d="M5.1 10.3v6h1.7M5.1 12.1h1.7"/></g><path strokeWidth="1.1" d="M9.5 8.5V19"/><path strokeWidth="1.15" d="M12.2 11.275h6.5"/><path strokeWidth="1.15" d="M13.6 14.125h5.1" opacity=".65"/><path strokeWidth="1.15" d="M12.2 16.975H16" opacity=".85"/><path strokeWidth=".65" d="M17.75 16.1v1.75" opacity="0"/><path strokeWidth=".6" d="M20 10.1v7.8" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M4 4.25h16a1.25 1.25 0 0 1 1.25 1.25v13A1.25 1.25 0 0 1 20 19.75H4a1.25 1.25 0 0 1-1.25-1.25v-13A1.25 1.25 0 0 1 4 4.25Z"/><path stroke-width="1.2" d="M3.5 7.9h17"/><g opacity=".6"><path stroke-width=".85" d="M5.2 6.1h.1M7.3 6.1h.1"/><path stroke-width=".8" d="M5.1 10.3v6h1.7M5.1 12.1h1.7"/></g><path stroke-width="1.1" d="M9.5 8.5V19"/><path stroke-width="1.15" d="M12.2 11.275h6.5"/><path stroke-width="1.15" d="M13.6 14.125h5.1" opacity=".65"/><path stroke-width="1.15" d="M12.2 16.975H16" opacity=".85"/><path stroke-width=".65" d="M17.75 16.1v1.75" opacity="0"/><path stroke-width=".6" d="M20 10.1v7.8" opacity="0"/></g></svg>
</template>

CSS

.icon-workspace-outline {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4%204.25h16a1.25%201.25%200%200%201%201.25%201.25v13A1.25%201.25%200%200%201%2020%2019.75H4a1.25%201.25%200%200%201-1.25-1.25v-13A1.25%201.25%200%200%201%204%204.25Z%22%2F%3E%3Cpath%20stroke-width%3D%221.2%22%20d%3D%22M3.5%207.9h17%22%2F%3E%3Cg%20opacity%3D%22.6%22%3E%3Cpath%20stroke-width%3D%22.85%22%20d%3D%22M5.2%206.1h.1M7.3%206.1h.1%22%2F%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M5.1%2010.3v6h1.7M5.1%2012.1h1.7%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-width%3D%221.1%22%20d%3D%22M9.5%208.5V19%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M12.2%2011.275h6.5%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M13.6%2014.125h5.1%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M12.2%2016.975H16%22%20opacity%3D%22.85%22%2F%3E%3Cpath%20stroke-width%3D%22.65%22%20d%3D%22M17.75%2016.1v1.75%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-width%3D%22.6%22%20d%3D%22M20%2010.1v7.8%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4%204.25h16a1.25%201.25%200%200%201%201.25%201.25v13A1.25%201.25%200%200%201%2020%2019.75H4a1.25%201.25%200%200%201-1.25-1.25v-13A1.25%201.25%200%200%201%204%204.25Z%22%2F%3E%3Cpath%20stroke-width%3D%221.2%22%20d%3D%22M3.5%207.9h17%22%2F%3E%3Cg%20opacity%3D%22.6%22%3E%3Cpath%20stroke-width%3D%22.85%22%20d%3D%22M5.2%206.1h.1M7.3%206.1h.1%22%2F%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M5.1%2010.3v6h1.7M5.1%2012.1h1.7%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-width%3D%221.1%22%20d%3D%22M9.5%208.5V19%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M12.2%2011.275h6.5%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M13.6%2014.125h5.1%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M12.2%2016.975H16%22%20opacity%3D%22.85%22%2F%3E%3Cpath%20stroke-width%3D%22.65%22%20d%3D%22M17.75%2016.1v1.75%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-width%3D%22.6%22%20d%3D%22M20%2010.1v7.8%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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