computer desk 02 icon
computer-desk-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- computer-desk-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
computer-activitycomputer-addcomputer-arrow-downcomputer-arrow-upcomputer-chart-downcomputer-chart-upcomputer-checkcomputer-cloudcomputer-desk-01computer-desk-03computer-dollarcomputer-ethernetcomputer-phone-synccomputer-programming-01computer-programming-02computer-protectioncomputer-removecomputer-screen-sharecomputer-settingscomputer-terminal-01computer-terminal-02computer-usercomputer-videocomputer-video-call
Use the computer desk 02 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 12H2"/><path d="M17 12V8c0-.827.173-1 1-1h1c.827 0 1 .173 1 1v4"/><path stroke-linecap="round" d="M20 17h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10M3 6V5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2h4c1.414 0 2.121 0 2.56.44C13 2.878 13 3.585 13 5v1c0 1.414 0 2.121-.44 2.56C12.122 9 11.415 9 10 9H6c-1.414 0-2.121 0-2.56-.44C3 8.122 3 7.415 3 6m6.5 3l.5 3M6.5 9L6 12"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsComputerDesk02(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M22 12H2"/><path d="M17 12V8c0-.827.173-1 1-1h1c.827 0 1 .173 1 1v4"/><path strokeLinecap="round" d="M20 17h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10M3 6V5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2h4c1.414 0 2.121 0 2.56.44C13 2.878 13 3.585 13 5v1c0 1.414 0 2.121-.44 2.56C12.122 9 11.415 9 10 9H6c-1.414 0-2.121 0-2.56-.44C3 8.122 3 7.415 3 6m6.5 3l.5 3M6.5 9L6 12"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 12H2"/><path d="M17 12V8c0-.827.173-1 1-1h1c.827 0 1 .173 1 1v4"/><path stroke-linecap="round" d="M20 17h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10M3 6V5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2h4c1.414 0 2.121 0 2.56.44C13 2.878 13 3.585 13 5v1c0 1.414 0 2.121-.44 2.56C12.122 9 11.415 9 10 9H6c-1.414 0-2.121 0-2.56-.44C3 8.122 3 7.415 3 6m6.5 3l.5 3M6.5 9L6 12"/></g></svg> </template>
CSS
.icon-computer-desk-02 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2%22%2F%3E%3Cpath%20d%3D%22M17%2012V8c0-.827.173-1%201-1h1c.827%200%201%20.173%201%201v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2017h-4c-1.886%200-2.828%200-3.414-.586S12%2014.886%2012%2013v-1m-8%200v10m16-10v10M3%206V5c0-1.414%200-2.121.44-2.56C3.878%202%204.585%202%206%202h4c1.414%200%202.121%200%202.56.44C13%202.878%2013%203.585%2013%205v1c0%201.414%200%202.121-.44%202.56C12.122%209%2011.415%209%2010%209H6c-1.414%200-2.121%200-2.56-.44C3%208.122%203%207.415%203%206m6.5%203l.5%203M6.5%209L6%2012%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2%22%2F%3E%3Cpath%20d%3D%22M17%2012V8c0-.827.173-1%201-1h1c.827%200%201%20.173%201%201v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2017h-4c-1.886%200-2.828%200-3.414-.586S12%2014.886%2012%2013v-1m-8%200v10m16-10v10M3%206V5c0-1.414%200-2.121.44-2.56C3.878%202%204.585%202%206%202h4c1.414%200%202.121%200%202.56.44C13%202.878%2013%203.585%2013%205v1c0%201.414%200%202.121-.44%202.56C12.122%209%2011.415%209%2010%209H6c-1.414%200-2.121%200-2.56-.44C3%208.122%203%207.415%203%206m6.5%203l.5%203M6.5%209L6%2012%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/computer-desk-02.svg?color=%231a73e8&size=48