ai laptop icon

ai-laptop from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ai-laptop
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the ai laptop 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3.993 14.999V6.965c0-1.894 0-2.84.583-3.429c.326-.328.762-.473 1.41-.537h4.98M3.492 16.014L4.012 15h15.873l.548 1.015c1.438 2.662 1.796 3.993 1.25 4.989c-.547.996-1.996.996-4.893.996H7.135c-2.897 0-4.346 0-4.892-.996s-.188-2.327 1.25-4.989"/><path d="M15.437 2.001V3.98m-3.474 1.521h2.044m5.949 0H22m-2.044 2.974H22m-10.037 0h2.044m1.43 1.545V12m3.014-1.98V12M18.44 2v1.98m-3.438 5.989h3.956a1 1 0 0 0 .997-1V4.98c0-.552-.446-1-.997-1h-3.956a1 1 0 0 0-.996 1v3.989c0 .552.446 1 .996 1Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiLaptop(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M3.993 14.999V6.965c0-1.894 0-2.84.583-3.429c.326-.328.762-.473 1.41-.537h4.98M3.492 16.014L4.012 15h15.873l.548 1.015c1.438 2.662 1.796 3.993 1.25 4.989c-.547.996-1.996.996-4.893.996H7.135c-2.897 0-4.346 0-4.892-.996s-.188-2.327 1.25-4.989"/><path d="M15.437 2.001V3.98m-3.474 1.521h2.044m5.949 0H22m-2.044 2.974H22m-10.037 0h2.044m1.43 1.545V12m3.014-1.98V12M18.44 2v1.98m-3.438 5.989h3.956a1 1 0 0 0 .997-1V4.98c0-.552-.446-1-.997-1h-3.956a1 1 0 0 0-.996 1v3.989c0 .552.446 1 .996 1Z"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3.993 14.999V6.965c0-1.894 0-2.84.583-3.429c.326-.328.762-.473 1.41-.537h4.98M3.492 16.014L4.012 15h15.873l.548 1.015c1.438 2.662 1.796 3.993 1.25 4.989c-.547.996-1.996.996-4.893.996H7.135c-2.897 0-4.346 0-4.892-.996s-.188-2.327 1.25-4.989"/><path d="M15.437 2.001V3.98m-3.474 1.521h2.044m5.949 0H22m-2.044 2.974H22m-10.037 0h2.044m1.43 1.545V12m3.014-1.98V12M18.44 2v1.98m-3.438 5.989h3.956a1 1 0 0 0 .997-1V4.98c0-.552-.446-1-.997-1h-3.956a1 1 0 0 0-.996 1v3.989c0 .552.446 1 .996 1Z"/></g></svg>
</template>

CSS

.icon-ai-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.993%2014.999V6.965c0-1.894%200-2.84.583-3.429c.326-.328.762-.473%201.41-.537h4.98M3.492%2016.014L4.012%2015h15.873l.548%201.015c1.438%202.662%201.796%203.993%201.25%204.989c-.547.996-1.996.996-4.893.996H7.135c-2.897%200-4.346%200-4.892-.996s-.188-2.327%201.25-4.989%22%2F%3E%3Cpath%20d%3D%22M15.437%202.001V3.98m-3.474%201.521h2.044m5.949%200H22m-2.044%202.974H22m-10.037%200h2.044m1.43%201.545V12m3.014-1.98V12M18.44%202v1.98m-3.438%205.989h3.956a1%201%200%200%200%20.997-1V4.98c0-.552-.446-1-.997-1h-3.956a1%201%200%200%200-.996%201v3.989c0%20.552.446%201%20.996%201Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.993%2014.999V6.965c0-1.894%200-2.84.583-3.429c.326-.328.762-.473%201.41-.537h4.98M3.492%2016.014L4.012%2015h15.873l.548%201.015c1.438%202.662%201.796%203.993%201.25%204.989c-.547.996-1.996.996-4.893.996H7.135c-2.897%200-4.346%200-4.892-.996s-.188-2.327%201.25-4.989%22%2F%3E%3Cpath%20d%3D%22M15.437%202.001V3.98m-3.474%201.521h2.044m5.949%200H22m-2.044%202.974H22m-10.037%200h2.044m1.43%201.545V12m3.014-1.98V12M18.44%202v1.98m-3.438%205.989h3.956a1%201%200%200%200%20.997-1V4.98c0-.552-.446-1-.997-1h-3.956a1%201%200%200%200-.996%201v3.989c0%20.552.446%201%20.996%201Z%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/ai-laptop.svg?color=%231a73e8&size=48