minimize icon

minimize-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
minimize-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the minimize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 13.25a.7.7 0 0 1 .149.015l.039.011q.05.012.098.031a.75.75 0 0 1 .363.323q.024.04.043.083a.7.7 0 0 1 .058.287v6a.75.75 0 0 1-1.5 0v-4.189L3.53 21.53a.749.749 0 1 1-1.06-1.06l5.72-5.72H4a.75.75 0 0 1 0-1.5zM20.47 2.47a.749.749 0 1 1 1.06 1.06l-5.719 5.72H20a.75.75 0 0 1 0 1.5h-6a1 1 0 0 1-.133-.013q-.008 0-.016-.003l-.039-.011q-.051-.012-.099-.031q-.043-.02-.083-.043a.73.73 0 0 1-.38-.649V4a.75.75 0 0 1 1.5 0v4.19z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonMinimize24(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="M10 13.25a.7.7 0 0 1 .149.015l.039.011q.05.012.098.031a.75.75 0 0 1 .363.323q.024.04.043.083a.7.7 0 0 1 .058.287v6a.75.75 0 0 1-1.5 0v-4.189L3.53 21.53a.749.749 0 1 1-1.06-1.06l5.72-5.72H4a.75.75 0 0 1 0-1.5zM20.47 2.47a.749.749 0 1 1 1.06 1.06l-5.719 5.72H20a.75.75 0 0 1 0 1.5h-6a1 1 0 0 1-.133-.013q-.008 0-.016-.003l-.039-.011q-.051-.012-.099-.031q-.043-.02-.083-.043a.73.73 0 0 1-.38-.649V4a.75.75 0 0 1 1.5 0v4.19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 13.25a.7.7 0 0 1 .149.015l.039.011q.05.012.098.031a.75.75 0 0 1 .363.323q.024.04.043.083a.7.7 0 0 1 .058.287v6a.75.75 0 0 1-1.5 0v-4.189L3.53 21.53a.749.749 0 1 1-1.06-1.06l5.72-5.72H4a.75.75 0 0 1 0-1.5zM20.47 2.47a.749.749 0 1 1 1.06 1.06l-5.719 5.72H20a.75.75 0 0 1 0 1.5h-6a1 1 0 0 1-.133-.013q-.008 0-.016-.003l-.039-.011q-.051-.012-.099-.031q-.043-.02-.083-.043a.73.73 0 0 1-.38-.649V4a.75.75 0 0 1 1.5 0v4.19z"/></svg>
</template>

CSS

.icon-minimize-24 {
  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%22M10%2013.25a.7.7%200%200%201%20.149.015l.039.011q.05.012.098.031a.75.75%200%200%201%20.363.323q.024.04.043.083a.7.7%200%200%201%20.058.287v6a.75.75%200%200%201-1.5%200v-4.189L3.53%2021.53a.749.749%200%201%201-1.06-1.06l5.72-5.72H4a.75.75%200%200%201%200-1.5zM20.47%202.47a.749.749%200%201%201%201.06%201.06l-5.719%205.72H20a.75.75%200%200%201%200%201.5h-6a1%201%200%200%201-.133-.013q-.008%200-.016-.003l-.039-.011q-.051-.012-.099-.031q-.043-.02-.083-.043a.73.73%200%200%201-.38-.649V4a.75.75%200%200%201%201.5%200v4.19z%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%22M10%2013.25a.7.7%200%200%201%20.149.015l.039.011q.05.012.098.031a.75.75%200%200%201%20.363.323q.024.04.043.083a.7.7%200%200%201%20.058.287v6a.75.75%200%200%201-1.5%200v-4.189L3.53%2021.53a.749.749%200%201%201-1.06-1.06l5.72-5.72H4a.75.75%200%200%201%200-1.5zM20.47%202.47a.749.749%200%201%201%201.06%201.06l-5.719%205.72H20a.75.75%200%200%201%200%201.5h-6a1%201%200%200%201-.133-.013q-.008%200-.016-.003l-.039-.011q-.051-.012-.099-.031q-.043-.02-.083-.043a.73.73%200%200%201-.38-.649V4a.75.75%200%200%201%201.5%200v4.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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