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

Name
cowork-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M17.79 2.114c1.028-.313 2.07-.319 2.959.194c.856.495 1.367 1.356 1.62 2.354c.224.881.261 1.918.148 3.04C20.16 6.938 17.264 6.5 14 6.5c-2.348 0-4.501.227-6.397.636a.751.751 0 0 0 .316 1.466c1.992-.43 4.039-.601 6.076-.602c3.156 0 6.38.389 9.308 1.594c1.207.497 2.233 1.109 2.97 1.825c.738.72 1.228 1.592 1.228 2.581c0 1.027-.526 1.927-1.312 2.661c-.783.734-1.876 1.355-3.159 1.854a.976.976 0 0 0-.604 1.048c.209 1.36.216 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-.857.494-1.857.505-2.849.225c-.874-.247-1.79-.732-2.706-1.392c1.84-1.657 3.668-3.947 5.3-6.773c1.173-2.033 2.054-4.011 2.648-5.858a.75.75 0 0 0-1.428-.459c-.557 1.735-1.393 3.615-2.52 5.567c-1.576 2.73-3.531 5.33-6.033 7.258c-1.034.797-2.077 1.38-3.065 1.66c-.992.28-1.993.267-2.85-.227c-.889-.513-1.405-1.419-1.648-2.466c-.244-1.045-.236-2.302-.027-3.662a.975.975 0 0 0-.604-1.048c-1.283-.5-2.376-1.121-3.16-1.854C1.027 15.927.5 15.027.5 14c0-.989.49-1.86 1.229-2.58c.65-.633 1.529-1.183 2.558-1.646c.515 2.422 1.585 5.15 3.217 7.975c1.174 2.034 2.446 3.785 3.749 5.222a.75.75 0 1 0 1.111-1.007c-1.37-1.511-2.542-3.2-3.561-4.965c-1.575-2.727-2.85-5.72-3.27-8.852c-.173-1.294-.157-2.489.096-3.485c.253-.998.765-1.86 1.621-2.354c.889-.513 1.931-.507 2.96-.194c1.027.312 2.11.947 3.185 1.808c.35.28.86.28 1.21 0c1.073-.86 2.158-1.496 3.185-1.808"/></svg>

React

import type { SVGProps } from "react";

export function FluentCowork28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.79 2.114c1.028-.313 2.07-.319 2.959.194c.856.495 1.367 1.356 1.62 2.354c.224.881.261 1.918.148 3.04C20.16 6.938 17.264 6.5 14 6.5c-2.348 0-4.501.227-6.397.636a.751.751 0 0 0 .316 1.466c1.992-.43 4.039-.601 6.076-.602c3.156 0 6.38.389 9.308 1.594c1.207.497 2.233 1.109 2.97 1.825c.738.72 1.228 1.592 1.228 2.581c0 1.027-.526 1.927-1.312 2.661c-.783.734-1.876 1.355-3.159 1.854a.976.976 0 0 0-.604 1.048c.209 1.36.216 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-.857.494-1.857.505-2.849.225c-.874-.247-1.79-.732-2.706-1.392c1.84-1.657 3.668-3.947 5.3-6.773c1.173-2.033 2.054-4.011 2.648-5.858a.75.75 0 0 0-1.428-.459c-.557 1.735-1.393 3.615-2.52 5.567c-1.576 2.73-3.531 5.33-6.033 7.258c-1.034.797-2.077 1.38-3.065 1.66c-.992.28-1.993.267-2.85-.227c-.889-.513-1.405-1.419-1.648-2.466c-.244-1.045-.236-2.302-.027-3.662a.975.975 0 0 0-.604-1.048c-1.283-.5-2.376-1.121-3.16-1.854C1.027 15.927.5 15.027.5 14c0-.989.49-1.86 1.229-2.58c.65-.633 1.529-1.183 2.558-1.646c.515 2.422 1.585 5.15 3.217 7.975c1.174 2.034 2.446 3.785 3.749 5.222a.75.75 0 1 0 1.111-1.007c-1.37-1.511-2.542-3.2-3.561-4.965c-1.575-2.727-2.85-5.72-3.27-8.852c-.173-1.294-.157-2.489.096-3.485c.253-.998.765-1.86 1.621-2.354c.889-.513 1.931-.507 2.96-.194c1.027.312 2.11.947 3.185 1.808c.35.28.86.28 1.21 0c1.073-.86 2.158-1.496 3.185-1.808"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.79 2.114c1.028-.313 2.07-.319 2.959.194c.856.495 1.367 1.356 1.62 2.354c.224.881.261 1.918.148 3.04C20.16 6.938 17.264 6.5 14 6.5c-2.348 0-4.501.227-6.397.636a.751.751 0 0 0 .316 1.466c1.992-.43 4.039-.601 6.076-.602c3.156 0 6.38.389 9.308 1.594c1.207.497 2.233 1.109 2.97 1.825c.738.72 1.228 1.592 1.228 2.581c0 1.027-.526 1.927-1.312 2.661c-.783.734-1.876 1.355-3.159 1.854a.976.976 0 0 0-.604 1.048c.209 1.36.216 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-.857.494-1.857.505-2.849.225c-.874-.247-1.79-.732-2.706-1.392c1.84-1.657 3.668-3.947 5.3-6.773c1.173-2.033 2.054-4.011 2.648-5.858a.75.75 0 0 0-1.428-.459c-.557 1.735-1.393 3.615-2.52 5.567c-1.576 2.73-3.531 5.33-6.033 7.258c-1.034.797-2.077 1.38-3.065 1.66c-.992.28-1.993.267-2.85-.227c-.889-.513-1.405-1.419-1.648-2.466c-.244-1.045-.236-2.302-.027-3.662a.975.975 0 0 0-.604-1.048c-1.283-.5-2.376-1.121-3.16-1.854C1.027 15.927.5 15.027.5 14c0-.989.49-1.86 1.229-2.58c.65-.633 1.529-1.183 2.558-1.646c.515 2.422 1.585 5.15 3.217 7.975c1.174 2.034 2.446 3.785 3.749 5.222a.75.75 0 1 0 1.111-1.007c-1.37-1.511-2.542-3.2-3.561-4.965c-1.575-2.727-2.85-5.72-3.27-8.852c-.173-1.294-.157-2.489.096-3.485c.253-.998.765-1.86 1.621-2.354c.889-.513 1.931-.507 2.96-.194c1.027.312 2.11.947 3.185 1.808c.35.28.86.28 1.21 0c1.073-.86 2.158-1.496 3.185-1.808"/></svg>
</template>

