laptop3 icon

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

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

2 other variants in Reicon

More devices icons from Reicon

Use the laptop3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2h-5c-2.828 0-4.243 0-5.121.879C3.5 3.757 3.5 5.172 3.5 8v3.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h9c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414V8c0-2.828 0-4.243-.879-5.121C18.743 2 17.328 2 14.5 2M5 22h14a3 3 0 0 0 3-3v-1a1 1 0 0 0-1-1h-4.333a2 2 0 0 0-1.2.4l-.934.7a2 2 0 0 1-1.2.4h-2.666a2 2 0 0 1-1.2-.4l-.934-.7a2 2 0 0 0-1.2-.4H3a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLaptop3Filled(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" d="M14.5 2h-5c-2.828 0-4.243 0-5.121.879C3.5 3.757 3.5 5.172 3.5 8v3.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h9c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414V8c0-2.828 0-4.243-.879-5.121C18.743 2 17.328 2 14.5 2M5 22h14a3 3 0 0 0 3-3v-1a1 1 0 0 0-1-1h-4.333a2 2 0 0 0-1.2.4l-.934.7a2 2 0 0 1-1.2.4h-2.666a2 2 0 0 1-1.2-.4l-.934-.7a2 2 0 0 0-1.2-.4H3a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2h-5c-2.828 0-4.243 0-5.121.879C3.5 3.757 3.5 5.172 3.5 8v3.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h9c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414V8c0-2.828 0-4.243-.879-5.121C18.743 2 17.328 2 14.5 2M5 22h14a3 3 0 0 0 3-3v-1a1 1 0 0 0-1-1h-4.333a2 2 0 0 0-1.2.4l-.934.7a2 2 0 0 1-1.2.4h-2.666a2 2 0 0 1-1.2-.4l-.934-.7a2 2 0 0 0-1.2-.4H3a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3"/></svg>
</template>

CSS

.icon-laptop3-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%20d%3D%22M14.5%202h-5c-2.828%200-4.243%200-5.121.879C3.5%203.757%203.5%205.172%203.5%208v3.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586h9c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414V8c0-2.828%200-4.243-.879-5.121C18.743%202%2017.328%202%2014.5%202M5%2022h14a3%203%200%200%200%203-3v-1a1%201%200%200%200-1-1h-4.333a2%202%200%200%200-1.2.4l-.934.7a2%202%200%200%201-1.2.4h-2.666a2%202%200%200%201-1.2-.4l-.934-.7a2%202%200%200%200-1.2-.4H3a1%201%200%200%200-1%201v1a3%203%200%200%200%203%203%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%20d%3D%22M14.5%202h-5c-2.828%200-4.243%200-5.121.879C3.5%203.757%203.5%205.172%203.5%208v3.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586h9c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414V8c0-2.828%200-4.243-.879-5.121C18.743%202%2017.328%202%2014.5%202M5%2022h14a3%203%200%200%200%203-3v-1a1%201%200%200%200-1-1h-4.333a2%202%200%200%200-1.2.4l-.934.7a2%202%200%200%201-1.2.4h-2.666a2%202%200%200%201-1.2-.4l-.934-.7a2%202%200%200%200-1.2-.4H3a1%201%200%200%200-1%201v1a3%203%200%200%200%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Laptop3 filled icon — Reicon · IconsDB