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

Name
desktop-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.061zM22 15.752c0 .83-.45 1.556-1.12 1.946L6.182 3h13.567a2.25 2.25 0 0 1 2.245 2.096l.005.154zm-8.001 2.25L14 20.5h-4l-.001-2.498z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopOff24Filled(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.061zM22 15.752c0 .83-.45 1.556-1.12 1.946L6.182 3h13.567a2.25 2.25 0 0 1 2.245 2.096l.005.154zm-8.001 2.25L14 20.5h-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.061zM22 15.752c0 .83-.45 1.556-1.12 1.946L6.182 3h13.567a2.25 2.25 0 0 1 2.245 2.096l.005.154zm-8.001 2.25L14 20.5h-4l-.001-2.498z"/></svg>
</template>

CSS

.icon-desktop-off-24-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%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.061zM22%2015.752c0%20.83-.45%201.556-1.12%201.946L6.182%203h13.567a2.25%202.25%200%200%201%202.245%202.096l.005.154zm-8.001%202.25L14%2020.5h-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.061zM22%2015.752c0%20.83-.45%201.556-1.12%201.946L6.182%203h13.567a2.25%202.25%200%200%201%202.245%202.096l.005.154zm-8.001%202.25L14%2020.5h-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-filled.svg?color=%231a73e8&size=48