rectangle landscape sync off icon

rectangle-landscape-sync-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
rectangle-landscape-sync-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h2.1a5.5 5.5 0 0 1-.6-2.5c0-1.339.478-2.566 1.273-3.52l.711.711a4.5 4.5 0 0 0 6.325 6.325m-1.22-1.22a3 3 0 0 1-1.641.454A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 .887-.19zM8.56 6.438l1.367 1.366A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5h-.379l2.44 2.44A4.5 4.5 0 0 0 8.56 6.439M11.121 9l-.206-.206a2 2 0 0 1 .553.206zm-6-6l2.697 2.697A5.5 5.5 0 0 1 10.5 5c1.86 0 3.505.923 4.5 2.337V5.5A2.5 2.5 0 0 0 12.5 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRectangleLandscapeSyncOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h2.1a5.5 5.5 0 0 1-.6-2.5c0-1.339.478-2.566 1.273-3.52l.711.711a4.5 4.5 0 0 0 6.325 6.325m-1.22-1.22a3 3 0 0 1-1.641.454A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 .887-.19zM8.56 6.438l1.367 1.366A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5h-.379l2.44 2.44A4.5 4.5 0 0 0 8.56 6.439M11.121 9l-.206-.206a2 2 0 0 1 .553.206zm-6-6l2.697 2.697A5.5 5.5 0 0 1 10.5 5c1.86 0 3.505.923 4.5 2.337V5.5A2.5 2.5 0 0 0 12.5 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h2.1a5.5 5.5 0 0 1-.6-2.5c0-1.339.478-2.566 1.273-3.52l.711.711a4.5 4.5 0 0 0 6.325 6.325m-1.22-1.22a3 3 0 0 1-1.641.454A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 .887-.19zM8.56 6.438l1.367 1.366A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5h-.379l2.44 2.44A4.5 4.5 0 0 0 8.56 6.439M11.121 9l-.206-.206a2 2 0 0 1 .553.206zm-6-6l2.697 2.697A5.5 5.5 0 0 1 10.5 5c1.86 0 3.505.923 4.5 2.337V5.5A2.5 2.5 0 0 0 12.5 3z"/></svg>
</template>

CSS

.icon-rectangle-landscape-sync-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.309%2014.016l.837.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.355%201.354A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013h2.1a5.5%205.5%200%200%201-.6-2.5c0-1.339.478-2.566%201.273-3.52l.711.711a4.5%204.5%200%200%200%206.325%206.325m-1.22-1.22a3%203%200%200%201-1.641.454A3%203%200%200%201%209%2012.848V13a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H10a.5.5%200%200%201%200%201h-.468a2%202%200%200%200%20.933.25a2%202%200%200%200%20.887-.19zM8.56%206.438l1.367%201.366A3%203%200%200%201%2012%208.152V8a.5.5%200%200%201%201%200v1.5a.5.5%200%200%201-.5.5h-.379l2.44%202.44A4.5%204.5%200%200%200%208.56%206.439M11.121%209l-.206-.206a2%202%200%200%201%20.553.206zm-6-6l2.697%202.697A5.5%205.5%200%200%201%2010.5%205c1.86%200%203.505.923%204.5%202.337V5.5A2.5%202.5%200%200%200%2012.5%203z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.309%2014.016l.837.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.355%201.354A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013h2.1a5.5%205.5%200%200%201-.6-2.5c0-1.339.478-2.566%201.273-3.52l.711.711a4.5%204.5%200%200%200%206.325%206.325m-1.22-1.22a3%203%200%200%201-1.641.454A3%203%200%200%201%209%2012.848V13a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H10a.5.5%200%200%201%200%201h-.468a2%202%200%200%200%20.933.25a2%202%200%200%200%20.887-.19zM8.56%206.438l1.367%201.366A3%203%200%200%201%2012%208.152V8a.5.5%200%200%201%201%200v1.5a.5.5%200%200%201-.5.5h-.379l2.44%202.44A4.5%204.5%200%200%200%208.56%206.439M11.121%209l-.206-.206a2%202%200%200%201%20.553.206zm-6-6l2.697%202.697A5.5%205.5%200%200%201%2010.5%205c1.86%200%203.505.923%204.5%202.337V5.5A2.5%202.5%200%200%200%2012.5%203z%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-16-filled.svg?color=%231a73e8&size=48