full screen minimize icon

full-screen-minimize-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
full-screen-minimize-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the full screen minimize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.25 3a.75.75 0 0 1 .75.75v3.5A2.75 2.75 0 0 1 7.25 10H3.754a.75.75 0 1 1 0-1.5H7.25c.69 0 1.25-.56 1.25-1.25v-3.5A.75.75 0 0 1 9.25 3m9.5 0a.75.75 0 0 1 .75.75v3.5c0 .69.56 1.25 1.25 1.25h3.5a.75.75 0 0 1 0 1.5h-3.5A2.75 2.75 0 0 1 18 7.25v-3.5a.75.75 0 0 1 .75-.75M3.004 18.75a.75.75 0 0 1 .75-.75H7.25A2.75 2.75 0 0 1 10 20.75v3.5a.75.75 0 0 1-1.5 0v-3.5c0-.69-.56-1.25-1.25-1.25H3.754a.75.75 0 0 1-.75-.75m14.996 2A2.75 2.75 0 0 1 20.75 18h3.5a.75.75 0 0 1 0 1.5h-3.5c-.69 0-1.25.56-1.25 1.25v3.5a.75.75 0 0 1-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFullScreenMinimize28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.25 3a.75.75 0 0 1 .75.75v3.5A2.75 2.75 0 0 1 7.25 10H3.754a.75.75 0 1 1 0-1.5H7.25c.69 0 1.25-.56 1.25-1.25v-3.5A.75.75 0 0 1 9.25 3m9.5 0a.75.75 0 0 1 .75.75v3.5c0 .69.56 1.25 1.25 1.25h3.5a.75.75 0 0 1 0 1.5h-3.5A2.75 2.75 0 0 1 18 7.25v-3.5a.75.75 0 0 1 .75-.75M3.004 18.75a.75.75 0 0 1 .75-.75H7.25A2.75 2.75 0 0 1 10 20.75v3.5a.75.75 0 0 1-1.5 0v-3.5c0-.69-.56-1.25-1.25-1.25H3.754a.75.75 0 0 1-.75-.75m14.996 2A2.75 2.75 0 0 1 20.75 18h3.5a.75.75 0 0 1 0 1.5h-3.5c-.69 0-1.25.56-1.25 1.25v3.5a.75.75 0 0 1-1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.25 3a.75.75 0 0 1 .75.75v3.5A2.75 2.75 0 0 1 7.25 10H3.754a.75.75 0 1 1 0-1.5H7.25c.69 0 1.25-.56 1.25-1.25v-3.5A.75.75 0 0 1 9.25 3m9.5 0a.75.75 0 0 1 .75.75v3.5c0 .69.56 1.25 1.25 1.25h3.5a.75.75 0 0 1 0 1.5h-3.5A2.75 2.75 0 0 1 18 7.25v-3.5a.75.75 0 0 1 .75-.75M3.004 18.75a.75.75 0 0 1 .75-.75H7.25A2.75 2.75 0 0 1 10 20.75v3.5a.75.75 0 0 1-1.5 0v-3.5c0-.69-.56-1.25-1.25-1.25H3.754a.75.75 0 0 1-.75-.75m14.996 2A2.75 2.75 0 0 1 20.75 18h3.5a.75.75 0 0 1 0 1.5h-3.5c-.69 0-1.25.56-1.25 1.25v3.5a.75.75 0 0 1-1.5 0z"/></svg>
</template>

CSS

.icon-full-screen-minimize-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%203a.75.75%200%200%201%20.75.75v3.5A2.75%202.75%200%200%201%207.25%2010H3.754a.75.75%200%201%201%200-1.5H7.25c.69%200%201.25-.56%201.25-1.25v-3.5A.75.75%200%200%201%209.25%203m9.5%200a.75.75%200%200%201%20.75.75v3.5c0%20.69.56%201.25%201.25%201.25h3.5a.75.75%200%200%201%200%201.5h-3.5A2.75%202.75%200%200%201%2018%207.25v-3.5a.75.75%200%200%201%20.75-.75M3.004%2018.75a.75.75%200%200%201%20.75-.75H7.25A2.75%202.75%200%200%201%2010%2020.75v3.5a.75.75%200%200%201-1.5%200v-3.5c0-.69-.56-1.25-1.25-1.25H3.754a.75.75%200%200%201-.75-.75m14.996%202A2.75%202.75%200%200%201%2020.75%2018h3.5a.75.75%200%200%201%200%201.5h-3.5c-.69%200-1.25.56-1.25%201.25v3.5a.75.75%200%200%201-1.5%200z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%203a.75.75%200%200%201%20.75.75v3.5A2.75%202.75%200%200%201%207.25%2010H3.754a.75.75%200%201%201%200-1.5H7.25c.69%200%201.25-.56%201.25-1.25v-3.5A.75.75%200%200%201%209.25%203m9.5%200a.75.75%200%200%201%20.75.75v3.5c0%20.69.56%201.25%201.25%201.25h3.5a.75.75%200%200%201%200%201.5h-3.5A2.75%202.75%200%200%201%2018%207.25v-3.5a.75.75%200%200%201%20.75-.75M3.004%2018.75a.75.75%200%200%201%20.75-.75H7.25A2.75%202.75%200%200%201%2010%2020.75v3.5a.75.75%200%200%201-1.5%200v-3.5c0-.69-.56-1.25-1.25-1.25H3.754a.75.75%200%200%201-.75-.75m14.996%202A2.75%202.75%200%200%201%2020.75%2018h3.5a.75.75%200%200%201%200%201.5h-3.5c-.69%200-1.25.56-1.25%201.25v3.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/full-screen-minimize-28-regular.svg?color=%231a73e8&size=48