laptop-file from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
laptop-file
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the laptop file icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 0C92.7 0 64 28.7 64 64v224H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384 128H400c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V256h-96c-17.7 0-32-14.3-32-32zm32 0v96h96z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidLaptopFile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 0C92.7 0 64 28.7 64 64v224H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384 128H400c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V256h-96c-17.7 0-32-14.3-32-32zm32 0v96h96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 0C92.7 0 64 28.7 64 64v224H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384 128H400c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V256h-96c-17.7 0-32-14.3-32-32zm32 0v96h96z"/></svg>
</template>

CSS

.icon-laptop-file {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%200C92.7%200%2064%2028.7%2064%2064v224H19.2C8.6%20288%200%20296.6%200%20307.2C0%20349.6%2034.4%20384%2076.8%20384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384%20128H400c-26.5%200-48%2021.5-48%2048v288c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48V256h-96c-17.7%200-32-14.3-32-32zm32%200v96h96z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%200C92.7%200%2064%2028.7%2064%2064v224H19.2C8.6%20288%200%20296.6%200%20307.2C0%20349.6%2034.4%20384%2076.8%20384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384%20128H400c-26.5%200-48%2021.5-48%2048v288c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48V256h-96c-17.7%200-32-14.3-32-32zm32%200v96h96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/laptop-file.svg?color=%231a73e8&size=48