cowork icon
cowork-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cowork-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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="M4.967 11.008q.198.963.495 1.972c-.684.327-1.262.678-1.722 1.045C2.832 14.75 2.5 15.43 2.5 16c0 .479.23 1.027.842 1.625c.615.6 1.56 1.187 2.805 1.7a3.37 3.37 0 0 1 2.046 3.547c-.177 1.334-.14 2.444.072 3.277c.21.828.57 1.303.985 1.543c.414.239 1.003.313 1.823.084c.825-.231 1.802-.751 2.867-1.569c2.124-1.631 4.438-4.325 6.39-7.707a31.7 31.7 0 0 0 2.438-5.239q1.038.256 1.919.573A33.6 33.6 0 0 1 22.06 19.5c-2.05 3.553-4.525 6.467-6.905 8.294c-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.39-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.416.835-2.612 1.993-3.538c.684-.546 1.523-1.03 2.475-1.454M16.002 9c4.102 0 7.864.685 10.636 1.832c1.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.838-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.227.709-2.68.584-4.06.043c-.815-.319-1.654-.803-2.498-1.416q.735-.654 1.458-1.416c.626.43 1.221.754 1.769.969c1.082.424 1.837.373 2.331.088c.414-.24.774-.714.985-1.542c.213-.833.25-1.944.072-3.278a3.37 3.37 0 0 1 2.046-3.547c1.245-.514 2.188-1.1 2.803-1.7c.612-.598.844-1.146.844-1.625c0-.477-.23-1.025-.839-1.62c-.612-.6-1.551-1.186-2.79-1.699c-2.476-1.024-5.966-1.68-9.871-1.68c-2.061 0-4.01.182-5.757.507c-.2-.683-.353-1.336-.463-1.949A33.7 33.7 0 0 1 16.002 9m4.378-6.7c1.159-.325 2.346-.315 3.369.276c1.227.708 1.845 2.029 2.067 3.495c.131.865.132 1.833.024 2.87a25 25 0 0 0-1.956-.556c.058-.756.043-1.433-.045-2.014c-.174-1.15-.596-1.778-1.09-2.063c-.414-.239-1.005-.314-1.828-.083c-.828.233-1.808.757-2.875 1.578a3.37 3.37 0 0 1-4.095 0c-1.067-.821-2.046-1.344-2.874-1.577c-.823-.231-1.414-.157-1.828.082c-.413.239-.773.712-.984 1.537c-.213.83-.251 1.936-.076 3.266c.351 2.656 1.527 6.006 3.48 9.389a31.7 31.7 0 0 0 3.32 4.73c-.493.516-.982.975-1.458 1.376a33.6 33.6 0 0 1-3.594-5.107c-2.051-3.552-3.338-7.152-3.73-10.126c-.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 FluentCowork32Regular(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="M4.967 11.008q.198.963.495 1.972c-.684.327-1.262.678-1.722 1.045C2.832 14.75 2.5 15.43 2.5 16c0 .479.23 1.027.842 1.625c.615.6 1.56 1.187 2.805 1.7a3.37 3.37 0 0 1 2.046 3.547c-.177 1.334-.14 2.444.072 3.277c.21.828.57 1.303.985 1.543c.414.239 1.003.313 1.823.084c.825-.231 1.802-.751 2.867-1.569c2.124-1.631 4.438-4.325 6.39-7.707a31.7 31.7 0 0 0 2.438-5.239q1.038.256 1.919.573A33.6 33.6 0 0 1 22.06 19.5c-2.05 3.553-4.525 6.467-6.905 8.294c-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.39-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.416.835-2.612 1.993-3.538c.684-.546 1.523-1.03 2.475-1.454M16.002 9c4.102 0 7.864.685 10.636 1.832c1.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.838-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.227.709-2.68.584-4.06.043c-.815-.319-1.654-.803-2.498-1.416q.735-.654 1.458-1.416c.626.43 1.221.754 1.769.969c1.082.424 1.837.373 2.331.088c.414-.24.774-.714.985-1.542c.213-.833.25-1.944.072-3.278a3.37 3.37 0 0 1 2.046-3.547c1.245-.514 2.188-1.1 2.803-1.7c.612-.598.844-1.146.844-1.625c0-.477-.23-1.025-.839-1.62c-.612-.6-1.551-1.186-2.79-1.699c-2.476-1.024-5.966-1.68-9.871-1.68c-2.061 0-4.01.182-5.757.507c-.2-.683-.353-1.336-.463-1.949A33.7 33.7 0 0 1 16.002 9m4.378-6.7c1.159-.325 2.346-.315 3.369.276c1.227.708 1.845 2.029 2.067 3.495c.131.865.132 1.833.024 2.87a25 25 0 0 0-1.956-.556c.058-.756.043-1.433-.045-2.014c-.174-1.15-.596-1.778-1.09-2.063c-.414-.239-1.005-.314-1.828-.083c-.828.233-1.808.757-2.875 1.578a3.37 3.37 0 0 1-4.095 0c-1.067-.821-2.046-1.344-2.874-1.577c-.823-.231-1.414-.157-1.828.082c-.413.239-.773.712-.984 1.537c-.213.83-.251 1.936-.076 3.266c.351 2.656 1.527 6.006 3.48 9.389a31.7 31.7 0 0 0 3.32 4.73c-.493.516-.982.975-1.458 1.376a33.6 33.6 0 0 1-3.594-5.107c-2.051-3.552-3.338-7.152-3.73-10.126c-.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="M4.967 11.008q.198.963.495 1.972c-.684.327-1.262.678-1.722 1.045C2.832 14.75 2.5 15.43 2.5 16c0 .479.23 1.027.842 1.625c.615.6 1.56 1.187 2.805 1.7a3.37 3.37 0 0 1 2.046 3.547c-.177 1.334-.14 2.444.072 3.277c.21.828.57 1.303.985 1.543c.414.239 1.003.313 1.823.084c.825-.231 1.802-.751 2.867-1.569c2.124-1.631 4.438-4.325 6.39-7.707a31.7 31.7 0 0 0 2.438-5.239q1.038.256 1.919.573A33.6 33.6 0 0 1 22.06 19.5c-2.05 3.553-4.525 6.467-6.905 8.294c-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.39-.572-2.58-1.28-3.438-2.118C1.084 18.216.5 17.182.5 16c0-1.416.835-2.612 1.993-3.538c.684-.546 1.523-1.03 2.475-1.454M16.002 9c4.102 0 7.864.685 10.636 1.832c1.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.838-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.227.709-2.68.584-4.06.043c-.815-.319-1.654-.803-2.498-1.416q.735-.654 1.458-1.416c.626.43 1.221.754 1.769.969c1.082.424 1.837.373 2.331.088c.414-.24.774-.714.985-1.542c.213-.833.25-1.944.072-3.278a3.37 3.37 0 0 1 2.046-3.547c1.245-.514 2.188-1.1 2.803-1.7c.612-.598.844-1.146.844-1.625c0-.477-.23-1.025-.839-1.62c-.612-.6-1.551-1.186-2.79-1.699c-2.476-1.024-5.966-1.68-9.871-1.68c-2.061 0-4.01.182-5.757.507c-.2-.683-.353-1.336-.463-1.949A33.7 33.7 0 0 1 16.002 9m4.378-6.7c1.159-.325 2.346-.315 3.369.276c1.227.708 1.845 2.029 2.067 3.495c.131.865.132 1.833.024 2.87a25 25 0 0 0-1.956-.556c.058-.756.043-1.433-.045-2.014c-.174-1.15-.596-1.778-1.09-2.063c-.414-.239-1.005-.314-1.828-.083c-.828.233-1.808.757-2.875 1.578a3.37 3.37 0 0 1-4.095 0c-1.067-.821-2.046-1.344-2.874-1.577c-.823-.231-1.414-.157-1.828.082c-.413.239-.773.712-.984 1.537c-.213.83-.251 1.936-.076 3.266c.351 2.656 1.527 6.006 3.48 9.389a31.7 31.7 0 0 0 3.32 4.73c-.493.516-.982.975-1.458 1.376a33.6 33.6 0 0 1-3.594-5.107c-2.051-3.552-3.338-7.152-3.73-10.126c-.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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.967%2011.008q.198.963.495%201.972c-.684.327-1.262.678-1.722%201.045C2.832%2014.75%202.5%2015.43%202.5%2016c0%20.479.23%201.027.842%201.625c.615.6%201.56%201.187%202.805%201.7a3.37%203.37%200%200%201%202.046%203.547c-.177%201.334-.14%202.444.072%203.277c.21.828.57%201.303.985%201.543c.414.239%201.003.313%201.823.084c.825-.231%201.802-.751%202.867-1.569c2.124-1.631%204.438-4.325%206.39-7.707a31.7%2031.7%200%200%200%202.438-5.239q1.038.256%201.919.573A33.6%2033.6%200%200%201%2022.06%2019.5c-2.05%203.553-4.525%206.467-6.905%208.294c-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.39-.572-2.58-1.28-3.438-2.118C1.084%2018.216.5%2017.182.5%2016c0-1.416.835-2.612%201.993-3.538c.684-.546%201.523-1.03%202.475-1.454M16.002%209c4.102%200%207.864.685%2010.636%201.832c1.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.838-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.227.709-2.68.584-4.06.043c-.815-.319-1.654-.803-2.498-1.416q.735-.654%201.458-1.416c.626.43%201.221.754%201.769.969c1.082.424%201.837.373%202.331.088c.414-.24.774-.714.985-1.542c.213-.833.25-1.944.072-3.278a3.37%203.37%200%200%201%202.046-3.547c1.245-.514%202.188-1.1%202.803-1.7c.612-.598.844-1.146.844-1.625c0-.477-.23-1.025-.839-1.62c-.612-.6-1.551-1.186-2.79-1.699c-2.476-1.024-5.966-1.68-9.871-1.68c-2.061%200-4.01.182-5.757.507c-.2-.683-.353-1.336-.463-1.949A33.7%2033.7%200%200%201%2016.002%209m4.378-6.7c1.159-.325%202.346-.315%203.369.276c1.227.708%201.845%202.029%202.067%203.495c.131.865.132%201.833.024%202.87a25%2025%200%200%200-1.956-.556c.058-.756.043-1.433-.045-2.014c-.174-1.15-.596-1.778-1.09-2.063c-.414-.239-1.005-.314-1.828-.083c-.828.233-1.808.757-2.875%201.578a3.37%203.37%200%200%201-4.095%200c-1.067-.821-2.046-1.344-2.874-1.577c-.823-.231-1.414-.157-1.828.082c-.413.239-.773.712-.984%201.537c-.213.83-.251%201.936-.076%203.266c.351%202.656%201.527%206.006%203.48%209.389a31.7%2031.7%200%200%200%203.32%204.73c-.493.516-.982.975-1.458%201.376a33.6%2033.6%200%200%201-3.594-5.107c-2.051-3.552-3.338-7.152-3.73-10.126c-.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%22M4.967%2011.008q.198.963.495%201.972c-.684.327-1.262.678-1.722%201.045C2.832%2014.75%202.5%2015.43%202.5%2016c0%20.479.23%201.027.842%201.625c.615.6%201.56%201.187%202.805%201.7a3.37%203.37%200%200%201%202.046%203.547c-.177%201.334-.14%202.444.072%203.277c.21.828.57%201.303.985%201.543c.414.239%201.003.313%201.823.084c.825-.231%201.802-.751%202.867-1.569c2.124-1.631%204.438-4.325%206.39-7.707a31.7%2031.7%200%200%200%202.438-5.239q1.038.256%201.919.573A33.6%2033.6%200%200%201%2022.06%2019.5c-2.05%203.553-4.525%206.467-6.905%208.294c-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.39-.572-2.58-1.28-3.438-2.118C1.084%2018.216.5%2017.182.5%2016c0-1.416.835-2.612%201.993-3.538c.684-.546%201.523-1.03%202.475-1.454M16.002%209c4.102%200%207.864.685%2010.636%201.832c1.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.838-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.227.709-2.68.584-4.06.043c-.815-.319-1.654-.803-2.498-1.416q.735-.654%201.458-1.416c.626.43%201.221.754%201.769.969c1.082.424%201.837.373%202.331.088c.414-.24.774-.714.985-1.542c.213-.833.25-1.944.072-3.278a3.37%203.37%200%200%201%202.046-3.547c1.245-.514%202.188-1.1%202.803-1.7c.612-.598.844-1.146.844-1.625c0-.477-.23-1.025-.839-1.62c-.612-.6-1.551-1.186-2.79-1.699c-2.476-1.024-5.966-1.68-9.871-1.68c-2.061%200-4.01.182-5.757.507c-.2-.683-.353-1.336-.463-1.949A33.7%2033.7%200%200%201%2016.002%209m4.378-6.7c1.159-.325%202.346-.315%203.369.276c1.227.708%201.845%202.029%202.067%203.495c.131.865.132%201.833.024%202.87a25%2025%200%200%200-1.956-.556c.058-.756.043-1.433-.045-2.014c-.174-1.15-.596-1.778-1.09-2.063c-.414-.239-1.005-.314-1.828-.083c-.828.233-1.808.757-2.875%201.578a3.37%203.37%200%200%201-4.095%200c-1.067-.821-2.046-1.344-2.874-1.577c-.823-.231-1.414-.157-1.828.082c-.413.239-.773.712-.984%201.537c-.213.83-.251%201.936-.076%203.266c.351%202.656%201.527%206.006%203.48%209.389a31.7%2031.7%200%200%200%203.32%204.73c-.493.516-.982.975-1.458%201.376a33.6%2033.6%200%200%201-3.594-5.107c-2.051-3.552-3.338-7.152-3.73-10.126c-.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-regular.svg?color=%231a73e8&size=48