cowork-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
cowork-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Use the cowork icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.38 2.3c1.159-.325 2.346-.315 3.369.276c1.021.59 1.624 1.61 1.922 2.772c.231.902.293 1.939.217 3.055C23.16 7.507 19.807 6.999 16 6.999c-2.434 0-4.677.207-6.687.588a1 1 0 0 0 .374 1.966C11.764 9.16 13.885 9 15.999 9c3.614 0 7.306.455 10.639 1.833c1.383.573 2.569 1.281 3.423 2.118c.859.84 1.44 1.871 1.441 3.05c0 1.182-.585 2.215-1.446 3.056c-.859.837-2.049 1.546-3.438 2.118a1.37 1.37 0 0 0-.827 1.433c.198 1.49.18 2.875-.116 4.037c-.298 1.166-.9 2.19-1.923 2.78c-1.021.59-2.206.601-3.362.278c-.897-.251-1.826-.717-2.754-1.34c2.139-1.913 4.256-4.564 6.159-7.86c1.217-2.108 2.16-4.155 2.835-6.085a1 1 0 0 0-1.89-.66c-.63 1.8-1.516 3.734-2.676 5.744c-1.809 3.133-4.05 6.1-6.908 8.293c-1.187.912-2.394 1.585-3.546 1.908c-1.156.323-2.34.31-3.361-.279c-1.023-.59-1.625-1.613-1.923-2.779c-.296-1.162-.314-2.548-.116-4.037a1.37 1.37 0 0 0-.827-1.433c-1.389-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.178.581-2.21 1.44-3.05c.665-.651 1.533-1.223 2.537-1.715c.587 2.809 1.826 5.968 3.73 9.265c1.216 2.108 2.517 3.947 3.852 5.497a1 1 0 0 0 1.515-1.306c-1.38-1.602-2.58-3.36-3.636-5.19c-1.808-3.13-3.259-6.553-3.73-10.128c-.197-1.485-.177-2.866.12-4.025c.298-1.163.901-2.183 1.922-2.772c1.023-.591 2.21-.601 3.37-.276c1.154.325 2.362 1.002 3.553 1.918a1.37 1.37 0 0 0 1.654 0c1.19-.916 2.4-1.593 3.554-1.918"/></svg>

React

import type { SVGProps } from "react";

export function FluentCowork32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.38 2.3c1.159-.325 2.346-.315 3.369.276c1.021.59 1.624 1.61 1.922 2.772c.231.902.293 1.939.217 3.055C23.16 7.507 19.807 6.999 16 6.999c-2.434 0-4.677.207-6.687.588a1 1 0 0 0 .374 1.966C11.764 9.16 13.885 9 15.999 9c3.614 0 7.306.455 10.639 1.833c1.383.573 2.569 1.281 3.423 2.118c.859.84 1.44 1.871 1.441 3.05c0 1.182-.585 2.215-1.446 3.056c-.859.837-2.049 1.546-3.438 2.118a1.37 1.37 0 0 0-.827 1.433c.198 1.49.18 2.875-.116 4.037c-.298 1.166-.9 2.19-1.923 2.78c-1.021.59-2.206.601-3.362.278c-.897-.251-1.826-.717-2.754-1.34c2.139-1.913 4.256-4.564 6.159-7.86c1.217-2.108 2.16-4.155 2.835-6.085a1 1 0 0 0-1.89-.66c-.63 1.8-1.516 3.734-2.676 5.744c-1.809 3.133-4.05 6.1-6.908 8.293c-1.187.912-2.394 1.585-3.546 1.908c-1.156.323-2.34.31-3.361-.279c-1.023-.59-1.625-1.613-1.923-2.779c-.296-1.162-.314-2.548-.116-4.037a1.37 1.37 0 0 0-.827-1.433c-1.389-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.178.581-2.21 1.44-3.05c.665-.651 1.533-1.223 2.537-1.715c.587 2.809 1.826 5.968 3.73 9.265c1.216 2.108 2.517 3.947 3.852 5.497a1 1 0 0 0 1.515-1.306c-1.38-1.602-2.58-3.36-3.636-5.19c-1.808-3.13-3.259-6.553-3.73-10.128c-.197-1.485-.177-2.866.12-4.025c.298-1.163.901-2.183 1.922-2.772c1.023-.591 2.21-.601 3.37-.276c1.154.325 2.362 1.002 3.553 1.918a1.37 1.37 0 0 0 1.654 0c1.19-.916 2.4-1.593 3.554-1.918"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.38 2.3c1.159-.325 2.346-.315 3.369.276c1.021.59 1.624 1.61 1.922 2.772c.231.902.293 1.939.217 3.055C23.16 7.507 19.807 6.999 16 6.999c-2.434 0-4.677.207-6.687.588a1 1 0 0 0 .374 1.966C11.764 9.16 13.885 9 15.999 9c3.614 0 7.306.455 10.639 1.833c1.383.573 2.569 1.281 3.423 2.118c.859.84 1.44 1.871 1.441 3.05c0 1.182-.585 2.215-1.446 3.056c-.859.837-2.049 1.546-3.438 2.118a1.37 1.37 0 0 0-.827 1.433c.198 1.49.18 2.875-.116 4.037c-.298 1.166-.9 2.19-1.923 2.78c-1.021.59-2.206.601-3.362.278c-.897-.251-1.826-.717-2.754-1.34c2.139-1.913 4.256-4.564 6.159-7.86c1.217-2.108 2.16-4.155 2.835-6.085a1 1 0 0 0-1.89-.66c-.63 1.8-1.516 3.734-2.676 5.744c-1.809 3.133-4.05 6.1-6.908 8.293c-1.187.912-2.394 1.585-3.546 1.908c-1.156.323-2.34.31-3.361-.279c-1.023-.59-1.625-1.613-1.923-2.779c-.296-1.162-.314-2.548-.116-4.037a1.37 1.37 0 0 0-.827-1.433c-1.389-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.178.581-2.21 1.44-3.05c.665-.651 1.533-1.223 2.537-1.715c.587 2.809 1.826 5.968 3.73 9.265c1.216 2.108 2.517 3.947 3.852 5.497a1 1 0 0 0 1.515-1.306c-1.38-1.602-2.58-3.36-3.636-5.19c-1.808-3.13-3.259-6.553-3.73-10.128c-.197-1.485-.177-2.866.12-4.025c.298-1.163.901-2.183 1.922-2.772c1.023-.591 2.21-.601 3.37-.276c1.154.325 2.362 1.002 3.553 1.918a1.37 1.37 0 0 0 1.654 0c1.19-.916 2.4-1.593 3.554-1.918"/></svg>
</template>

