laptop icon
laptop-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- laptop-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
laptop-outlinedAnt Design IconslaptopBootstrap IconslaptopBoxIcons v2laptopCarbonlaptopFont Awesome 6 SolidlaptopFont Awesome Solidlaptop-16-filledFluent UI System IconslaptopFluent EmojilaptopFluent Emoji FlatlaptopFluent Emoji High Contrastlaptopcss.gglaptopHealth IconslaptopHuge IconslaptopIconParklaptopIconPark OutlinelaptopIconPark SolidlaptopIconPark TwoTonelaptopIconoirlaptopIonIconslaptopLine AwesomelaptopMaterial Line IconslaptopLucidelaptopMage IconslaptopMajesticons
Use the laptop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGxtLF0bjI)" d="M6.254 16L12 15.469l5.754.531h.065a1 1 0 0 1 .35.064l3.126 1.172c.423.158.704.562.705 1.014H2c0-.451.28-.855.702-1.013l3.128-1.173A1 1 0 0 1 6.181 16z"/><path fill="url(#SVGYt5YccaZ)" d="M2.75 17.5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5z"/><path fill="url(#SVGS8iGWb4m)" d="M4 6.25A2.25 2.25 0 0 1 6.25 4h11.5A2.25 2.25 0 0 1 20 6.25v7.5A2.25 2.25 0 0 1 17.75 16H6.25A2.25 2.25 0 0 1 4 13.75z"/><defs><linearGradient id="SVGxtLF0bjI" x1="22" x2="20.765" y1="18.912" y2="12.254" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGYt5YccaZ" x1="22" x2="21.792" y1="18.893" y2="16.123" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVGS8iGWb4m" x1="15.2" x2="15.95" y1="4" y2="17.722" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLaptop24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGxtLF0bjI)" d="M6.254 16L12 15.469l5.754.531h.065a1 1 0 0 1 .35.064l3.126 1.172c.423.158.704.562.705 1.014H2c0-.451.28-.855.702-1.013l3.128-1.173A1 1 0 0 1 6.181 16z"/><path fill="url(#SVGYt5YccaZ)" d="M2.75 17.5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5z"/><path fill="url(#SVGS8iGWb4m)" d="M4 6.25A2.25 2.25 0 0 1 6.25 4h11.5A2.25 2.25 0 0 1 20 6.25v7.5A2.25 2.25 0 0 1 17.75 16H6.25A2.25 2.25 0 0 1 4 13.75z"/><defs><linearGradient id="SVGxtLF0bjI" x1="22" x2="20.765" y1="18.912" y2="12.254" gradientUnits="userSpaceOnUse"><stop stopColor="#63686e"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVGYt5YccaZ" x1="22" x2="21.792" y1="18.893" y2="16.123" gradientUnits="userSpaceOnUse"><stop stopColor="#889096"/><stop offset="1" stopColor="#aab3bd"/></linearGradient><linearGradient id="SVGS8iGWb4m" x1="15.2" x2="15.95" y1="4" y2="17.722" 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 24 24"><g fill="none"><path fill="url(#SVGxtLF0bjI)" d="M6.254 16L12 15.469l5.754.531h.065a1 1 0 0 1 .35.064l3.126 1.172c.423.158.704.562.705 1.014H2c0-.451.28-.855.702-1.013l3.128-1.173A1 1 0 0 1 6.181 16z"/><path fill="url(#SVGYt5YccaZ)" d="M2.75 17.5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5z"/><path fill="url(#SVGS8iGWb4m)" d="M4 6.25A2.25 2.25 0 0 1 6.25 4h11.5A2.25 2.25 0 0 1 20 6.25v7.5A2.25 2.25 0 0 1 17.75 16H6.25A2.25 2.25 0 0 1 4 13.75z"/><defs><linearGradient id="SVGxtLF0bjI" x1="22" x2="20.765" y1="18.912" y2="12.254" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGYt5YccaZ" x1="22" x2="21.792" y1="18.893" y2="16.123" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#aab3bd"/></linearGradient><linearGradient id="SVGS8iGWb4m" x1="15.2" x2="15.95" y1="4" y2="17.722" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg> </template>
CSS
.icon-laptop-24 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGxtLF0bjI)%22%20d%3D%22M6.254%2016L12%2015.469l5.754.531h.065a1%201%200%200%201%20.35.064l3.126%201.172c.423.158.704.562.705%201.014H2c0-.451.28-.855.702-1.013l3.128-1.173A1%201%200%200%201%206.181%2016z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYt5YccaZ)%22%20d%3D%22M2.75%2017.5a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS8iGWb4m)%22%20d%3D%22M4%206.25A2.25%202.25%200%200%201%206.25%204h11.5A2.25%202.25%200%200%201%2020%206.25v7.5A2.25%202.25%200%200%201%2017.75%2016H6.25A2.25%202.25%200%200%201%204%2013.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxtLF0bjI%22%20x1%3D%2222%22%20x2%3D%2220.765%22%20y1%3D%2218.912%22%20y2%3D%2212.254%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%22SVGYt5YccaZ%22%20x1%3D%2222%22%20x2%3D%2221.792%22%20y1%3D%2218.893%22%20y2%3D%2216.123%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%22SVGS8iGWb4m%22%20x1%3D%2215.2%22%20x2%3D%2215.95%22%20y1%3D%224%22%20y2%3D%2217.722%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGxtLF0bjI)%22%20d%3D%22M6.254%2016L12%2015.469l5.754.531h.065a1%201%200%200%201%20.35.064l3.126%201.172c.423.158.704.562.705%201.014H2c0-.451.28-.855.702-1.013l3.128-1.173A1%201%200%200%201%206.181%2016z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYt5YccaZ)%22%20d%3D%22M2.75%2017.5a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS8iGWb4m)%22%20d%3D%22M4%206.25A2.25%202.25%200%200%201%206.25%204h11.5A2.25%202.25%200%200%201%2020%206.25v7.5A2.25%202.25%200%200%201%2017.75%2016H6.25A2.25%202.25%200%200%201%204%2013.75z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxtLF0bjI%22%20x1%3D%2222%22%20x2%3D%2220.765%22%20y1%3D%2218.912%22%20y2%3D%2212.254%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%22SVGYt5YccaZ%22%20x1%3D%2222%22%20x2%3D%2221.792%22%20y1%3D%2218.893%22%20y2%3D%2216.123%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%22SVGS8iGWb4m%22%20x1%3D%2215.2%22%20x2%3D%2215.95%22%20y1%3D%224%22%20y2%3D%2217.722%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-24.svg?color=%231a73e8&size=48