workspaces icon
workspaces-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- workspaces-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- workspaces-outline-rounded, workspaces-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the workspaces icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945m-8.138-.71q.655-.655.655-1.576t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231t1.576-.655m12 0q.655-.655.655-1.576t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655t1.576-.655m-9.862-9.29Q8.769 8.343 8.769 7t.944-2.286T12 3.769t2.286.945T15.232 7t-.944 2.286t-2.287.945t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 4.769t-1.576.655T9.769 7t.655 1.576T12 9.231t1.576-.655M6 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWorkspacesOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945m-8.138-.71q.655-.655.655-1.576t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231t1.576-.655m12 0q.655-.655.655-1.576t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655t1.576-.655m-9.862-9.29Q8.769 8.343 8.769 7t.944-2.286T12 3.769t2.286.945T15.232 7t-.944 2.286t-2.287.945t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 4.769t-1.576.655T9.769 7t.655 1.576T12 9.231t1.576-.655M6 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945m-8.138-.71q.655-.655.655-1.576t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231t1.576-.655m12 0q.655-.655.655-1.576t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655t1.576-.655m-9.862-9.29Q8.769 8.343 8.769 7t.944-2.286T12 3.769t2.286.945T15.232 7t-.944 2.286t-2.287.945t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 4.769t-1.576.655T9.769 7t.655 1.576T12 9.231t1.576-.655M6 17"/></svg> </template>
CSS
.icon-workspaces-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%2019.287q-.945-.945-.945-2.287t.944-2.286T6%2013.769t2.286.944T9.232%2017t-.944%202.286T6%2020.232t-2.286-.945m12%200q-.945-.944-.945-2.286t.944-2.286T18%2013.769t2.286.944t.945%202.287t-.945%202.286t-2.286.945t-2.286-.945m-8.138-.71q.655-.655.655-1.576t-.655-1.576T6%2014.769t-1.576.655T3.769%2017t.655%201.576T6%2019.231t1.576-.655m12%200q.655-.655.655-1.576t-.655-1.576T18%2014.769t-1.576.655T15.769%2017t.655%201.576t1.576.655t1.576-.655m-9.862-9.29Q8.769%208.343%208.769%207t.944-2.286T12%203.769t2.286.945T15.232%207t-.944%202.286t-2.287.945t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12%204.769t-1.576.655T9.769%207t.655%201.576T12%209.231t1.576-.655M6%2017%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%2019.287q-.945-.945-.945-2.287t.944-2.286T6%2013.769t2.286.944T9.232%2017t-.944%202.286T6%2020.232t-2.286-.945m12%200q-.945-.944-.945-2.286t.944-2.286T18%2013.769t2.286.944t.945%202.287t-.945%202.286t-2.286.945t-2.286-.945m-8.138-.71q.655-.655.655-1.576t-.655-1.576T6%2014.769t-1.576.655T3.769%2017t.655%201.576T6%2019.231t1.576-.655m12%200q.655-.655.655-1.576t-.655-1.576T18%2014.769t-1.576.655T15.769%2017t.655%201.576t1.576.655t1.576-.655m-9.862-9.29Q8.769%208.343%208.769%207t.944-2.286T12%203.769t2.286.945T15.232%207t-.944%202.286t-2.287.945t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12%204.769t-1.576.655T9.769%207t.655%201.576T12%209.231t1.576-.655M6%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/workspaces-outline.svg?color=%231a73e8&size=48