laptop2 icon
laptop2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- laptop2
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the laptop2 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="M9.445 3.25h5.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.323c.848.121 1.5.85 1.5 1.732v1A3.75 3.75 0 0 1 19 20.75H5A3.75 3.75 0 0 1 1.25 17v-1a1.75 1.75 0 0 1 1.5-1.732V9.945c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M3 15.75a.25.25 0 0 0-.25.25v1A2.25 2.25 0 0 0 5 19.25h14A2.25 2.25 0 0 0 21.25 17v-1a.25.25 0 0 0-.25-.25h-4.333c-.27 0-.534.088-.75.25l-.934.7a2.75 2.75 0 0 1-1.65.55h-2.666a2.75 2.75 0 0 1-1.65-.55l-.934-.7a1.25 1.25 0 0 0-.75-.25zm16.75-1.5h-3.083a2.75 2.75 0 0 0-1.65.55l-.934.7a1.25 1.25 0 0 1-.75.25h-2.666a1.25 1.25 0 0 1-.75-.25l-.934-.7a2.75 2.75 0 0 0-1.65-.55H4.25V10c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h5c1.435 0 2.436.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconLaptop2(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="M9.445 3.25h5.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.323c.848.121 1.5.85 1.5 1.732v1A3.75 3.75 0 0 1 19 20.75H5A3.75 3.75 0 0 1 1.25 17v-1a1.75 1.75 0 0 1 1.5-1.732V9.945c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M3 15.75a.25.25 0 0 0-.25.25v1A2.25 2.25 0 0 0 5 19.25h14A2.25 2.25 0 0 0 21.25 17v-1a.25.25 0 0 0-.25-.25h-4.333c-.27 0-.534.088-.75.25l-.934.7a2.75 2.75 0 0 1-1.65.55h-2.666a2.75 2.75 0 0 1-1.65-.55l-.934-.7a1.25 1.25 0 0 0-.75-.25zm16.75-1.5h-3.083a2.75 2.75 0 0 0-1.65.55l-.934.7a1.25 1.25 0 0 1-.75.25h-2.666a1.25 1.25 0 0 1-.75-.25l-.934-.7a2.75 2.75 0 0 0-1.65-.55H4.25V10c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h5c1.435 0 2.436.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191z" 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="M9.445 3.25h5.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v4.323c.848.121 1.5.85 1.5 1.732v1A3.75 3.75 0 0 1 19 20.75H5A3.75 3.75 0 0 1 1.25 17v-1a1.75 1.75 0 0 1 1.5-1.732V9.945c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M3 15.75a.25.25 0 0 0-.25.25v1A2.25 2.25 0 0 0 5 19.25h14A2.25 2.25 0 0 0 21.25 17v-1a.25.25 0 0 0-.25-.25h-4.333c-.27 0-.534.088-.75.25l-.934.7a2.75 2.75 0 0 1-1.65.55h-2.666a2.75 2.75 0 0 1-1.65-.55l-.934-.7a1.25 1.25 0 0 0-.75-.25zm16.75-1.5h-3.083a2.75 2.75 0 0 0-1.65.55l-.934.7a1.25 1.25 0 0 1-.75.25h-2.666a1.25 1.25 0 0 1-.75-.25l-.934-.7a2.75 2.75 0 0 0-1.65-.55H4.25V10c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h5c1.435 0 2.436.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-laptop2 {
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%22M9.445%203.25h5.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v4.323c.848.121%201.5.85%201.5%201.732v1A3.75%203.75%200%200%201%2019%2020.75H5A3.75%203.75%200%200%201%201.25%2017v-1a1.75%201.75%200%200%201%201.5-1.732V9.945c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M3%2015.75a.25.25%200%200%200-.25.25v1A2.25%202.25%200%200%200%205%2019.25h14A2.25%202.25%200%200%200%2021.25%2017v-1a.25.25%200%200%200-.25-.25h-4.333c-.27%200-.534.088-.75.25l-.934.7a2.75%202.75%200%200%201-1.65.55h-2.666a2.75%202.75%200%200%201-1.65-.55l-.934-.7a1.25%201.25%200%200%200-.75-.25zm16.75-1.5h-3.083a2.75%202.75%200%200%200-1.65.55l-.934.7a1.25%201.25%200%200%201-.75.25h-2.666a1.25%201.25%200%200%201-.75-.25l-.934-.7a2.75%202.75%200%200%200-1.65-.55H4.25V10c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h5c1.435%200%202.436.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191z%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%22M9.445%203.25h5.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v4.323c.848.121%201.5.85%201.5%201.732v1A3.75%203.75%200%200%201%2019%2020.75H5A3.75%203.75%200%200%201%201.25%2017v-1a1.75%201.75%200%200%201%201.5-1.732V9.945c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M3%2015.75a.25.25%200%200%200-.25.25v1A2.25%202.25%200%200%200%205%2019.25h14A2.25%202.25%200%200%200%2021.25%2017v-1a.25.25%200%200%200-.25-.25h-4.333c-.27%200-.534.088-.75.25l-.934.7a2.75%202.75%200%200%201-1.65.55h-2.666a2.75%202.75%200%200%201-1.65-.55l-.934-.7a1.25%201.25%200%200%200-.75-.25zm16.75-1.5h-3.083a2.75%202.75%200%200%200-1.65.55l-.934.7a1.25%201.25%200%200%201-.75.25h-2.666a1.25%201.25%200%200%201-.75-.25l-.934-.7a2.75%202.75%200%200%200-1.65-.55H4.25V10c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h5c1.435%200%202.436.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191z%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/laptop2.svg?color=%231a73e8&size=48