workspace studio icon

workspace-studio-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
workspace-studio-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the workspace studio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m0-2.025q.4 0 .763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20 12t-.137-.725t-.388-.625L13.4 4.6q-.275-.275-.638-.425T12 4.025q-.825 0-1.412.588T10 6q0 .425.15.788t.425.637l4.6 4.575l-4.6 4.6q-.275.275-.425.638T10 18q0 .825.587 1.4t1.413.575M15 16q.2 0 .375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687q.15.15.337.225T15 16m-9.5 5.025q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.7 0 1.325.238T7.95 4L9 5.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5 5.025q-.65 0-1.075.463T4 6.6q0 .325.125.625t.35.525l4.375 4.275L4.475 16.3q-.225.225-.35.513T4 17.425q0 .65.425 1.125t1.075.475q.3 0 .575-.112t.475-.313L9 16.225V19l-1.05 1.025q-.5.5-1.125.75t-1.325.25M15.175 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWorkspaceStudioOutline(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="M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m0-2.025q.4 0 .763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20 12t-.137-.725t-.388-.625L13.4 4.6q-.275-.275-.638-.425T12 4.025q-.825 0-1.412.588T10 6q0 .425.15.788t.425.637l4.6 4.575l-4.6 4.6q-.275.275-.425.638T10 18q0 .825.587 1.4t1.413.575M15 16q.2 0 .375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687q.15.15.337.225T15 16m-9.5 5.025q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.7 0 1.325.238T7.95 4L9 5.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5 5.025q-.65 0-1.075.463T4 6.6q0 .325.125.625t.35.525l4.375 4.275L4.475 16.3q-.225.225-.35.513T4 17.425q0 .65.425 1.125t1.075.475q.3 0 .575-.112t.475-.313L9 16.225V19l-1.05 1.025q-.5.5-1.125.75t-1.325.25M15.175 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m0-2.025q.4 0 .763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20 12t-.137-.725t-.388-.625L13.4 4.6q-.275-.275-.638-.425T12 4.025q-.825 0-1.412.588T10 6q0 .425.15.788t.425.637l4.6 4.575l-4.6 4.6q-.275.275-.425.638T10 18q0 .825.587 1.4t1.413.575M15 16q.2 0 .375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687q.15.15.337.225T15 16m-9.5 5.025q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.7 0 1.325.238T7.95 4L9 5.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5 5.025q-.65 0-1.075.463T4 6.6q0 .325.125.625t.35.525l4.375 4.275L4.475 16.3q-.225.225-.35.513T4 17.425q0 .65.425 1.125t1.075.475q.3 0 .575-.112t.475-.313L9 16.225V19l-1.05 1.025q-.5.5-1.125.75t-1.325.25M15.175 12"/></svg>
</template>

CSS

.icon-workspace-studio-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%22M12%2022q-1.65%200-2.812-1.125T8%2018.1q-.025-.8.275-1.562T9.15%2015.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8%206.15q-.05-1.7%201.113-2.925T12%202q.8%200%201.525.3t1.3.875l5.975%206q.575.575.888%201.313T22%2012.025t-.3%201.525t-.875%201.3l-6%206q-.575.575-1.3.863T12%2022m0-2.025q.4%200%20.763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20%2012t-.137-.725t-.388-.625L13.4%204.6q-.275-.275-.638-.425T12%204.025q-.825%200-1.412.588T10%206q0%20.425.15.788t.425.637l4.6%204.575l-4.6%204.6q-.275.275-.425.638T10%2018q0%20.825.587%201.4t1.413.575M15%2016q.2%200%20.375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7%208.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3%202.275l-2.3%202.3q-.3.3-.3.713t.3.687q.15.15.337.225T15%2016m-9.5%205.025q-1.475%200-2.488-1.05T2%2017.45q0-.725.275-1.4t.8-1.175L6%2012.025l-2.925-2.85q-.525-.5-.8-1.175T2%206.6q0-1.5%201.012-2.537T5.5%203.024q.7%200%201.325.238T7.95%204L9%205.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5%205.025q-.65%200-1.075.463T4%206.6q0%20.325.125.625t.35.525l4.375%204.275L4.475%2016.3q-.225.225-.35.513T4%2017.425q0%20.65.425%201.125t1.075.475q.3%200%20.575-.112t.475-.313L9%2016.225V19l-1.05%201.025q-.5.5-1.125.75t-1.325.25M15.175%2012%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%22M12%2022q-1.65%200-2.812-1.125T8%2018.1q-.025-.8.275-1.562T9.15%2015.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8%206.15q-.05-1.7%201.113-2.925T12%202q.8%200%201.525.3t1.3.875l5.975%206q.575.575.888%201.313T22%2012.025t-.3%201.525t-.875%201.3l-6%206q-.575.575-1.3.863T12%2022m0-2.025q.4%200%20.763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20%2012t-.137-.725t-.388-.625L13.4%204.6q-.275-.275-.638-.425T12%204.025q-.825%200-1.412.588T10%206q0%20.425.15.788t.425.637l4.6%204.575l-4.6%204.6q-.275.275-.425.638T10%2018q0%20.825.587%201.4t1.413.575M15%2016q.2%200%20.375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7%208.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3%202.275l-2.3%202.3q-.3.3-.3.713t.3.687q.15.15.337.225T15%2016m-9.5%205.025q-1.475%200-2.488-1.05T2%2017.45q0-.725.275-1.4t.8-1.175L6%2012.025l-2.925-2.85q-.525-.5-.8-1.175T2%206.6q0-1.5%201.012-2.537T5.5%203.024q.7%200%201.325.238T7.95%204L9%205.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5%205.025q-.65%200-1.075.463T4%206.6q0%20.325.125.625t.35.525l4.375%204.275L4.475%2016.3q-.225.225-.35.513T4%2017.425q0%20.65.425%201.125t1.075.475q.3%200%20.575-.112t.475-.313L9%2016.225V19l-1.05%201.025q-.5.5-1.125.75t-1.325.25M15.175%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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