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

Name
cowork-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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="M4.767 9.569q.152.72.368 1.473c-.757.322-1.396.676-1.895 1.054c-.888.674-1.242 1.331-1.242 1.904c0 .477.242 1.008.838 1.566c.598.56 1.502 1.094 2.678 1.552a2.475 2.475 0 0 1 1.543 2.673c-.192 1.247-.181 2.298.005 3.095c.185.795.523 1.268.936 1.507c.399.23.952.291 1.693.082c.744-.21 1.614-.679 2.556-1.404c1.882-1.45 3.926-3.834 5.65-6.82c.994-1.723 1.763-3.44 2.296-5.04q.767.193 1.439.426c-.57 1.72-1.387 3.546-2.437 5.363c-1.797 3.113-3.96 5.663-6.03 7.26c-1.035.796-2.078 1.38-3.066 1.658c-.992.28-1.993.268-2.85-.226c-.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-1.238.762-2.285 1.835-3.098c.665-.505 1.49-.95 2.433-1.333m9.235-1.57c3.594 0 6.884.599 9.302 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.975.975 0 0 0-.604 1.048c.209 1.36.217 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-1.072.619-2.36.483-3.602-.04c-.77-.323-1.567-.815-2.37-1.44q.548-.492 1.092-1.055c.657.494 1.283.87 1.86 1.113c1.028.433 1.774.41 2.27.123c.413-.238.752-.712.938-1.508c.185-.797.196-1.848.004-3.095a2.475 2.475 0 0 1 1.543-2.672c1.176-.458 2.08-.993 2.678-1.552c.596-.558.837-1.089.837-1.566c0-.46-.224-.969-.775-1.506c-.555-.539-1.395-1.06-2.495-1.512c-2.196-.904-5.283-1.482-8.73-1.482c-1.99 0-3.862.194-5.514.532q-.215-.761-.35-1.46c1.774-.367 3.765-.572 5.864-.572m3.787-5.885c1.029-.313 2.072-.319 2.96.194c1.072.62 1.599 1.803 1.767 3.139c.104.828.077 1.765-.063 2.773a21 21 0 0 0-1.46-.418c.1-.816.113-1.546.034-2.168c-.139-1.106-.532-1.74-1.028-2.027c-.413-.238-.993-.295-1.774-.058c-.784.238-1.7.754-2.683 1.543c-.898.72-2.189.72-3.087 0c-.984-.789-1.9-1.305-2.683-1.543c-.78-.237-1.36-.18-1.773.058c-.398.23-.728.679-.917 1.425c-.19.749-.22 1.737-.062 2.916c.314 2.354 1.358 5.316 3.082 8.301c.994 1.723 2.097 3.249 3.215 4.51q-.55.568-1.088 1.033C11.024 20.44 9.852 18.817 8.803 17c-1.797-3.112-2.924-6.26-3.27-8.852c-.174-1.294-.158-2.489.095-3.485c.253-.998.764-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 FluentCowork28Regular(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="M4.767 9.569q.152.72.368 1.473c-.757.322-1.396.676-1.895 1.054c-.888.674-1.242 1.331-1.242 1.904c0 .477.242 1.008.838 1.566c.598.56 1.502 1.094 2.678 1.552a2.475 2.475 0 0 1 1.543 2.673c-.192 1.247-.181 2.298.005 3.095c.185.795.523 1.268.936 1.507c.399.23.952.291 1.693.082c.744-.21 1.614-.679 2.556-1.404c1.882-1.45 3.926-3.834 5.65-6.82c.994-1.723 1.763-3.44 2.296-5.04q.767.193 1.439.426c-.57 1.72-1.387 3.546-2.437 5.363c-1.797 3.113-3.96 5.663-6.03 7.26c-1.035.796-2.078 1.38-3.066 1.658c-.992.28-1.993.268-2.85-.226c-.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-1.238.762-2.285 1.835-3.098c.665-.505 1.49-.95 2.433-1.333m9.235-1.57c3.594 0 6.884.599 9.302 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.975.975 0 0 0-.604 1.048c.209 1.36.217 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-1.072.619-2.36.483-3.602-.04c-.77-.323-1.567-.815-2.37-1.44q.548-.492 1.092-1.055c.657.494 1.283.87 1.86 1.113c1.028.433 1.774.41 2.27.123c.413-.238.752-.712.938-1.508c.185-.797.196-1.848.004-3.095a2.475 2.475 0 0 1 1.543-2.672c1.176-.458 2.08-.993 2.678-1.552c.596-.558.837-1.089.837-1.566c0-.46-.224-.969-.775-1.506c-.555-.539-1.395-1.06-2.495-1.512c-2.196-.904-5.283-1.482-8.73-1.482c-1.99 0-3.862.194-5.514.532q-.215-.761-.35-1.46c1.774-.367 3.765-.572 5.864-.572m3.787-5.885c1.029-.313 2.072-.319 2.96.194c1.072.62 1.599 1.803 1.767 3.139c.104.828.077 1.765-.063 2.773a21 21 0 0 0-1.46-.418c.1-.816.113-1.546.034-2.168c-.139-1.106-.532-1.74-1.028-2.027c-.413-.238-.993-.295-1.774-.058c-.784.238-1.7.754-2.683 1.543c-.898.72-2.189.72-3.087 0c-.984-.789-1.9-1.305-2.683-1.543c-.78-.237-1.36-.18-1.773.058c-.398.23-.728.679-.917 1.425c-.19.749-.22 1.737-.062 2.916c.314 2.354 1.358 5.316 3.082 8.301c.994 1.723 2.097 3.249 3.215 4.51q-.55.568-1.088 1.033C11.024 20.44 9.852 18.817 8.803 17c-1.797-3.112-2.924-6.26-3.27-8.852c-.174-1.294-.158-2.489.095-3.485c.253-.998.764-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="M4.767 9.569q.152.72.368 1.473c-.757.322-1.396.676-1.895 1.054c-.888.674-1.242 1.331-1.242 1.904c0 .477.242 1.008.838 1.566c.598.56 1.502 1.094 2.678 1.552a2.475 2.475 0 0 1 1.543 2.673c-.192 1.247-.181 2.298.005 3.095c.185.795.523 1.268.936 1.507c.399.23.952.291 1.693.082c.744-.21 1.614-.679 2.556-1.404c1.882-1.45 3.926-3.834 5.65-6.82c.994-1.723 1.763-3.44 2.296-5.04q.767.193 1.439.426c-.57 1.72-1.387 3.546-2.437 5.363c-1.797 3.113-3.96 5.663-6.03 7.26c-1.035.796-2.078 1.38-3.066 1.658c-.992.28-1.993.268-2.85-.226c-.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-1.238.762-2.285 1.835-3.098c.665-.505 1.49-.95 2.433-1.333m9.235-1.57c3.594 0 6.884.599 9.302 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.975.975 0 0 0-.604 1.048c.209 1.36.217 2.618-.027 3.663c-.243 1.047-.76 1.953-1.648 2.466c-1.072.619-2.36.483-3.602-.04c-.77-.323-1.567-.815-2.37-1.44q.548-.492 1.092-1.055c.657.494 1.283.87 1.86 1.113c1.028.433 1.774.41 2.27.123c.413-.238.752-.712.938-1.508c.185-.797.196-1.848.004-3.095a2.475 2.475 0 0 1 1.543-2.672c1.176-.458 2.08-.993 2.678-1.552c.596-.558.837-1.089.837-1.566c0-.46-.224-.969-.775-1.506c-.555-.539-1.395-1.06-2.495-1.512c-2.196-.904-5.283-1.482-8.73-1.482c-1.99 0-3.862.194-5.514.532q-.215-.761-.35-1.46c1.774-.367 3.765-.572 5.864-.572m3.787-5.885c1.029-.313 2.072-.319 2.96.194c1.072.62 1.599 1.803 1.767 3.139c.104.828.077 1.765-.063 2.773a21 21 0 0 0-1.46-.418c.1-.816.113-1.546.034-2.168c-.139-1.106-.532-1.74-1.028-2.027c-.413-.238-.993-.295-1.774-.058c-.784.238-1.7.754-2.683 1.543c-.898.72-2.189.72-3.087 0c-.984-.789-1.9-1.305-2.683-1.543c-.78-.237-1.36-.18-1.773.058c-.398.23-.728.679-.917 1.425c-.19.749-.22 1.737-.062 2.916c.314 2.354 1.358 5.316 3.082 8.301c.994 1.723 2.097 3.249 3.215 4.51q-.55.568-1.088 1.033C11.024 20.44 9.852 18.817 8.803 17c-1.797-3.112-2.924-6.26-3.27-8.852c-.174-1.294-.158-2.489.095-3.485c.253-.998.764-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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.767%209.569q.152.72.368%201.473c-.757.322-1.396.676-1.895%201.054c-.888.674-1.242%201.331-1.242%201.904c0%20.477.242%201.008.838%201.566c.598.56%201.502%201.094%202.678%201.552a2.475%202.475%200%200%201%201.543%202.673c-.192%201.247-.181%202.298.005%203.095c.185.795.523%201.268.936%201.507c.399.23.952.291%201.693.082c.744-.21%201.614-.679%202.556-1.404c1.882-1.45%203.926-3.834%205.65-6.82c.994-1.723%201.763-3.44%202.296-5.04q.767.193%201.439.426c-.57%201.72-1.387%203.546-2.437%205.363c-1.797%203.113-3.96%205.663-6.03%207.26c-1.035.796-2.078%201.38-3.066%201.658c-.992.28-1.993.268-2.85-.226c-.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-1.238.762-2.285%201.835-3.098c.665-.505%201.49-.95%202.433-1.333m9.235-1.57c3.594%200%206.884.599%209.302%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.975.975%200%200%200-.604%201.048c.209%201.36.217%202.618-.027%203.663c-.243%201.047-.76%201.953-1.648%202.466c-1.072.619-2.36.483-3.602-.04c-.77-.323-1.567-.815-2.37-1.44q.548-.492%201.092-1.055c.657.494%201.283.87%201.86%201.113c1.028.433%201.774.41%202.27.123c.413-.238.752-.712.938-1.508c.185-.797.196-1.848.004-3.095a2.475%202.475%200%200%201%201.543-2.672c1.176-.458%202.08-.993%202.678-1.552c.596-.558.837-1.089.837-1.566c0-.46-.224-.969-.775-1.506c-.555-.539-1.395-1.06-2.495-1.512c-2.196-.904-5.283-1.482-8.73-1.482c-1.99%200-3.862.194-5.514.532q-.215-.761-.35-1.46c1.774-.367%203.765-.572%205.864-.572m3.787-5.885c1.029-.313%202.072-.319%202.96.194c1.072.62%201.599%201.803%201.767%203.139c.104.828.077%201.765-.063%202.773a21%2021%200%200%200-1.46-.418c.1-.816.113-1.546.034-2.168c-.139-1.106-.532-1.74-1.028-2.027c-.413-.238-.993-.295-1.774-.058c-.784.238-1.7.754-2.683%201.543c-.898.72-2.189.72-3.087%200c-.984-.789-1.9-1.305-2.683-1.543c-.78-.237-1.36-.18-1.773.058c-.398.23-.728.679-.917%201.425c-.19.749-.22%201.737-.062%202.916c.314%202.354%201.358%205.316%203.082%208.301c.994%201.723%202.097%203.249%203.215%204.51q-.55.568-1.088%201.033C11.024%2020.44%209.852%2018.817%208.803%2017c-1.797-3.112-2.924-6.26-3.27-8.852c-.174-1.294-.158-2.489.095-3.485c.253-.998.764-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%22M4.767%209.569q.152.72.368%201.473c-.757.322-1.396.676-1.895%201.054c-.888.674-1.242%201.331-1.242%201.904c0%20.477.242%201.008.838%201.566c.598.56%201.502%201.094%202.678%201.552a2.475%202.475%200%200%201%201.543%202.673c-.192%201.247-.181%202.298.005%203.095c.185.795.523%201.268.936%201.507c.399.23.952.291%201.693.082c.744-.21%201.614-.679%202.556-1.404c1.882-1.45%203.926-3.834%205.65-6.82c.994-1.723%201.763-3.44%202.296-5.04q.767.193%201.439.426c-.57%201.72-1.387%203.546-2.437%205.363c-1.797%203.113-3.96%205.663-6.03%207.26c-1.035.796-2.078%201.38-3.066%201.658c-.992.28-1.993.268-2.85-.226c-.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-1.238.762-2.285%201.835-3.098c.665-.505%201.49-.95%202.433-1.333m9.235-1.57c3.594%200%206.884.599%209.302%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.975.975%200%200%200-.604%201.048c.209%201.36.217%202.618-.027%203.663c-.243%201.047-.76%201.953-1.648%202.466c-1.072.619-2.36.483-3.602-.04c-.77-.323-1.567-.815-2.37-1.44q.548-.492%201.092-1.055c.657.494%201.283.87%201.86%201.113c1.028.433%201.774.41%202.27.123c.413-.238.752-.712.938-1.508c.185-.797.196-1.848.004-3.095a2.475%202.475%200%200%201%201.543-2.672c1.176-.458%202.08-.993%202.678-1.552c.596-.558.837-1.089.837-1.566c0-.46-.224-.969-.775-1.506c-.555-.539-1.395-1.06-2.495-1.512c-2.196-.904-5.283-1.482-8.73-1.482c-1.99%200-3.862.194-5.514.532q-.215-.761-.35-1.46c1.774-.367%203.765-.572%205.864-.572m3.787-5.885c1.029-.313%202.072-.319%202.96.194c1.072.62%201.599%201.803%201.767%203.139c.104.828.077%201.765-.063%202.773a21%2021%200%200%200-1.46-.418c.1-.816.113-1.546.034-2.168c-.139-1.106-.532-1.74-1.028-2.027c-.413-.238-.993-.295-1.774-.058c-.784.238-1.7.754-2.683%201.543c-.898.72-2.189.72-3.087%200c-.984-.789-1.9-1.305-2.683-1.543c-.78-.237-1.36-.18-1.773.058c-.398.23-.728.679-.917%201.425c-.19.749-.22%201.737-.062%202.916c.314%202.354%201.358%205.316%203.082%208.301c.994%201.723%202.097%203.249%203.215%204.51q-.55.568-1.088%201.033C11.024%2020.44%209.852%2018.817%208.803%2017c-1.797-3.112-2.924-6.26-3.27-8.852c-.174-1.294-.158-2.489.095-3.485c.253-.998.764-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-regular.svg?color=%231a73e8&size=48