laptop minimalistic icon
laptop-minimalistic-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- laptop-minimalistic-linear
- Set
- Solar
- Style
- Linear
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the laptop minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V14C21 15.8856 21 16.8284 20.4142 17.4142C19.8284 18 18.8856 18 17 18H7C5.11438 18 4.17157 18 3.58579 17.4142C3 16.8284 3 15.8856 3 14V9Z"/><path stroke-linecap="round" d="M22 21H2"/><path stroke-linecap="round" d="M15 15H9"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLaptopMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V14C21 15.8856 21 16.8284 20.4142 17.4142C19.8284 18 18.8856 18 17 18H7C5.11438 18 4.17157 18 3.58579 17.4142C3 16.8284 3 15.8856 3 14V9Z"/><path strokeLinecap="round" d="M22 21H2"/><path strokeLinecap="round" d="M15 15H9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V14C21 15.8856 21 16.8284 20.4142 17.4142C19.8284 18 18.8856 18 17 18H7C5.11438 18 4.17157 18 3.58579 17.4142C3 16.8284 3 15.8856 3 14V9Z"/><path stroke-linecap="round" d="M22 21H2"/><path stroke-linecap="round" d="M15 15H9"/></g></svg> </template>
CSS
.icon-laptop-minimalistic-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209C3%206.17157%203%204.75736%203.87868%203.87868C4.75736%203%206.17157%203%209%203H15C17.8284%203%2019.2426%203%2020.1213%203.87868C21%204.75736%2021%206.17157%2021%209V14C21%2015.8856%2021%2016.8284%2020.4142%2017.4142C19.8284%2018%2018.8856%2018%2017%2018H7C5.11438%2018%204.17157%2018%203.58579%2017.4142C3%2016.8284%203%2015.8856%203%2014V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2021H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2015H9%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209C3%206.17157%203%204.75736%203.87868%203.87868C4.75736%203%206.17157%203%209%203H15C17.8284%203%2019.2426%203%2020.1213%203.87868C21%204.75736%2021%206.17157%2021%209V14C21%2015.8856%2021%2016.8284%2020.4142%2017.4142C19.8284%2018%2018.8856%2018%2017%2018H7C5.11438%2018%204.17157%2018%203.58579%2017.4142C3%2016.8284%203%2015.8856%203%2014V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2021H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2015H9%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-minimalistic-linear.svg?color=%231a73e8&size=48