computer from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
computer
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the computer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M380.8 96c-8.1 14.1-12.8 30.5-12.8 48v16H96v224h272v64H96c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM368 496c0 17.5 4.7 33.9 12.8 48H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm96-400h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48m24 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm56 144c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidComputer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M380.8 96c-8.1 14.1-12.8 30.5-12.8 48v16H96v224h272v64H96c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM368 496c0 17.5 4.7 33.9 12.8 48H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm96-400h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48m24 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm56 144c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M380.8 96c-8.1 14.1-12.8 30.5-12.8 48v16H96v224h272v64H96c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM368 496c0 17.5 4.7 33.9 12.8 48H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm96-400h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48m24 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm56 144c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M380.8%2096c-8.1%2014.1-12.8%2030.5-12.8%2048v16H96v224h272v64H96c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zM368%20496c0%2017.5%204.7%2033.9%2012.8%2048H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24zm96-400h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048h-96c-26.5%200-48-21.5-48-48V144c0-26.5%2021.5-48%2048-48m24%2064c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm0%2096c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm56%20144c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32%22%2F%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M380.8%2096c-8.1%2014.1-12.8%2030.5-12.8%2048v16H96v224h272v64H96c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zM368%20496c0%2017.5%204.7%2033.9%2012.8%2048H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24zm96-400h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048h-96c-26.5%200-48-21.5-48-48V144c0-26.5%2021.5-48%2048-48m24%2064c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm0%2096c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm56%20144c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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