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

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

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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="M5 20q-.213 0-.357-.143T4.5 19.5t.143-.357T5 19h1.5V5.616q0-.672.472-1.144T8.116 4h4.769q.517 0 .916.285q.399.284.578.715h1.506q.67 0 1.143.472q.472.472.472 1.144v3.692q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.27-.173-.443T15.885 6H14.5v5.408q0 .198-.09.365q-.089.168-.243.293q-1.08.853-1.691 2.023q-.61 1.17-.61 2.603q0 .668.133 1.236q.134.568.37 1.103q.162.348-.028.659q-.189.31-.556.31zm7.04-7.46q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m5.59 8.037q-.16 0-.264-.103q-.103-.103-.133-.259l-.072-.504q-.569-.125-.937-.352t-.695-.561l-.493.221q-.136.07-.28.036q-.143-.034-.223-.165l-.158-.275q-.1-.13-.072-.286t.153-.262l.402-.34q-.185-.548-.185-1.032t.185-1.032l-.402-.34q-.125-.106-.153-.262q-.028-.155.072-.286l.158-.275q.08-.13.224-.164q.143-.034.28.035l.492.221q.327-.334.695-.564t.938-.355l.07-.504q.032-.156.134-.259q.103-.102.265-.102h.277q.161 0 .264.103t.134.258l.071.504q.57.125.938.352t.695.562l.492-.221q.137-.07.28-.036t.224.164l.158.275q.1.131.072.287t-.153.261l-.402.34q.184.549.184 1.033t-.184 1.031l.402.34q.125.106.153.262t-.072.287l-.158.275q-.081.13-.221.164t-.277-.035l-.498-.216q-.327.335-.695.562q-.369.227-.938.352l-.071.504q-.031.155-.134.258t-.264.103zm.14-1.73q.882 0 1.518-.637q.635-.635.635-1.518t-.635-1.518t-1.519-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRoomPreferencesRounded(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="M5 20q-.213 0-.357-.143T4.5 19.5t.143-.357T5 19h1.5V5.616q0-.672.472-1.144T8.116 4h4.769q.517 0 .916.285q.399.284.578.715h1.506q.67 0 1.143.472q.472.472.472 1.144v3.692q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.27-.173-.443T15.885 6H14.5v5.408q0 .198-.09.365q-.089.168-.243.293q-1.08.853-1.691 2.023q-.61 1.17-.61 2.603q0 .668.133 1.236q.134.568.37 1.103q.162.348-.028.659q-.189.31-.556.31zm7.04-7.46q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m5.59 8.037q-.16 0-.264-.103q-.103-.103-.133-.259l-.072-.504q-.569-.125-.937-.352t-.695-.561l-.493.221q-.136.07-.28.036q-.143-.034-.223-.165l-.158-.275q-.1-.13-.072-.286t.153-.262l.402-.34q-.185-.548-.185-1.032t.185-1.032l-.402-.34q-.125-.106-.153-.262q-.028-.155.072-.286l.158-.275q.08-.13.224-.164q.143-.034.28.035l.492.221q.327-.334.695-.564t.938-.355l.07-.504q.032-.156.134-.259q.103-.102.265-.102h.277q.161 0 .264.103t.134.258l.071.504q.57.125.938.352t.695.562l.492-.221q.137-.07.28-.036t.224.164l.158.275q.1.131.072.287t-.153.261l-.402.34q.184.549.184 1.033t-.184 1.031l.402.34q.125.106.153.262t-.072.287l-.158.275q-.081.13-.221.164t-.277-.035l-.498-.216q-.327.335-.695.562q-.369.227-.938.352l-.071.504q-.031.155-.134.258t-.264.103zm.14-1.73q.882 0 1.518-.637q.635-.635.635-1.518t-.635-1.518t-1.519-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.213 0-.357-.143T4.5 19.5t.143-.357T5 19h1.5V5.616q0-.672.472-1.144T8.116 4h4.769q.517 0 .916.285q.399.284.578.715h1.506q.67 0 1.143.472q.472.472.472 1.144v3.692q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.27-.173-.443T15.885 6H14.5v5.408q0 .198-.09.365q-.089.168-.243.293q-1.08.853-1.691 2.023q-.61 1.17-.61 2.603q0 .668.133 1.236q.134.568.37 1.103q.162.348-.028.659q-.189.31-.556.31zm7.04-7.46q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m5.59 8.037q-.16 0-.264-.103q-.103-.103-.133-.259l-.072-.504q-.569-.125-.937-.352t-.695-.561l-.493.221q-.136.07-.28.036q-.143-.034-.223-.165l-.158-.275q-.1-.13-.072-.286t.153-.262l.402-.34q-.185-.548-.185-1.032t.185-1.032l-.402-.34q-.125-.106-.153-.262q-.028-.155.072-.286l.158-.275q.08-.13.224-.164q.143-.034.28.035l.492.221q.327-.334.695-.564t.938-.355l.07-.504q.032-.156.134-.259q.103-.102.265-.102h.277q.161 0 .264.103t.134.258l.071.504q.57.125.938.352t.695.562l.492-.221q.137-.07.28-.036t.224.164l.158.275q.1.131.072.287t-.153.261l-.402.34q.184.549.184 1.033t-.184 1.031l.402.34q.125.106.153.262t-.072.287l-.158.275q-.081.13-.221.164t-.277-.035l-.498-.216q-.327.335-.695.562q-.369.227-.938.352l-.071.504q-.031.155-.134.258t-.264.103zm.14-1.73q.882 0 1.518-.637q.635-.635.635-1.518t-.635-1.518t-1.519-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></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%22M5%2020q-.213%200-.357-.143T4.5%2019.5t.143-.357T5%2019h1.5V5.616q0-.672.472-1.144T8.116%204h4.769q.517%200%20.916.285q.399.284.578.715h1.506q.67%200%201.143.472q.472.472.472%201.144v3.692q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.27-.173-.443T15.885%206H14.5v5.408q0%20.198-.09.365q-.089.168-.243.293q-1.08.853-1.691%202.023q-.61%201.17-.61%202.603q0%20.668.133%201.236q.134.568.37%201.103q.162.348-.028.659q-.189.31-.556.31zm7.04-7.46q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m5.59%208.037q-.16%200-.264-.103q-.103-.103-.133-.259l-.072-.504q-.569-.125-.937-.352t-.695-.561l-.493.221q-.136.07-.28.036q-.143-.034-.223-.165l-.158-.275q-.1-.13-.072-.286t.153-.262l.402-.34q-.185-.548-.185-1.032t.185-1.032l-.402-.34q-.125-.106-.153-.262q-.028-.155.072-.286l.158-.275q.08-.13.224-.164q.143-.034.28.035l.492.221q.327-.334.695-.564t.938-.355l.07-.504q.032-.156.134-.259q.103-.102.265-.102h.277q.161%200%20.264.103t.134.258l.071.504q.57.125.938.352t.695.562l.492-.221q.137-.07.28-.036t.224.164l.158.275q.1.131.072.287t-.153.261l-.402.34q.184.549.184%201.033t-.184%201.031l.402.34q.125.106.153.262t-.072.287l-.158.275q-.081.13-.221.164t-.277-.035l-.498-.216q-.327.335-.695.562q-.369.227-.938.352l-.071.504q-.031.155-.134.258t-.264.103zm.14-1.73q.882%200%201.518-.637q.635-.635.635-1.518t-.635-1.518t-1.519-.636t-1.518.636t-.636%201.518t.636%201.518t1.518.636%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%22M5%2020q-.213%200-.357-.143T4.5%2019.5t.143-.357T5%2019h1.5V5.616q0-.672.472-1.144T8.116%204h4.769q.517%200%20.916.285q.399.284.578.715h1.506q.67%200%201.143.472q.472.472.472%201.144v3.692q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.27-.173-.443T15.885%206H14.5v5.408q0%20.198-.09.365q-.089.168-.243.293q-1.08.853-1.691%202.023q-.61%201.17-.61%202.603q0%20.668.133%201.236q.134.568.37%201.103q.162.348-.028.659q-.189.31-.556.31zm7.04-7.46q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m5.59%208.037q-.16%200-.264-.103q-.103-.103-.133-.259l-.072-.504q-.569-.125-.937-.352t-.695-.561l-.493.221q-.136.07-.28.036q-.143-.034-.223-.165l-.158-.275q-.1-.13-.072-.286t.153-.262l.402-.34q-.185-.548-.185-1.032t.185-1.032l-.402-.34q-.125-.106-.153-.262q-.028-.155.072-.286l.158-.275q.08-.13.224-.164q.143-.034.28.035l.492.221q.327-.334.695-.564t.938-.355l.07-.504q.032-.156.134-.259q.103-.102.265-.102h.277q.161%200%20.264.103t.134.258l.071.504q.57.125.938.352t.695.562l.492-.221q.137-.07.28-.036t.224.164l.158.275q.1.131.072.287t-.153.261l-.402.34q.184.549.184%201.033t-.184%201.031l.402.34q.125.106.153.262t-.072.287l-.158.275q-.081.13-.221.164t-.277-.035l-.498-.216q-.327.335-.695.562q-.369.227-.938.352l-.071.504q-.031.155-.134.258t-.264.103zm.14-1.73q.882%200%201.518-.637q.635-.635.635-1.518t-.635-1.518t-1.519-.636t-1.518.636t-.636%201.518t.636%201.518t1.518.636%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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