minimize 03 icon

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

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

Related icons in Huge Icons

Use the minimize 03 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.928 7.781l.89.24a1.856 1.856 0 0 1 1.303 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.128-.656a1.856 1.856 0 0 1 1.303 2.271m0 0l-.238.896m.238-.896a.78.78 0 0 1 1.077-.511l.291.133a1.86 1.86 0 0 1 1.017 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.278 3.615c-.29.403-.894.855-1.364 1.172c-.408.274-.72.677-.847 1.153L17.82 22M14.45 9.573L16 3.751a1.39 1.39 0 0 0-.977-1.703a1.38 1.38 0 0 0-1.693.983l-2.375 8.923L9.9 10.109a1.545 1.545 0 0 0-2.267-.477a1.58 1.58 0 0 0-.522 1.848l2.106 4.982c.404.953.413 2.258.147 3.258M6.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 HugeiconsMinimize03(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.928 7.781l.89.24a1.856 1.856 0 0 1 1.303 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.128-.656a1.856 1.856 0 0 1 1.303 2.271m0 0l-.238.896m.238-.896a.78.78 0 0 1 1.077-.511l.291.133a1.86 1.86 0 0 1 1.017 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.278 3.615c-.29.403-.894.855-1.364 1.172c-.408.274-.72.677-.847 1.153L17.82 22M14.45 9.573L16 3.751a1.39 1.39 0 0 0-.977-1.703a1.38 1.38 0 0 0-1.693.983l-2.375 8.923L9.9 10.109a1.545 1.545 0 0 0-2.267-.477a1.58 1.58 0 0 0-.522 1.848l2.106 4.982c.404.953.413 2.258.147 3.258M6.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.928 7.781l.89.24a1.856 1.856 0 0 1 1.303 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.128-.656a1.856 1.856 0 0 1 1.303 2.271m0 0l-.238.896m.238-.896a.78.78 0 0 1 1.077-.511l.291.133a1.86 1.86 0 0 1 1.017 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.278 3.615c-.29.403-.894.855-1.364 1.172c-.408.274-.72.677-.847 1.153L17.82 22M14.45 9.573L16 3.751a1.39 1.39 0 0 0-.977-1.703a1.38 1.38 0 0 0-1.693.983l-2.375 8.923L9.9 10.109a1.545 1.545 0 0 0-2.267-.477a1.58 1.58 0 0 0-.522 1.848l2.106 4.982c.404.953.413 2.258.147 3.258M6.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-03 {
  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.928%207.781l.89.24a1.856%201.856%200%200%201%201.303%202.272m0%200l-.239.895m.239-.895a.92.92%200%200%201%201.128-.656a1.856%201.856%200%200%201%201.303%202.271m0%200l-.238.896m.238-.896a.78.78%200%200%201%201.077-.511l.291.133a1.86%201.86%200%200%201%201.017%202.168l-.352%201.319c-.518%201.946-.777%202.92-1.278%203.615c-.29.403-.894.855-1.364%201.172c-.408.274-.72.677-.847%201.153L17.82%2022M14.45%209.573L16%203.751a1.39%201.39%200%200%200-.977-1.703a1.38%201.38%200%200%200-1.693.983l-2.375%208.923L9.9%2010.109a1.545%201.545%200%200%200-2.267-.477a1.58%201.58%200%200%200-.522%201.848l2.106%204.982c.404.953.413%202.258.147%203.258M6.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.928%207.781l.89.24a1.856%201.856%200%200%201%201.303%202.272m0%200l-.239.895m.239-.895a.92.92%200%200%201%201.128-.656a1.856%201.856%200%200%201%201.303%202.271m0%200l-.238.896m.238-.896a.78.78%200%200%201%201.077-.511l.291.133a1.86%201.86%200%200%201%201.017%202.168l-.352%201.319c-.518%201.946-.777%202.92-1.278%203.615c-.29.403-.894.855-1.364%201.172c-.408.274-.72.677-.847%201.153L17.82%2022M14.45%209.573L16%203.751a1.39%201.39%200%200%200-.977-1.703a1.38%201.38%200%200%200-1.693.983l-2.375%208.923L9.9%2010.109a1.545%201.545%200%200%200-2.267-.477a1.58%201.58%200%200%200-.522%201.848l2.106%204.982c.404.953.413%202.258.147%203.258M6.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-03.svg?color=%231a73e8&size=48