Laptop Briefcase icon

Used in general laptop scenarios. The Laptop Briefcase icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Laptop Briefcase icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { LaptopBriefcase24Regular, LaptopBriefcase24Filled } from "@fluentui/react-icons";

export function Example() {
  return <LaptopBriefcase24Regular aria-label="Laptop Briefcase" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_laptop_briefcase_24_regular.svg" width="24" height="24" alt="Laptop Briefcase">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 4C5.00736 4 4 5.00736 4 6.25V13.75C4 14.9926 5.00736 16 6.25 16H11V14.5001L6.25 14.5C5.83579 14.5 5.5 14.1642 5.5 13.75V6.25C5.5 5.83579 5.83579 5.5 6.25 5.5H17.75C18.1642 5.5 18.5 5.83579 18.5 6.25V9H19.25C19.51 9 19.7616 9.03608 20 9.10351V6.25C20 5.00736 18.9926 4 17.75 4H6.25ZM2.75 17.5H11V19H2.75C2.33579 19 2 18.6642 2 18.25C2 17.8358 2.33579 17.5 2.75 17.5ZM14 13.0001H13.5C12.6716 13.0001 12 13.6716 12 14.5001V19.5C12 20.3284 12.6716 21 13.5 21H21.5C22.3284 21 23 20.3284 23 19.5V14.5001C23 13.6716 22.3284 13.0001 21.5 13.0001H21V11.75C21 10.7835 20.2165 10 19.25 10H15.75C14.7835 10 14 10.7835 14 11.75V13.0001ZM15.5 11.75C15.5 11.6119 15.6119 11.5 15.75 11.5H19.25C19.3881 11.5 19.5 11.6119 19.5 11.75V13.0001H15.5V11.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/laptop_briefcase_24_regular.svg";

Details

NameLaptop Briefcase
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_laptop_briefcase_24_regular.svg
Filled fileic_fluent_laptop_briefcase_24_filled.svg
React componentsLaptopBriefcase24Regular, LaptopBriefcase24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

devicecomputermobiletravelwfhworkbusinessenterpriseorganization

Related icons