briefcase-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
briefcase-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the briefcase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGIaaVK8nt1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGp1KfVctZ1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGFoVN1c7L1)" fill-rule="evenodd" d="M9.5 2A1.5 1.5 0 0 1 11 3.5V5h1c.506 0 .967.19 1.32.5H2.68C3.034 5.19 3.495 5 4 5h1V3.5A1.5 1.5 0 0 1 6.5 2zm-3 1a.5.5 0 0 0-.5.5V5h4V3.5a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="url(#SVG67vsnd5g1)" d="M2 7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 8.5z"/><path fill="url(#SVGswzPec5D1)" d="M8.5 7.5h-1A.5.5 0 0 0 7 8v2.01a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGIaaVK8nt1" x1="2.429" x2="6.718" y1="8.313" y2="20.848" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGFoVN1c7L1" x1="2.198" x2="2.786" y1="2.35" y2="6.386" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#163697"/></linearGradient><linearGradient id="SVG67vsnd5g1" x1="3.2" x2="8.658" y1="5.208" y2="11.834" gradientUnits="userSpaceOnUse"><stop stop-color="#80f1e6"/><stop offset=".552" stop-color="#40c4f5"/><stop offset="1" stop-color="#00a2fa"/></linearGradient><linearGradient id="SVGswzPec5D1" x1="8" x2="8" y1="7.5" y2="9.5" gradientUnits="userSpaceOnUse"><stop stop-color="#b8f5ff"/><stop offset=".844" stop-color="#7cecff"/></linearGradient><radialGradient id="SVGp1KfVctZ1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7 -13.3758 0 8 7)" gradientUnits="userSpaceOnUse"><stop offset=".337" stop-color="#194694"/><stop offset=".747" stop-color="#367af2" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorBriefcase16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGIaaVK8nt1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGp1KfVctZ1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGFoVN1c7L1)" fillRule="evenodd" d="M9.5 2A1.5 1.5 0 0 1 11 3.5V5h1c.506 0 .967.19 1.32.5H2.68C3.034 5.19 3.495 5 4 5h1V3.5A1.5 1.5 0 0 1 6.5 2zm-3 1a.5.5 0 0 0-.5.5V5h4V3.5a.5.5 0 0 0-.5-.5z" clipRule="evenodd"/><path fill="url(#SVG67vsnd5g1)" d="M2 7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 8.5z"/><path fill="url(#SVGswzPec5D1)" d="M8.5 7.5h-1A.5.5 0 0 0 7 8v2.01a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGIaaVK8nt1" x1="2.429" x2="6.718" y1="8.313" y2="20.848" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient><linearGradient id="SVGFoVN1c7L1" x1="2.198" x2="2.786" y1="2.35" y2="6.386" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#163697"/></linearGradient><linearGradient id="SVG67vsnd5g1" x1="3.2" x2="8.658" y1="5.208" y2="11.834" gradientUnits="userSpaceOnUse"><stop stopColor="#80f1e6"/><stop offset=".552" stopColor="#40c4f5"/><stop offset="1" stopColor="#00a2fa"/></linearGradient><linearGradient id="SVGswzPec5D1" x1="8" x2="8" y1="7.5" y2="9.5" gradientUnits="userSpaceOnUse"><stop stopColor="#b8f5ff"/><stop offset=".844" stopColor="#7cecff"/></linearGradient><radialGradient id="SVGp1KfVctZ1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7 -13.3758 0 8 7)" gradientUnits="userSpaceOnUse"><stop offset=".337" stopColor="#194694"/><stop offset=".747" stopColor="#367af2" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGIaaVK8nt1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGp1KfVctZ1)" d="M2 7h12v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/><path fill="url(#SVGFoVN1c7L1)" fill-rule="evenodd" d="M9.5 2A1.5 1.5 0 0 1 11 3.5V5h1c.506 0 .967.19 1.32.5H2.68C3.034 5.19 3.495 5 4 5h1V3.5A1.5 1.5 0 0 1 6.5 2zm-3 1a.5.5 0 0 0-.5.5V5h4V3.5a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="url(#SVG67vsnd5g1)" d="M2 7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 8.5z"/><path fill="url(#SVGswzPec5D1)" d="M8.5 7.5h-1A.5.5 0 0 0 7 8v2.01a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGIaaVK8nt1" x1="2.429" x2="6.718" y1="8.313" y2="20.848" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGFoVN1c7L1" x1="2.198" x2="2.786" y1="2.35" y2="6.386" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#163697"/></linearGradient><linearGradient id="SVG67vsnd5g1" x1="3.2" x2="8.658" y1="5.208" y2="11.834" gradientUnits="userSpaceOnUse"><stop stop-color="#80f1e6"/><stop offset=".552" stop-color="#40c4f5"/><stop offset="1" stop-color="#00a2fa"/></linearGradient><linearGradient id="SVGswzPec5D1" x1="8" x2="8" y1="7.5" y2="9.5" gradientUnits="userSpaceOnUse"><stop stop-color="#b8f5ff"/><stop offset=".844" stop-color="#7cecff"/></linearGradient><radialGradient id="SVGp1KfVctZ1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7 -13.3758 0 8 7)" gradientUnits="userSpaceOnUse"><stop offset=".337" stop-color="#194694"/><stop offset=".747" stop-color="#367af2" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-briefcase-16 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGIaaVK8nt1)%22%20d%3D%22M2%207h12v5a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGp1KfVctZ1)%22%20d%3D%22M2%207h12v5a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFoVN1c7L1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%202A1.5%201.5%200%200%201%2011%203.5V5h1c.506%200%20.967.19%201.32.5H2.68C3.034%205.19%203.495%205%204%205h1V3.5A1.5%201.5%200%200%201%206.5%202zm-3%201a.5.5%200%200%200-.5.5V5h4V3.5a.5.5%200%200%200-.5-.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG67vsnd5g1)%22%20d%3D%22M2%207a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%208.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGswzPec5D1)%22%20d%3D%22M8.5%207.5h-1A.5.5%200%200%200%207%208v2.01a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5V8a.5.5%200%200%200-.5-.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGIaaVK8nt1%22%20x1%3D%222.429%22%20x2%3D%226.718%22%20y1%3D%228.313%22%20y2%3D%2220.848%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFoVN1c7L1%22%20x1%3D%222.198%22%20x2%3D%222.786%22%20y1%3D%222.35%22%20y2%3D%226.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23163697%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG67vsnd5g1%22%20x1%3D%223.2%22%20x2%3D%228.658%22%20y1%3D%225.208%22%20y2%3D%2211.834%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2380f1e6%22%2F%3E%3Cstop%20offset%3D%22.552%22%20stop-color%3D%22%2340c4f5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300a2fa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGswzPec5D1%22%20x1%3D%228%22%20x2%3D%228%22%20y1%3D%227.5%22%20y2%3D%229.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b8f5ff%22%2F%3E%3Cstop%20offset%3D%22.844%22%20stop-color%3D%22%237cecff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGp1KfVctZ1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207%20-13.3758%200%208%207)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.337%22%20stop-color%3D%22%23194694%22%2F%3E%3Cstop%20offset%3D%22.747%22%20stop-color%3D%22%23367af2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGIaaVK8nt1)%22%20d%3D%22M2%207h12v5a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGp1KfVctZ1)%22%20d%3D%22M2%207h12v5a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFoVN1c7L1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%202A1.5%201.5%200%200%201%2011%203.5V5h1c.506%200%20.967.19%201.32.5H2.68C3.034%205.19%203.495%205%204%205h1V3.5A1.5%201.5%200%200%201%206.5%202zm-3%201a.5.5%200%200%200-.5.5V5h4V3.5a.5.5%200%200%200-.5-.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG67vsnd5g1)%22%20d%3D%22M2%207a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%208.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGswzPec5D1)%22%20d%3D%22M8.5%207.5h-1A.5.5%200%200%200%207%208v2.01a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5V8a.5.5%200%200%200-.5-.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGIaaVK8nt1%22%20x1%3D%222.429%22%20x2%3D%226.718%22%20y1%3D%228.313%22%20y2%3D%2220.848%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFoVN1c7L1%22%20x1%3D%222.198%22%20x2%3D%222.786%22%20y1%3D%222.35%22%20y2%3D%226.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23163697%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG67vsnd5g1%22%20x1%3D%223.2%22%20x2%3D%228.658%22%20y1%3D%225.208%22%20y2%3D%2211.834%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2380f1e6%22%2F%3E%3Cstop%20offset%3D%22.552%22%20stop-color%3D%22%2340c4f5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300a2fa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGswzPec5D1%22%20x1%3D%228%22%20x2%3D%228%22%20y1%3D%227.5%22%20y2%3D%229.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b8f5ff%22%2F%3E%3Cstop%20offset%3D%22.844%22%20stop-color%3D%22%237cecff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGp1KfVctZ1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207%20-13.3758%200%208%207)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.337%22%20stop-color%3D%22%23194694%22%2F%3E%3Cstop%20offset%3D%22.747%22%20stop-color%3D%22%23367af2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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