laptop from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
laptop
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More objects icons from Health Icons

Use the laptop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M9 10a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2zm2 19V14h26v15zM9 13a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1z" clip-rule="evenodd"/><path d="M7.06 31.472A1 1 0 0 1 7.91 31h31.972a1 1 0 0 1 .837.453l3.27 5A1 1 0 0 1 43.15 38H4.8a1 1 0 0 1-.85-1.528z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLaptop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M9 10a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2zm2 19V14h26v15zM9 13a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1z" clipRule="evenodd"/><path d="M7.06 31.472A1 1 0 0 1 7.91 31h31.972a1 1 0 0 1 .837.453l3.27 5A1 1 0 0 1 43.15 38H4.8a1 1 0 0 1-.85-1.528z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M9 10a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2zm2 19V14h26v15zM9 13a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1z" clip-rule="evenodd"/><path d="M7.06 31.472A1 1 0 0 1 7.91 31h31.972a1 1 0 0 1 .837.453l3.27 5A1 1 0 0 1 43.15 38H4.8a1 1 0 0 1-.85-1.528z"/></g></svg>
</template>

CSS

.icon-laptop {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2010a2%202%200%200%200-2%202v19a2%202%200%200%200%202%202h30a2%202%200%200%200%202-2V12a2%202%200%200%200-2-2zm2%2019V14h26v15zM9%2013a1%201%200%200%201%201-1h28a1%201%200%200%201%201%201v17a1%201%200%200%201-1%201H10a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.06%2031.472A1%201%200%200%201%207.91%2031h31.972a1%201%200%200%201%20.837.453l3.27%205A1%201%200%200%201%2043.15%2038H4.8a1%201%200%200%201-.85-1.528z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2010a2%202%200%200%200-2%202v19a2%202%200%200%200%202%202h30a2%202%200%200%200%202-2V12a2%202%200%200%200-2-2zm2%2019V14h26v15zM9%2013a1%201%200%200%201%201-1h28a1%201%200%200%201%201%201v17a1%201%200%200%201-1%201H10a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.06%2031.472A1%201%200%200%201%207.91%2031h31.972a1%201%200%200%201%20.837.453l3.27%205A1%201%200%200%201%2043.15%2038H4.8a1%201%200%200%201-.85-1.528z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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