aq indoor icon
aq-indoor-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- aq-indoor-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- aq-indoor-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
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 17q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 15.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.062t.35.213l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 12.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 9.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05L9.5 9.3q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2M4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAqIndoorOutline(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 17q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 15.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.062t.35.213l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 12.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 9.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05L9.5 9.3q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2M4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></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 17q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 15.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.062t.35.213l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 12.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05l.975-.975q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2m0-3q.5 0 .975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13 9.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05 1.05L9.5 9.3q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2M4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></svg> </template>
CSS
.icon-aq-indoor-outline {
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%2017q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%2015.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05l.975-.975q.15-.15.35-.213t.4-.062t.4.062t.35.213l.95.95q.35.35.825.55t.975.2m0-3q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%2012.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05l.975-.975q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2m0-3q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%209.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05L9.5%209.3q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2M4%2020V8l8-6l8%206v12zm2-2h12V9l-6-4.5L6%209zm6-6.75%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%2017q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%2015.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05l.975-.975q.15-.15.35-.213t.4-.062t.4.062t.35.213l.95.95q.35.35.825.55t.975.2m0-3q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%2012.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05l.975-.975q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2m0-3q.5%200%20.975-.2t.825-.55l.975-.975l-1.05-1.05l-.975.975q-.15.15-.35.213t-.4.062t-.4-.062T13%209.2l-.95-.95q-.35-.35-.825-.537t-.975-.188t-.975.188t-.825.537l-.975.975l1.05%201.05L9.5%209.3q.15-.15.35-.213t.4-.062t.4.063t.35.212l.95.95q.35.35.825.55t.975.2M4%2020V8l8-6l8%206v12zm2-2h12V9l-6-4.5L6%209zm6-6.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/aq-indoor-outline.svg?color=%231a73e8&size=48