resize window icon
resize-window-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- resize-window-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- resize-window-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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="M19.646 19.646q-.165.166-.356.166q-.192 0-.357-.166L4.353 5.067q-.145-.146-.155-.347t.156-.366q.165-.165.357-.165t.356.165l14.58 14.579q.145.146.155.347t-.156.366m-9.615 0q-.165.166-.357.166t-.357-.166l-4.963-4.963q-.146-.147-.156-.348t.156-.366t.357-.165t.356.165l4.964 4.964q.146.146.156.347t-.156.366"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightResizeWindowRounded(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="M19.646 19.646q-.165.166-.356.166q-.192 0-.357-.166L4.353 5.067q-.145-.146-.155-.347t.156-.366q.165-.165.357-.165t.356.165l14.58 14.579q.145.146.155.347t-.156.366m-9.615 0q-.165.166-.357.166t-.357-.166l-4.963-4.963q-.146-.147-.156-.348t.156-.366t.357-.165t.356.165l4.964 4.964q.146.146.156.347t-.156.366"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.646 19.646q-.165.166-.356.166q-.192 0-.357-.166L4.353 5.067q-.145-.146-.155-.347t.156-.366q.165-.165.357-.165t.356.165l14.58 14.579q.145.146.155.347t-.156.366m-9.615 0q-.165.166-.357.166t-.357-.166l-4.963-4.963q-.146-.147-.156-.348t.156-.366t.357-.165t.356.165l4.964 4.964q.146.146.156.347t-.156.366"/></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%22M19.646%2019.646q-.165.166-.356.166q-.192%200-.357-.166L4.353%205.067q-.145-.146-.155-.347t.156-.366q.165-.165.357-.165t.356.165l14.58%2014.579q.145.146.155.347t-.156.366m-9.615%200q-.165.166-.357.166t-.357-.166l-4.963-4.963q-.146-.147-.156-.348t.156-.366t.357-.165t.356.165l4.964%204.964q.146.146.156.347t-.156.366%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%22M19.646%2019.646q-.165.166-.356.166q-.192%200-.357-.166L4.353%205.067q-.145-.146-.155-.347t.156-.366q.165-.165.357-.165t.356.165l14.58%2014.579q.145.146.155.347t-.156.366m-9.615%200q-.165.166-.357.166t-.357-.166l-4.963-4.963q-.146-.147-.156-.348t.156-.366t.357-.165t.356.165l4.964%204.964q.146.146.156.347t-.156.366%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/resize-window-rounded.svg?color=%231a73e8&size=48