cowork-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
cowork-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 7.002c2.904 0 5.569.487 7.535 1.302c.981.407 1.825.91 2.435 1.508c.612.6 1.03 1.34 1.03 2.19c0 .838-.408 1.571-1.008 2.167c-.597.593-1.424 1.095-2.386 1.5a1.05 1.05 0 0 0-.626 1.087c.128 1.036.108 2.002-.107 2.815c-.216.817-.647 1.538-1.373 1.957c-.887.513-1.935.419-2.923.03c-.582-.228-1.18-.574-1.78-1.011c.367-.324.733-.68 1.095-1.06c.437.299.852.525 1.234.675c.764.3 1.287.262 1.624.068c.277-.16.525-.479.674-1.043c.15-.567.182-1.327.067-2.247a2.55 2.55 0 0 1 1.532-2.652c.854-.36 1.495-.769 1.912-1.183c.413-.41.565-.783.565-1.103c0-.324-.156-.703-.581-1.12c-.428-.418-1.085-.83-1.958-1.193c-1.743-.722-4.205-1.187-6.961-1.187c-1.463 0-2.844.134-4.081.366a13 13 0 0 1-.345-1.46A24 24 0 0 1 12 7.001M4.2 8.415q.144.721.37 1.48a6.3 6.3 0 0 0-1.202.73c-.642.511-.87.985-.87 1.373c0 .32.152.694.565 1.104c.417.414 1.06.822 1.913 1.182a2.55 2.55 0 0 1 1.53 2.653c-.114.92-.08 1.68.07 2.248c.148.563.395.88.672 1.04c.28.162.686.217 1.26.057c.577-.16 1.262-.524 2.013-1.1c1.497-1.148 3.13-3.047 4.508-5.434a22.3 22.3 0 0 0 1.724-3.717c.52.126 1.002.272 1.437.432a24 24 0 0 1-1.862 4.035c-1.452 2.515-3.205 4.58-4.894 5.875c-.843.646-1.702 1.125-2.524 1.354c-.825.23-1.676.222-2.412-.203c-.726-.419-1.157-1.14-1.373-1.957c-.215-.813-.235-1.78-.106-2.815a1.05 1.05 0 0 0-.627-1.086c-.962-.406-1.788-.907-2.385-1.5c-.6-.596-1.009-1.33-1.009-2.168c0-1.025.606-1.885 1.436-2.546c.489-.39 1.086-.735 1.765-1.037m10.92-6.152c.816-.222 1.655-.209 2.382.21c.887.513 1.33 1.467 1.487 2.516c.093.618.093 1.31.015 2.048a17 17 0 0 0-1.467-.418a6.3 6.3 0 0 0-.031-1.407c-.122-.811-.418-1.245-.754-1.44c-.277-.16-.676-.215-1.24-.062c-.566.154-1.24.506-1.979 1.064a2.55 2.55 0 0 1-3.063 0c-.74-.558-1.413-.91-1.98-1.064c-.562-.153-.96-.098-1.238.062c-.28.163-.53.487-.679 1.063c-.149.58-.177 1.356-.054 2.293c.245 1.871 1.074 4.235 2.452 6.622a22.3 22.3 0 0 0 2.357 3.35q-.556.582-1.093 1.03a23.7 23.7 0 0 1-2.563-3.63c-1.452-2.515-2.364-5.066-2.64-7.177c-.139-1.053-.124-2.036.088-2.862c.214-.83.647-1.563 1.382-1.987c.726-.42 1.565-.433 2.38-.211c.813.22 1.66.685 2.493 1.315a1.05 1.05 0 0 0 1.254 0c.832-.63 1.68-1.095 2.491-1.315"/></svg>

React

import type { SVGProps } from "react";

