rectangle landscape sync off icon
rectangle-landscape-sync-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- rectangle-landscape-sync-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
rectangle-landscape-12-filledrectangle-landscape-clock-20-filledrectangle-landscape-hint-copy-16-filledrectangle-landscape-line-horizontal-20-filledrectangle-landscape-off-20-filledrectangle-landscape-sparkle-16-filledrectangle-landscape-sync-16-filledrectangle-portrait-12-filledrectangle-portrait-location-target-20-filled
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-.393-1H3.5A1.5 1.5 0 0 1 2 10.5v-5a1.5 1.5 0 0 1 1.305-1.487L6.984 7.69a4.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-.19zm-3.53-6.357l1.368 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.438M11.122 9l-.206-.207a2 2 0 0 1 .553.207zm-6-6l1 1H12.5A1.5 1.5 0 0 1 14 5.5v.757c.38.314.716.677 1 1.08V5.5A2.5 2.5 0 0 0 12.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRectangleLandscapeSyncOff16Regular(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-.393-1H3.5A1.5 1.5 0 0 1 2 10.5v-5a1.5 1.5 0 0 1 1.305-1.487L6.984 7.69a4.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-.19zm-3.53-6.357l1.368 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.438M11.122 9l-.206-.207a2 2 0 0 1 .553.207zm-6-6l1 1H12.5A1.5 1.5 0 0 1 14 5.5v.757c.38.314.716.677 1 1.08V5.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-.393-1H3.5A1.5 1.5 0 0 1 2 10.5v-5a1.5 1.5 0 0 1 1.305-1.487L6.984 7.69a4.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-.19zm-3.53-6.357l1.368 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.438M11.122 9l-.206-.207a2 2 0 0 1 .553.207zm-6-6l1 1H12.5A1.5 1.5 0 0 1 14 5.5v.757c.38.314.716.677 1 1.08V5.5A2.5 2.5 0 0 0 12.5 3z"/></svg> </template>
CSS
.icon-rectangle-landscape-sync-off-16-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%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-.393-1H3.5A1.5%201.5%200%200%201%202%2010.5v-5a1.5%201.5%200%200%201%201.305-1.487L6.984%207.69a4.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-.19zm-3.53-6.357l1.368%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.438M11.122%209l-.206-.207a2%202%200%200%201%20.553.207zm-6-6l1%201H12.5A1.5%201.5%200%200%201%2014%205.5v.757c.38.314.716.677%201%201.08V5.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-.393-1H3.5A1.5%201.5%200%200%201%202%2010.5v-5a1.5%201.5%200%200%201%201.305-1.487L6.984%207.69a4.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-.19zm-3.53-6.357l1.368%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.438M11.122%209l-.206-.207a2%202%200%200%201%20.553.207zm-6-6l1%201H12.5A1.5%201.5%200%200%201%2014%205.5v.757c.38.314.716.677%201%201.08V5.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-regular.svg?color=%231a73e8&size=48