maximize 04 icon

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

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

Related icons in Huge Icons

Use the maximize 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.318l.802-4.671c.133-.774-.37-1.512-1.125-1.649c-.754-.136-1.473.38-1.606 1.155l-1.606 9.341l-.133.724l-1.797-1.91a1.51 1.51 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.966l2.756 3.811c.625.865.938 1.298 1.314 1.634a4.5 4.5 0 0 0 2.001 1.038c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.045l.745-3.818l.08-.468c.134-.773-.37-1.511-1.124-1.648c-.755-.136-1.474.38-1.607 1.154l-.08.467m-5.062-3.323l-.24 1.4m.24-1.4c.133-.774.853-1.291 1.607-1.155c.754.137 1.258.875 1.125 1.649l-.16.934m0 0l-.08.467m.08-.467c.132-.774.852-1.29 1.606-1.154s1.258.874 1.125 1.648l-.08.467M9.874 4.618s.246-2.224 0-2.466m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.902 5.098M2.108 7.35s-.245 2.224 0 2.466m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.081 6.87"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMaximize04(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.318l.802-4.671c.133-.774-.37-1.512-1.125-1.649c-.754-.136-1.473.38-1.606 1.155l-1.606 9.341l-.133.724l-1.797-1.91a1.51 1.51 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.966l2.756 3.811c.625.865.938 1.298 1.314 1.634a4.5 4.5 0 0 0 2.001 1.038c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.045l.745-3.818l.08-.468c.134-.773-.37-1.511-1.124-1.648c-.755-.136-1.474.38-1.607 1.154l-.08.467m-5.062-3.323l-.24 1.4m.24-1.4c.133-.774.853-1.291 1.607-1.155c.754.137 1.258.875 1.125 1.649l-.16.934m0 0l-.08.467m.08-.467c.132-.774.852-1.29 1.606-1.154s1.258.874 1.125 1.648l-.08.467M9.874 4.618s.246-2.224 0-2.466m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.902 5.098M2.108 7.35s-.245 2.224 0 2.466m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.081 6.87"/></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.318l.802-4.671c.133-.774-.37-1.512-1.125-1.649c-.754-.136-1.473.38-1.606 1.155l-1.606 9.341l-.133.724l-1.797-1.91a1.51 1.51 0 0 0-2.302.132a1.65 1.65 0 0 0-.03 1.966l2.756 3.811c.625.865.938 1.298 1.314 1.634a4.5 4.5 0 0 0 2.001 1.038c.485.11 1.006.11 2.048.11h1.818a5 5 0 0 0 4.907-4.045l.745-3.818l.08-.468c.134-.773-.37-1.511-1.124-1.648c-.755-.136-1.474.38-1.607 1.154l-.08.467m-5.062-3.323l-.24 1.4m.24-1.4c.133-.774.853-1.291 1.607-1.155c.754.137 1.258.875 1.125 1.649l-.16.934m0 0l-.08.467m.08-.467c.132-.774.852-1.29 1.606-1.154s1.258.874 1.125 1.648l-.08.467M9.874 4.618s.246-2.224 0-2.466m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.902 5.098M2.108 7.35s-.245 2.224 0 2.466m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.081 6.87"/></svg>
</template>

CSS

.icon-maximize-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.318l.802-4.671c.133-.774-.37-1.512-1.125-1.649c-.754-.136-1.473.38-1.606%201.155l-1.606%209.341l-.133.724l-1.797-1.91a1.51%201.51%200%200%200-2.302.132a1.65%201.65%200%200%200-.03%201.966l2.756%203.811c.625.865.938%201.298%201.314%201.634a4.5%204.5%200%200%200%202.001%201.038c.485.11%201.006.11%202.048.11h1.818a5%205%200%200%200%204.907-4.045l.745-3.818l.08-.468c.134-.773-.37-1.511-1.124-1.648c-.755-.136-1.474.38-1.607%201.154l-.08.467m-5.062-3.323l-.24%201.4m.24-1.4c.133-.774.853-1.291%201.607-1.155c.754.137%201.258.875%201.125%201.649l-.16.934m0%200l-.08.467m.08-.467c.132-.774.852-1.29%201.606-1.154s1.258.874%201.125%201.648l-.08.467M9.874%204.618s.246-2.224%200-2.466m0%200c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.902%205.098M2.108%207.35s-.245%202.224%200%202.466m0%200c.319.314%202.54.05%202.54.05m-2.54-.05L5.081%206.87%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.318l.802-4.671c.133-.774-.37-1.512-1.125-1.649c-.754-.136-1.473.38-1.606%201.155l-1.606%209.341l-.133.724l-1.797-1.91a1.51%201.51%200%200%200-2.302.132a1.65%201.65%200%200%200-.03%201.966l2.756%203.811c.625.865.938%201.298%201.314%201.634a4.5%204.5%200%200%200%202.001%201.038c.485.11%201.006.11%202.048.11h1.818a5%205%200%200%200%204.907-4.045l.745-3.818l.08-.468c.134-.773-.37-1.511-1.124-1.648c-.755-.136-1.474.38-1.607%201.154l-.08.467m-5.062-3.323l-.24%201.4m.24-1.4c.133-.774.853-1.291%201.607-1.155c.754.137%201.258.875%201.125%201.649l-.16.934m0%200l-.08.467m.08-.467c.132-.774.852-1.29%201.606-1.154s1.258.874%201.125%201.648l-.08.467M9.874%204.618s.246-2.224%200-2.466m0%200c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.902%205.098M2.108%207.35s-.245%202.224%200%202.466m0%200c.319.314%202.54.05%202.54.05m-2.54-.05L5.081%206.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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