laptop code icon

laptop-code-solid from Flowbite Icons by Themesberg · Solid · Education · MIT Free for personal and commercial use.

Name
laptop-code-solid
Set
Flowbite Icons
Style
Solid
Category
Education
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More education icons from Flowbite Icons

Use the laptop code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4 5.786C4 4.809 4.786 4 5.778 4h12.444C19.214 4 20 4.81 20 5.786V15H4zM12 12a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1M8.276 6.31a1 1 0 0 1 1.414-.034l2.625 2.5a1 1 0 0 1 0 1.448l-2.625 2.5a1 1 0 1 1-1.38-1.448L10.175 9.5L8.31 7.724a1 1 0 0 1-.034-1.414" clip-rule="evenodd"/><path d="M2 17v1a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-1z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteLaptopCodeSolid(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 fillRule="evenodd" d="M4 5.786C4 4.809 4.786 4 5.778 4h12.444C19.214 4 20 4.81 20 5.786V15H4zM12 12a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1M8.276 6.31a1 1 0 0 1 1.414-.034l2.625 2.5a1 1 0 0 1 0 1.448l-2.625 2.5a1 1 0 1 1-1.38-1.448L10.175 9.5L8.31 7.724a1 1 0 0 1-.034-1.414" clipRule="evenodd"/><path d="M2 17v1a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-1z"/></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 fill-rule="evenodd" d="M4 5.786C4 4.809 4.786 4 5.778 4h12.444C19.214 4 20 4.81 20 5.786V15H4zM12 12a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1M8.276 6.31a1 1 0 0 1 1.414-.034l2.625 2.5a1 1 0 0 1 0 1.448l-2.625 2.5a1 1 0 1 1-1.38-1.448L10.175 9.5L8.31 7.724a1 1 0 0 1-.034-1.414" clip-rule="evenodd"/><path d="M2 17v1a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-1z"/></g></svg>
</template>

CSS

.icon-laptop-code-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%205.786C4%204.809%204.786%204%205.778%204h12.444C19.214%204%2020%204.81%2020%205.786V15H4zM12%2012a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1M8.276%206.31a1%201%200%200%201%201.414-.034l2.625%202.5a1%201%200%200%201%200%201.448l-2.625%202.5a1%201%200%201%201-1.38-1.448L10.175%209.5L8.31%207.724a1%201%200%200%201-.034-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2017v1a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2v-1z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%205.786C4%204.809%204.786%204%205.778%204h12.444C19.214%204%2020%204.81%2020%205.786V15H4zM12%2012a1%201%200%200%201%201-1h2a1%201%200%201%201%200%202h-2a1%201%200%200%201-1-1M8.276%206.31a1%201%200%200%201%201.414-.034l2.625%202.5a1%201%200%200%201%200%201.448l-2.625%202.5a1%201%200%201%201-1.38-1.448L10.175%209.5L8.31%207.724a1%201%200%200%201-.034-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2017v1a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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