minimize-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
minimize-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

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.5 3.02A.75.75 0 1 0 9 3c-.04 2.84-.275 4.098-1.089 4.91c-.813.815-2.07 1.05-4.911 1.091a.75.75 0 1 0 .02 1.499c2.737-.04 4.643-.22 5.951-1.528S10.46 5.758 10.5 3.021M3.02 13.51a.75.75 0 0 0-.02 1.5c2.842.04 4.099.274 4.912 1.088c.814.814 1.048 2.071 1.09 4.913a.75.75 0 1 0 1.499-.022c-.04-2.737-.22-4.643-1.528-5.951s-3.214-1.489-5.951-1.528M15.01 2.999a.75.75 0 0 0-1.5.022c.04 2.737.22 4.643 1.528 5.951s3.214 1.488 5.951 1.528a.75.75 0 1 0 .022-1.5c-2.842-.041-4.099-.275-4.913-1.089c-.813-.813-1.047-2.07-1.088-4.912m6 12.011a.75.75 0 1 0-.02-1.5c-2.738.04-4.644.22-5.952 1.528s-1.489 3.214-1.528 5.951a.75.75 0 0 0 1.5.022c.04-2.842.274-4.099 1.088-4.913c.814-.813 2.071-1.047 4.913-1.088"/></svg>

React

import type { SVGProps } from "react";

export function MynauiMinimizeSolid(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.5 3.02A.75.75 0 1 0 9 3c-.04 2.84-.275 4.098-1.089 4.91c-.813.815-2.07 1.05-4.911 1.091a.75.75 0 1 0 .02 1.499c2.737-.04 4.643-.22 5.951-1.528S10.46 5.758 10.5 3.021M3.02 13.51a.75.75 0 0 0-.02 1.5c2.842.04 4.099.274 4.912 1.088c.814.814 1.048 2.071 1.09 4.913a.75.75 0 1 0 1.499-.022c-.04-2.737-.22-4.643-1.528-5.951s-3.214-1.489-5.951-1.528M15.01 2.999a.75.75 0 0 0-1.5.022c.04 2.737.22 4.643 1.528 5.951s3.214 1.488 5.951 1.528a.75.75 0 1 0 .022-1.5c-2.842-.041-4.099-.275-4.913-1.089c-.813-.813-1.047-2.07-1.088-4.912m6 12.011a.75.75 0 1 0-.02-1.5c-2.738.04-4.644.22-5.952 1.528s-1.489 3.214-1.528 5.951a.75.75 0 0 0 1.5.022c.04-2.842.274-4.099 1.088-4.913c.814-.813 2.071-1.047 4.913-1.088"/></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.5 3.02A.75.75 0 1 0 9 3c-.04 2.84-.275 4.098-1.089 4.91c-.813.815-2.07 1.05-4.911 1.091a.75.75 0 1 0 .02 1.499c2.737-.04 4.643-.22 5.951-1.528S10.46 5.758 10.5 3.021M3.02 13.51a.75.75 0 0 0-.02 1.5c2.842.04 4.099.274 4.912 1.088c.814.814 1.048 2.071 1.09 4.913a.75.75 0 1 0 1.499-.022c-.04-2.737-.22-4.643-1.528-5.951s-3.214-1.489-5.951-1.528M15.01 2.999a.75.75 0 0 0-1.5.022c.04 2.737.22 4.643 1.528 5.951s3.214 1.488 5.951 1.528a.75.75 0 1 0 .022-1.5c-2.842-.041-4.099-.275-4.913-1.089c-.813-.813-1.047-2.07-1.088-4.912m6 12.011a.75.75 0 1 0-.02-1.5c-2.738.04-4.644.22-5.952 1.528s-1.489 3.214-1.528 5.951a.75.75 0 0 0 1.5.022c.04-2.842.274-4.099 1.088-4.913c.814-.813 2.071-1.047 4.913-1.088"/></svg>
</template>

CSS

.icon-minimize-solid {
  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.5%203.02A.75.75%200%201%200%209%203c-.04%202.84-.275%204.098-1.089%204.91c-.813.815-2.07%201.05-4.911%201.091a.75.75%200%201%200%20.02%201.499c2.737-.04%204.643-.22%205.951-1.528S10.46%205.758%2010.5%203.021M3.02%2013.51a.75.75%200%200%200-.02%201.5c2.842.04%204.099.274%204.912%201.088c.814.814%201.048%202.071%201.09%204.913a.75.75%200%201%200%201.499-.022c-.04-2.737-.22-4.643-1.528-5.951s-3.214-1.489-5.951-1.528M15.01%202.999a.75.75%200%200%200-1.5.022c.04%202.737.22%204.643%201.528%205.951s3.214%201.488%205.951%201.528a.75.75%200%201%200%20.022-1.5c-2.842-.041-4.099-.275-4.913-1.089c-.813-.813-1.047-2.07-1.088-4.912m6%2012.011a.75.75%200%201%200-.02-1.5c-2.738.04-4.644.22-5.952%201.528s-1.489%203.214-1.528%205.951a.75.75%200%200%200%201.5.022c.04-2.842.274-4.099%201.088-4.913c.814-.813%202.071-1.047%204.913-1.088%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.5%203.02A.75.75%200%201%200%209%203c-.04%202.84-.275%204.098-1.089%204.91c-.813.815-2.07%201.05-4.911%201.091a.75.75%200%201%200%20.02%201.499c2.737-.04%204.643-.22%205.951-1.528S10.46%205.758%2010.5%203.021M3.02%2013.51a.75.75%200%200%200-.02%201.5c2.842.04%204.099.274%204.912%201.088c.814.814%201.048%202.071%201.09%204.913a.75.75%200%201%200%201.499-.022c-.04-2.737-.22-4.643-1.528-5.951s-3.214-1.489-5.951-1.528M15.01%202.999a.75.75%200%200%200-1.5.022c.04%202.737.22%204.643%201.528%205.951s3.214%201.488%205.951%201.528a.75.75%200%201%200%20.022-1.5c-2.842-.041-4.099-.275-4.913-1.089c-.813-.813-1.047-2.07-1.088-4.912m6%2012.011a.75.75%200%201%200-.02-1.5c-2.738.04-4.644.22-5.952%201.528s-1.489%203.214-1.528%205.951a.75.75%200%200%200%201.5.022c.04-2.842.274-4.099%201.088-4.913c.814-.813%202.071-1.047%204.913-1.088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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