computer desk 03 icon
computer-desk-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- computer-desk-03
- 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-02computer-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 03 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 12H2"/><path d="m19.765 12l.61-1.674c.46-1.263.69-1.894.609-2.457a2.15 2.15 0 0 0-.488-1.091c-.355-.415-.951-.602-2.143-.976m0 0c0 .321 0 .482-.038.623c-.055.208-.168.39-.323.524c-.106.091-.242.15-.513.27l-.252.11c-.525.23-.787.346-.982.23a.5.5 0 0 1-.074-.055C16 7.349 16 7.038 16 6.417v-1.23c0-.62 0-.93.17-1.086a.5.5 0 0 1 .075-.055c.195-.117.457-.001.982.23l.252.11c.271.119.407.178.513.27c.155.133.268.316.323.523c.038.142.038.303.038.623Z"/><path stroke-linecap="round" stroke-linejoin="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 HugeiconsComputerDesk03(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M22 12H2"/><path d="m19.765 12l.61-1.674c.46-1.263.69-1.894.609-2.457a2.15 2.15 0 0 0-.488-1.091c-.355-.415-.951-.602-2.143-.976m0 0c0 .321 0 .482-.038.623c-.055.208-.168.39-.323.524c-.106.091-.242.15-.513.27l-.252.11c-.525.23-.787.346-.982.23a.5.5 0 0 1-.074-.055C16 7.349 16 7.038 16 6.417v-1.23c0-.62 0-.93.17-1.086a.5.5 0 0 1 .075-.055c.195-.117.457-.001.982.23l.252.11c.271.119.407.178.513.27c.155.133.268.316.323.523c.038.142.038.303.038.623Z"/><path strokeLinecap="round" strokeLinejoin="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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 12H2"/><path d="m19.765 12l.61-1.674c.46-1.263.69-1.894.609-2.457a2.15 2.15 0 0 0-.488-1.091c-.355-.415-.951-.602-2.143-.976m0 0c0 .321 0 .482-.038.623c-.055.208-.168.39-.323.524c-.106.091-.242.15-.513.27l-.252.11c-.525.23-.787.346-.982.23a.5.5 0 0 1-.074-.055C16 7.349 16 7.038 16 6.417v-1.23c0-.62 0-.93.17-1.086a.5.5 0 0 1 .075-.055c.195-.117.457-.001.982.23l.252.11c.271.119.407.178.513.27c.155.133.268.316.323.523c.038.142.038.303.038.623Z"/><path stroke-linecap="round" stroke-linejoin="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-03 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012H2%22%2F%3E%3Cpath%20d%3D%22m19.765%2012l.61-1.674c.46-1.263.69-1.894.609-2.457a2.15%202.15%200%200%200-.488-1.091c-.355-.415-.951-.602-2.143-.976m0%200c0%20.321%200%20.482-.038.623c-.055.208-.168.39-.323.524c-.106.091-.242.15-.513.27l-.252.11c-.525.23-.787.346-.982.23a.5.5%200%200%201-.074-.055C16%207.349%2016%207.038%2016%206.417v-1.23c0-.62%200-.93.17-1.086a.5.5%200%200%201%20.075-.055c.195-.117.457-.001.982.23l.252.11c.271.119.407.178.513.27c.155.133.268.316.323.523c.038.142.038.303.038.623Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012H2%22%2F%3E%3Cpath%20d%3D%22m19.765%2012l.61-1.674c.46-1.263.69-1.894.609-2.457a2.15%202.15%200%200%200-.488-1.091c-.355-.415-.951-.602-2.143-.976m0%200c0%20.321%200%20.482-.038.623c-.055.208-.168.39-.323.524c-.106.091-.242.15-.513.27l-.252.11c-.525.23-.787.346-.982.23a.5.5%200%200%201-.074-.055C16%207.349%2016%207.038%2016%206.417v-1.23c0-.62%200-.93.17-1.086a.5.5%200%200%201%20.075-.055c.195-.117.457-.001.982.23l.252.11c.271.119.407.178.513.27c.155.133.268.316.323.523c.038.142.038.303.038.623Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%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-03.svg?color=%231a73e8&size=48