rectangle landscape sync off icon

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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the rectangle landscape sync 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.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.5A3.25 3.25 0 0 0 5.25 20h6.772a6.5 6.5 0 0 1-.709-1.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.727.443-1.35 1.074-1.615l8.145 8.145a5.5 5.5 0 0 0 7.502 7.502l.498.498a.75.75 0 0 0 1.061-1.06zm15.44 17.56c-.38.142-.79.219-1.22.219a3.5 3.5 0 0 1-2.5-1.05v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h1.44l.882.883A.5.5 0 0 1 16.5 18h-1a2.5 2.5 0 0 0 2.406.967zm-3.863-8.106l1.512 1.512A3.5 3.5 0 0 1 17.5 13c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5h-1.318l3.143 3.143a5.5 5.5 0 0 0-7.467-7.468m3.392 3.392l-1.05-1.05q.15-.016.301-.017c.817 0 1.544.392 2 1h-1a.5.5 0 0 0-.25.067M7.182 4l1.5 1.5H18.75c.966 0 1.75.784 1.75 1.75v3.482A6.5 6.5 0 0 1 22 11.81V7.25A3.25 3.25 0 0 0 18.75 4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRectangleLandscapeSyncOff24Regular(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.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.5A3.25 3.25 0 0 0 5.25 20h6.772a6.5 6.5 0 0 1-.709-1.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.727.443-1.35 1.074-1.615l8.145 8.145a5.5 5.5 0 0 0 7.502 7.502l.498.498a.75.75 0 0 0 1.061-1.06zm15.44 17.56c-.38.142-.79.219-1.22.219a3.5 3.5 0 0 1-2.5-1.05v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h1.44l.882.883A.5.5 0 0 1 16.5 18h-1a2.5 2.5 0 0 0 2.406.967zm-3.863-8.106l1.512 1.512A3.5 3.5 0 0 1 17.5 13c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5h-1.318l3.143 3.143a5.5 5.5 0 0 0-7.467-7.468m3.392 3.392l-1.05-1.05q.15-.016.301-.017c.817 0 1.544.392 2 1h-1a.5.5 0 0 0-.25.067M7.182 4l1.5 1.5H18.75c.966 0 1.75.784 1.75 1.75v3.482A6.5 6.5 0 0 1 22 11.81V7.25A3.25 3.25 0 0 0 18.75 4z"/></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.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.5A3.25 3.25 0 0 0 5.25 20h6.772a6.5 6.5 0 0 1-.709-1.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.727.443-1.35 1.074-1.615l8.145 8.145a5.5 5.5 0 0 0 7.502 7.502l.498.498a.75.75 0 0 0 1.061-1.06zm15.44 17.56c-.38.142-.79.219-1.22.219a3.5 3.5 0 0 1-2.5-1.05v.55a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5h1.44l.882.883A.5.5 0 0 1 16.5 18h-1a2.5 2.5 0 0 0 2.406.967zm-3.863-8.106l1.512 1.512A3.5 3.5 0 0 1 17.5 13c.98 0 1.865.403 2.5 1.05v-.55a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5h-1.318l3.143 3.143a5.5 5.5 0 0 0-7.467-7.468m3.392 3.392l-1.05-1.05q.15-.016.301-.017c.817 0 1.544.392 2 1h-1a.5.5 0 0 0-.25.067M7.182 4l1.5 1.5H18.75c.966 0 1.75.784 1.75 1.75v3.482A6.5 6.5 0 0 1 22 11.81V7.25A3.25 3.25 0 0 0 18.75 4z"/></svg>
</template>

CSS

.icon-rectangle-landscape-sync-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.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.5A3.25%203.25%200%200%200%205.25%2020h6.772a6.5%206.5%200%200%201-.709-1.5H5.25a1.75%201.75%200%200%201-1.75-1.75v-9.5c0-.727.443-1.35%201.074-1.615l8.145%208.145a5.5%205.5%200%200%200%207.502%207.502l.498.498a.75.75%200%200%200%201.061-1.06zm15.44%2017.56c-.38.142-.79.219-1.22.219a3.5%203.5%200%200%201-2.5-1.05v.55a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5h1.44l.882.883A.5.5%200%200%201%2016.5%2018h-1a2.5%202.5%200%200%200%202.406.967zm-3.863-8.106l1.512%201.512A3.5%203.5%200%200%201%2017.5%2013c.98%200%201.865.403%202.5%201.05v-.55a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.5.5h-1.318l3.143%203.143a5.5%205.5%200%200%200-7.467-7.468m3.392%203.392l-1.05-1.05q.15-.016.301-.017c.817%200%201.544.392%202%201h-1a.5.5%200%200%200-.25.067M7.182%204l1.5%201.5H18.75c.966%200%201.75.784%201.75%201.75v3.482A6.5%206.5%200%200%201%2022%2011.81V7.25A3.25%203.25%200%200%200%2018.75%204z%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.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.5A3.25%203.25%200%200%200%205.25%2020h6.772a6.5%206.5%200%200%201-.709-1.5H5.25a1.75%201.75%200%200%201-1.75-1.75v-9.5c0-.727.443-1.35%201.074-1.615l8.145%208.145a5.5%205.5%200%200%200%207.502%207.502l.498.498a.75.75%200%200%200%201.061-1.06zm15.44%2017.56c-.38.142-.79.219-1.22.219a3.5%203.5%200%200%201-2.5-1.05v.55a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5h1.44l.882.883A.5.5%200%200%201%2016.5%2018h-1a2.5%202.5%200%200%200%202.406.967zm-3.863-8.106l1.512%201.512A3.5%203.5%200%200%201%2017.5%2013c.98%200%201.865.403%202.5%201.05v-.55a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.5.5h-1.318l3.143%203.143a5.5%205.5%200%200%200-7.467-7.468m3.392%203.392l-1.05-1.05q.15-.016.301-.017c.817%200%201.544.392%202%201h-1a.5.5%200%200%200-.25.067M7.182%204l1.5%201.5H18.75c.966%200%201.75.784%201.75%201.75v3.482A6.5%206.5%200%200%201%2022%2011.81V7.25A3.25%203.25%200%200%200%2018.75%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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