fit-screen-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
fit-screen-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the fit screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8V6h-2q-.425 0-.712-.288T17 5t.288-.712T18 4h2q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8M2 8V6q0-.825.588-1.412T4 4h2q.425 0 .713.288T7 5t-.288.713T6 6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8m18 12h-2q-.425 0-.712-.288T17 19t.288-.712T18 18h2v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20M4 20q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm2-6v-4q0-.825.588-1.412T8 8h8q.825 0 1.413.588T18 10v4q0 .825-.587 1.413T16 16H8q-.825 0-1.412-.587T6 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFitScreenRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8V6h-2q-.425 0-.712-.288T17 5t.288-.712T18 4h2q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8M2 8V6q0-.825.588-1.412T4 4h2q.425 0 .713.288T7 5t-.288.713T6 6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8m18 12h-2q-.425 0-.712-.288T17 19t.288-.712T18 18h2v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20M4 20q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm2-6v-4q0-.825.588-1.412T8 8h8q.825 0 1.413.588T18 10v4q0 .825-.587 1.413T16 16H8q-.825 0-1.412-.587T6 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8V6h-2q-.425 0-.712-.288T17 5t.288-.712T18 4h2q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8M2 8V6q0-.825.588-1.412T4 4h2q.425 0 .713.288T7 5t-.288.713T6 6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8m18 12h-2q-.425 0-.712-.288T17 19t.288-.712T18 18h2v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20M4 20q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm2-6v-4q0-.825.588-1.412T8 8h8q.825 0 1.413.588T18 10v4q0 .825-.587 1.413T16 16H8q-.825 0-1.412-.587T6 14"/></svg>
</template>

CSS

.icon-fit-screen-rounded {
  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%22currentColor%22%20d%3D%22M20%208V6h-2q-.425%200-.712-.288T17%205t.288-.712T18%204h2q.825%200%201.413.588T22%206v2q0%20.425-.288.713T21%209t-.712-.288T20%208M2%208V6q0-.825.588-1.412T4%204h2q.425%200%20.713.288T7%205t-.288.713T6%206H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208m18%2012h-2q-.425%200-.712-.288T17%2019t.288-.712T18%2018h2v-2q0-.425.288-.712T21%2015t.713.288T22%2016v2q0%20.825-.587%201.413T20%2020M4%2020q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h2q.425%200%20.713.288T7%2019t-.288.713T6%2020zm2-6v-4q0-.825.588-1.412T8%208h8q.825%200%201.413.588T18%2010v4q0%20.825-.587%201.413T16%2016H8q-.825%200-1.412-.587T6%2014%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%22currentColor%22%20d%3D%22M20%208V6h-2q-.425%200-.712-.288T17%205t.288-.712T18%204h2q.825%200%201.413.588T22%206v2q0%20.425-.288.713T21%209t-.712-.288T20%208M2%208V6q0-.825.588-1.412T4%204h2q.425%200%20.713.288T7%205t-.288.713T6%206H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208m18%2012h-2q-.425%200-.712-.288T17%2019t.288-.712T18%2018h2v-2q0-.425.288-.712T21%2015t.713.288T22%2016v2q0%20.825-.587%201.413T20%2020M4%2020q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h2q.425%200%20.713.288T7%2019t-.288.713T6%2020zm2-6v-4q0-.825.588-1.412T8%208h8q.825%200%201.413.588T18%2010v4q0%20.825-.587%201.413T16%2016H8q-.825%200-1.412-.587T6%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fit-screen-rounded.svg?color=%231a73e8&size=48