aq icon
aq-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- aq-rounded
- Set
- Material Symbols Light
- Style
- 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
activity-zoneairwaveaq-indoorarming-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 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.062.311t-.179.256q-.148.112-.32.074q-.174-.037-.266-.185l-.358-.547q-.436.225-.898.348q-.461.122-.967.122m-10.287-2.13l-.611 1.647q-.056.142-.167.222t-.258.08q-.24 0-.376-.197t-.05-.432l2.647-6.892q.056-.148.179-.225t.27-.077h.359q.148 0 .261.077t.17.225l2.684 6.911q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.291q.369 0 .72-.084q.35-.085.69-.268l-.72-1.058q-.092-.147-.058-.314q.033-.166.181-.258q.148-.093.321-.062q.174.03.266.179l.688 1.033q.502-.476.775-1.095t.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 MaterialSymbolsLightAqRounded(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.062.311t-.179.256q-.148.112-.32.074q-.174-.037-.266-.185l-.358-.547q-.436.225-.898.348q-.461.122-.967.122m-10.287-2.13l-.611 1.647q-.056.142-.167.222t-.258.08q-.24 0-.376-.197t-.05-.432l2.647-6.892q.056-.148.179-.225t.27-.077h.359q.148 0 .261.077t.17.225l2.684 6.911q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.291q.369 0 .72-.084q.35-.085.69-.268l-.72-1.058q-.092-.147-.058-.314q.033-.166.181-.258q.148-.093.321-.062q.174.03.266.179l.688 1.033q.502-.476.775-1.095t.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.062.311t-.179.256q-.148.112-.32.074q-.174-.037-.266-.185l-.358-.547q-.436.225-.898.348q-.461.122-.967.122m-10.287-2.13l-.611 1.647q-.056.142-.167.222t-.258.08q-.24 0-.376-.197t-.05-.432l2.647-6.892q.056-.148.179-.225t.27-.077h.359q.148 0 .261.077t.17.225l2.684 6.911q.087.235-.046.422t-.373.188q-.148 0-.252-.08t-.16-.228l-.625-1.64zm10.262 1.291q.369 0 .72-.084q.35-.085.69-.268l-.72-1.058q-.092-.147-.058-.314q.033-.166.181-.258q.148-.093.321-.062q.174.03.266.179l.688 1.033q.502-.476.775-1.095t.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-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.062.311t-.179.256q-.148.112-.32.074q-.174-.037-.266-.185l-.358-.547q-.436.225-.898.348q-.461.122-.967.122m-10.287-2.13l-.611%201.647q-.056.142-.167.222t-.258.08q-.24%200-.376-.197t-.05-.432l2.647-6.892q.056-.148.179-.225t.27-.077h.359q.148%200%20.261.077t.17.225l2.684%206.911q.087.235-.046.422t-.373.188q-.148%200-.252-.08t-.16-.228l-.625-1.64zm10.262%201.291q.369%200%20.72-.084q.35-.085.69-.268l-.72-1.058q-.092-.147-.058-.314q.033-.166.181-.258q.148-.093.321-.062q.174.03.266.179l.688%201.033q.502-.476.775-1.095t.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.062.311t-.179.256q-.148.112-.32.074q-.174-.037-.266-.185l-.358-.547q-.436.225-.898.348q-.461.122-.967.122m-10.287-2.13l-.611%201.647q-.056.142-.167.222t-.258.08q-.24%200-.376-.197t-.05-.432l2.647-6.892q.056-.148.179-.225t.27-.077h.359q.148%200%20.261.077t.17.225l2.684%206.911q.087.235-.046.422t-.373.188q-.148%200-.252-.08t-.16-.228l-.625-1.64zm10.262%201.291q.369%200%20.72-.084q.35-.085.69-.268l-.72-1.058q-.092-.147-.058-.314q.033-.166.181-.258q.148-.093.321-.062q.174.03.266.179l.688%201.033q.502-.476.775-1.095t.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-rounded.svg?color=%231a73e8&size=48