aq-indoor from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
aq-indoor
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
aq-indoor-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the aq indoor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 16.866q.442 0 .86-.172q.417-.171.729-.482l.763-.764l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149t-.729.46l-.763.764l.627.627l.764-.763q.188-.189.446-.28q.257-.091.515-.091t.516.09t.445.28l.95.95q.312.312.73.483q.417.172.859.172m0-2.789q.442 0 .86-.171q.417-.172.729-.483l.763-.764l-.627-.626l-.763.763q-.189.189-.446.28q-.258.091-.516.091t-.515-.091t-.446-.28l-.95-.95q-.312-.311-.73-.46q-.417-.15-.859-.15t-.86.15q-.417.149-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.091.515-.091t.516.091t.445.28l.95.95q.312.312.73.483q.417.171.859.171m0-2.789q.442 0 .86-.17q.417-.172.729-.484l.763-.763l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149q-.417.15-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.09.515-.09t.516.09t.445.28l.95.95q.312.312.73.483q.417.171.859.171M5 19V8.5l7-5.27l7 5.27V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAqIndoor(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="M13.75 16.866q.442 0 .86-.172q.417-.171.729-.482l.763-.764l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149t-.729.46l-.763.764l.627.627l.764-.763q.188-.189.446-.28q.257-.091.515-.091t.516.09t.445.28l.95.95q.312.312.73.483q.417.172.859.172m0-2.789q.442 0 .86-.171q.417-.172.729-.483l.763-.764l-.627-.626l-.763.763q-.189.189-.446.28q-.258.091-.516.091t-.515-.091t-.446-.28l-.95-.95q-.312-.311-.73-.46q-.417-.15-.859-.15t-.86.15q-.417.149-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.091.515-.091t.516.091t.445.28l.95.95q.312.312.73.483q.417.171.859.171m0-2.789q.442 0 .86-.17q.417-.172.729-.484l.763-.763l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149q-.417.15-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.09.515-.09t.516.09t.445.28l.95.95q.312.312.73.483q.417.171.859.171M5 19V8.5l7-5.27l7 5.27V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 16.866q.442 0 .86-.172q.417-.171.729-.482l.763-.764l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149t-.729.46l-.763.764l.627.627l.764-.763q.188-.189.446-.28q.257-.091.515-.091t.516.09t.445.28l.95.95q.312.312.73.483q.417.172.859.172m0-2.789q.442 0 .86-.171q.417-.172.729-.483l.763-.764l-.627-.626l-.763.763q-.189.189-.446.28q-.258.091-.516.091t-.515-.091t-.446-.28l-.95-.95q-.312-.311-.73-.46q-.417-.15-.859-.15t-.86.15q-.417.149-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.091.515-.091t.516.091t.445.28l.95.95q.312.312.73.483q.417.171.859.171m0-2.789q.442 0 .86-.17q.417-.172.729-.484l.763-.763l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149q-.417.15-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.09.515-.09t.516.09t.445.28l.95.95q.312.312.73.483q.417.171.859.171M5 19V8.5l7-5.27l7 5.27V19z"/></svg>
</template>

CSS

.icon-aq-indoor {
  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%22M13.75%2016.866q.442%200%20.86-.172q.417-.171.729-.482l.763-.764l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149t-.729.46l-.763.764l.627.627l.764-.763q.188-.189.446-.28q.257-.091.515-.091t.516.09t.445.28l.95.95q.312.312.73.483q.417.172.859.172m0-2.789q.442%200%20.86-.171q.417-.172.729-.483l.763-.764l-.627-.626l-.763.763q-.189.189-.446.28q-.258.091-.516.091t-.515-.091t-.446-.28l-.95-.95q-.312-.311-.73-.46q-.417-.15-.859-.15t-.86.15q-.417.149-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.091.515-.091t.516.091t.445.28l.95.95q.312.312.73.483q.417.171.859.171m0-2.789q.442%200%20.86-.17q.417-.172.729-.484l.763-.763l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149q-.417.15-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.09.515-.09t.516.09t.445.28l.95.95q.312.312.73.483q.417.171.859.171M5%2019V8.5l7-5.27l7%205.27V19z%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%22M13.75%2016.866q.442%200%20.86-.172q.417-.171.729-.482l.763-.764l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149t-.729.46l-.763.764l.627.627l.764-.763q.188-.189.446-.28q.257-.091.515-.091t.516.09t.445.28l.95.95q.312.312.73.483q.417.172.859.172m0-2.789q.442%200%20.86-.171q.417-.172.729-.483l.763-.764l-.627-.626l-.763.763q-.189.189-.446.28q-.258.091-.516.091t-.515-.091t-.446-.28l-.95-.95q-.312-.311-.73-.46q-.417-.15-.859-.15t-.86.15q-.417.149-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.091.515-.091t.516.091t.445.28l.95.95q.312.312.73.483q.417.171.859.171m0-2.789q.442%200%20.86-.17q.417-.172.729-.484l.763-.763l-.627-.627l-.763.764q-.189.188-.446.28q-.258.09-.516.09t-.515-.09t-.446-.28l-.95-.95q-.312-.312-.73-.461q-.417-.149-.859-.149t-.86.149q-.417.15-.728.46l-.764.764l.627.627l.764-.764q.188-.188.446-.28q.257-.09.515-.09t.516.09t.445.28l.95.95q.312.312.73.483q.417.171.859.171M5%2019V8.5l7-5.27l7%205.27V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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