maximize6 icon

maximize6-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
maximize6-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the maximize6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M16.48 2H8.52C5.47 2 3 4.47 3 7.52v2.98c0 .55.45 1 1 1h4.5c2.21 0 4 1.79 4 4V20c0 .55.45 1 1 1h2.98c3.45 0 5.52-2.06 5.52-5.52V7.52C22 4.47 19.53 2 16.48 2m2.28 7.99c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.2l-3.73 3.74c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.73-3.75H14c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h4.01c.09 0 .18.03.26.06c.03.01.05.02.07.03c.06.03.11.06.16.11c.02.01.04.03.06.05c.05.06.09.12.13.19c0 .01.01.02.01.03c.04.08.05.17.05.26c.01.01.01.01.01.02z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMaximize6Filled(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="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M16.48 2H8.52C5.47 2 3 4.47 3 7.52v2.98c0 .55.45 1 1 1h4.5c2.21 0 4 1.79 4 4V20c0 .55.45 1 1 1h2.98c3.45 0 5.52-2.06 5.52-5.52V7.52C22 4.47 19.53 2 16.48 2m2.28 7.99c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.2l-3.73 3.74c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.73-3.75H14c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h4.01c.09 0 .18.03.26.06c.03.01.05.02.07.03c.06.03.11.06.16.11c.02.01.04.03.06.05c.05.06.09.12.13.19c0 .01.01.02.01.03c.04.08.05.17.05.26c.01.01.01.01.01.02z"/></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="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M16.48 2H8.52C5.47 2 3 4.47 3 7.52v2.98c0 .55.45 1 1 1h4.5c2.21 0 4 1.79 4 4V20c0 .55.45 1 1 1h2.98c3.45 0 5.52-2.06 5.52-5.52V7.52C22 4.47 19.53 2 16.48 2m2.28 7.99c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.2l-3.73 3.74c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.73-3.75H14c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h4.01c.09 0 .18.03.26.06c.03.01.05.02.07.03c.06.03.11.06.16.11c.02.01.04.03.06.05c.05.06.09.12.13.19c0 .01.01.02.01.03c.04.08.05.17.05.26c.01.01.01.01.01.02z"/></g></svg>
</template>

CSS

.icon-maximize6-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%22M11%2016.15v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15%22%2F%3E%3Cpath%20d%3D%22M16.48%202H8.52C5.47%202%203%204.47%203%207.52v2.98c0%20.55.45%201%201%201h4.5c2.21%200%204%201.79%204%204V20c0%20.55.45%201%201%201h2.98c3.45%200%205.52-2.06%205.52-5.52V7.52C22%204.47%2019.53%202%2016.48%202m2.28%207.99c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.2l-3.73%203.74c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l3.73-3.75H14c-.42%200-.75-.33-.75-.75c0-.41.33-.75.75-.75h4.01c.09%200%20.18.03.26.06c.03.01.05.02.07.03c.06.03.11.06.16.11c.02.01.04.03.06.05c.05.06.09.12.13.19c0%20.01.01.02.01.03c.04.08.05.17.05.26c.01.01.01.01.01.02z%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%22M11%2016.15v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15%22%2F%3E%3Cpath%20d%3D%22M16.48%202H8.52C5.47%202%203%204.47%203%207.52v2.98c0%20.55.45%201%201%201h4.5c2.21%200%204%201.79%204%204V20c0%20.55.45%201%201%201h2.98c3.45%200%205.52-2.06%205.52-5.52V7.52C22%204.47%2019.53%202%2016.48%202m2.28%207.99c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.2l-3.73%203.74c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l3.73-3.75H14c-.42%200-.75-.33-.75-.75c0-.41.33-.75.75-.75h4.01c.09%200%20.18.03.26.06c.03.01.05.02.07.03c.06.03.11.06.16.11c.02.01.04.03.06.05c.05.06.09.12.13.19c0%20.01.01.02.01.03c.04.08.05.17.05.26c.01.01.01.01.01.02z%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/maximize6-filled.svg?color=%231a73e8&size=48