desktop-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
desktop-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.409.41C2.239 4.093 2 4.643 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.751v-2.498h1.442l3.778 3.779a.75.75 0 0 0 1.061-1.061zm12.16 14.282H4.25l-.102-.007a.75.75 0 0 1-.648-.743V5.25l.007-.102a.75.75 0 0 1 .183-.397zm4.309 0h-.066l1.196 1.196A2.25 2.25 0 0 0 22 15.752V5.25l-.005-.154A2.25 2.25 0 0 0 19.749 3H6.182l1.5 1.5h12.067l.102.006a.75.75 0 0 1 .648.744v10.502l-.007.102a.75.75 0 0 1-.743.648m-5.751 1.5l.001 2.498h-4l-.001-2.498z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopOff24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.409.41C2.239 4.093 2 4.643 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.751v-2.498h1.442l3.778 3.779a.75.75 0 0 0 1.061-1.061zm12.16 14.282H4.25l-.102-.007a.75.75 0 0 1-.648-.743V5.25l.007-.102a.75.75 0 0 1 .183-.397zm4.309 0h-.066l1.196 1.196A2.25 2.25 0 0 0 22 15.752V5.25l-.005-.154A2.25 2.25 0 0 0 19.749 3H6.182l1.5 1.5h12.067l.102.006a.75.75 0 0 1 .648.744v10.502l-.007.102a.75.75 0 0 1-.743.648m-5.751 1.5l.001 2.498h-4l-.001-2.498z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.409.41C2.239 4.093 2 4.643 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.751v-2.498h1.442l3.778 3.779a.75.75 0 0 0 1.061-1.061zm12.16 14.282H4.25l-.102-.007a.75.75 0 0 1-.648-.743V5.25l.007-.102a.75.75 0 0 1 .183-.397zm4.309 0h-.066l1.196 1.196A2.25 2.25 0 0 0 22 15.752V5.25l-.005-.154A2.25 2.25 0 0 0 19.749 3H6.182l1.5 1.5h12.067l.102.006a.75.75 0 0 1 .648.744v10.502l-.007.102a.75.75 0 0 1-.743.648m-5.751 1.5l.001 2.498h-4l-.001-2.498z"/></svg>
</template>

CSS

.icon-desktop-off-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.409.41C2.239%204.093%202%204.643%202%205.25v10.502l.005.154a2.25%202.25%200%200%200%202.245%202.096h4.249V20.5H6.75l-.102.007A.75.75%200%200%200%206.75%2022h10.5l.102-.007a.75.75%200%200%200-.102-1.493h-1.751v-2.498h1.442l3.778%203.779a.75.75%200%200%200%201.061-1.061zm12.16%2014.282H4.25l-.102-.007a.75.75%200%200%201-.648-.743V5.25l.007-.102a.75.75%200%200%201%20.183-.397zm4.309%200h-.066l1.196%201.196A2.25%202.25%200%200%200%2022%2015.752V5.25l-.005-.154A2.25%202.25%200%200%200%2019.749%203H6.182l1.5%201.5h12.067l.102.006a.75.75%200%200%201%20.648.744v10.502l-.007.102a.75.75%200%200%201-.743.648m-5.751%201.5l.001%202.498h-4l-.001-2.498z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.409.41C2.239%204.093%202%204.643%202%205.25v10.502l.005.154a2.25%202.25%200%200%200%202.245%202.096h4.249V20.5H6.75l-.102.007A.75.75%200%200%200%206.75%2022h10.5l.102-.007a.75.75%200%200%200-.102-1.493h-1.751v-2.498h1.442l3.778%203.779a.75.75%200%200%200%201.061-1.061zm12.16%2014.282H4.25l-.102-.007a.75.75%200%200%201-.648-.743V5.25l.007-.102a.75.75%200%200%201%20.183-.397zm4.309%200h-.066l1.196%201.196A2.25%202.25%200%200%200%2022%2015.752V5.25l-.005-.154A2.25%202.25%200%200%200%2019.749%203H6.182l1.5%201.5h12.067l.102.006a.75.75%200%200%201%20.648.744v10.502l-.007.102a.75.75%200%200%201-.743.648m-5.751%201.5l.001%202.498h-4l-.001-2.498z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-off-24-regular.svg?color=%231a73e8&size=48