laptop icon

laptop-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
laptop-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All laptop icons →

More devices icons from Reicon

Use the laptop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m21.391 16.336l.088.092a2 2 0 0 1 .52 1.284l.001.127c0 .15 0 .224-.004.287a2 2 0 0 1-1.87 1.87a5 5 0 0 1-.287.004H4.161c-.15 0-.224 0-.287-.004a2 2 0 0 1-1.87-1.87C2 18.063 2 17.988 2 17.84l.001-.127a2 2 0 0 1 .608-1.376L3.903 15h16.194zM8.75 18a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75M4.353 7c0-1.886 0-2.828.586-3.414S6.467 3 8.353 3h7.294c1.886 0 2.829 0 3.414.586c.586.586.586 1.528.586 3.414v7H4.353zM12 6.5A.75.75 0 1 0 12 5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLaptopFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="m21.391 16.336l.088.092a2 2 0 0 1 .52 1.284l.001.127c0 .15 0 .224-.004.287a2 2 0 0 1-1.87 1.87a5 5 0 0 1-.287.004H4.161c-.15 0-.224 0-.287-.004a2 2 0 0 1-1.87-1.87C2 18.063 2 17.988 2 17.84l.001-.127a2 2 0 0 1 .608-1.376L3.903 15h16.194zM8.75 18a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75M4.353 7c0-1.886 0-2.828.586-3.414S6.467 3 8.353 3h7.294c1.886 0 2.829 0 3.414.586c.586.586.586 1.528.586 3.414v7H4.353zM12 6.5A.75.75 0 1 0 12 5a.75.75 0 0 0 0 1.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m21.391 16.336l.088.092a2 2 0 0 1 .52 1.284l.001.127c0 .15 0 .224-.004.287a2 2 0 0 1-1.87 1.87a5 5 0 0 1-.287.004H4.161c-.15 0-.224 0-.287-.004a2 2 0 0 1-1.87-1.87C2 18.063 2 17.988 2 17.84l.001-.127a2 2 0 0 1 .608-1.376L3.903 15h16.194zM8.75 18a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75M4.353 7c0-1.886 0-2.828.586-3.414S6.467 3 8.353 3h7.294c1.886 0 2.829 0 3.414.586c.586.586.586 1.528.586 3.414v7H4.353zM12 6.5A.75.75 0 1 0 12 5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-laptop-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m21.391%2016.336l.088.092a2%202%200%200%201%20.52%201.284l.001.127c0%20.15%200%20.224-.004.287a2%202%200%200%201-1.87%201.87a5%205%200%200%201-.287.004H4.161c-.15%200-.224%200-.287-.004a2%202%200%200%201-1.87-1.87C2%2018.063%202%2017.988%202%2017.84l.001-.127a2%202%200%200%201%20.608-1.376L3.903%2015h16.194zM8.75%2018a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75M4.353%207c0-1.886%200-2.828.586-3.414S6.467%203%208.353%203h7.294c1.886%200%202.829%200%203.414.586c.586.586.586%201.528.586%203.414v7H4.353zM12%206.5A.75.75%200%201%200%2012%205a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m21.391%2016.336l.088.092a2%202%200%200%201%20.52%201.284l.001.127c0%20.15%200%20.224-.004.287a2%202%200%200%201-1.87%201.87a5%205%200%200%201-.287.004H4.161c-.15%200-.224%200-.287-.004a2%202%200%200%201-1.87-1.87C2%2018.063%202%2017.988%202%2017.84l.001-.127a2%202%200%200%201%20.608-1.376L3.903%2015h16.194zM8.75%2018a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75M4.353%207c0-1.886%200-2.828.586-3.414S6.467%203%208.353%203h7.294c1.886%200%202.829%200%203.414.586c.586.586.586%201.528.586%203.414v7H4.353zM12%206.5A.75.75%200%201%200%2012%205a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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