rectangle landscape sync off icon
rectangle-landscape-sync-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- rectangle-landscape-sync-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 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.47 6.47 0 0 1 11 16.5c0-1.267.363-2.45.99-3.45l.729.73a5.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 4l6.943 6.944A6.47 6.47 0 0 1 17.5 10c1.747 0 3.332.689 4.5 1.81V7.25A3.25 3.25 0 0 0 18.75 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRectangleLandscapeSyncOff24Filled(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.47 6.47 0 0 1 11 16.5c0-1.267.363-2.45.99-3.45l.729.73a5.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 4l6.943 6.944A6.47 6.47 0 0 1 17.5 10c1.747 0 3.332.689 4.5 1.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.47 6.47 0 0 1 11 16.5c0-1.267.363-2.45.99-3.45l.729.73a5.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 4l6.943 6.944A6.47 6.47 0 0 1 17.5 10c1.747 0 3.332.689 4.5 1.81V7.25A3.25 3.25 0 0 0 18.75 4z"/></svg> </template>
CSS
.icon-rectangle-landscape-sync-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.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.5A3.25%203.25%200%200%200%205.25%2020h6.772A6.47%206.47%200%200%201%2011%2016.5c0-1.267.363-2.45.99-3.45l.729.73a5.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%204l6.943%206.944A6.47%206.47%200%200%201%2017.5%2010c1.747%200%203.332.689%204.5%201.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.47%206.47%200%200%201%2011%2016.5c0-1.267.363-2.45.99-3.45l.729.73a5.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%204l6.943%206.944A6.47%206.47%200%200%201%2017.5%2010c1.747%200%203.332.689%204.5%201.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-filled.svg?color=%231a73e8&size=48