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

Name
laptop-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
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 32 32"><g fill="none"><path fill="url(#SVGtm3Decpm)" d="m7.5 22l8.5-.5l8.5.5h.307q.194 0 .372.072l3.893 1.557c.56.224.928.767.928 1.371H2c0-.604.368-1.147.928-1.371l3.893-1.558A1 1 0 0 1 7.193 22z"/><path fill="url(#SVGz3frCoae)" d="M3 24a1 1 0 1 0 0 2h26a1 1 0 1 0 0-2z"/><path fill="url(#SVG8jUSIdFl)" d="M4 9.25A3.25 3.25 0 0 1 7.25 6h17.5A3.25 3.25 0 0 1 28 9.25v9.5A3.25 3.25 0 0 1 24.75 22H7.25A3.25 3.25 0 0 1 4 18.75z"/><defs><linearGradient id="SVGtm3Decpm" x1="29.913" x2="27.617" y1="27.071" y2="16.424" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGz3frCoae" x1="30" x2="29.736" y1="25.857" y2="22.162" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVG8jUSIdFl" x1="20.8" x2="21.689" y1="6" y2="24.307" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorLaptop32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGtm3Decpm)" d="m7.5 22l8.5-.5l8.5.5h.307q.194 0 .372.072l3.893 1.557c.56.224.928.767.928 1.371H2c0-.604.368-1.147.928-1.371l3.893-1.558A1 1 0 0 1 7.193 22z"/><path fill="url(#SVGz3frCoae)" d="M3 24a1 1 0 1 0 0 2h26a1 1 0 1 0 0-2z"/><path fill="url(#SVG8jUSIdFl)" d="M4 9.25A3.25 3.25 0 0 1 7.25 6h17.5A3.25 3.25 0 0 1 28 9.25v9.5A3.25 3.25 0 0 1 24.75 22H7.25A3.25 3.25 0 0 1 4 18.75z"/><defs><linearGradient id="SVGtm3Decpm" x1="29.913" x2="27.617" y1="27.071" y2="16.424" gradientUnits="userSpaceOnUse"><stop stopColor="#63686e"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVGz3frCoae" x1="30" x2="29.736" y1="25.857" y2="22.162" gradientUnits="userSpaceOnUse"><stop stopColor="#889096"/><stop offset="1" stopColor="#aab3bd"/></linearGradient><linearGradient id="SVG8jUSIdFl" x1="20.8" x2="21.689" y1="6" y2="24.307" 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 32 32"><g fill="none"><path fill="url(#SVGtm3Decpm)" d="m7.5 22l8.5-.5l8.5.5h.307q.194 0 .372.072l3.893 1.557c.56.224.928.767.928 1.371H2c0-.604.368-1.147.928-1.371l3.893-1.558A1 1 0 0 1 7.193 22z"/><path fill="url(#SVGz3frCoae)" d="M3 24a1 1 0 1 0 0 2h26a1 1 0 1 0 0-2z"/><path fill="url(#SVG8jUSIdFl)" d="M4 9.25A3.25 3.25 0 0 1 7.25 6h17.5A3.25 3.25 0 0 1 28 9.25v9.5A3.25 3.25 0 0 1 24.75 22H7.25A3.25 3.25 0 0 1 4 18.75z"/><defs><linearGradient id="SVGtm3Decpm" x1="29.913" x2="27.617" y1="27.071" y2="16.424" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGz3frCoae" x1="30" x2="29.736" y1="25.857" y2="22.162" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVG8jUSIdFl" x1="20.8" x2="21.689" y1="6" y2="24.307" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-laptop-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtm3Decpm)%22%20d%3D%22m7.5%2022l8.5-.5l8.5.5h.307q.194%200%20.372.072l3.893%201.557c.56.224.928.767.928%201.371H2c0-.604.368-1.147.928-1.371l3.893-1.558A1%201%200%200%201%207.193%2022z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGz3frCoae)%22%20d%3D%22M3%2024a1%201%200%201%200%200%202h26a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8jUSIdFl)%22%20d%3D%22M4%209.25A3.25%203.25%200%200%201%207.25%206h17.5A3.25%203.25%200%200%201%2028%209.25v9.5A3.25%203.25%200%200%201%2024.75%2022H7.25A3.25%203.25%200%200%201%204%2018.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtm3Decpm%22%20x1%3D%2229.913%22%20x2%3D%2227.617%22%20y1%3D%2227.071%22%20y2%3D%2216.424%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%22SVGz3frCoae%22%20x1%3D%2230%22%20x2%3D%2229.736%22%20y1%3D%2225.857%22%20y2%3D%2222.162%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%22SVG8jUSIdFl%22%20x1%3D%2220.8%22%20x2%3D%2221.689%22%20y1%3D%226%22%20y2%3D%2224.307%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtm3Decpm)%22%20d%3D%22m7.5%2022l8.5-.5l8.5.5h.307q.194%200%20.372.072l3.893%201.557c.56.224.928.767.928%201.371H2c0-.604.368-1.147.928-1.371l3.893-1.558A1%201%200%200%201%207.193%2022z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGz3frCoae)%22%20d%3D%22M3%2024a1%201%200%201%200%200%202h26a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8jUSIdFl)%22%20d%3D%22M4%209.25A3.25%203.25%200%200%201%207.25%206h17.5A3.25%203.25%200%200%201%2028%209.25v9.5A3.25%203.25%200%200%201%2024.75%2022H7.25A3.25%203.25%200%200%201%204%2018.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtm3Decpm%22%20x1%3D%2229.913%22%20x2%3D%2227.617%22%20y1%3D%2227.071%22%20y2%3D%2216.424%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%22SVGz3frCoae%22%20x1%3D%2230%22%20x2%3D%2229.736%22%20y1%3D%2225.857%22%20y2%3D%2222.162%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%22SVG8jUSIdFl%22%20x1%3D%2220.8%22%20x2%3D%2221.689%22%20y1%3D%226%22%20y2%3D%2224.307%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-32.svg?color=%231a73e8&size=48