workspaces icon
workspaces from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- workspaces
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- workspaces-rounded, workspaces-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-6-10Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWorkspaces(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-6-10Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825"/></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-6-10Q8 8.65 8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11T9.175 9.825"/></svg> </template>
CSS
.icon-workspaces {
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-6-10Q8%208.65%208%207t1.175-2.825T12%203t2.825%201.175T16%207t-1.175%202.825T12%2011T9.175%209.825%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-6-10Q8%208.65%208%207t1.175-2.825T12%203t2.825%201.175T16%207t-1.175%202.825T12%2011T9.175%209.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/workspaces.svg?color=%231a73e8&size=48