minimize square3 icon

minimize-square3-filled from Reicon by REICON · Filled · Arrows-action · MIT Free for personal and commercial use.

Name
minimize-square3-filled
Set
Reicon
Style
Filled
Category
Arrows-action
Viewbox
24×24
License
MIT

2 other variants in Reicon

More arrows-action icons from Reicon

Use the minimize square3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 18c0-1.886 0-2.828.586-3.414S4.114 14 6 14s2.828 0 3.414.586S10 16.114 10 18s0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12v1.138c.509-.333 1.069-.48 1.606-.551c.645-.087 1.439-.087 2.305-.087h.179c.865 0 1.659 0 2.304.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.086.646.086 1.44.086 2.305v.18c0 .865 0 1.659-.087 2.304c-.072.537-.218 1.097-.55 1.605L12 22c4.714 0 7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M15.75 12.75a.75.75 0 0 0 0-1.5h-1.94l3.72-3.72a.75.75 0 0 0-1.06-1.06l-3.72 3.72V8.25a.75.75 0 0 0-1.5 0V12c0 .414.336.75.75.75z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMinimizeSquare3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 18c0-1.886 0-2.828.586-3.414S4.114 14 6 14s2.828 0 3.414.586S10 16.114 10 18s0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18"/><path fillRule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12v1.138c.509-.333 1.069-.48 1.606-.551c.645-.087 1.439-.087 2.305-.087h.179c.865 0 1.659 0 2.304.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.086.646.086 1.44.086 2.305v.18c0 .865 0 1.659-.087 2.304c-.072.537-.218 1.097-.55 1.605L12 22c4.714 0 7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M15.75 12.75a.75.75 0 0 0 0-1.5h-1.94l3.72-3.72a.75.75 0 0 0-1.06-1.06l-3.72 3.72V8.25a.75.75 0 0 0-1.5 0V12c0 .414.336.75.75.75z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 18c0-1.886 0-2.828.586-3.414S4.114 14 6 14s2.828 0 3.414.586S10 16.114 10 18s0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12v1.138c.509-.333 1.069-.48 1.606-.551c.645-.087 1.439-.087 2.305-.087h.179c.865 0 1.659 0 2.304.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.086.646.086 1.44.086 2.305v.18c0 .865 0 1.659-.087 2.304c-.072.537-.218 1.097-.55 1.605L12 22c4.714 0 7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M15.75 12.75a.75.75 0 0 0 0-1.5h-1.94l3.72-3.72a.75.75 0 0 0-1.06-1.06l-3.72 3.72V8.25a.75.75 0 0 0-1.5 0V12c0 .414.336.75.75.75z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-minimize-square3-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M2%2018c0-1.886%200-2.828.586-3.414S4.114%2014%206%2014s2.828%200%203.414.586S10%2016.114%2010%2018s0%202.828-.586%203.414S7.886%2022%206%2022s-2.828%200-3.414-.586S2%2019.886%202%2018%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012v1.138c.509-.333%201.069-.48%201.606-.551c.645-.087%201.439-.087%202.305-.087h.179c.865%200%201.659%200%202.304.087c.711.095%201.463.32%202.08.938c.619.618.844%201.37.94%202.08c.086.646.086%201.44.086%202.305v.18c0%20.865%200%201.659-.087%202.304c-.072.537-.218%201.097-.55%201.605L12%2022c4.714%200%207.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464M15.75%2012.75a.75.75%200%200%200%200-1.5h-1.94l3.72-3.72a.75.75%200%200%200-1.06-1.06l-3.72%203.72V8.25a.75.75%200%200%200-1.5%200V12c0%20.414.336.75.75.75z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M2%2018c0-1.886%200-2.828.586-3.414S4.114%2014%206%2014s2.828%200%203.414.586S10%2016.114%2010%2018s0%202.828-.586%203.414S7.886%2022%206%2022s-2.828%200-3.414-.586S2%2019.886%202%2018%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012v1.138c.509-.333%201.069-.48%201.606-.551c.645-.087%201.439-.087%202.305-.087h.179c.865%200%201.659%200%202.304.087c.711.095%201.463.32%202.08.938c.619.618.844%201.37.94%202.08c.086.646.086%201.44.086%202.305v.18c0%20.865%200%201.659-.087%202.304c-.072.537-.218%201.097-.55%201.605L12%2022c4.714%200%207.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464M15.75%2012.75a.75.75%200%200%200%200-1.5h-1.94l3.72-3.72a.75.75%200%200%200-1.06-1.06l-3.72%203.72V8.25a.75.75%200%200%200-1.5%200V12c0%20.414.336.75.75.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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