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

Name
laptop-48
Set
Fluent UI System Color Icons
Style
48
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the laptop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGPfXLScgc)" d="M35.79 32h-.29l-11-.5l-12 .5h-.29a1 1 0 0 0-.402.084l-6.663 2.915A1.91 1.91 0 0 0 4 36.75h40c0-.76-.45-1.447-1.145-1.751l-6.663-2.915A1 1 0 0 0 35.79 32"/><path fill="url(#SVG0UYOxOGM)" d="M5.25 35.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/><path fill="url(#SVGPcuo6dtB)" d="M8 12.25A4.25 4.25 0 0 1 12.25 8h23.5A4.25 4.25 0 0 1 40 12.25v15.5A4.25 4.25 0 0 1 35.75 32h-23.5A4.25 4.25 0 0 1 8 27.75z"/><defs><linearGradient id="SVGPfXLScgc" x1="44" x2="41.793" y1="38" y2="25.386" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVG0UYOxOGM" x1="44" x2="43.711" y1="37.821" y2="33.197" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVGPcuo6dtB" x1="30.4" x2="31.899" y1="8" y2="35.444" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorLaptop48(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGPfXLScgc)" d="M35.79 32h-.29l-11-.5l-12 .5h-.29a1 1 0 0 0-.402.084l-6.663 2.915A1.91 1.91 0 0 0 4 36.75h40c0-.76-.45-1.447-1.145-1.751l-6.663-2.915A1 1 0 0 0 35.79 32"/><path fill="url(#SVG0UYOxOGM)" d="M5.25 35.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/><path fill="url(#SVGPcuo6dtB)" d="M8 12.25A4.25 4.25 0 0 1 12.25 8h23.5A4.25 4.25 0 0 1 40 12.25v15.5A4.25 4.25 0 0 1 35.75 32h-23.5A4.25 4.25 0 0 1 8 27.75z"/><defs><linearGradient id="SVGPfXLScgc" x1="44" x2="41.793" y1="38" y2="25.386" gradientUnits="userSpaceOnUse"><stop stopColor="#63686e"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVG0UYOxOGM" x1="44" x2="43.711" y1="37.821" y2="33.197" gradientUnits="userSpaceOnUse"><stop stopColor="#889096"/><stop offset="1" stopColor="#aab3bd"/></linearGradient><linearGradient id="SVGPcuo6dtB" x1="30.4" x2="31.899" y1="8" y2="35.444" gradientUnits="userSpaceOnUse"><stop stopColor="#6ce0ff"/><stop offset="1" stopColor="#4894fe"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGPfXLScgc)" d="M35.79 32h-.29l-11-.5l-12 .5h-.29a1 1 0 0 0-.402.084l-6.663 2.915A1.91 1.91 0 0 0 4 36.75h40c0-.76-.45-1.447-1.145-1.751l-6.663-2.915A1 1 0 0 0 35.79 32"/><path fill="url(#SVG0UYOxOGM)" d="M5.25 35.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/><path fill="url(#SVGPcuo6dtB)" d="M8 12.25A4.25 4.25 0 0 1 12.25 8h23.5A4.25 4.25 0 0 1 40 12.25v15.5A4.25 4.25 0 0 1 35.75 32h-23.5A4.25 4.25 0 0 1 8 27.75z"/><defs><linearGradient id="SVGPfXLScgc" x1="44" x2="41.793" y1="38" y2="25.386" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVG0UYOxOGM" x1="44" x2="43.711" y1="37.821" y2="33.197" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVGPcuo6dtB" x1="30.4" x2="31.899" y1="8" y2="35.444" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-laptop-48 {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGPfXLScgc)%22%20d%3D%22M35.79%2032h-.29l-11-.5l-12%20.5h-.29a1%201%200%200%200-.402.084l-6.663%202.915A1.91%201.91%200%200%200%204%2036.75h40c0-.76-.45-1.447-1.145-1.751l-6.663-2.915A1%201%200%200%200%2035.79%2032%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0UYOxOGM)%22%20d%3D%22M5.25%2035.5a1.25%201.25%200%201%200%200%202.5h37.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPcuo6dtB)%22%20d%3D%22M8%2012.25A4.25%204.25%200%200%201%2012.25%208h23.5A4.25%204.25%200%200%201%2040%2012.25v15.5A4.25%204.25%200%200%201%2035.75%2032h-23.5A4.25%204.25%200%200%201%208%2027.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGPfXLScgc%22%20x1%3D%2244%22%20x2%3D%2241.793%22%20y1%3D%2238%22%20y2%3D%2225.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2363686e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0UYOxOGM%22%20x1%3D%2244%22%20x2%3D%2243.711%22%20y1%3D%2237.821%22%20y2%3D%2233.197%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23889096%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aab3bd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPcuo6dtB%22%20x1%3D%2230.4%22%20x2%3D%2231.899%22%20y1%3D%228%22%20y2%3D%2235.444%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGPfXLScgc)%22%20d%3D%22M35.79%2032h-.29l-11-.5l-12%20.5h-.29a1%201%200%200%200-.402.084l-6.663%202.915A1.91%201.91%200%200%200%204%2036.75h40c0-.76-.45-1.447-1.145-1.751l-6.663-2.915A1%201%200%200%200%2035.79%2032%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0UYOxOGM)%22%20d%3D%22M5.25%2035.5a1.25%201.25%200%201%200%200%202.5h37.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPcuo6dtB)%22%20d%3D%22M8%2012.25A4.25%204.25%200%200%201%2012.25%208h23.5A4.25%204.25%200%200%201%2040%2012.25v15.5A4.25%204.25%200%200%201%2035.75%2032h-23.5A4.25%204.25%200%200%201%208%2027.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGPfXLScgc%22%20x1%3D%2244%22%20x2%3D%2241.793%22%20y1%3D%2238%22%20y2%3D%2225.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2363686e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0UYOxOGM%22%20x1%3D%2244%22%20x2%3D%2243.711%22%20y1%3D%2237.821%22%20y2%3D%2233.197%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23889096%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aab3bd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPcuo6dtB%22%20x1%3D%2230.4%22%20x2%3D%2231.899%22%20y1%3D%228%22%20y2%3D%2235.444%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%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/laptop-48.svg?color=%231a73e8&size=48