maximize screen icon
maximize-screen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- maximize-screen
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the maximize 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="m12.567 7.934l2.742.1c.407.015.73.35.73.758v2.614m-5.5 2.028l5.044-5.018M2 17c0-1.886 0-2.828.586-3.414S4.114 13 6 13h1c1.886 0 2.828 0 3.414.586S11 15.114 11 17v1c0 1.886 0 2.828-.586 3.414S8.886 22 7 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M2 8.5v2M14 2h-4m12 12v-4m-8.5 12h2M2.06 5.5c.154-1.066.453-1.821 1.036-2.404S4.434 2.214 5.5 2.06m13 0c1.066.154 1.821.453 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 HugeiconsMaximizeScreen(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="m12.567 7.934l2.742.1c.407.015.73.35.73.758v2.614m-5.5 2.028l5.044-5.018M2 17c0-1.886 0-2.828.586-3.414S4.114 13 6 13h1c1.886 0 2.828 0 3.414.586S11 15.114 11 17v1c0 1.886 0 2.828-.586 3.414S8.886 22 7 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M2 8.5v2M14 2h-4m12 12v-4m-8.5 12h2M2.06 5.5c.154-1.066.453-1.821 1.036-2.404S4.434 2.214 5.5 2.06m13 0c1.066.154 1.821.453 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="m12.567 7.934l2.742.1c.407.015.73.35.73.758v2.614m-5.5 2.028l5.044-5.018M2 17c0-1.886 0-2.828.586-3.414S4.114 13 6 13h1c1.886 0 2.828 0 3.414.586S11 15.114 11 17v1c0 1.886 0 2.828-.586 3.414S8.886 22 7 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M2 8.5v2M14 2h-4m12 12v-4m-8.5 12h2M2.06 5.5c.154-1.066.453-1.821 1.036-2.404S4.434 2.214 5.5 2.06m13 0c1.066.154 1.821.453 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-maximize-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%22m12.567%207.934l2.742.1c.407.015.73.35.73.758v2.614m-5.5%202.028l5.044-5.018M2%2017c0-1.886%200-2.828.586-3.414S4.114%2013%206%2013h1c1.886%200%202.828%200%203.414.586S11%2015.114%2011%2017v1c0%201.886%200%202.828-.586%203.414S8.886%2022%207%2022H6c-1.886%200-2.828%200-3.414-.586S2%2019.886%202%2018z%22%2F%3E%3Cpath%20d%3D%22M2%208.5v2M14%202h-4m12%2012v-4m-8.5%2012h2M2.06%205.5c.154-1.066.453-1.821%201.036-2.404S4.434%202.214%205.5%202.06m13%200c1.066.154%201.821.453%202.404%201.036c.582.583.882%201.338%201.036%202.404m0%2013c-.154%201.066-.454%201.821-1.036%202.404c-.583.582-1.338.882-2.404%201.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%22m12.567%207.934l2.742.1c.407.015.73.35.73.758v2.614m-5.5%202.028l5.044-5.018M2%2017c0-1.886%200-2.828.586-3.414S4.114%2013%206%2013h1c1.886%200%202.828%200%203.414.586S11%2015.114%2011%2017v1c0%201.886%200%202.828-.586%203.414S8.886%2022%207%2022H6c-1.886%200-2.828%200-3.414-.586S2%2019.886%202%2018z%22%2F%3E%3Cpath%20d%3D%22M2%208.5v2M14%202h-4m12%2012v-4m-8.5%2012h2M2.06%205.5c.154-1.066.453-1.821%201.036-2.404S4.434%202.214%205.5%202.06m13%200c1.066.154%201.821.453%202.404%201.036c.582.583.882%201.338%201.036%202.404m0%2013c-.154%201.066-.454%201.821-1.036%202.404c-.583.582-1.338.882-2.404%201.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/maximize-screen.svg?color=%231a73e8&size=48