CSS

.icon-cowork-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.79%202.114c1.028-.313%202.07-.319%202.959.194c.856.495%201.367%201.356%201.62%202.354c.224.881.261%201.918.148%203.04C20.16%206.938%2017.264%206.5%2014%206.5c-2.348%200-4.501.227-6.397.636a.751.751%200%200%200%20.316%201.466c1.992-.43%204.039-.601%206.076-.602c3.156%200%206.38.389%209.308%201.594c1.207.497%202.233%201.109%202.97%201.825c.738.72%201.228%201.592%201.228%202.581c0%201.027-.526%201.927-1.312%202.661c-.783.734-1.876%201.355-3.159%201.854a.976.976%200%200%200-.604%201.048c.209%201.36.216%202.618-.027%203.663c-.243%201.047-.76%201.953-1.648%202.466c-.857.494-1.857.505-2.849.225c-.874-.247-1.79-.732-2.706-1.392c1.84-1.657%203.668-3.947%205.3-6.773c1.173-2.033%202.054-4.011%202.648-5.858a.75.75%200%200%200-1.428-.459c-.557%201.735-1.393%203.615-2.52%205.567c-1.576%202.73-3.531%205.33-6.033%207.258c-1.034.797-2.077%201.38-3.065%201.66c-.992.28-1.993.267-2.85-.227c-.889-.513-1.405-1.419-1.648-2.466c-.244-1.045-.236-2.302-.027-3.662a.975.975%200%200%200-.604-1.048c-1.283-.5-2.376-1.121-3.16-1.854C1.027%2015.927.5%2015.027.5%2014c0-.989.49-1.86%201.229-2.58c.65-.633%201.529-1.183%202.558-1.646c.515%202.422%201.585%205.15%203.217%207.975c1.174%202.034%202.446%203.785%203.749%205.222a.75.75%200%201%200%201.111-1.007c-1.37-1.511-2.542-3.2-3.561-4.965c-1.575-2.727-2.85-5.72-3.27-8.852c-.173-1.294-.157-2.489.096-3.485c.253-.998.765-1.86%201.621-2.354c.889-.513%201.931-.507%202.96-.194c1.027.312%202.11.947%203.185%201.808c.35.28.86.28%201.21%200c1.073-.86%202.158-1.496%203.185-1.808%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.79%202.114c1.028-.313%202.07-.319%202.959.194c.856.495%201.367%201.356%201.62%202.354c.224.881.261%201.918.148%203.04C20.16%206.938%2017.264%206.5%2014%206.5c-2.348%200-4.501.227-6.397.636a.751.751%200%200%200%20.316%201.466c1.992-.43%204.039-.601%206.076-.602c3.156%200%206.38.389%209.308%201.594c1.207.497%202.233%201.109%202.97%201.825c.738.72%201.228%201.592%201.228%202.581c0%201.027-.526%201.927-1.312%202.661c-.783.734-1.876%201.355-3.159%201.854a.976.976%200%200%200-.604%201.048c.209%201.36.216%202.618-.027%203.663c-.243%201.047-.76%201.953-1.648%202.466c-.857.494-1.857.505-2.849.225c-.874-.247-1.79-.732-2.706-1.392c1.84-1.657%203.668-3.947%205.3-6.773c1.173-2.033%202.054-4.011%202.648-5.858a.75.75%200%200%200-1.428-.459c-.557%201.735-1.393%203.615-2.52%205.567c-1.576%202.73-3.531%205.33-6.033%207.258c-1.034.797-2.077%201.38-3.065%201.66c-.992.28-1.993.267-2.85-.227c-.889-.513-1.405-1.419-1.648-2.466c-.244-1.045-.236-2.302-.027-3.662a.975.975%200%200%200-.604-1.048c-1.283-.5-2.376-1.121-3.16-1.854C1.027%2015.927.5%2015.027.5%2014c0-.989.49-1.86%201.229-2.58c.65-.633%201.529-1.183%202.558-1.646c.515%202.422%201.585%205.15%203.217%207.975c1.174%202.034%202.446%203.785%203.749%205.222a.75.75%200%201%200%201.111-1.007c-1.37-1.511-2.542-3.2-3.561-4.965c-1.575-2.727-2.85-5.72-3.27-8.852c-.173-1.294-.157-2.489.096-3.485c.253-.998.765-1.86%201.621-2.354c.889-.513%201.931-.507%202.96-.194c1.027.312%202.11.947%203.185%201.808c.35.28.86.28%201.21%200c1.073-.86%202.158-1.496%203.185-1.808%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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