room preferences icon
room-preferences-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- room-preferences-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="m16.925 21.6l-.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 22h-1.2q-.2 0-.312-.112t-.163-.288M18 19q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19m-7.712-6.287Q10 12.425 10 12t.288-.712T11 11t.713.288T12 12t-.288.713T11 13t-.712-.288M4 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.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V5H7v14h3.675q.5 0 .738.313t.237.687t-.238.688t-.737.312zm3-2V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRoomPreferencesOutlineRounded(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="m16.925 21.6l-.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 22h-1.2q-.2 0-.312-.112t-.163-.288M18 19q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19m-7.712-6.287Q10 12.425 10 12t.288-.712T11 11t.713.288T12 12t-.288.713T11 13t-.712-.288M4 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.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V5H7v14h3.675q.5 0 .738.313t.237.687t-.238.688t-.737.312zm3-2V5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.925 21.6l-.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 22h-1.2q-.2 0-.312-.112t-.163-.288M18 19q.825 0 1.413-.587T20 17t-.587-1.412T18 15t-1.412.588T16 17t.588 1.413T18 19m-7.712-6.287Q10 12.425 10 12t.288-.712T11 11t.713.288T12 12t-.288.713T11 13t-.712-.288M4 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.15q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V5H7v14h3.675q.5 0 .738.313t.237.687t-.238.688t-.737.312zm3-2V5z"/></svg> </template>
CSS
.icon-room-preferences-outline-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%22m16.925%2021.6l-.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%2022h-1.2q-.2%200-.312-.112t-.163-.288M18%2019q.825%200%201.413-.587T20%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019m-7.712-6.287Q10%2012.425%2010%2012t.288-.712T11%2011t.713.288T12%2012t-.288.713T11%2013t-.712-.288M4%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.15q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75V5H7v14h3.675q.5%200%20.738.313t.237.687t-.238.688t-.737.312zm3-2V5z%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%22m16.925%2021.6l-.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%2022h-1.2q-.2%200-.312-.112t-.163-.288M18%2019q.825%200%201.413-.587T20%2017t-.587-1.412T18%2015t-1.412.588T16%2017t.588%201.413T18%2019m-7.712-6.287Q10%2012.425%2010%2012t.288-.712T11%2011t.713.288T12%2012t-.288.713T11%2013t-.712-.288M4%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.15q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75V5H7v14h3.675q.5%200%20.738.313t.237.687t-.238.688t-.737.312zm3-2V5z%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-outline-rounded.svg?color=%231a73e8&size=48