CSS

.icon-cowork-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.38%202.3c1.159-.325%202.346-.315%203.369.276c1.021.59%201.624%201.61%201.922%202.772c.231.902.293%201.939.217%203.055C23.16%207.507%2019.807%206.999%2016%206.999c-2.434%200-4.677.207-6.687.588a1%201%200%200%200%20.374%201.966C11.764%209.16%2013.885%209%2015.999%209c3.614%200%207.306.455%2010.639%201.833c1.383.573%202.569%201.281%203.423%202.118c.859.84%201.44%201.871%201.441%203.05c0%201.182-.585%202.215-1.446%203.056c-.859.837-2.049%201.546-3.438%202.118a1.37%201.37%200%200%200-.827%201.433c.198%201.49.18%202.875-.116%204.037c-.298%201.166-.9%202.19-1.923%202.78c-1.021.59-2.206.601-3.362.278c-.897-.251-1.826-.717-2.754-1.34c2.139-1.913%204.256-4.564%206.159-7.86c1.217-2.108%202.16-4.155%202.835-6.085a1%201%200%200%200-1.89-.66c-.63%201.8-1.516%203.734-2.676%205.744c-1.809%203.133-4.05%206.1-6.908%208.293c-1.187.912-2.394%201.585-3.546%201.908c-1.156.323-2.34.31-3.361-.279c-1.023-.59-1.625-1.613-1.923-2.779c-.296-1.162-.314-2.548-.116-4.037a1.37%201.37%200%200%200-.827-1.433c-1.389-.572-2.58-1.28-3.438-2.118C1.084%2018.216.5%2017.182.5%2016c0-1.178.581-2.21%201.44-3.05c.665-.651%201.533-1.223%202.537-1.715c.587%202.809%201.826%205.968%203.73%209.265c1.216%202.108%202.517%203.947%203.852%205.497a1%201%200%200%200%201.515-1.306c-1.38-1.602-2.58-3.36-3.636-5.19c-1.808-3.13-3.259-6.553-3.73-10.128c-.197-1.485-.177-2.866.12-4.025c.298-1.163.901-2.183%201.922-2.772c1.023-.591%202.21-.601%203.37-.276c1.154.325%202.362%201.002%203.553%201.918a1.37%201.37%200%200%200%201.654%200c1.19-.916%202.4-1.593%203.554-1.918%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.38%202.3c1.159-.325%202.346-.315%203.369.276c1.021.59%201.624%201.61%201.922%202.772c.231.902.293%201.939.217%203.055C23.16%207.507%2019.807%206.999%2016%206.999c-2.434%200-4.677.207-6.687.588a1%201%200%200%200%20.374%201.966C11.764%209.16%2013.885%209%2015.999%209c3.614%200%207.306.455%2010.639%201.833c1.383.573%202.569%201.281%203.423%202.118c.859.84%201.44%201.871%201.441%203.05c0%201.182-.585%202.215-1.446%203.056c-.859.837-2.049%201.546-3.438%202.118a1.37%201.37%200%200%200-.827%201.433c.198%201.49.18%202.875-.116%204.037c-.298%201.166-.9%202.19-1.923%202.78c-1.021.59-2.206.601-3.362.278c-.897-.251-1.826-.717-2.754-1.34c2.139-1.913%204.256-4.564%206.159-7.86c1.217-2.108%202.16-4.155%202.835-6.085a1%201%200%200%200-1.89-.66c-.63%201.8-1.516%203.734-2.676%205.744c-1.809%203.133-4.05%206.1-6.908%208.293c-1.187.912-2.394%201.585-3.546%201.908c-1.156.323-2.34.31-3.361-.279c-1.023-.59-1.625-1.613-1.923-2.779c-.296-1.162-.314-2.548-.116-4.037a1.37%201.37%200%200%200-.827-1.433c-1.389-.572-2.58-1.28-3.438-2.118C1.084%2018.216.5%2017.182.5%2016c0-1.178.581-2.21%201.44-3.05c.665-.651%201.533-1.223%202.537-1.715c.587%202.809%201.826%205.968%203.73%209.265c1.216%202.108%202.517%203.947%203.852%205.497a1%201%200%200%200%201.515-1.306c-1.38-1.602-2.58-3.36-3.636-5.19c-1.808-3.13-3.259-6.553-3.73-10.128c-.197-1.485-.177-2.866.12-4.025c.298-1.163.901-2.183%201.922-2.772c1.023-.591%202.21-.601%203.37-.276c1.154.325%202.362%201.002%203.553%201.918a1.37%201.37%200%200%200%201.654%200c1.19-.916%202.4-1.593%203.554-1.918%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cowork-32-filled.svg?color=%231a73e8&size=48