resize window icon

resize-window-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
resize-window-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
resize-window-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the resize window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 20.3q-.3.3-.712.3t-.713-.3L3.7 5.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3 18.875q.3.3.3.713t-.3.712m-10 0q-.3.3-.712.3t-.713-.3L3.7 15.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175 5.175q.3.3.3.713t-.3.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsResizeWindowRounded(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="M20.3 20.3q-.3.3-.712.3t-.713-.3L3.7 5.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3 18.875q.3.3.3.713t-.3.712m-10 0q-.3.3-.712.3t-.713-.3L3.7 15.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175 5.175q.3.3.3.713t-.3.712"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 20.3q-.3.3-.712.3t-.713-.3L3.7 5.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3 18.875q.3.3.3.713t-.3.712m-10 0q-.3.3-.712.3t-.713-.3L3.7 15.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175 5.175q.3.3.3.713t-.3.712"/></svg>
</template>

CSS

.icon-resize-window-rounded {
  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%22M20.3%2020.3q-.3.3-.712.3t-.713-.3L3.7%205.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3%2018.875q.3.3.3.713t-.3.712m-10%200q-.3.3-.712.3t-.713-.3L3.7%2015.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175%205.175q.3.3.3.713t-.3.712%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%22M20.3%2020.3q-.3.3-.712.3t-.713-.3L3.7%205.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3%2018.875q.3.3.3.713t-.3.712m-10%200q-.3.3-.712.3t-.713-.3L3.7%2015.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175%205.175q.3.3.3.713t-.3.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/resize-window-rounded.svg?color=%231a73e8&size=48