responsive layout icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the responsive layout icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-.425 0-.712-.288T16 20V10q0-.825-.587-1.412T14 8h-3.5q-.425 0-.712-.288T9.5 7V4q0-.425.288-.712T10.5 3H20q.425 0 .713.288T21 4v16q0 .425-.288.713T20 21zm-6.5 0q-.425 0-.712-.288T9.5 20v-9q0-.425.288-.712T10.5 10H13q.425 0 .713.288T14 11v9q0 .425-.288.713T13 21zM4 21q-.425 0-.712-.288T3 20v-9q0-.425.288-.712T4 10h2.5q.425 0 .713.288T7.5 11v9q0 .425-.288.713T6.5 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsResponsiveLayoutRounded(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="M17 21q-.425 0-.712-.288T16 20V10q0-.825-.587-1.412T14 8h-3.5q-.425 0-.712-.288T9.5 7V4q0-.425.288-.712T10.5 3H20q.425 0 .713.288T21 4v16q0 .425-.288.713T20 21zm-6.5 0q-.425 0-.712-.288T9.5 20v-9q0-.425.288-.712T10.5 10H13q.425 0 .713.288T14 11v9q0 .425-.288.713T13 21zM4 21q-.425 0-.712-.288T3 20v-9q0-.425.288-.712T4 10h2.5q.425 0 .713.288T7.5 11v9q0 .425-.288.713T6.5 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-.425 0-.712-.288T16 20V10q0-.825-.587-1.412T14 8h-3.5q-.425 0-.712-.288T9.5 7V4q0-.425.288-.712T10.5 3H20q.425 0 .713.288T21 4v16q0 .425-.288.713T20 21zm-6.5 0q-.425 0-.712-.288T9.5 20v-9q0-.425.288-.712T10.5 10H13q.425 0 .713.288T14 11v9q0 .425-.288.713T13 21zM4 21q-.425 0-.712-.288T3 20v-9q0-.425.288-.712T4 10h2.5q.425 0 .713.288T7.5 11v9q0 .425-.288.713T6.5 21z"/></svg>
</template>

CSS

.icon-responsive-layout-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%22M17%2021q-.425%200-.712-.288T16%2020V10q0-.825-.587-1.412T14%208h-3.5q-.425%200-.712-.288T9.5%207V4q0-.425.288-.712T10.5%203H20q.425%200%20.713.288T21%204v16q0%20.425-.288.713T20%2021zm-6.5%200q-.425%200-.712-.288T9.5%2020v-9q0-.425.288-.712T10.5%2010H13q.425%200%20.713.288T14%2011v9q0%20.425-.288.713T13%2021zM4%2021q-.425%200-.712-.288T3%2020v-9q0-.425.288-.712T4%2010h2.5q.425%200%20.713.288T7.5%2011v9q0%20.425-.288.713T6.5%2021z%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%22M17%2021q-.425%200-.712-.288T16%2020V10q0-.825-.587-1.412T14%208h-3.5q-.425%200-.712-.288T9.5%207V4q0-.425.288-.712T10.5%203H20q.425%200%20.713.288T21%204v16q0%20.425-.288.713T20%2021zm-6.5%200q-.425%200-.712-.288T9.5%2020v-9q0-.425.288-.712T10.5%2010H13q.425%200%20.713.288T14%2011v9q0%20.425-.288.713T13%2021zM4%2021q-.425%200-.712-.288T3%2020v-9q0-.425.288-.712T4%2010h2.5q.425%200%20.713.288T7.5%2011v9q0%20.425-.288.713T6.5%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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