window new rotate 180 icon

window-new-rotate-180-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
window-new-rotate-180-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window new rotate 180 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 14A2.5 2.5 0 0 1 2 11.5v-5c0-1.225.881-2.242 2.044-2.456A2.5 2.5 0 0 1 6.5 2H10a4 4 0 0 1 4 4v3.5a2.5 2.5 0 0 1-2.043 2.457A2.5 2.5 0 0 1 9.5 14zm7.5-3.087A1.5 1.5 0 0 0 13 9.5V6a3 3 0 0 0-3-3H6.5a1.5 1.5 0 0 0-1.413 1H9.5A2.5 2.5 0 0 1 12 6.5zM9.5 13a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 5h-5A1.5 1.5 0 0 0 3 6.5v5A1.5 1.5 0 0 0 4.5 13zm-4-2a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 1 0v1.293l2.646-2.647a.5.5 0 1 1 .708.708L6.707 10H8a.5.5 0 0 1 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowNewRotate18016Regular(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="M4.5 14A2.5 2.5 0 0 1 2 11.5v-5c0-1.225.881-2.242 2.044-2.456A2.5 2.5 0 0 1 6.5 2H10a4 4 0 0 1 4 4v3.5a2.5 2.5 0 0 1-2.043 2.457A2.5 2.5 0 0 1 9.5 14zm7.5-3.087A1.5 1.5 0 0 0 13 9.5V6a3 3 0 0 0-3-3H6.5a1.5 1.5 0 0 0-1.413 1H9.5A2.5 2.5 0 0 1 12 6.5zM9.5 13a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 5h-5A1.5 1.5 0 0 0 3 6.5v5A1.5 1.5 0 0 0 4.5 13zm-4-2a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 1 0v1.293l2.646-2.647a.5.5 0 1 1 .708.708L6.707 10H8a.5.5 0 0 1 0 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 14A2.5 2.5 0 0 1 2 11.5v-5c0-1.225.881-2.242 2.044-2.456A2.5 2.5 0 0 1 6.5 2H10a4 4 0 0 1 4 4v3.5a2.5 2.5 0 0 1-2.043 2.457A2.5 2.5 0 0 1 9.5 14zm7.5-3.087A1.5 1.5 0 0 0 13 9.5V6a3 3 0 0 0-3-3H6.5a1.5 1.5 0 0 0-1.413 1H9.5A2.5 2.5 0 0 1 12 6.5zM9.5 13a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 5h-5A1.5 1.5 0 0 0 3 6.5v5A1.5 1.5 0 0 0 4.5 13zm-4-2a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 1 0v1.293l2.646-2.647a.5.5 0 1 1 .708.708L6.707 10H8a.5.5 0 0 1 0 1z"/></svg>
</template>

CSS

.icon-window-new-rotate-180-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%22M4.5%2014A2.5%202.5%200%200%201%202%2011.5v-5c0-1.225.881-2.242%202.044-2.456A2.5%202.5%200%200%201%206.5%202H10a4%204%200%200%201%204%204v3.5a2.5%202.5%200%200%201-2.043%202.457A2.5%202.5%200%200%201%209.5%2014zm7.5-3.087A1.5%201.5%200%200%200%2013%209.5V6a3%203%200%200%200-3-3H6.5a1.5%201.5%200%200%200-1.413%201H9.5A2.5%202.5%200%200%201%2012%206.5zM9.5%2013a1.5%201.5%200%200%200%201.5-1.5v-5A1.5%201.5%200%200%200%209.5%205h-5A1.5%201.5%200%200%200%203%206.5v5A1.5%201.5%200%200%200%204.5%2013zm-4-2a.5.5%200%200%201-.5-.5V8a.5.5%200%200%201%201%200v1.293l2.646-2.647a.5.5%200%201%201%20.708.708L6.707%2010H8a.5.5%200%200%201%200%201z%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%22M4.5%2014A2.5%202.5%200%200%201%202%2011.5v-5c0-1.225.881-2.242%202.044-2.456A2.5%202.5%200%200%201%206.5%202H10a4%204%200%200%201%204%204v3.5a2.5%202.5%200%200%201-2.043%202.457A2.5%202.5%200%200%201%209.5%2014zm7.5-3.087A1.5%201.5%200%200%200%2013%209.5V6a3%203%200%200%200-3-3H6.5a1.5%201.5%200%200%200-1.413%201H9.5A2.5%202.5%200%200%201%2012%206.5zM9.5%2013a1.5%201.5%200%200%200%201.5-1.5v-5A1.5%201.5%200%200%200%209.5%205h-5A1.5%201.5%200%200%200%203%206.5v5A1.5%201.5%200%200%200%204.5%2013zm-4-2a.5.5%200%200%201-.5-.5V8a.5.5%200%200%201%201%200v1.293l2.646-2.647a.5.5%200%201%201%20.708.708L6.707%2010H8a.5.5%200%200%201%200%201z%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-16-regular.svg?color=%231a73e8&size=48