laptop 3 icon

laptop-3-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.

Name
laptop-3-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the laptop 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V11.5C3.5 13.3856 3.5 14.3284 4.08579 14.9142C4.67157 15.5 5.61438 15.5 7.5 15.5H16.5C18.3856 15.5 19.3284 15.5 19.9142 14.9142C20.5 14.3284 20.5 13.3856 20.5 11.5V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z" opacity=".5"/><path d="M5 22H19C20.6569 22 22 20.6569 22 19V18C22 17.4477 21.5523 17 21 17H16.6667C16.2339 17 15.8129 17.1404 15.4667 17.4L14.5333 18.1C14.1871 18.3596 13.7661 18.5 13.3333 18.5H10.6667C10.2339 18.5 9.81286 18.3596 9.46667 18.1L8.53333 17.4C8.18714 17.1404 7.76607 17 7.33333 17H3C2.44772 17 2 17.4477 2 18V19C2 20.6569 3.34315 22 5 22Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLaptop3BoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V11.5C3.5 13.3856 3.5 14.3284 4.08579 14.9142C4.67157 15.5 5.61438 15.5 7.5 15.5H16.5C18.3856 15.5 19.3284 15.5 19.9142 14.9142C20.5 14.3284 20.5 13.3856 20.5 11.5V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z" opacity=".5"/><path d="M5 22H19C20.6569 22 22 20.6569 22 19V18C22 17.4477 21.5523 17 21 17H16.6667C16.2339 17 15.8129 17.1404 15.4667 17.4L14.5333 18.1C14.1871 18.3596 13.7661 18.5 13.3333 18.5H10.6667C10.2339 18.5 9.81286 18.3596 9.46667 18.1L8.53333 17.4C8.18714 17.1404 7.76607 17 7.33333 17H3C2.44772 17 2 17.4477 2 18V19C2 20.6569 3.34315 22 5 22Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V11.5C3.5 13.3856 3.5 14.3284 4.08579 14.9142C4.67157 15.5 5.61438 15.5 7.5 15.5H16.5C18.3856 15.5 19.3284 15.5 19.9142 14.9142C20.5 14.3284 20.5 13.3856 20.5 11.5V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z" opacity=".5"/><path d="M5 22H19C20.6569 22 22 20.6569 22 19V18C22 17.4477 21.5523 17 21 17H16.6667C16.2339 17 15.8129 17.1404 15.4667 17.4L14.5333 18.1C14.1871 18.3596 13.7661 18.5 13.3333 18.5H10.6667C10.2339 18.5 9.81286 18.3596 9.46667 18.1L8.53333 17.4C8.18714 17.1404 7.76607 17 7.33333 17H3C2.44772 17 2 17.4477 2 18V19C2 20.6569 3.34315 22 5 22Z"/></g></svg>
</template>

CSS

.icon-laptop-3-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%202H9.5C6.67157%202%205.25736%202%204.37868%202.87868C3.5%203.75736%203.5%205.17157%203.5%208V11.5C3.5%2013.3856%203.5%2014.3284%204.08579%2014.9142C4.67157%2015.5%205.61438%2015.5%207.5%2015.5H16.5C18.3856%2015.5%2019.3284%2015.5%2019.9142%2014.9142C20.5%2014.3284%2020.5%2013.3856%2020.5%2011.5V8C20.5%205.17157%2020.5%203.75736%2019.6213%202.87868C18.7426%202%2017.3284%202%2014.5%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M5%2022H19C20.6569%2022%2022%2020.6569%2022%2019V18C22%2017.4477%2021.5523%2017%2021%2017H16.6667C16.2339%2017%2015.8129%2017.1404%2015.4667%2017.4L14.5333%2018.1C14.1871%2018.3596%2013.7661%2018.5%2013.3333%2018.5H10.6667C10.2339%2018.5%209.81286%2018.3596%209.46667%2018.1L8.53333%2017.4C8.18714%2017.1404%207.76607%2017%207.33333%2017H3C2.44772%2017%202%2017.4477%202%2018V19C2%2020.6569%203.34315%2022%205%2022Z%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%202H9.5C6.67157%202%205.25736%202%204.37868%202.87868C3.5%203.75736%203.5%205.17157%203.5%208V11.5C3.5%2013.3856%203.5%2014.3284%204.08579%2014.9142C4.67157%2015.5%205.61438%2015.5%207.5%2015.5H16.5C18.3856%2015.5%2019.3284%2015.5%2019.9142%2014.9142C20.5%2014.3284%2020.5%2013.3856%2020.5%2011.5V8C20.5%205.17157%2020.5%203.75736%2019.6213%202.87868C18.7426%202%2017.3284%202%2014.5%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M5%2022H19C20.6569%2022%2022%2020.6569%2022%2019V18C22%2017.4477%2021.5523%2017%2021%2017H16.6667C16.2339%2017%2015.8129%2017.1404%2015.4667%2017.4L14.5333%2018.1C14.1871%2018.3596%2013.7661%2018.5%2013.3333%2018.5H10.6667C10.2339%2018.5%209.81286%2018.3596%209.46667%2018.1L8.53333%2017.4C8.18714%2017.1404%207.76607%2017%207.33333%2017H3C2.44772%2017%202%2017.4477%202%2018V19C2%2020.6569%203.34315%2022%205%2022Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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