cowork icon
cowork-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- cowork-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M10.19 1.15c.58-.162 1.173-.157 1.685.138c.51.295.812.805.96 1.387c.116.45.146.968.108 1.525c-1.363-.447-3.04-.7-4.942-.7c-1.281 0-2.457.115-3.502.325a.5.5 0 0 0 .197.98A17 17 0 0 1 8 4.5c1.808 0 3.659.232 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.39s-1.104.3-1.682.139c-.448-.126-.911-.358-1.375-.67c1.07-.956 2.127-2.282 3.079-3.93a18 18 0 0 0 1.468-3.195a.5.5 0 1 0-.947-.32a17 17 0 0 1-1.384 3.015C10.131 11.313 9 12.806 7.58 13.897c-.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-.717c-.694-.286-1.29-.64-1.718-1.06C.545 9.107.25 8.591.25 8s.292-1.107.72-1.526c.333-.325.767-.61 1.268-.856c.294 1.404.913 2.983 1.865 4.631a18 18 0 0 0 2.033 2.87a.5.5 0 0 0 .75-.66a17 17 0 0 1-1.92-2.709C4.063 8.185 3.34 6.487 3.103 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.685.685 0 0 0 .827 0c.595-.459 1.2-.797 1.777-.96"/></svg>
React
import type { SVGProps } from "react";
export function FluentCowork16Filled(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="M10.19 1.15c.58-.162 1.173-.157 1.685.138c.51.295.812.805.96 1.387c.116.45.146.968.108 1.525c-1.363-.447-3.04-.7-4.942-.7c-1.281 0-2.457.115-3.502.325a.5.5 0 0 0 .197.98A17 17 0 0 1 8 4.5c1.808 0 3.659.232 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.39s-1.104.3-1.682.139c-.448-.126-.911-.358-1.375-.67c1.07-.956 2.127-2.282 3.079-3.93a18 18 0 0 0 1.468-3.195a.5.5 0 1 0-.947-.32a17 17 0 0 1-1.384 3.015C10.131 11.313 9 12.806 7.58 13.897c-.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-.717c-.694-.286-1.29-.64-1.718-1.06C.545 9.107.25 8.591.25 8s.292-1.107.72-1.526c.333-.325.767-.61 1.268-.856c.294 1.404.913 2.983 1.865 4.631a18 18 0 0 0 2.033 2.87a.5.5 0 0 0 .75-.66a17 17 0 0 1-1.92-2.709C4.063 8.185 3.34 6.487 3.103 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.685.685 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="M10.19 1.15c.58-.162 1.173-.157 1.685.138c.51.295.812.805.96 1.387c.116.45.146.968.108 1.525c-1.363-.447-3.04-.7-4.942-.7c-1.281 0-2.457.115-3.502.325a.5.5 0 0 0 .197.98A17 17 0 0 1 8 4.5c1.808 0 3.659.232 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.39s-1.104.3-1.682.139c-.448-.126-.911-.358-1.375-.67c1.07-.956 2.127-2.282 3.079-3.93a18 18 0 0 0 1.468-3.195a.5.5 0 1 0-.947-.32a17 17 0 0 1-1.384 3.015C10.131 11.313 9 12.806 7.58 13.897c-.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-.717c-.694-.286-1.29-.64-1.718-1.06C.545 9.107.25 8.591.25 8s.292-1.107.72-1.526c.333-.325.767-.61 1.268-.856c.294 1.404.913 2.983 1.865 4.631a18 18 0 0 0 2.033 2.87a.5.5 0 0 0 .75-.66a17 17 0 0 1-1.92-2.709C4.063 8.185 3.34 6.487 3.103 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.685.685 0 0 0 .827 0c.595-.459 1.2-.797 1.777-.96"/></svg> </template>
CSS
.icon-cowork-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.19%201.15c.58-.162%201.173-.157%201.685.138c.51.295.812.805.96%201.387c.116.45.146.968.108%201.525c-1.363-.447-3.04-.7-4.942-.7c-1.281%200-2.457.115-3.502.325a.5.5%200%200%200%20.197.98A17%2017%200%200%201%208%204.5c1.808%200%203.659.232%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.39s-1.104.3-1.682.139c-.448-.126-.911-.358-1.375-.67c1.07-.956%202.127-2.282%203.079-3.93a18%2018%200%200%200%201.468-3.195a.5.5%200%201%200-.947-.32a17%2017%200%200%201-1.384%203.015C10.131%2011.313%209%2012.806%207.58%2013.897c-.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-.717c-.694-.286-1.29-.64-1.718-1.06C.545%209.107.25%208.591.25%208s.292-1.107.72-1.526c.333-.325.767-.61%201.268-.856c.294%201.404.913%202.983%201.865%204.631a18%2018%200%200%200%202.033%202.87a.5.5%200%200%200%20.75-.66a17%2017%200%200%201-1.92-2.709C4.063%208.185%203.34%206.487%203.103%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.685.685%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%22M10.19%201.15c.58-.162%201.173-.157%201.685.138c.51.295.812.805.96%201.387c.116.45.146.968.108%201.525c-1.363-.447-3.04-.7-4.942-.7c-1.281%200-2.457.115-3.502.325a.5.5%200%200%200%20.197.98A17%2017%200%200%201%208%204.5c1.808%200%203.659.232%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.39s-1.104.3-1.682.139c-.448-.126-.911-.358-1.375-.67c1.07-.956%202.127-2.282%203.079-3.93a18%2018%200%200%200%201.468-3.195a.5.5%200%201%200-.947-.32a17%2017%200%200%201-1.384%203.015C10.131%2011.313%209%2012.806%207.58%2013.897c-.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-.717c-.694-.286-1.29-.64-1.718-1.06C.545%209.107.25%208.591.25%208s.292-1.107.72-1.526c.333-.325.767-.61%201.268-.856c.294%201.404.913%202.983%201.865%204.631a18%2018%200%200%200%202.033%202.87a.5.5%200%200%200%20.75-.66a17%2017%200%200%201-1.92-2.709C4.063%208.185%203.34%206.487%203.103%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.685.685%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-filled.svg?color=%231a73e8&size=48