navigation briefcase icon

navigation-briefcase-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
navigation-briefcase-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the navigation briefcase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.003 6a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2h-22a1 1 0 0 1-1-1M2 22a1 1 0 0 1 1-1h11v2H3a1 1 0 0 1-1-1m21.25-8c.828 0 1.571.366 2.076.946A1 1 0 0 0 25 13H3a1 1 0 1 0 0 2h14.629c.504-.61 1.267-1 2.121-1zM18 16.75V18h-1.25A1.75 1.75 0 0 0 15 19.75v6.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 28 26.25v-6.5A1.75 1.75 0 0 0 26.25 18H25v-1.25A1.75 1.75 0 0 0 23.25 15h-3.5A1.75 1.75 0 0 0 18 16.75m1.75-.25h3.5a.25.25 0 0 1 .25.25V18h-4v-1.25a.25.25 0 0 1 .25-.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentNavigationBriefcase28Filled(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="M2.003 6a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2h-22a1 1 0 0 1-1-1M2 22a1 1 0 0 1 1-1h11v2H3a1 1 0 0 1-1-1m21.25-8c.828 0 1.571.366 2.076.946A1 1 0 0 0 25 13H3a1 1 0 1 0 0 2h14.629c.504-.61 1.267-1 2.121-1zM18 16.75V18h-1.25A1.75 1.75 0 0 0 15 19.75v6.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 28 26.25v-6.5A1.75 1.75 0 0 0 26.25 18H25v-1.25A1.75 1.75 0 0 0 23.25 15h-3.5A1.75 1.75 0 0 0 18 16.75m1.75-.25h3.5a.25.25 0 0 1 .25.25V18h-4v-1.25a.25.25 0 0 1 .25-.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.003 6a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2h-22a1 1 0 0 1-1-1M2 22a1 1 0 0 1 1-1h11v2H3a1 1 0 0 1-1-1m21.25-8c.828 0 1.571.366 2.076.946A1 1 0 0 0 25 13H3a1 1 0 1 0 0 2h14.629c.504-.61 1.267-1 2.121-1zM18 16.75V18h-1.25A1.75 1.75 0 0 0 15 19.75v6.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 28 26.25v-6.5A1.75 1.75 0 0 0 26.25 18H25v-1.25A1.75 1.75 0 0 0 23.25 15h-3.5A1.75 1.75 0 0 0 18 16.75m1.75-.25h3.5a.25.25 0 0 1 .25.25V18h-4v-1.25a.25.25 0 0 1 .25-.25"/></svg>
</template>

CSS

.icon-navigation-briefcase-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.003%206a1%201%200%200%201%201-1h22a1%201%200%201%201%200%202h-22a1%201%200%200%201-1-1M2%2022a1%201%200%200%201%201-1h11v2H3a1%201%200%200%201-1-1m21.25-8c.828%200%201.571.366%202.076.946A1%201%200%200%200%2025%2013H3a1%201%200%201%200%200%202h14.629c.504-.61%201.267-1%202.121-1zM18%2016.75V18h-1.25A1.75%201.75%200%200%200%2015%2019.75v6.5c0%20.966.784%201.75%201.75%201.75h9.5A1.75%201.75%200%200%200%2028%2026.25v-6.5A1.75%201.75%200%200%200%2026.25%2018H25v-1.25A1.75%201.75%200%200%200%2023.25%2015h-3.5A1.75%201.75%200%200%200%2018%2016.75m1.75-.25h3.5a.25.25%200%200%201%20.25.25V18h-4v-1.25a.25.25%200%200%201%20.25-.25%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%22M2.003%206a1%201%200%200%201%201-1h22a1%201%200%201%201%200%202h-22a1%201%200%200%201-1-1M2%2022a1%201%200%200%201%201-1h11v2H3a1%201%200%200%201-1-1m21.25-8c.828%200%201.571.366%202.076.946A1%201%200%200%200%2025%2013H3a1%201%200%201%200%200%202h14.629c.504-.61%201.267-1%202.121-1zM18%2016.75V18h-1.25A1.75%201.75%200%200%200%2015%2019.75v6.5c0%20.966.784%201.75%201.75%201.75h9.5A1.75%201.75%200%200%200%2028%2026.25v-6.5A1.75%201.75%200%200%200%2026.25%2018H25v-1.25A1.75%201.75%200%200%200%2023.25%2015h-3.5A1.75%201.75%200%200%200%2018%2016.75m1.75-.25h3.5a.25.25%200%200%201%20.25.25V18h-4v-1.25a.25.25%200%200%201%20.25-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/navigation-briefcase-28-filled.svg?color=%231a73e8&size=48