computer icon

computer from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
computer
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All computer icons →

More devices icons from Reicon

Use the computer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.333 14.333H3.667A1.334 1.334 0 0 1 2.333 13V7c0-.736.598-1.333 1.334-1.333h2.666m13.334-2h-7.334a2 2 0 0 0-2 2v12.666a2 2 0 0 0 2 2h7.334a2 2 0 0 0 2-2V5.667a2 2 0 0 0-2-2M7 17.667c-2.056 0-3.333 1-3.333 1"/><path fill="currentColor" d="M16 17.333a1.334 1.334 0 1 0 0-2.667a1.334 1.334 0 0 0 0 2.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.333 7.667h3.334M14.333 11h3.334"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconComputer(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.333 14.333H3.667A1.334 1.334 0 0 1 2.333 13V7c0-.736.598-1.333 1.334-1.333h2.666m13.334-2h-7.334a2 2 0 0 0-2 2v12.666a2 2 0 0 0 2 2h7.334a2 2 0 0 0 2-2V5.667a2 2 0 0 0-2-2M7 17.667c-2.056 0-3.333 1-3.333 1"/><path fill="currentColor" d="M16 17.333a1.334 1.334 0 1 0 0-2.667a1.334 1.334 0 0 0 0 2.667"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.333 7.667h3.334M14.333 11h3.334"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.333 14.333H3.667A1.334 1.334 0 0 1 2.333 13V7c0-.736.598-1.333 1.334-1.333h2.666m13.334-2h-7.334a2 2 0 0 0-2 2v12.666a2 2 0 0 0 2 2h7.334a2 2 0 0 0 2-2V5.667a2 2 0 0 0-2-2M7 17.667c-2.056 0-3.333 1-3.333 1"/><path fill="currentColor" d="M16 17.333a1.334 1.334 0 1 0 0-2.667a1.334 1.334 0 0 0 0 2.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.333 7.667h3.334M14.333 11h3.334"/></g></svg>
</template>

CSS

.icon-computer {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.333%2014.333H3.667A1.334%201.334%200%200%201%202.333%2013V7c0-.736.598-1.333%201.334-1.333h2.666m13.334-2h-7.334a2%202%200%200%200-2%202v12.666a2%202%200%200%200%202%202h7.334a2%202%200%200%200%202-2V5.667a2%202%200%200%200-2-2M7%2017.667c-2.056%200-3.333%201-3.333%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2017.333a1.334%201.334%200%201%200%200-2.667a1.334%201.334%200%200%200%200%202.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.333%207.667h3.334M14.333%2011h3.334%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.333%2014.333H3.667A1.334%201.334%200%200%201%202.333%2013V7c0-.736.598-1.333%201.334-1.333h2.666m13.334-2h-7.334a2%202%200%200%200-2%202v12.666a2%202%200%200%200%202%202h7.334a2%202%200%200%200%202-2V5.667a2%202%200%200%200-2-2M7%2017.667c-2.056%200-3.333%201-3.333%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2017.333a1.334%201.334%200%201%200%200-2.667a1.334%201.334%200%200%200%200%202.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.333%207.667h3.334M14.333%2011h3.334%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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