minimize icon
minimize from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- minimize
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
minimizeCarbonminimize-fillEva IconsminimizeFont Awesome SolidminimizeFeather Iconsminimize-outlineFlowbite Iconsminimize-24-regularFluent UI System IconsminimizeFirefox OS Emojiminimizecss.ggminimizeHuge IconsminimizeLucideminimizeMage IconsminimizeMajesticonsminimizeMaterial SymbolsminimizeMaterial Symbols Lightminimize-fillMingCute IconminimizeMyna UI Iconsminimize-16OcticonsminimizeRadix Iconsminimize-boldSolarminimizeTabler Icons
Use the minimize icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40l73.3-73.3C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2S465.7 224 456 224m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S288 465.7 288 456V312c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.3 73.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3 288 56 288zM56 224c-9.7 0-18.5-5.8-22.2-14.8S32.1 189.9 39 183l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2S224 46.3 224 56v144c0 13.3-10.7 24-24 24z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMinimize(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="M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40l73.3-73.3C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2S465.7 224 456 224m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S288 465.7 288 456V312c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.3 73.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3 288 56 288zM56 224c-9.7 0-18.5-5.8-22.2-14.8S32.1 189.9 39 183l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2S224 46.3 224 56v144c0 13.3-10.7 24-24 24z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40l73.3-73.3C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2S465.7 224 456 224m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S288 465.7 288 456V312c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.3 73.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3 288 56 288zM56 224c-9.7 0-18.5-5.8-22.2-14.8S32.1 189.9 39 183l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2S224 46.3 224 56v144c0 13.3-10.7 24-24 24z"/></svg> </template>
CSS
.icon-minimize {
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%22M456%20224H312c-13.3%200-24-10.7-24-24V56c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l40%2040l73.3-73.3C446%202%20450.9%200%20456%200s10%202%2013.7%205.7l36.7%2036.7C510%2046%20512%2050.9%20512%2056s-2%2010-5.7%2013.7L433%20143l40%2040c6.9%206.9%208.9%2017.2%205.2%2026.2S465.7%20224%20456%20224m0%2064c9.7%200%2018.5%205.8%2022.2%2014.8s1.7%2019.3-5.2%2026.2l-40%2040l73.4%2073.4c3.6%203.6%205.7%208.5%205.7%2013.7s-2%2010-5.7%2013.7l-36.7%2036.7c-3.7%203.5-8.6%205.5-13.7%205.5s-10-2-13.7-5.7L369%20433l-40%2040c-6.9%206.9-17.2%208.9-26.2%205.2S288%20465.7%20288%20456V312c0-13.3%2010.7-24%2024-24zm-256%200c13.3%200%2024%2010.7%2024%2024v144c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-40-40l-73.3%2073.3C66%20510%2061.1%20512%2056%20512s-10-2-13.7-5.7L5.7%20469.7C2%20466%200%20461.1%200%20456s2-10%205.7-13.7L79%20369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3%20288%2056%20288zM56%20224c-9.7%200-18.5-5.8-22.2-14.8S32.1%20189.9%2039%20183l40-40L5.7%2069.7C2%2066%200%2061.1%200%2056s2-10%205.7-13.7L42.3%205.7C46%202%2050.9%200%2056%200s10%202%2013.7%205.7L143%2079l40-40c6.9-6.9%2017.2-8.9%2026.2-5.2S224%2046.3%20224%2056v144c0%2013.3-10.7%2024-24%2024z%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%22M456%20224H312c-13.3%200-24-10.7-24-24V56c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l40%2040l73.3-73.3C446%202%20450.9%200%20456%200s10%202%2013.7%205.7l36.7%2036.7C510%2046%20512%2050.9%20512%2056s-2%2010-5.7%2013.7L433%20143l40%2040c6.9%206.9%208.9%2017.2%205.2%2026.2S465.7%20224%20456%20224m0%2064c9.7%200%2018.5%205.8%2022.2%2014.8s1.7%2019.3-5.2%2026.2l-40%2040l73.4%2073.4c3.6%203.6%205.7%208.5%205.7%2013.7s-2%2010-5.7%2013.7l-36.7%2036.7c-3.7%203.5-8.6%205.5-13.7%205.5s-10-2-13.7-5.7L369%20433l-40%2040c-6.9%206.9-17.2%208.9-26.2%205.2S288%20465.7%20288%20456V312c0-13.3%2010.7-24%2024-24zm-256%200c13.3%200%2024%2010.7%2024%2024v144c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-40-40l-73.3%2073.3C66%20510%2061.1%20512%2056%20512s-10-2-13.7-5.7L5.7%20469.7C2%20466%200%20461.1%200%20456s2-10%205.7-13.7L79%20369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3%20288%2056%20288zM56%20224c-9.7%200-18.5-5.8-22.2-14.8S32.1%20189.9%2039%20183l40-40L5.7%2069.7C2%2066%200%2061.1%200%2056s2-10%205.7-13.7L42.3%205.7C46%202%2050.9%200%2056%200s10%202%2013.7%205.7L143%2079l40-40c6.9-6.9%2017.2-8.9%2026.2-5.2S224%2046.3%20224%2056v144c0%2013.3-10.7%2024-24%2024z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/minimize.svg?color=%231a73e8&size=48