aq-outline-rounded from Material Symbols Light by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
aq-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the aq icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.983 16.587q-1.72 0-2.906-1.187t-1.187-2.906q0-1.713 1.187-2.903q1.186-1.189 2.88-1.189t2.869 1.199T20 12.494q0 .923-.38 1.737t-1.087 1.411l.376.566q.093.148.06.311t-.177.256q-.148.112-.32.071q-.174-.04-.266-.188l-.358-.54q-.436.224-.898.347q-.461.121-.967.121M5.696 14.458l-.611 1.646q-.056.142-.167.222t-.258.08q-.24 0-.376-.197q-.136-.198-.05-.432l2.647-6.892q.056-.149.179-.226q.123-.076.27-.076h.359q.148 0 .261.076q.114.077.17.225l2.684 6.912q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.29q.369 0 .72-.085q.35-.084.69-.267l-.72-1.063q-.092-.149-.058-.312t.181-.256t.321-.061q.174.03.266.179l.688 1.032q.502-.475.775-1.094t.273-1.327q0-1.336-.903-2.295q-.902-.959-2.233-.959t-2.246.95q-.916.948-.916 2.304t.916 2.305t2.246.949m-9.966-2.071h3.074L7.56 9.711h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAqOutlineRounded(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="M15.983 16.587q-1.72 0-2.906-1.187t-1.187-2.906q0-1.713 1.187-2.903q1.186-1.189 2.88-1.189t2.869 1.199T20 12.494q0 .923-.38 1.737t-1.087 1.411l.376.566q.093.148.06.311t-.177.256q-.148.112-.32.071q-.174-.04-.266-.188l-.358-.54q-.436.224-.898.347q-.461.121-.967.121M5.696 14.458l-.611 1.646q-.056.142-.167.222t-.258.08q-.24 0-.376-.197q-.136-.198-.05-.432l2.647-6.892q.056-.149.179-.226q.123-.076.27-.076h.359q.148 0 .261.076q.114.077.17.225l2.684 6.912q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.29q.369 0 .72-.085q.35-.084.69-.267l-.72-1.063q-.092-.149-.058-.312t.181-.256t.321-.061q.174.03.266.179l.688 1.032q.502-.475.775-1.094t.273-1.327q0-1.336-.903-2.295q-.902-.959-2.233-.959t-2.246.95q-.916.948-.916 2.304t.916 2.305t2.246.949m-9.966-2.071h3.074L7.56 9.711h-.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.983 16.587q-1.72 0-2.906-1.187t-1.187-2.906q0-1.713 1.187-2.903q1.186-1.189 2.88-1.189t2.869 1.199T20 12.494q0 .923-.38 1.737t-1.087 1.411l.376.566q.093.148.06.311t-.177.256q-.148.112-.32.071q-.174-.04-.266-.188l-.358-.54q-.436.224-.898.347q-.461.121-.967.121M5.696 14.458l-.611 1.646q-.056.142-.167.222t-.258.08q-.24 0-.376-.197q-.136-.198-.05-.432l2.647-6.892q.056-.149.179-.226q.123-.076.27-.076h.359q.148 0 .261.076q.114.077.17.225l2.684 6.912q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.29q.369 0 .72-.085q.35-.084.69-.267l-.72-1.063q-.092-.149-.058-.312t.181-.256t.321-.061q.174.03.266.179l.688 1.032q.502-.475.775-1.094t.273-1.327q0-1.336-.903-2.295q-.902-.959-2.233-.959t-2.246.95q-.916.948-.916 2.304t.916 2.305t2.246.949m-9.966-2.071h3.074L7.56 9.711h-.1z"/></svg>
</template>

CSS

.icon-aq-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%22M15.983%2016.587q-1.72%200-2.906-1.187t-1.187-2.906q0-1.713%201.187-2.903q1.186-1.189%202.88-1.189t2.869%201.199T20%2012.494q0%20.923-.38%201.737t-1.087%201.411l.376.566q.093.148.06.311t-.177.256q-.148.112-.32.071q-.174-.04-.266-.188l-.358-.54q-.436.224-.898.347q-.461.121-.967.121M5.696%2014.458l-.611%201.646q-.056.142-.167.222t-.258.08q-.24%200-.376-.197q-.136-.198-.05-.432l2.647-6.892q.056-.149.179-.226q.123-.076.27-.076h.359q.148%200%20.261.076q.114.077.17.225l2.684%206.912q.087.235-.046.422t-.373.188q-.148%200-.252-.08t-.16-.228l-.625-1.64zm10.262%201.29q.369%200%20.72-.085q.35-.084.69-.267l-.72-1.063q-.092-.149-.058-.312t.181-.256t.321-.061q.174.03.266.179l.688%201.032q.502-.475.775-1.094t.273-1.327q0-1.336-.903-2.295q-.902-.959-2.233-.959t-2.246.95q-.916.948-.916%202.304t.916%202.305t2.246.949m-9.966-2.071h3.074L7.56%209.711h-.1z%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%22M15.983%2016.587q-1.72%200-2.906-1.187t-1.187-2.906q0-1.713%201.187-2.903q1.186-1.189%202.88-1.189t2.869%201.199T20%2012.494q0%20.923-.38%201.737t-1.087%201.411l.376.566q.093.148.06.311t-.177.256q-.148.112-.32.071q-.174-.04-.266-.188l-.358-.54q-.436.224-.898.347q-.461.121-.967.121M5.696%2014.458l-.611%201.646q-.056.142-.167.222t-.258.08q-.24%200-.376-.197q-.136-.198-.05-.432l2.647-6.892q.056-.149.179-.226q.123-.076.27-.076h.359q.148%200%20.261.076q.114.077.17.225l2.684%206.912q.087.235-.046.422t-.373.188q-.148%200-.252-.08t-.16-.228l-.625-1.64zm10.262%201.29q.369%200%20.72-.085q.35-.084.69-.267l-.72-1.063q-.092-.149-.058-.312t.181-.256t.321-.061q.174.03.266.179l.688%201.032q.502-.475.775-1.094t.273-1.327q0-1.336-.903-2.295q-.902-.959-2.233-.959t-2.246.95q-.916.948-.916%202.304t.916%202.305t2.246.949m-9.966-2.071h3.074L7.56%209.711h-.1z%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-outline-rounded.svg?color=%231a73e8&size=48