computer icon
computer-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- computer-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All computer icons →computerFont Awesome 6 SolidcomputerFont Awesome SolidcomputerHuge IconscomputerIconParkcomputerIconPark OutlinecomputerIconPark SolidcomputerIconPark TwoTonecomputerIconoircomputerJam IconscomputerMaterial Line IconscomputerLucidecomputerMaterial SymbolscomputerMaterial Symbols Lightcomputer-fillMingCute IconcomputerPixelarticonscomputer-fillRemix Iconcomputer-outlineTeenyicons
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="currentColor"><path d="M3.67 19.663a1 1 0 0 1-.793-.39a.995.995 0 0 1 .174-1.393c.062-.05 1.576-1.213 3.949-1.213a1 1 0 0 1 0 2c-1.656 0-2.713.784-2.724.792a1 1 0 0 1-.605.204M19.667 2.667h-7.334c-1.653 0-3 1.345-3 3v12.666c0 1.655 1.347 3 3 3h7.334c1.653 0 3-1.345 3-3V5.667c0-1.655-1.347-3-3-3M16 17.333a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667M17.667 12h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2m0-3.333h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2"/><path fill-rule="evenodd" d="M3.667 6.667A.334.334 0 0 0 3.333 7v6c0 .184.15.333.334.333h2.666a1 1 0 1 1 0 2H3.667A2.334 2.334 0 0 1 1.333 13V7a2.334 2.334 0 0 1 2.334-2.333h2.666a1 1 0 1 1 0 2z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconComputerFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.67 19.663a1 1 0 0 1-.793-.39a.995.995 0 0 1 .174-1.393c.062-.05 1.576-1.213 3.949-1.213a1 1 0 0 1 0 2c-1.656 0-2.713.784-2.724.792a1 1 0 0 1-.605.204M19.667 2.667h-7.334c-1.653 0-3 1.345-3 3v12.666c0 1.655 1.347 3 3 3h7.334c1.653 0 3-1.345 3-3V5.667c0-1.655-1.347-3-3-3M16 17.333a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667M17.667 12h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2m0-3.333h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2"/><path fillRule="evenodd" d="M3.667 6.667A.334.334 0 0 0 3.333 7v6c0 .184.15.333.334.333h2.666a1 1 0 1 1 0 2H3.667A2.334 2.334 0 0 1 1.333 13V7a2.334 2.334 0 0 1 2.334-2.333h2.666a1 1 0 1 1 0 2z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.67 19.663a1 1 0 0 1-.793-.39a.995.995 0 0 1 .174-1.393c.062-.05 1.576-1.213 3.949-1.213a1 1 0 0 1 0 2c-1.656 0-2.713.784-2.724.792a1 1 0 0 1-.605.204M19.667 2.667h-7.334c-1.653 0-3 1.345-3 3v12.666c0 1.655 1.347 3 3 3h7.334c1.653 0 3-1.345 3-3V5.667c0-1.655-1.347-3-3-3M16 17.333a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667M17.667 12h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2m0-3.333h-3.334a1 1 0 0 1 0-2h3.334a1 1 0 0 1 0 2"/><path fill-rule="evenodd" d="M3.667 6.667A.334.334 0 0 0 3.333 7v6c0 .184.15.333.334.333h2.666a1 1 0 1 1 0 2H3.667A2.334 2.334 0 0 1 1.333 13V7a2.334 2.334 0 0 1 2.334-2.333h2.666a1 1 0 1 1 0 2z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-computer-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M3.67%2019.663a1%201%200%200%201-.793-.39a.995.995%200%200%201%20.174-1.393c.062-.05%201.576-1.213%203.949-1.213a1%201%200%200%201%200%202c-1.656%200-2.713.784-2.724.792a1%201%200%200%201-.605.204M19.667%202.667h-7.334c-1.653%200-3%201.345-3%203v12.666c0%201.655%201.347%203%203%203h7.334c1.653%200%203-1.345%203-3V5.667c0-1.655-1.347-3-3-3M16%2017.333a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667M17.667%2012h-3.334a1%201%200%200%201%200-2h3.334a1%201%200%200%201%200%202m0-3.333h-3.334a1%201%200%200%201%200-2h3.334a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.667%206.667A.334.334%200%200%200%203.333%207v6c0%20.184.15.333.334.333h2.666a1%201%200%201%201%200%202H3.667A2.334%202.334%200%200%201%201.333%2013V7a2.334%202.334%200%200%201%202.334-2.333h2.666a1%201%200%201%201%200%202z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.67%2019.663a1%201%200%200%201-.793-.39a.995.995%200%200%201%20.174-1.393c.062-.05%201.576-1.213%203.949-1.213a1%201%200%200%201%200%202c-1.656%200-2.713.784-2.724.792a1%201%200%200%201-.605.204M19.667%202.667h-7.334c-1.653%200-3%201.345-3%203v12.666c0%201.655%201.347%203%203%203h7.334c1.653%200%203-1.345%203-3V5.667c0-1.655-1.347-3-3-3M16%2017.333a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667M17.667%2012h-3.334a1%201%200%200%201%200-2h3.334a1%201%200%200%201%200%202m0-3.333h-3.334a1%201%200%200%201%200-2h3.334a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.667%206.667A.334.334%200%200%200%203.333%207v6c0%20.184.15.333.334.333h2.666a1%201%200%201%201%200%202H3.667A2.334%202.334%200%200%201%201.333%2013V7a2.334%202.334%200%200%201%202.334-2.333h2.666a1%201%200%201%201%200%202z%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48