Laptop Multiple icon

Used to represent bulk laptops or devices in general. The Laptop Multiple 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 Multiple 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 { LaptopMultiple24Regular, LaptopMultiple24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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.62695 5C6.93583 4.12611 7.76926 3.5 8.74892 3.5H17.2489C19.5961 3.5 21.4989 5.40279 21.4989 7.75V12.25C21.4989 13.2293 20.8732 14.0625 19.9998 14.3717V8.25C19.9998 8.22452 19.9995 8.19911 19.9989 8.17377V7.75C19.9989 6.23122 18.7677 5 17.2489 5H6.62695ZM4 8.25C4 7.00736 5.00736 6 6.25 6H16.75C17.9926 6 19 7.00736 19 8.25V14.75C19 15.9926 17.9926 17 16.75 17H6.25C5.00736 17 4 15.9926 4 14.75V8.25ZM6.25 7.5C5.83579 7.5 5.5 7.83579 5.5 8.25V14.75C5.5 15.1642 5.83579 15.5 6.25 15.5H16.75C17.1642 15.5 17.5 15.1642 17.5 14.75V8.25C17.5 7.83579 17.1642 7.5 16.75 7.5H6.25ZM2.75 18.5C2.33579 18.5 2 18.8358 2 19.25C2 19.6642 2.33579 20 2.75 20H20.25C20.6642 20 21 19.6642 21 19.25C21 18.8358 20.6642 18.5 20.25 18.5H2.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_multiple_24_regular.svg";

Details

NameLaptop Multiple
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_laptop_multiple_24_regular.svg
Filled fileic_fluent_laptop_multiple_24_filled.svg
React componentsLaptopMultiple24Regular, LaptopMultiple24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

devicedevicesmultiplelaptopprofile

Related icons