workspace premium icon

workspace-premium-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
workspace-premium-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the workspace premium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 11.675l-1.565 1.223q-.131.087-.252.003t-.071-.22l.592-1.985l-1.558-1.13q-.125-.087-.065-.23t.196-.144h1.939l.592-1.973q.05-.136.192-.136t.192.136l.593 1.973h1.932q.137 0 .2.143t-.063.23l-1.563 1.131l.592 1.985q.05.136-.071.22t-.252-.003zm0 8.287l-3.963 1.184q-.385.137-.711-.115T7 20.375v-5.504q-.95-.934-1.475-2.188T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v5.504q0 .404-.326.656t-.71.115zm4.25-5.712Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75M8 20.044l4-1.121l4 1.121v-4.33q-.836.615-1.859.95Q13.12 17 12 17t-2.141-.335T8 15.714zm4-2.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWorkspacePremiumOutlineRounded(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 11.675l-1.565 1.223q-.131.087-.252.003t-.071-.22l.592-1.985l-1.558-1.13q-.125-.087-.065-.23t.196-.144h1.939l.592-1.973q.05-.136.192-.136t.192.136l.593 1.973h1.932q.137 0 .2.143t-.063.23l-1.563 1.131l.592 1.985q.05.136-.071.22t-.252-.003zm0 8.287l-3.963 1.184q-.385.137-.711-.115T7 20.375v-5.504q-.95-.934-1.475-2.188T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v5.504q0 .404-.326.656t-.71.115zm4.25-5.712Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75M8 20.044l4-1.121l4 1.121v-4.33q-.836.615-1.859.95Q13.12 17 12 17t-2.141-.335T8 15.714zm4-2.165"/></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 11.675l-1.565 1.223q-.131.087-.252.003t-.071-.22l.592-1.985l-1.558-1.13q-.125-.087-.065-.23t.196-.144h1.939l.592-1.973q.05-.136.192-.136t.192.136l.593 1.973h1.932q.137 0 .2.143t-.063.23l-1.563 1.131l.592 1.985q.05.136-.071.22t-.252-.003zm0 8.287l-3.963 1.184q-.385.137-.711-.115T7 20.375v-5.504q-.95-.934-1.475-2.188T5 10q0-2.927 2.036-4.963T12 3t4.964 2.036T19 10q0 1.429-.525 2.683T17 14.87v5.504q0 .404-.326.656t-.71.115zm4.25-5.712Q18 12.5 18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16t4.25-1.75M8 20.044l4-1.121l4 1.121v-4.33q-.836.615-1.859.95Q13.12 17 12 17t-2.141-.335T8 15.714zm4-2.165"/></svg>
</template>

CSS

.icon-workspace-premium-outline-rounded {
  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%2011.675l-1.565%201.223q-.131.087-.252.003t-.071-.22l.592-1.985l-1.558-1.13q-.125-.087-.065-.23t.196-.144h1.939l.592-1.973q.05-.136.192-.136t.192.136l.593%201.973h1.932q.137%200%20.2.143t-.063.23l-1.563%201.131l.592%201.985q.05.136-.071.22t-.252-.003zm0%208.287l-3.963%201.184q-.385.137-.711-.115T7%2020.375v-5.504q-.95-.934-1.475-2.188T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.429-.525%202.683T17%2014.87v5.504q0%20.404-.326.656t-.71.115zm4.25-5.712Q18%2012.5%2018%2010t-1.75-4.25T12%204T7.75%205.75T6%2010t1.75%204.25T12%2016t4.25-1.75M8%2020.044l4-1.121l4%201.121v-4.33q-.836.615-1.859.95Q13.12%2017%2012%2017t-2.141-.335T8%2015.714zm4-2.165%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%2011.675l-1.565%201.223q-.131.087-.252.003t-.071-.22l.592-1.985l-1.558-1.13q-.125-.087-.065-.23t.196-.144h1.939l.592-1.973q.05-.136.192-.136t.192.136l.593%201.973h1.932q.137%200%20.2.143t-.063.23l-1.563%201.131l.592%201.985q.05.136-.071.22t-.252-.003zm0%208.287l-3.963%201.184q-.385.137-.711-.115T7%2020.375v-5.504q-.95-.934-1.475-2.188T5%2010q0-2.927%202.036-4.963T12%203t4.964%202.036T19%2010q0%201.429-.525%202.683T17%2014.87v5.504q0%20.404-.326.656t-.71.115zm4.25-5.712Q18%2012.5%2018%2010t-1.75-4.25T12%204T7.75%205.75T6%2010t1.75%204.25T12%2016t4.25-1.75M8%2020.044l4-1.121l4%201.121v-4.33q-.836.615-1.859.95Q13.12%2017%2012%2017t-2.141-.335T8%2015.714zm4-2.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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