maximize from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
maximize
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the maximize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M200 32H56c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S302.3 480 312 480h144c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S480 209.7 480 200V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMaximize(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M200 32H56c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S302.3 480 312 480h144c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S480 209.7 480 200V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M200 32H56c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S302.3 480 312 480h144c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S480 209.7 480 200V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32"/></svg>
</template>

CSS

.icon-maximize {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2032H56c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.7%2026.2-5.2l40-40l79%2079l-79%2079l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32%20302.3%2032%20312v144c0%2013.3%2010.7%2024%2024%2024h144c9.7%200%2018.5-5.8%2022.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79%2079l-40%2040c-6.9%206.9-8.9%2017.2-5.2%2026.2S302.3%20480%20312%20480h144c13.3%200%2024-10.7%2024-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2%205.2l-40%2040l-79-79l79-79l40%2040c6.9%206.9%2017.2%208.9%2026.2%205.2S480%20209.7%20480%20200V56c0-13.3-10.7-24-24-24H312c-9.7%200-18.5%205.8-22.2%2014.8S288.1%2066.1%20295%2073l40%2040l-79%2079l-79-79l40-40c6.9-6.9%208.9-17.2%205.2-26.2S209.7%2032%20200%2032%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2032H56c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.7%2026.2-5.2l40-40l79%2079l-79%2079l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32%20302.3%2032%20312v144c0%2013.3%2010.7%2024%2024%2024h144c9.7%200%2018.5-5.8%2022.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79%2079l-40%2040c-6.9%206.9-8.9%2017.2-5.2%2026.2S302.3%20480%20312%20480h144c13.3%200%2024-10.7%2024-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2%205.2l-40%2040l-79-79l79-79l40%2040c6.9%206.9%2017.2%208.9%2026.2%205.2S480%20209.7%20480%20200V56c0-13.3-10.7-24-24-24H312c-9.7%200-18.5%205.8-22.2%2014.8S288.1%2066.1%20295%2073l40%2040l-79%2079l-79-79l40-40c6.9-6.9%208.9-17.2%205.2-26.2S209.7%2032%20200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/maximize.svg?color=%231a73e8&size=48