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

Name
briefcase-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 20 20"><g fill="none"><path fill="url(#SVGzSzCydGh1)" fill-rule="evenodd" d="M11.25 2c.966 0 1.75.784 1.75 1.75V5l-3 1.5L7 5V3.75C7 2.784 7.784 2 8.75 2zm-2.5 1a.75.75 0 0 0-.75.75V5h4V3.75a.75.75 0 0 0-.75-.75z" clip-rule="evenodd"/><path fill="url(#SVG837wrmvk1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGKUSCebNl1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGMw6hTd4o1)" d="M3 7.5A2.5 2.5 0 0 1 5.5 5h9A2.5 2.5 0 0 1 17 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 9.5z"/><path fill="url(#SVGat6Bdbou1)" d="M10.5 9h-1a.5.5 0 0 0-.5.5v2.012a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .501-.5V9.5a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGzSzCydGh1" x1="6.728" x2="8.313" y1="2.45" y2="7.222" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#163697"/></linearGradient><linearGradient id="SVG837wrmvk1" x1="3.5" x2="8.322" y1="9.5" y2="23.887" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGMw6hTd4o1" x1="4.4" x2="10.982" y1="5.249" y2="13.018" gradientUnits="userSpaceOnUse"><stop stop-color="#80f1e6"/><stop offset=".552" stop-color="#40c4f5"/><stop offset="1" stop-color="#00a2fa"/></linearGradient><linearGradient id="SVGat6Bdbou1" x1="10.001" x2="10.001" y1="9" y2="11.001" gradientUnits="userSpaceOnUse"><stop stop-color="#b8f5ff"/><stop offset=".844" stop-color="#7cecff"/></linearGradient><radialGradient id="SVGKUSCebNl1" cx="0" cy="0" r="1" gradientTransform="matrix(0 8 -15.6051 0 10 8)" gradientUnits="userSpaceOnUse"><stop offset=".243" stop-color="#194694"/><stop offset=".747" stop-color="#367af2" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorBriefcase20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGzSzCydGh1)" fillRule="evenodd" d="M11.25 2c.966 0 1.75.784 1.75 1.75V5l-3 1.5L7 5V3.75C7 2.784 7.784 2 8.75 2zm-2.5 1a.75.75 0 0 0-.75.75V5h4V3.75a.75.75 0 0 0-.75-.75z" clipRule="evenodd"/><path fill="url(#SVG837wrmvk1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGKUSCebNl1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGMw6hTd4o1)" d="M3 7.5A2.5 2.5 0 0 1 5.5 5h9A2.5 2.5 0 0 1 17 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 9.5z"/><path fill="url(#SVGat6Bdbou1)" d="M10.5 9h-1a.5.5 0 0 0-.5.5v2.012a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .501-.5V9.5a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGzSzCydGh1" x1="6.728" x2="8.313" y1="2.45" y2="7.222" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#163697"/></linearGradient><linearGradient id="SVG837wrmvk1" x1="3.5" x2="8.322" y1="9.5" y2="23.887" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient><linearGradient id="SVGMw6hTd4o1" x1="4.4" x2="10.982" y1="5.249" y2="13.018" gradientUnits="userSpaceOnUse"><stop stopColor="#80f1e6"/><stop offset=".552" stopColor="#40c4f5"/><stop offset="1" stopColor="#00a2fa"/></linearGradient><linearGradient id="SVGat6Bdbou1" x1="10.001" x2="10.001" y1="9" y2="11.001" gradientUnits="userSpaceOnUse"><stop stopColor="#b8f5ff"/><stop offset=".844" stopColor="#7cecff"/></linearGradient><radialGradient id="SVGKUSCebNl1" cx="0" cy="0" r="1" gradientTransform="matrix(0 8 -15.6051 0 10 8)" gradientUnits="userSpaceOnUse"><stop offset=".243" 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 20 20"><g fill="none"><path fill="url(#SVGzSzCydGh1)" fill-rule="evenodd" d="M11.25 2c.966 0 1.75.784 1.75 1.75V5l-3 1.5L7 5V3.75C7 2.784 7.784 2 8.75 2zm-2.5 1a.75.75 0 0 0-.75.75V5h4V3.75a.75.75 0 0 0-.75-.75z" clip-rule="evenodd"/><path fill="url(#SVG837wrmvk1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGKUSCebNl1)" d="M3 8h14v5.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 13.5z"/><path fill="url(#SVGMw6hTd4o1)" d="M3 7.5A2.5 2.5 0 0 1 5.5 5h9A2.5 2.5 0 0 1 17 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 9.5z"/><path fill="url(#SVGat6Bdbou1)" d="M10.5 9h-1a.5.5 0 0 0-.5.5v2.012a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .501-.5V9.5a.5.5 0 0 0-.5-.5"/><defs><linearGradient id="SVGzSzCydGh1" x1="6.728" x2="8.313" y1="2.45" y2="7.222" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#163697"/></linearGradient><linearGradient id="SVG837wrmvk1" x1="3.5" x2="8.322" y1="9.5" y2="23.887" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGMw6hTd4o1" x1="4.4" x2="10.982" y1="5.249" y2="13.018" gradientUnits="userSpaceOnUse"><stop stop-color="#80f1e6"/><stop offset=".552" stop-color="#40c4f5"/><stop offset="1" stop-color="#00a2fa"/></linearGradient><linearGradient id="SVGat6Bdbou1" x1="10.001" x2="10.001" y1="9" y2="11.001" gradientUnits="userSpaceOnUse"><stop stop-color="#b8f5ff"/><stop offset=".844" stop-color="#7cecff"/></linearGradient><radialGradient id="SVGKUSCebNl1" cx="0" cy="0" r="1" gradientTransform="matrix(0 8 -15.6051 0 10 8)" gradientUnits="userSpaceOnUse"><stop offset=".243" stop-color="#194694"/><stop offset=".747" stop-color="#367af2" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-briefcase-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGzSzCydGh1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%202c.966%200%201.75.784%201.75%201.75V5l-3%201.5L7%205V3.75C7%202.784%207.784%202%208.75%202zm-2.5%201a.75.75%200%200%200-.75.75V5h4V3.75a.75.75%200%200%200-.75-.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG837wrmvk1)%22%20d%3D%22M3%208h14v5.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2013.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKUSCebNl1)%22%20d%3D%22M3%208h14v5.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2013.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMw6hTd4o1)%22%20d%3D%22M3%207.5A2.5%202.5%200%200%201%205.5%205h9A2.5%202.5%200%200%201%2017%207.5v2a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%203%209.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGat6Bdbou1)%22%20d%3D%22M10.5%209h-1a.5.5%200%200%200-.5.5v2.012a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.501-.5V9.5a.5.5%200%200%200-.5-.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGzSzCydGh1%22%20x1%3D%226.728%22%20x2%3D%228.313%22%20y1%3D%222.45%22%20y2%3D%227.222%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%22SVG837wrmvk1%22%20x1%3D%223.5%22%20x2%3D%228.322%22%20y1%3D%229.5%22%20y2%3D%2223.887%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%22SVGMw6hTd4o1%22%20x1%3D%224.4%22%20x2%3D%2210.982%22%20y1%3D%225.249%22%20y2%3D%2213.018%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%22SVGat6Bdbou1%22%20x1%3D%2210.001%22%20x2%3D%2210.001%22%20y1%3D%229%22%20y2%3D%2211.001%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%22SVGKUSCebNl1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%208%20-15.6051%200%2010%208)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.243%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGzSzCydGh1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%202c.966%200%201.75.784%201.75%201.75V5l-3%201.5L7%205V3.75C7%202.784%207.784%202%208.75%202zm-2.5%201a.75.75%200%200%200-.75.75V5h4V3.75a.75.75%200%200%200-.75-.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG837wrmvk1)%22%20d%3D%22M3%208h14v5.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2013.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKUSCebNl1)%22%20d%3D%22M3%208h14v5.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2013.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMw6hTd4o1)%22%20d%3D%22M3%207.5A2.5%202.5%200%200%201%205.5%205h9A2.5%202.5%200%200%201%2017%207.5v2a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%203%209.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGat6Bdbou1)%22%20d%3D%22M10.5%209h-1a.5.5%200%200%200-.5.5v2.012a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.501-.5V9.5a.5.5%200%200%200-.5-.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGzSzCydGh1%22%20x1%3D%226.728%22%20x2%3D%228.313%22%20y1%3D%222.45%22%20y2%3D%227.222%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%22SVG837wrmvk1%22%20x1%3D%223.5%22%20x2%3D%228.322%22%20y1%3D%229.5%22%20y2%3D%2223.887%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%22SVGMw6hTd4o1%22%20x1%3D%224.4%22%20x2%3D%2210.982%22%20y1%3D%225.249%22%20y2%3D%2213.018%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%22SVGat6Bdbou1%22%20x1%3D%2210.001%22%20x2%3D%2210.001%22%20y1%3D%229%22%20y2%3D%2211.001%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%22SVGKUSCebNl1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%208%20-15.6051%200%2010%208)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.243%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-20.svg?color=%231a73e8&size=48