cowork icon
cowork-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- cowork-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2.252 5.612q.103.487.255.993q-.456.243-.752.506c-.367.327-.504.63-.504.889c0 .24.116.513.422.812c.307.3.779.593 1.401.85a1.69 1.69 0 0 1 1.024 1.775c-.09.667-.07 1.22.036 1.637c.105.415.286.652.493.772c.207.119.501.156.911.042c.412-.116.9-.376 1.433-.784c1.062-.816 2.22-2.163 3.196-3.854a16 16 0 0 0 1.132-2.382q.524.127.96.286a17 17 0 0 1-1.226 2.597c-1.025 1.776-2.263 3.232-3.453 4.146c-.594.455-1.197.793-1.772.955c-.578.161-1.17.155-1.681-.14s-.813-.807-.962-1.39c-.148-.582-.157-1.274-.058-2.018a.685.685 0 0 0-.414-.717C2 10.3 1.403 9.947.975 9.527C.545 9.107.25 8.591.25 8c0-.642.344-1.196.838-1.636a5 5 0 0 1 1.163-.752M7.999 4.5c2.051 0 3.931.345 5.317.918c.692.286 1.286.64 1.713 1.058c.43.42.72.936.72 1.525c0 .59-.293 1.108-.724 1.528c-.429.419-1.024.773-1.718 1.059a.685.685 0 0 0-.413.717c.099.744.09 1.437-.059 2.018c-.149.583-.45 1.095-.961 1.39c-.556.321-1.207.3-1.835.092a5 5 0 0 1-1.233-.631q.369-.333.732-.717q.438.274.814.399c.467.154.798.12 1.022-.01c.207-.119.387-.356.492-.77c.106-.416.125-.972.036-1.64a1.686 1.686 0 0 1 1.025-1.773c.622-.256 1.093-.55 1.4-.85c.306-.298.422-.574.422-.813s-.115-.513-.419-.81c-.306-.3-.776-.592-1.395-.848C11.697 5.83 9.952 5.5 7.999 5.5c-.933 0-1.821.077-2.629.212a9 9 0 0 1-.232-.976A17 17 0 0 1 7.999 4.5m2.191-3.35c.58-.162 1.173-.157 1.685.138c.556.321.863.896.997 1.543c.086.415.106.882.07 1.384a13 13 0 0 0-.987-.277a4 4 0 0 0-.062-.904c-.1-.48-.294-.75-.518-.88c-.207-.12-.502-.156-.914-.04c-.414.116-.904.377-1.438.787c-.6.463-1.447.463-2.047 0c-.534-.41-1.023-.671-1.437-.788c-.412-.115-.708-.078-.915.041c-.207.12-.386.356-.492.769c-.106.415-.125.968-.037 1.633c.175 1.328.763 3.003 1.739 4.694c.467.808.976 1.539 1.497 2.17q-.372.39-.728.69a17 17 0 0 1-1.635-2.36C3.942 7.974 3.3 6.174 3.104 4.687c-.098-.743-.09-1.434.06-2.013c.148-.582.45-1.091.96-1.386c.512-.295 1.106-.3 1.686-.138c.577.163 1.18.501 1.776.96a.684.684 0 0 0 .827 0c.595-.459 1.2-.797 1.777-.96"/></svg>
React
import type { SVGProps } from "react";
export function FluentCowork16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.252 5.612q.103.487.255.993q-.456.243-.752.506c-.367.327-.504.63-.504.889c0 .24.116.513.422.812c.307.3.779.593 1.401.85a1.69 1.69 0 0 1 1.024 1.775c-.09.667-.07 1.22.036 1.637c.105.415.286.652.493.772c.207.119.501.156.911.042c.412-.116.9-.376 1.433-.784c1.062-.816 2.22-2.163 3.196-3.854a16 16 0 0 0 1.132-2.382q.524.127.96.286a17 17 0 0 1-1.226 2.597c-1.025 1.776-2.263 3.232-3.453 4.146c-.594.455-1.197.793-1.772.955c-.578.161-1.17.155-1.681-.14s-.813-.807-.962-1.39c-.148-.582-.157-1.274-.058-2.018a.685.685 0 0 0-.414-.717C2 10.3 1.403 9.947.975 9.527C.545 9.107.25 8.591.25 8c0-.642.344-1.196.838-1.636a5 5 0 0 1 1.163-.752M7.999 4.5c2.051 0 3.931.345 5.317.918c.692.286 1.286.64 1.713 1.058c.43.42.72.936.72 1.525c0 .59-.293 1.108-.724 1.528c-.429.419-1.024.773-1.718 1.059a.685.685 0 0 0-.413.717c.099.744.09 1.437-.059 2.018c-.149.583-.45 1.095-.961 1.39c-.556.321-1.207.3-1.835.092a5 5 0 0 1-1.233-.631q.369-.333.732-.717q.438.274.814.399c.467.154.798.12 1.022-.01c.207-.119.387-.356.492-.77c.106-.416.125-.972.036-1.64a1.686 1.686 0 0 1 1.025-1.773c.622-.256 1.093-.55 1.4-.85c.306-.298.422-.574.422-.813s-.115-.513-.419-.81c-.306-.3-.776-.592-1.395-.848C11.697 5.83 9.952 5.5 7.999 5.5c-.933 0-1.821.077-2.629.212a9 9 0 0 1-.232-.976A17 17 0 0 1 7.999 4.5m2.191-3.35c.58-.162 1.173-.157 1.685.138c.556.321.863.896.997 1.543c.086.415.106.882.07 1.384a13 13 0 0 0-.987-.277a4 4 0 0 0-.062-.904c-.1-.48-.294-.75-.518-.88c-.207-.12-.502-.156-.914-.04c-.414.116-.904.377-1.438.787c-.6.463-1.447.463-2.047 0c-.534-.41-1.023-.671-1.437-.788c-.412-.115-.708-.078-.915.041c-.207.12-.386.356-.492.769c-.106.415-.125.968-.037 1.633c.175 1.328.763 3.003 1.739 4.694c.467.808.976 1.539 1.497 2.17q-.372.39-.728.69a17 17 0 0 1-1.635-2.36C3.942 7.974 3.3 6.174 3.104 4.687c-.098-.743-.09-1.434.06-2.013c.148-.582.45-1.091.96-1.386c.512-.295 1.106-.3 1.686-.138c.577.163 1.18.501 1.776.96a.684.684 0 0 0 .827 0c.595-.459 1.2-.797 1.777-.96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.252 5.612q.103.487.255.993q-.456.243-.752.506c-.367.327-.504.63-.504.889c0 .24.116.513.422.812c.307.3.779.593 1.401.85a1.69 1.69 0 0 1 1.024 1.775c-.09.667-.07 1.22.036 1.637c.105.415.286.652.493.772c.207.119.501.156.911.042c.412-.116.9-.376 1.433-.784c1.062-.816 2.22-2.163 3.196-3.854a16 16 0 0 0 1.132-2.382q.524.127.96.286a17 17 0 0 1-1.226 2.597c-1.025 1.776-2.263 3.232-3.453 4.146c-.594.455-1.197.793-1.772.955c-.578.161-1.17.155-1.681-.14s-.813-.807-.962-1.39c-.148-.582-.157-1.274-.058-2.018a.685.685 0 0 0-.414-.717C2 10.3 1.403 9.947.975 9.527C.545 9.107.25 8.591.25 8c0-.642.344-1.196.838-1.636a5 5 0 0 1 1.163-.752M7.999 4.5c2.051 0 3.931.345 5.317.918c.692.286 1.286.64 1.713 1.058c.43.42.72.936.72 1.525c0 .59-.293 1.108-.724 1.528c-.429.419-1.024.773-1.718 1.059a.685.685 0 0 0-.413.717c.099.744.09 1.437-.059 2.018c-.149.583-.45 1.095-.961 1.39c-.556.321-1.207.3-1.835.092a5 5 0 0 1-1.233-.631q.369-.333.732-.717q.438.274.814.399c.467.154.798.12 1.022-.01c.207-.119.387-.356.492-.77c.106-.416.125-.972.036-1.64a1.686 1.686 0 0 1 1.025-1.773c.622-.256 1.093-.55 1.4-.85c.306-.298.422-.574.422-.813s-.115-.513-.419-.81c-.306-.3-.776-.592-1.395-.848C11.697 5.83 9.952 5.5 7.999 5.5c-.933 0-1.821.077-2.629.212a9 9 0 0 1-.232-.976A17 17 0 0 1 7.999 4.5m2.191-3.35c.58-.162 1.173-.157 1.685.138c.556.321.863.896.997 1.543c.086.415.106.882.07 1.384a13 13 0 0 0-.987-.277a4 4 0 0 0-.062-.904c-.1-.48-.294-.75-.518-.88c-.207-.12-.502-.156-.914-.04c-.414.116-.904.377-1.438.787c-.6.463-1.447.463-2.047 0c-.534-.41-1.023-.671-1.437-.788c-.412-.115-.708-.078-.915.041c-.207.12-.386.356-.492.769c-.106.415-.125.968-.037 1.633c.175 1.328.763 3.003 1.739 4.694c.467.808.976 1.539 1.497 2.17q-.372.39-.728.69a17 17 0 0 1-1.635-2.36C3.942 7.974 3.3 6.174 3.104 4.687c-.098-.743-.09-1.434.06-2.013c.148-.582.45-1.091.96-1.386c.512-.295 1.106-.3 1.686-.138c.577.163 1.18.501 1.776.96a.684.684 0 0 0 .827 0c.595-.459 1.2-.797 1.777-.96"/></svg> </template>
CSS
.icon-cowork-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.252%205.612q.103.487.255.993q-.456.243-.752.506c-.367.327-.504.63-.504.889c0%20.24.116.513.422.812c.307.3.779.593%201.401.85a1.69%201.69%200%200%201%201.024%201.775c-.09.667-.07%201.22.036%201.637c.105.415.286.652.493.772c.207.119.501.156.911.042c.412-.116.9-.376%201.433-.784c1.062-.816%202.22-2.163%203.196-3.854a16%2016%200%200%200%201.132-2.382q.524.127.96.286a17%2017%200%200%201-1.226%202.597c-1.025%201.776-2.263%203.232-3.453%204.146c-.594.455-1.197.793-1.772.955c-.578.161-1.17.155-1.681-.14s-.813-.807-.962-1.39c-.148-.582-.157-1.274-.058-2.018a.685.685%200%200%200-.414-.717C2%2010.3%201.403%209.947.975%209.527C.545%209.107.25%208.591.25%208c0-.642.344-1.196.838-1.636a5%205%200%200%201%201.163-.752M7.999%204.5c2.051%200%203.931.345%205.317.918c.692.286%201.286.64%201.713%201.058c.43.42.72.936.72%201.525c0%20.59-.293%201.108-.724%201.528c-.429.419-1.024.773-1.718%201.059a.685.685%200%200%200-.413.717c.099.744.09%201.437-.059%202.018c-.149.583-.45%201.095-.961%201.39c-.556.321-1.207.3-1.835.092a5%205%200%200%201-1.233-.631q.369-.333.732-.717q.438.274.814.399c.467.154.798.12%201.022-.01c.207-.119.387-.356.492-.77c.106-.416.125-.972.036-1.64a1.686%201.686%200%200%201%201.025-1.773c.622-.256%201.093-.55%201.4-.85c.306-.298.422-.574.422-.813s-.115-.513-.419-.81c-.306-.3-.776-.592-1.395-.848C11.697%205.83%209.952%205.5%207.999%205.5c-.933%200-1.821.077-2.629.212a9%209%200%200%201-.232-.976A17%2017%200%200%201%207.999%204.5m2.191-3.35c.58-.162%201.173-.157%201.685.138c.556.321.863.896.997%201.543c.086.415.106.882.07%201.384a13%2013%200%200%200-.987-.277a4%204%200%200%200-.062-.904c-.1-.48-.294-.75-.518-.88c-.207-.12-.502-.156-.914-.04c-.414.116-.904.377-1.438.787c-.6.463-1.447.463-2.047%200c-.534-.41-1.023-.671-1.437-.788c-.412-.115-.708-.078-.915.041c-.207.12-.386.356-.492.769c-.106.415-.125.968-.037%201.633c.175%201.328.763%203.003%201.739%204.694c.467.808.976%201.539%201.497%202.17q-.372.39-.728.69a17%2017%200%200%201-1.635-2.36C3.942%207.974%203.3%206.174%203.104%204.687c-.098-.743-.09-1.434.06-2.013c.148-.582.45-1.091.96-1.386c.512-.295%201.106-.3%201.686-.138c.577.163%201.18.501%201.776.96a.684.684%200%200%200%20.827%200c.595-.459%201.2-.797%201.777-.96%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.252%205.612q.103.487.255.993q-.456.243-.752.506c-.367.327-.504.63-.504.889c0%20.24.116.513.422.812c.307.3.779.593%201.401.85a1.69%201.69%200%200%201%201.024%201.775c-.09.667-.07%201.22.036%201.637c.105.415.286.652.493.772c.207.119.501.156.911.042c.412-.116.9-.376%201.433-.784c1.062-.816%202.22-2.163%203.196-3.854a16%2016%200%200%200%201.132-2.382q.524.127.96.286a17%2017%200%200%201-1.226%202.597c-1.025%201.776-2.263%203.232-3.453%204.146c-.594.455-1.197.793-1.772.955c-.578.161-1.17.155-1.681-.14s-.813-.807-.962-1.39c-.148-.582-.157-1.274-.058-2.018a.685.685%200%200%200-.414-.717C2%2010.3%201.403%209.947.975%209.527C.545%209.107.25%208.591.25%208c0-.642.344-1.196.838-1.636a5%205%200%200%201%201.163-.752M7.999%204.5c2.051%200%203.931.345%205.317.918c.692.286%201.286.64%201.713%201.058c.43.42.72.936.72%201.525c0%20.59-.293%201.108-.724%201.528c-.429.419-1.024.773-1.718%201.059a.685.685%200%200%200-.413.717c.099.744.09%201.437-.059%202.018c-.149.583-.45%201.095-.961%201.39c-.556.321-1.207.3-1.835.092a5%205%200%200%201-1.233-.631q.369-.333.732-.717q.438.274.814.399c.467.154.798.12%201.022-.01c.207-.119.387-.356.492-.77c.106-.416.125-.972.036-1.64a1.686%201.686%200%200%201%201.025-1.773c.622-.256%201.093-.55%201.4-.85c.306-.298.422-.574.422-.813s-.115-.513-.419-.81c-.306-.3-.776-.592-1.395-.848C11.697%205.83%209.952%205.5%207.999%205.5c-.933%200-1.821.077-2.629.212a9%209%200%200%201-.232-.976A17%2017%200%200%201%207.999%204.5m2.191-3.35c.58-.162%201.173-.157%201.685.138c.556.321.863.896.997%201.543c.086.415.106.882.07%201.384a13%2013%200%200%200-.987-.277a4%204%200%200%200-.062-.904c-.1-.48-.294-.75-.518-.88c-.207-.12-.502-.156-.914-.04c-.414.116-.904.377-1.438.787c-.6.463-1.447.463-2.047%200c-.534-.41-1.023-.671-1.437-.788c-.412-.115-.708-.078-.915.041c-.207.12-.386.356-.492.769c-.106.415-.125.968-.037%201.633c.175%201.328.763%203.003%201.739%204.694c.467.808.976%201.539%201.497%202.17q-.372.39-.728.69a17%2017%200%200%201-1.635-2.36C3.942%207.974%203.3%206.174%203.104%204.687c-.098-.743-.09-1.434.06-2.013c.148-.582.45-1.091.96-1.386c.512-.295%201.106-.3%201.686-.138c.577.163%201.18.501%201.776.96a.684.684%200%200%200%20.827%200c.595-.459%201.2-.797%201.777-.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cowork-16-regular.svg?color=%231a73e8&size=48