minimize screen icon
minimize-screen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- minimize-screen
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the minimize screen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m11.433 16.066l-2.742-.1a.76.76 0 0 1-.73-.758v-2.614m5.5-2.028l-5.044 5.018M22 7c0 1.886 0 2.828-.586 3.414S19.886 11 18 11h-1c-1.886 0-2.828 0-3.414-.586S13 8.886 13 7V6c0-1.886 0-2.828.586-3.414S15.114 2 17 2h1c1.886 0 2.828 0 3.414.586S22 4.114 22 6z"/><path d="M22 15.5v-2M10 22h4M2 10v4m8.5-12h-2m13.44 16.5c-.154 1.066-.454 1.821-1.036 2.404c-.583.582-1.338.882-2.404 1.036m-13 0c-1.066-.154-1.821-.454-2.404-1.036c-.582-.583-.882-1.338-1.036-2.404m0-13c.154-1.066.454-1.821 1.036-2.404c.583-.582 1.338-.882 2.404-1.036"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMinimizeScreen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m11.433 16.066l-2.742-.1a.76.76 0 0 1-.73-.758v-2.614m5.5-2.028l-5.044 5.018M22 7c0 1.886 0 2.828-.586 3.414S19.886 11 18 11h-1c-1.886 0-2.828 0-3.414-.586S13 8.886 13 7V6c0-1.886 0-2.828.586-3.414S15.114 2 17 2h1c1.886 0 2.828 0 3.414.586S22 4.114 22 6z"/><path d="M22 15.5v-2M10 22h4M2 10v4m8.5-12h-2m13.44 16.5c-.154 1.066-.454 1.821-1.036 2.404c-.583.582-1.338.882-2.404 1.036m-13 0c-1.066-.154-1.821-.454-2.404-1.036c-.582-.583-.882-1.338-1.036-2.404m0-13c.154-1.066.454-1.821 1.036-2.404c.583-.582 1.338-.882 2.404-1.036"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m11.433 16.066l-2.742-.1a.76.76 0 0 1-.73-.758v-2.614m5.5-2.028l-5.044 5.018M22 7c0 1.886 0 2.828-.586 3.414S19.886 11 18 11h-1c-1.886 0-2.828 0-3.414-.586S13 8.886 13 7V6c0-1.886 0-2.828.586-3.414S15.114 2 17 2h1c1.886 0 2.828 0 3.414.586S22 4.114 22 6z"/><path d="M22 15.5v-2M10 22h4M2 10v4m8.5-12h-2m13.44 16.5c-.154 1.066-.454 1.821-1.036 2.404c-.583.582-1.338.882-2.404 1.036m-13 0c-1.066-.154-1.821-.454-2.404-1.036c-.582-.583-.882-1.338-1.036-2.404m0-13c.154-1.066.454-1.821 1.036-2.404c.583-.582 1.338-.882 2.404-1.036"/></g></svg> </template>
CSS
.icon-minimize-screen {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11.433%2016.066l-2.742-.1a.76.76%200%200%201-.73-.758v-2.614m5.5-2.028l-5.044%205.018M22%207c0%201.886%200%202.828-.586%203.414S19.886%2011%2018%2011h-1c-1.886%200-2.828%200-3.414-.586S13%208.886%2013%207V6c0-1.886%200-2.828.586-3.414S15.114%202%2017%202h1c1.886%200%202.828%200%203.414.586S22%204.114%2022%206z%22%2F%3E%3Cpath%20d%3D%22M22%2015.5v-2M10%2022h4M2%2010v4m8.5-12h-2m13.44%2016.5c-.154%201.066-.454%201.821-1.036%202.404c-.583.582-1.338.882-2.404%201.036m-13%200c-1.066-.154-1.821-.454-2.404-1.036c-.582-.583-.882-1.338-1.036-2.404m0-13c.154-1.066.454-1.821%201.036-2.404c.583-.582%201.338-.882%202.404-1.036%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11.433%2016.066l-2.742-.1a.76.76%200%200%201-.73-.758v-2.614m5.5-2.028l-5.044%205.018M22%207c0%201.886%200%202.828-.586%203.414S19.886%2011%2018%2011h-1c-1.886%200-2.828%200-3.414-.586S13%208.886%2013%207V6c0-1.886%200-2.828.586-3.414S15.114%202%2017%202h1c1.886%200%202.828%200%203.414.586S22%204.114%2022%206z%22%2F%3E%3Cpath%20d%3D%22M22%2015.5v-2M10%2022h4M2%2010v4m8.5-12h-2m13.44%2016.5c-.154%201.066-.454%201.821-1.036%202.404c-.583.582-1.338.882-2.404%201.036m-13%200c-1.066-.154-1.821-.454-2.404-1.036c-.582-.583-.882-1.338-1.036-2.404m0-13c.154-1.066.454-1.821%201.036-2.404c.583-.582%201.338-.882%202.404-1.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/minimize-screen.svg?color=%231a73e8&size=48