workspaces icon
workspaces-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- workspaces-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- workspaces-outline-rounded, workspaces-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175m-7.762-1.412Q8 17.825 8 17t-.587-1.412T6 15t-1.412.588T4 17t.588 1.413T6 19t1.413-.587m12 0Q20 17.825 20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19t1.413-.587M9.175 9.825Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825m4.238-1.412Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587M6 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWorkspacesOutline(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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175m-7.762-1.412Q8 17.825 8 17t-.587-1.412T6 15t-1.412.588T4 17t.588 1.413T6 19t1.413-.587m12 0Q20 17.825 20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19t1.413-.587M9.175 9.825Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825m4.238-1.412Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587M6 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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175m-7.762-1.412Q8 17.825 8 17t-.587-1.412T6 15t-1.412.588T4 17t.588 1.413T6 19t1.413-.587m12 0Q20 17.825 20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19t1.413-.587M9.175 9.825Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825m4.238-1.412Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587M6 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.175%2019.825Q2%2018.65%202%2017t1.175-2.825T6%2013t2.825%201.175T10%2017t-1.175%202.825T6%2021t-2.825-1.175m12%200Q14%2018.65%2014%2017t1.175-2.825T18%2013t2.825%201.175T22%2017t-1.175%202.825T18%2021t-2.825-1.175m-7.762-1.412Q8%2017.825%208%2017t-.587-1.412T6%2015t-1.412.588T4%2017t.588%201.413T6%2019t1.413-.587m12%200Q20%2017.825%2020%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019t1.413-.587M9.175%209.825Q8%208.65%208%207t1.175-2.825T12%203t2.825%201.175T16%207t-1.175%202.825T12%2011T9.175%209.825m4.238-1.412Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587M6%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.175%2019.825Q2%2018.65%202%2017t1.175-2.825T6%2013t2.825%201.175T10%2017t-1.175%202.825T6%2021t-2.825-1.175m12%200Q14%2018.65%2014%2017t1.175-2.825T18%2013t2.825%201.175T22%2017t-1.175%202.825T18%2021t-2.825-1.175m-7.762-1.412Q8%2017.825%208%2017t-.587-1.412T6%2015t-1.412.588T4%2017t.588%201.413T6%2019t1.413-.587m12%200Q20%2017.825%2020%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019t1.413-.587M9.175%209.825Q8%208.65%208%207t1.175-2.825T12%203t2.825%201.175T16%207t-1.175%202.825T12%2011T9.175%209.825m4.238-1.412Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587M6%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/workspaces-outline.svg?color=%231a73e8&size=48