window new rotate 180 icon
window-new-rotate-180-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- window-new-rotate-180-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
window-new-rotate-180-16-filledwindow-new-rotate-180-16-regularwindow-new-rotate-180-20-filledwindow-new-rotate-180-20-regularwindow-new-rotate-180-24-regularwindow-new-rotate-180-28-filledwindow-new-rotate-180-28-regularwindow-new-rotate-180-32-filledwindow-new-rotate-180-32-regularwindow-new-rotate-180-48-filledwindow-new-rotate-180-48-regular
Related icons in Fluent UI System Icons
window-ad-20-filledwindow-ad-off-20-filledwindow-ad-person-20-filledwindow-apps-16-filledwindow-arrow-up-16-filledwindow-brush-20-filledwindow-bullet-list-20-filledwindow-bullet-list-add-20-filledwindow-column-one-fourth-left-20-filledwindow-column-one-fourth-left-focus-left-20-filledwindow-column-one-fourth-left-focus-top-20-filledwindow-console-20-filledwindow-database-20-filledwindow-dev-edit-16-filledwindow-dev-tools-16-filledwindow-edit-16-filledwindow-fingerprint-16-filledwindow-header-horizontal-20-filledwindow-header-horizontal-off-20-filledwindow-header-vertical-20-filledwindow-inprivate-20-filledwindow-inprivate-account-20-filledwindow-location-target-20-filledwindow-multiple-16-filled
Use the window new rotate 180 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 21A3.25 3.25 0 0 1 3 17.75v-8.5a3.25 3.25 0 0 1 3.01-3.24A3.25 3.25 0 0 1 9.25 3h6A5.75 5.75 0 0 1 21 8.75v6a3.25 3.25 0 0 1-3.009 3.241A3.25 3.25 0 0 1 14.75 21zM18 16.48a1.75 1.75 0 0 0 1.5-1.73v-6a4.25 4.25 0 0 0-4.25-4.25h-6c-.882 0-1.609.652-1.73 1.5h7.23A3.25 3.25 0 0 1 18 9.25zm-5.75.52a.75.75 0 0 0 0-1.5H9.56l4.22-4.22a.75.75 0 1 0-1.06-1.06L8.5 14.44v-2.69a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWindowNewRotate18024Filled(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="M6.25 21A3.25 3.25 0 0 1 3 17.75v-8.5a3.25 3.25 0 0 1 3.01-3.24A3.25 3.25 0 0 1 9.25 3h6A5.75 5.75 0 0 1 21 8.75v6a3.25 3.25 0 0 1-3.009 3.241A3.25 3.25 0 0 1 14.75 21zM18 16.48a1.75 1.75 0 0 0 1.5-1.73v-6a4.25 4.25 0 0 0-4.25-4.25h-6c-.882 0-1.609.652-1.73 1.5h7.23A3.25 3.25 0 0 1 18 9.25zm-5.75.52a.75.75 0 0 0 0-1.5H9.56l4.22-4.22a.75.75 0 1 0-1.06-1.06L8.5 14.44v-2.69a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 21A3.25 3.25 0 0 1 3 17.75v-8.5a3.25 3.25 0 0 1 3.01-3.24A3.25 3.25 0 0 1 9.25 3h6A5.75 5.75 0 0 1 21 8.75v6a3.25 3.25 0 0 1-3.009 3.241A3.25 3.25 0 0 1 14.75 21zM18 16.48a1.75 1.75 0 0 0 1.5-1.73v-6a4.25 4.25 0 0 0-4.25-4.25h-6c-.882 0-1.609.652-1.73 1.5h7.23A3.25 3.25 0 0 1 18 9.25zm-5.75.52a.75.75 0 0 0 0-1.5H9.56l4.22-4.22a.75.75 0 1 0-1.06-1.06L8.5 14.44v-2.69a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75z"/></svg> </template>
CSS
.icon-window-new-rotate-180-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%22M6.25%2021A3.25%203.25%200%200%201%203%2017.75v-8.5a3.25%203.25%200%200%201%203.01-3.24A3.25%203.25%200%200%201%209.25%203h6A5.75%205.75%200%200%201%2021%208.75v6a3.25%203.25%200%200%201-3.009%203.241A3.25%203.25%200%200%201%2014.75%2021zM18%2016.48a1.75%201.75%200%200%200%201.5-1.73v-6a4.25%204.25%200%200%200-4.25-4.25h-6c-.882%200-1.609.652-1.73%201.5h7.23A3.25%203.25%200%200%201%2018%209.25zm-5.75.52a.75.75%200%200%200%200-1.5H9.56l4.22-4.22a.75.75%200%201%200-1.06-1.06L8.5%2014.44v-2.69a.75.75%200%200%200-1.5%200v4.5c0%20.414.336.75.75.75z%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%22M6.25%2021A3.25%203.25%200%200%201%203%2017.75v-8.5a3.25%203.25%200%200%201%203.01-3.24A3.25%203.25%200%200%201%209.25%203h6A5.75%205.75%200%200%201%2021%208.75v6a3.25%203.25%200%200%201-3.009%203.241A3.25%203.25%200%200%201%2014.75%2021zM18%2016.48a1.75%201.75%200%200%200%201.5-1.73v-6a4.25%204.25%200%200%200-4.25-4.25h-6c-.882%200-1.609.652-1.73%201.5h7.23A3.25%203.25%200%200%201%2018%209.25zm-5.75.52a.75.75%200%200%200%200-1.5H9.56l4.22-4.22a.75.75%200%201%200-1.06-1.06L8.5%2014.44v-2.69a.75.75%200%200%200-1.5%200v4.5c0%20.414.336.75.75.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/window-new-rotate-180-24-filled.svg?color=%231a73e8&size=48