minimize 04 icon

minimize-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
minimize-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the minimize 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.106 10.333l.802-4.665c.133-.773-.37-1.51-1.125-1.646c-.754-.136-1.473.38-1.606 1.153l-1.606 9.33l-.133.722l-1.797-1.908a1.512 1.512 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.964l2.756 3.806c.625.864.938 1.296 1.314 1.632a4.5 4.5 0 0 0 2.001 1.037c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.04l.745-3.814l.08-.467c.134-.773-.37-1.51-1.124-1.646s-1.474.38-1.607 1.153l-.08.466m-5.062-3.32l-.24 1.4m.24-1.4c.133-.772.853-1.288 1.607-1.152s1.258.874 1.125 1.646l-.16.933m0 0l-.08.467m.08-.467c.132-.773.852-1.289 1.606-1.152c.754.136 1.258.873 1.125 1.646l-.08.466M6.956 2.49s-.252 2.274 0 2.522m0 0c.326.321 2.602.05 2.602.05m-2.602-.05L10 2M5.044 9.51s.252-2.274 0-2.522m0 0c-.326-.321-2.602-.05-2.602-.05m2.602.05L2 10"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMinimize04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m14.106 10.333l.802-4.665c.133-.773-.37-1.51-1.125-1.646c-.754-.136-1.473.38-1.606 1.153l-1.606 9.33l-.133.722l-1.797-1.908a1.512 1.512 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.964l2.756 3.806c.625.864.938 1.296 1.314 1.632a4.5 4.5 0 0 0 2.001 1.037c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.04l.745-3.814l.08-.467c.134-.773-.37-1.51-1.124-1.646s-1.474.38-1.607 1.153l-.08.466m-5.062-3.32l-.24 1.4m.24-1.4c.133-.772.853-1.288 1.607-1.152s1.258.874 1.125 1.646l-.16.933m0 0l-.08.467m.08-.467c.132-.773.852-1.289 1.606-1.152c.754.136 1.258.873 1.125 1.646l-.08.466M6.956 2.49s-.252 2.274 0 2.522m0 0c.326.321 2.602.05 2.602.05m-2.602-.05L10 2M5.044 9.51s.252-2.274 0-2.522m0 0c-.326-.321-2.602-.05-2.602-.05m2.602.05L2 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.106 10.333l.802-4.665c.133-.773-.37-1.51-1.125-1.646c-.754-.136-1.473.38-1.606 1.153l-1.606 9.33l-.133.722l-1.797-1.908a1.512 1.512 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.964l2.756 3.806c.625.864.938 1.296 1.314 1.632a4.5 4.5 0 0 0 2.001 1.037c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.04l.745-3.814l.08-.467c.134-.773-.37-1.51-1.124-1.646s-1.474.38-1.607 1.153l-.08.466m-5.062-3.32l-.24 1.4m.24-1.4c.133-.772.853-1.288 1.607-1.152s1.258.874 1.125 1.646l-.16.933m0 0l-.08.467m.08-.467c.132-.773.852-1.289 1.606-1.152c.754.136 1.258.873 1.125 1.646l-.08.466M6.956 2.49s-.252 2.274 0 2.522m0 0c.326.321 2.602.05 2.602.05m-2.602-.05L10 2M5.044 9.51s.252-2.274 0-2.522m0 0c-.326-.321-2.602-.05-2.602-.05m2.602.05L2 10"/></svg>
</template>

CSS

.icon-minimize-04 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.106%2010.333l.802-4.665c.133-.773-.37-1.51-1.125-1.646c-.754-.136-1.473.38-1.606%201.153l-1.606%209.33l-.133.722l-1.797-1.908a1.512%201.512%200%200%200-2.302.132a1.65%201.65%200%200%200-.03%201.964l2.756%203.806c.625.864.938%201.296%201.314%201.632a4.5%204.5%200%200%200%202.001%201.037c.485.11%201.006.11%202.048.11h1.818a5%205%200%200%200%204.907-4.04l.745-3.814l.08-.467c.134-.773-.37-1.51-1.124-1.646s-1.474.38-1.607%201.153l-.08.466m-5.062-3.32l-.24%201.4m.24-1.4c.133-.772.853-1.288%201.607-1.152s1.258.874%201.125%201.646l-.16.933m0%200l-.08.467m.08-.467c.132-.773.852-1.289%201.606-1.152c.754.136%201.258.873%201.125%201.646l-.08.466M6.956%202.49s-.252%202.274%200%202.522m0%200c.326.321%202.602.05%202.602.05m-2.602-.05L10%202M5.044%209.51s.252-2.274%200-2.522m0%200c-.326-.321-2.602-.05-2.602-.05m2.602.05L2%2010%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.106%2010.333l.802-4.665c.133-.773-.37-1.51-1.125-1.646c-.754-.136-1.473.38-1.606%201.153l-1.606%209.33l-.133.722l-1.797-1.908a1.512%201.512%200%200%200-2.302.132a1.65%201.65%200%200%200-.03%201.964l2.756%203.806c.625.864.938%201.296%201.314%201.632a4.5%204.5%200%200%200%202.001%201.037c.485.11%201.006.11%202.048.11h1.818a5%205%200%200%200%204.907-4.04l.745-3.814l.08-.467c.134-.773-.37-1.51-1.124-1.646s-1.474.38-1.607%201.153l-.08.466m-5.062-3.32l-.24%201.4m.24-1.4c.133-.772.853-1.288%201.607-1.152s1.258.874%201.125%201.646l-.16.933m0%200l-.08.467m.08-.467c.132-.773.852-1.289%201.606-1.152c.754.136%201.258.873%201.125%201.646l-.08.466M6.956%202.49s-.252%202.274%200%202.522m0%200c.326.321%202.602.05%202.602.05m-2.602-.05L10%202M5.044%209.51s.252-2.274%200-2.522m0%200c-.326-.321-2.602-.05-2.602-.05m2.602.05L2%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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