laptop minimal icon
laptop-minimal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- laptop-minimal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the laptop minimal 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-linejoin="round" stroke-width="1.5"><path d="M1.996 17.818c0-.063 0-.095.002-.122a.75.75 0 0 1 .695-.694C2.719 17 2.75 17 2.814 17h18.364c.063 0 .095 0 .122.002a.75.75 0 0 1 .694.695c.002.026.002.058.002.121c0 .169 0 .253-.005.325a2 2 0 0 1-1.852 1.852c-.072.005-.156.005-.325.005H4.178c-.169 0-.253 0-.325-.005a2 2 0 0 1-1.852-1.852c-.005-.072-.005-.156-.005-.325Z"/><path stroke-linecap="round" d="M3.496 17v-7c0-2.828 0-4.243.879-5.121C5.253 4 6.668 4 9.496 4h5c2.829 0 4.243 0 5.121.879c.88.878.88 2.293.88 5.121v7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLaptopMinimal(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M1.996 17.818c0-.063 0-.095.002-.122a.75.75 0 0 1 .695-.694C2.719 17 2.75 17 2.814 17h18.364c.063 0 .095 0 .122.002a.75.75 0 0 1 .694.695c.002.026.002.058.002.121c0 .169 0 .253-.005.325a2 2 0 0 1-1.852 1.852c-.072.005-.156.005-.325.005H4.178c-.169 0-.253 0-.325-.005a2 2 0 0 1-1.852-1.852c-.005-.072-.005-.156-.005-.325Z"/><path strokeLinecap="round" d="M3.496 17v-7c0-2.828 0-4.243.879-5.121C5.253 4 6.668 4 9.496 4h5c2.829 0 4.243 0 5.121.879c.88.878.88 2.293.88 5.121v7"/></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-linejoin="round" stroke-width="1.5"><path d="M1.996 17.818c0-.063 0-.095.002-.122a.75.75 0 0 1 .695-.694C2.719 17 2.75 17 2.814 17h18.364c.063 0 .095 0 .122.002a.75.75 0 0 1 .694.695c.002.026.002.058.002.121c0 .169 0 .253-.005.325a2 2 0 0 1-1.852 1.852c-.072.005-.156.005-.325.005H4.178c-.169 0-.253 0-.325-.005a2 2 0 0 1-1.852-1.852c-.005-.072-.005-.156-.005-.325Z"/><path stroke-linecap="round" d="M3.496 17v-7c0-2.828 0-4.243.879-5.121C5.253 4 6.668 4 9.496 4h5c2.829 0 4.243 0 5.121.879c.88.878.88 2.293.88 5.121v7"/></g></svg> </template>
CSS
.icon-laptop-minimal {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.996%2017.818c0-.063%200-.095.002-.122a.75.75%200%200%201%20.695-.694C2.719%2017%202.75%2017%202.814%2017h18.364c.063%200%20.095%200%20.122.002a.75.75%200%200%201%20.694.695c.002.026.002.058.002.121c0%20.169%200%20.253-.005.325a2%202%200%200%201-1.852%201.852c-.072.005-.156.005-.325.005H4.178c-.169%200-.253%200-.325-.005a2%202%200%200%201-1.852-1.852c-.005-.072-.005-.156-.005-.325Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.496%2017v-7c0-2.828%200-4.243.879-5.121C5.253%204%206.668%204%209.496%204h5c2.829%200%204.243%200%205.121.879c.88.878.88%202.293.88%205.121v7%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.996%2017.818c0-.063%200-.095.002-.122a.75.75%200%200%201%20.695-.694C2.719%2017%202.75%2017%202.814%2017h18.364c.063%200%20.095%200%20.122.002a.75.75%200%200%201%20.694.695c.002.026.002.058.002.121c0%20.169%200%20.253-.005.325a2%202%200%200%201-1.852%201.852c-.072.005-.156.005-.325.005H4.178c-.169%200-.253%200-.325-.005a2%202%200%200%201-1.852-1.852c-.005-.072-.005-.156-.005-.325Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.496%2017v-7c0-2.828%200-4.243.879-5.121C5.253%204%206.668%204%209.496%204h5c2.829%200%204.243%200%205.121.879c.88.878.88%202.293.88%205.121v7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/laptop-minimal.svg?color=%231a73e8&size=48