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

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

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="m19.075 17.65l-.65-.975q-.475.225-.975.338t-1.025.112q-1.95 0-3.3-1.35t-1.35-3.3q0-1.925 1.35-3.287T16.4 7.825t3.263 1.363T21 12.474q0 1-.4 1.9t-1.125 1.575l.65.975zM3 16.925l3.325-8.9h1.6l3.35 8.9h-1.55l-.8-2.275H5.35l-.825 2.275zm13.4-1.1q.35 0 .663-.075t.612-.2L16.625 14l1.075-.7l1 1.5q.425-.475.65-1.075t.225-1.25q0-1.375-.913-2.362T16.4 9.125t-2.275.988t-.925 2.362t.925 2.363t2.275.987M5.8 13.35h2.65l-1.275-3.6h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAq(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="m19.075 17.65l-.65-.975q-.475.225-.975.338t-1.025.112q-1.95 0-3.3-1.35t-1.35-3.3q0-1.925 1.35-3.287T16.4 7.825t3.263 1.363T21 12.474q0 1-.4 1.9t-1.125 1.575l.65.975zM3 16.925l3.325-8.9h1.6l3.35 8.9h-1.55l-.8-2.275H5.35l-.825 2.275zm13.4-1.1q.35 0 .663-.075t.612-.2L16.625 14l1.075-.7l1 1.5q.425-.475.65-1.075t.225-1.25q0-1.375-.913-2.362T16.4 9.125t-2.275.988t-.925 2.362t.925 2.363t2.275.987M5.8 13.35h2.65l-1.275-3.6h-.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="m19.075 17.65l-.65-.975q-.475.225-.975.338t-1.025.112q-1.95 0-3.3-1.35t-1.35-3.3q0-1.925 1.35-3.287T16.4 7.825t3.263 1.363T21 12.474q0 1-.4 1.9t-1.125 1.575l.65.975zM3 16.925l3.325-8.9h1.6l3.35 8.9h-1.55l-.8-2.275H5.35l-.825 2.275zm13.4-1.1q.35 0 .663-.075t.612-.2L16.625 14l1.075-.7l1 1.5q.425-.475.65-1.075t.225-1.25q0-1.375-.913-2.362T16.4 9.125t-2.275.988t-.925 2.362t.925 2.363t2.275.987M5.8 13.35h2.65l-1.275-3.6h-.1z"/></svg>
</template>

CSS

.icon-aq {
  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%22m19.075%2017.65l-.65-.975q-.475.225-.975.338t-1.025.112q-1.95%200-3.3-1.35t-1.35-3.3q0-1.925%201.35-3.287T16.4%207.825t3.263%201.363T21%2012.474q0%201-.4%201.9t-1.125%201.575l.65.975zM3%2016.925l3.325-8.9h1.6l3.35%208.9h-1.55l-.8-2.275H5.35l-.825%202.275zm13.4-1.1q.35%200%20.663-.075t.612-.2L16.625%2014l1.075-.7l1%201.5q.425-.475.65-1.075t.225-1.25q0-1.375-.913-2.362T16.4%209.125t-2.275.988t-.925%202.362t.925%202.363t2.275.987M5.8%2013.35h2.65l-1.275-3.6h-.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%22m19.075%2017.65l-.65-.975q-.475.225-.975.338t-1.025.112q-1.95%200-3.3-1.35t-1.35-3.3q0-1.925%201.35-3.287T16.4%207.825t3.263%201.363T21%2012.474q0%201-.4%201.9t-1.125%201.575l.65.975zM3%2016.925l3.325-8.9h1.6l3.35%208.9h-1.55l-.8-2.275H5.35l-.825%202.275zm13.4-1.1q.35%200%20.663-.075t.612-.2L16.625%2014l1.075-.7l1%201.5q.425-.475.65-1.075t.225-1.25q0-1.375-.913-2.362T16.4%209.125t-2.275.988t-.925%202.362t.925%202.363t2.275.987M5.8%2013.35h2.65l-1.275-3.6h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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