virtual desktop icon
virtual-desktop from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- virtual-desktop
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the virtual desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16H11a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4v2h-3v2h8v-2h-3v-2h4a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m-10 8v-6h10l.002 6Z"/><path fill="currentColor" d="M25.822 10.124a10 10 0 0 0-19.644 0A7.491 7.491 0 0 0 7 24.974v-2a5.495 5.495 0 0 1 .123-10.954l.837-.056l.09-.834a7.998 7.998 0 0 1 15.9 0l.09.834l.837.056A5.495 5.495 0 0 1 25 22.975v2a7.491 7.491 0 0 0 .822-14.851"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVirtualDesktop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16H11a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4v2h-3v2h8v-2h-3v-2h4a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m-10 8v-6h10l.002 6Z"/><path fill="currentColor" d="M25.822 10.124a10 10 0 0 0-19.644 0A7.491 7.491 0 0 0 7 24.974v-2a5.495 5.495 0 0 1 .123-10.954l.837-.056l.09-.834a7.998 7.998 0 0 1 15.9 0l.09.834l.837.056A5.495 5.495 0 0 1 25 22.975v2a7.491 7.491 0 0 0 .822-14.851"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16H11a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4v2h-3v2h8v-2h-3v-2h4a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m-10 8v-6h10l.002 6Z"/><path fill="currentColor" d="M25.822 10.124a10 10 0 0 0-19.644 0A7.491 7.491 0 0 0 7 24.974v-2a5.495 5.495 0 0 1 .123-10.954l.837-.056l.09-.834a7.998 7.998 0 0 1 15.9 0l.09.834l.837.056A5.495 5.495 0 0 1 25 22.975v2a7.491 7.491 0 0 0 .822-14.851"/></svg> </template>
CSS
.icon-virtual-desktop {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016H11a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h4v2h-3v2h8v-2h-3v-2h4a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2m-10%208v-6h10l.002%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.822%2010.124a10%2010%200%200%200-19.644%200A7.491%207.491%200%200%200%207%2024.974v-2a5.495%205.495%200%200%201%20.123-10.954l.837-.056l.09-.834a7.998%207.998%200%200%201%2015.9%200l.09.834l.837.056A5.495%205.495%200%200%201%2025%2022.975v2a7.491%207.491%200%200%200%20.822-14.851%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016H11a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h4v2h-3v2h8v-2h-3v-2h4a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2m-10%208v-6h10l.002%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.822%2010.124a10%2010%200%200%200-19.644%200A7.491%207.491%200%200%200%207%2024.974v-2a5.495%205.495%200%200%201%20.123-10.954l.837-.056l.09-.834a7.998%207.998%200%200%201%2015.9%200l.09.834l.837.056A5.495%205.495%200%200%201%2025%2022.975v2a7.491%207.491%200%200%200%20.822-14.851%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/virtual-desktop.svg?color=%231a73e8&size=48