room preferences icon

room-preferences-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
room-preferences-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the room preferences icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1V5q0-.825.588-1.412T7 3h6q.575 0 1.013.275t.712.725H17q.825 0 1.413.588T19 6v3q0 .425-.288.713T18 10t-.712-.288T17 9V6h-2v4.1q0 .275-.137.5t-.388.35q-1.6.95-2.537 2.563T11 17q0 .725.163 1.438T11.6 19.8q.2.425-.037.813T10.9 21zm7.713-8.287Q12 12.425 12 12t-.288-.712T11 11t-.712.288T10 12t.288.713T11 13t.713-.288M17.4 22q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T17.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T18.6 22zm.6-3q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRoomPreferencesRounded(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="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1V5q0-.825.588-1.412T7 3h6q.575 0 1.013.275t.712.725H17q.825 0 1.413.588T19 6v3q0 .425-.288.713T18 10t-.712-.288T17 9V6h-2v4.1q0 .275-.137.5t-.388.35q-1.6.95-2.537 2.563T11 17q0 .725.163 1.438T11.6 19.8q.2.425-.037.813T10.9 21zm7.713-8.287Q12 12.425 12 12t-.288-.712T11 11t-.712.288T10 12t.288.713T11 13t.713-.288M17.4 22q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T17.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T18.6 22zm.6-3q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1V5q0-.825.588-1.412T7 3h6q.575 0 1.013.275t.712.725H17q.825 0 1.413.588T19 6v3q0 .425-.288.713T18 10t-.712-.288T17 9V6h-2v4.1q0 .275-.137.5t-.388.35q-1.6.95-2.537 2.563T11 17q0 .725.163 1.438T11.6 19.8q.2.425-.037.813T10.9 21zm7.713-8.287Q12 12.425 12 12t-.288-.712T11 11t-.712.288T10 12t.288.713T11 13t.713-.288M17.4 22q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T17.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T18.6 22zm.6-3q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19"/></svg>
</template>

CSS

.icon-room-preferences-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%22M4%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h1V5q0-.825.588-1.412T7%203h6q.575%200%201.013.275t.712.725H17q.825%200%201.413.588T19%206v3q0%20.425-.288.713T18%2010t-.712-.288T17%209V6h-2v4.1q0%20.275-.137.5t-.388.35q-1.6.95-2.537%202.563T11%2017q0%20.725.163%201.438T11.6%2019.8q.2.425-.037.813T10.9%2021zm7.713-8.287Q12%2012.425%2012%2012t-.288-.712T11%2011t-.712.288T10%2012t.288.713T11%2013t.713-.288M17.4%2022q-.2%200-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T17.4%2012h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6%201.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6%201.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225%201.1q-.05.175-.162.288T18.6%2022zm.6-3q.825%200%201.413-.587T20%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019%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%22M4%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h1V5q0-.825.588-1.412T7%203h6q.575%200%201.013.275t.712.725H17q.825%200%201.413.588T19%206v3q0%20.425-.288.713T18%2010t-.712-.288T17%209V6h-2v4.1q0%20.275-.137.5t-.388.35q-1.6.95-2.537%202.563T11%2017q0%20.725.163%201.438T11.6%2019.8q.2.425-.037.813T10.9%2021zm7.713-8.287Q12%2012.425%2012%2012t-.288-.712T11%2011t-.712.288T10%2012t.288.713T11%2013t.713-.288M17.4%2022q-.2%200-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T17.4%2012h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6%201.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6%201.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225%201.1q-.05.175-.162.288T18.6%2022zm.6-3q.825%200%201.413-.587T20%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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