export function FluentCowork24Regular(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 7.002c2.904 0 5.569.487 7.535 1.302c.981.407 1.825.91 2.435 1.508c.612.6 1.03 1.34 1.03 2.19c0 .838-.408 1.571-1.008 2.167c-.597.593-1.424 1.095-2.386 1.5a1.05 1.05 0 0 0-.626 1.087c.128 1.036.108 2.002-.107 2.815c-.216.817-.647 1.538-1.373 1.957c-.887.513-1.935.419-2.923.03c-.582-.228-1.18-.574-1.78-1.011c.367-.324.733-.68 1.095-1.06c.437.299.852.525 1.234.675c.764.3 1.287.262 1.624.068c.277-.16.525-.479.674-1.043c.15-.567.182-1.327.067-2.247a2.55 2.55 0 0 1 1.532-2.652c.854-.36 1.495-.769 1.912-1.183c.413-.41.565-.783.565-1.103c0-.324-.156-.703-.581-1.12c-.428-.418-1.085-.83-1.958-1.193c-1.743-.722-4.205-1.187-6.961-1.187c-1.463 0-2.844.134-4.081.366a13 13 0 0 1-.345-1.46A24 24 0 0 1 12 7.001M4.2 8.415q.144.721.37 1.48a6.3 6.3 0 0 0-1.202.73c-.642.511-.87.985-.87 1.373c0 .32.152.694.565 1.104c.417.414 1.06.822 1.913 1.182a2.55 2.55 0 0 1 1.53 2.653c-.114.92-.08 1.68.07 2.248c.148.563.395.88.672 1.04c.28.162.686.217 1.26.057c.577-.16 1.262-.524 2.013-1.1c1.497-1.148 3.13-3.047 4.508-5.434a22.3 22.3 0 0 0 1.724-3.717c.52.126 1.002.272 1.437.432a24 24 0 0 1-1.862 4.035c-1.452 2.515-3.205 4.58-4.894 5.875c-.843.646-1.702 1.125-2.524 1.354c-.825.23-1.676.222-2.412-.203c-.726-.419-1.157-1.14-1.373-1.957c-.215-.813-.235-1.78-.106-2.815a1.05 1.05 0 0 0-.627-1.086c-.962-.406-1.788-.907-2.385-1.5c-.6-.596-1.009-1.33-1.009-2.168c0-1.025.606-1.885 1.436-2.546c.489-.39 1.086-.735 1.765-1.037m10.92-6.152c.816-.222 1.655-.209 2.382.21c.887.513 1.33 1.467 1.487 2.516c.093.618.093 1.31.015 2.048a17 17 0 0 0-1.467-.418a6.3 6.3 0 0 0-.031-1.407c-.122-.811-.418-1.245-.754-1.44c-.277-.16-.676-.215-1.24-.062c-.566.154-1.24.506-1.979 1.064a2.55 2.55 0 0 1-3.063 0c-.74-.558-1.413-.91-1.98-1.064c-.562-.153-.96-.098-1.238.062c-.28.163-.53.487-.679 1.063c-.149.58-.177 1.356-.054 2.293c.245 1.871 1.074 4.235 2.452 6.622a22.3 22.3 0 0 0 2.357 3.35q-.556.582-1.093 1.03a23.7 23.7 0 0 1-2.563-3.63c-1.452-2.515-2.364-5.066-2.64-7.177c-.139-1.053-.124-2.036.088-2.862c.214-.83.647-1.563 1.382-1.987c.726-.42 1.565-.433 2.38-.211c.813.22 1.66.685 2.493 1.315a1.05 1.05 0 0 0 1.254 0c.832-.63 1.68-1.095 2.491-1.315"/></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 7.002c2.904 0 5.569.487 7.535 1.302c.981.407 1.825.91 2.435 1.508c.612.6 1.03 1.34 1.03 2.19c0 .838-.408 1.571-1.008 2.167c-.597.593-1.424 1.095-2.386 1.5a1.05 1.05 0 0 0-.626 1.087c.128 1.036.108 2.002-.107 2.815c-.216.817-.647 1.538-1.373 1.957c-.887.513-1.935.419-2.923.03c-.582-.228-1.18-.574-1.78-1.011c.367-.324.733-.68 1.095-1.06c.437.299.852.525 1.234.675c.764.3 1.287.262 1.624.068c.277-.16.525-.479.674-1.043c.15-.567.182-1.327.067-2.247a2.55 2.55 0 0 1 1.532-2.652c.854-.36 1.495-.769 1.912-1.183c.413-.41.565-.783.565-1.103c0-.324-.156-.703-.581-1.12c-.428-.418-1.085-.83-1.958-1.193c-1.743-.722-4.205-1.187-6.961-1.187c-1.463 0-2.844.134-4.081.366a13 13 0 0 1-.345-1.46A24 24 0 0 1 12 7.001M4.2 8.415q.144.721.37 1.48a6.3 6.3 0 0 0-1.202.73c-.642.511-.87.985-.87 1.373c0 .32.152.694.565 1.104c.417.414 1.06.822 1.913 1.182a2.55 2.55 0 0 1 1.53 2.653c-.114.92-.08 1.68.07 2.248c.148.563.395.88.672 1.04c.28.162.686.217 1.26.057c.577-.16 1.262-.524 2.013-1.1c1.497-1.148 3.13-3.047 4.508-5.434a22.3 22.3 0 0 0 1.724-3.717c.52.126 1.002.272 1.437.432a24 24 0 0 1-1.862 4.035c-1.452 2.515-3.205 4.58-4.894 5.875c-.843.646-1.702 1.125-2.524 1.354c-.825.23-1.676.222-2.412-.203c-.726-.419-1.157-1.14-1.373-1.957c-.215-.813-.235-1.78-.106-2.815a1.05 1.05 0 0 0-.627-1.086c-.962-.406-1.788-.907-2.385-1.5c-.6-.596-1.009-1.33-1.009-2.168c0-1.025.606-1.885 1.436-2.546c.489-.39 1.086-.735 1.765-1.037m10.92-6.152c.816-.222 1.655-.209 2.382.21c.887.513 1.33 1.467 1.487 2.516c.093.618.093 1.31.015 2.048a17 17 0 0 0-1.467-.418a6.3 6.3 0 0 0-.031-1.407c-.122-.811-.418-1.245-.754-1.44c-.277-.16-.676-.215-1.24-.062c-.566.154-1.24.506-1.979 1.064a2.55 2.55 0 0 1-3.063 0c-.74-.558-1.413-.91-1.98-1.064c-.562-.153-.96-.098-1.238.062c-.28.163-.53.487-.679 1.063c-.149.58-.177 1.356-.054 2.293c.245 1.871 1.074 4.235 2.452 6.622a22.3 22.3 0 0 0 2.357 3.35q-.556.582-1.093 1.03a23.7 23.7 0 0 1-2.563-3.63c-1.452-2.515-2.364-5.066-2.64-7.177c-.139-1.053-.124-2.036.088-2.862c.214-.83.647-1.563 1.382-1.987c.726-.42 1.565-.433 2.38-.211c.813.22 1.66.685 2.493 1.315a1.05 1.05 0 0 0 1.254 0c.832-.63 1.68-1.095 2.491-1.315"/></svg>
</template>

CSS

.icon-cowork-24-regular {
  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%207.002c2.904%200%205.569.487%207.535%201.302c.981.407%201.825.91%202.435%201.508c.612.6%201.03%201.34%201.03%202.19c0%20.838-.408%201.571-1.008%202.167c-.597.593-1.424%201.095-2.386%201.5a1.05%201.05%200%200%200-.626%201.087c.128%201.036.108%202.002-.107%202.815c-.216.817-.647%201.538-1.373%201.957c-.887.513-1.935.419-2.923.03c-.582-.228-1.18-.574-1.78-1.011c.367-.324.733-.68%201.095-1.06c.437.299.852.525%201.234.675c.764.3%201.287.262%201.624.068c.277-.16.525-.479.674-1.043c.15-.567.182-1.327.067-2.247a2.55%202.55%200%200%201%201.532-2.652c.854-.36%201.495-.769%201.912-1.183c.413-.41.565-.783.565-1.103c0-.324-.156-.703-.581-1.12c-.428-.418-1.085-.83-1.958-1.193c-1.743-.722-4.205-1.187-6.961-1.187c-1.463%200-2.844.134-4.081.366a13%2013%200%200%201-.345-1.46A24%2024%200%200%201%2012%207.001M4.2%208.415q.144.721.37%201.48a6.3%206.3%200%200%200-1.202.73c-.642.511-.87.985-.87%201.373c0%20.32.152.694.565%201.104c.417.414%201.06.822%201.913%201.182a2.55%202.55%200%200%201%201.53%202.653c-.114.92-.08%201.68.07%202.248c.148.563.395.88.672%201.04c.28.162.686.217%201.26.057c.577-.16%201.262-.524%202.013-1.1c1.497-1.148%203.13-3.047%204.508-5.434a22.3%2022.3%200%200%200%201.724-3.717c.52.126%201.002.272%201.437.432a24%2024%200%200%201-1.862%204.035c-1.452%202.515-3.205%204.58-4.894%205.875c-.843.646-1.702%201.125-2.524%201.354c-.825.23-1.676.222-2.412-.203c-.726-.419-1.157-1.14-1.373-1.957c-.215-.813-.235-1.78-.106-2.815a1.05%201.05%200%200%200-.627-1.086c-.962-.406-1.788-.907-2.385-1.5c-.6-.596-1.009-1.33-1.009-2.168c0-1.025.606-1.885%201.436-2.546c.489-.39%201.086-.735%201.765-1.037m10.92-6.152c.816-.222%201.655-.209%202.382.21c.887.513%201.33%201.467%201.487%202.516c.093.618.093%201.31.015%202.048a17%2017%200%200%200-1.467-.418a6.3%206.3%200%200%200-.031-1.407c-.122-.811-.418-1.245-.754-1.44c-.277-.16-.676-.215-1.24-.062c-.566.154-1.24.506-1.979%201.064a2.55%202.55%200%200%201-3.063%200c-.74-.558-1.413-.91-1.98-1.064c-.562-.153-.96-.098-1.238.062c-.28.163-.53.487-.679%201.063c-.149.58-.177%201.356-.054%202.293c.245%201.871%201.074%204.235%202.452%206.622a22.3%2022.3%200%200%200%202.357%203.35q-.556.582-1.093%201.03a23.7%2023.7%200%200%201-2.563-3.63c-1.452-2.515-2.364-5.066-2.64-7.177c-.139-1.053-.124-2.036.088-2.862c.214-.83.647-1.563%201.382-1.987c.726-.42%201.565-.433%202.38-.211c.813.22%201.66.685%202.493%201.315a1.05%201.05%200%200%200%201.254%200c.832-.63%201.68-1.095%202.491-1.315%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%207.002c2.904%200%205.569.487%207.535%201.302c.981.407%201.825.91%202.435%201.508c.612.6%201.03%201.34%201.03%202.19c0%20.838-.408%201.571-1.008%202.167c-.597.593-1.424%201.095-2.386%201.5a1.05%201.05%200%200%200-.626%201.087c.128%201.036.108%202.002-.107%202.815c-.216.817-.647%201.538-1.373%201.957c-.887.513-1.935.419-2.923.03c-.582-.228-1.18-.574-1.78-1.011c.367-.324.733-.68%201.095-1.06c.437.299.852.525%201.234.675c.764.3%201.287.262%201.624.068c.277-.16.525-.479.674-1.043c.15-.567.182-1.327.067-2.247a2.55%202.55%200%200%201%201.532-2.652c.854-.36%201.495-.769%201.912-1.183c.413-.41.565-.783.565-1.103c0-.324-.156-.703-.581-1.12c-.428-.418-1.085-.83-1.958-1.193c-1.743-.722-4.205-1.187-6.961-1.187c-1.463%200-2.844.134-4.081.366a13%2013%200%200%201-.345-1.46A24%2024%200%200%201%2012%207.001M4.2%208.415q.144.721.37%201.48a6.3%206.3%200%200%200-1.202.73c-.642.511-.87.985-.87%201.373c0%20.32.152.694.565%201.104c.417.414%201.06.822%201.913%201.182a2.55%202.55%200%200%201%201.53%202.653c-.114.92-.08%201.68.07%202.248c.148.563.395.88.672%201.04c.28.162.686.217%201.26.057c.577-.16%201.262-.524%202.013-1.1c1.497-1.148%203.13-3.047%204.508-5.434a22.3%2022.3%200%200%200%201.724-3.717c.52.126%201.002.272%201.437.432a24%2024%200%200%201-1.862%204.035c-1.452%202.515-3.205%204.58-4.894%205.875c-.843.646-1.702%201.125-2.524%201.354c-.825.23-1.676.222-2.412-.203c-.726-.419-1.157-1.14-1.373-1.957c-.215-.813-.235-1.78-.106-2.815a1.05%201.05%200%200%200-.627-1.086c-.962-.406-1.788-.907-2.385-1.5c-.6-.596-1.009-1.33-1.009-2.168c0-1.025.606-1.885%201.436-2.546c.489-.39%201.086-.735%201.765-1.037m10.92-6.152c.816-.222%201.655-.209%202.382.21c.887.513%201.33%201.467%201.487%202.516c.093.618.093%201.31.015%202.048a17%2017%200%200%200-1.467-.418a6.3%206.3%200%200%200-.031-1.407c-.122-.811-.418-1.245-.754-1.44c-.277-.16-.676-.215-1.24-.062c-.566.154-1.24.506-1.979%201.064a2.55%202.55%200%200%201-3.063%200c-.74-.558-1.413-.91-1.98-1.064c-.562-.153-.96-.098-1.238.062c-.28.163-.53.487-.679%201.063c-.149.58-.177%201.356-.054%202.293c.245%201.871%201.074%204.235%202.452%206.622a22.3%2022.3%200%200%200%202.357%203.35q-.556.582-1.093%201.03a23.7%2023.7%200%200%201-2.563-3.63c-1.452-2.515-2.364-5.066-2.64-7.177c-.139-1.053-.124-2.036.088-2.862c.214-.83.647-1.563%201.382-1.987c.726-.42%201.565-.433%202.38-.211c.813.22%201.66.685%202.493%201.315a1.05%201.05%200%200%200%201.254%200c.832-.63%201.68-1.095%202.491-1.315%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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