maximize 03 icon
maximize-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- maximize-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the maximize 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.924 7.781l.89.24a1.856 1.856 0 0 1 1.304 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.129-.656a1.856 1.856 0 0 1 1.304 2.271m0 0l-.239.896m.239-.896a.78.78 0 0 1 1.078-.511l.29.133a1.86 1.86 0 0 1 1.018 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.279 3.615c-.29.403-.894.855-1.365 1.172c-.408.274-.72.677-.847 1.153L17.816 22m-3.37-12.427l1.551-5.822a1.39 1.39 0 0 0-.978-1.703a1.38 1.38 0 0 0-1.693.983l-2.378 8.923l-1.055-1.845a1.547 1.547 0 0 0-2.268-.477a1.58 1.58 0 0 0-.523 1.848l2.108 4.982c.404.953.413 2.258.147 3.258m.518-15.08s.246-2.22 0-2.463m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.903 5.12M2.109 7.37s-.246 2.221 0 2.463m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.082 6.89"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMaximize03(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.924 7.781l.89.24a1.856 1.856 0 0 1 1.304 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.129-.656a1.856 1.856 0 0 1 1.304 2.271m0 0l-.239.896m.239-.896a.78.78 0 0 1 1.078-.511l.29.133a1.86 1.86 0 0 1 1.018 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.279 3.615c-.29.403-.894.855-1.365 1.172c-.408.274-.72.677-.847 1.153L17.816 22m-3.37-12.427l1.551-5.822a1.39 1.39 0 0 0-.978-1.703a1.38 1.38 0 0 0-1.693.983l-2.378 8.923l-1.055-1.845a1.547 1.547 0 0 0-2.268-.477a1.58 1.58 0 0 0-.523 1.848l2.108 4.982c.404.953.413 2.258.147 3.258m.518-15.08s.246-2.22 0-2.463m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.903 5.12M2.109 7.37s-.246 2.221 0 2.463m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.082 6.89"/></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.924 7.781l.89.24a1.856 1.856 0 0 1 1.304 2.272m0 0l-.239.895m.239-.895a.92.92 0 0 1 1.129-.656a1.856 1.856 0 0 1 1.304 2.271m0 0l-.239.896m.239-.896a.78.78 0 0 1 1.078-.511l.29.133a1.86 1.86 0 0 1 1.018 2.168l-.352 1.319c-.518 1.946-.777 2.92-1.279 3.615c-.29.403-.894.855-1.365 1.172c-.408.274-.72.677-.847 1.153L17.816 22m-3.37-12.427l1.551-5.822a1.39 1.39 0 0 0-.978-1.703a1.38 1.38 0 0 0-1.693.983l-2.378 8.923l-1.055-1.845a1.547 1.547 0 0 0-2.268-.477a1.58 1.58 0 0 0-.523 1.848l2.108 4.982c.404.953.413 2.258.147 3.258m.518-15.08s.246-2.22 0-2.463m0 0c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.903 5.12M2.109 7.37s-.246 2.221 0 2.463m0 0c.319.314 2.54.05 2.54.05m-2.54-.05L5.082 6.89"/></svg> </template>
CSS
.icon-maximize-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.924%207.781l.89.24a1.856%201.856%200%200%201%201.304%202.272m0%200l-.239.895m.239-.895a.92.92%200%200%201%201.129-.656a1.856%201.856%200%200%201%201.304%202.271m0%200l-.239.896m.239-.896a.78.78%200%200%201%201.078-.511l.29.133a1.86%201.86%200%200%201%201.018%202.168l-.352%201.319c-.518%201.946-.777%202.92-1.279%203.615c-.29.403-.894.855-1.365%201.172c-.408.274-.72.677-.847%201.153L17.816%2022m-3.37-12.427l1.551-5.822a1.39%201.39%200%200%200-.978-1.703a1.38%201.38%200%200%200-1.693.983l-2.378%208.923l-1.055-1.845a1.547%201.547%200%200%200-2.268-.477a1.58%201.58%200%200%200-.523%201.848l2.108%204.982c.404.953.413%202.258.147%203.258m.518-15.08s.246-2.22%200-2.463m0%200c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.903%205.12M2.109%207.37s-.246%202.221%200%202.463m0%200c.319.314%202.54.05%202.54.05m-2.54-.05L5.082%206.89%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.924%207.781l.89.24a1.856%201.856%200%200%201%201.304%202.272m0%200l-.239.895m.239-.895a.92.92%200%200%201%201.129-.656a1.856%201.856%200%200%201%201.304%202.271m0%200l-.239.896m.239-.896a.78.78%200%200%201%201.078-.511l.29.133a1.86%201.86%200%200%201%201.018%202.168l-.352%201.319c-.518%201.946-.777%202.92-1.279%203.615c-.29.403-.894.855-1.365%201.172c-.408.274-.72.677-.847%201.153L17.816%2022m-3.37-12.427l1.551-5.822a1.39%201.39%200%200%200-.978-1.703a1.38%201.38%200%200%200-1.693.983l-2.378%208.923l-1.055-1.845a1.547%201.547%200%200%200-2.268-.477a1.58%201.58%200%200%200-.523%201.848l2.108%204.982c.404.953.413%202.258.147%203.258m.518-15.08s.246-2.22%200-2.463m0%200c-.318-.314-2.54-.05-2.54-.05m2.54.05L6.903%205.12M2.109%207.37s-.246%202.221%200%202.463m0%200c.319.314%202.54.05%202.54.05m-2.54-.05L5.082%206.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/maximize-03.svg?color=%231a73e8&size=48