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

Name
airwave-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
airware-rounded, airwave-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the airwave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.404 8.88q-.598.599-1.368.9t-1.567.303t-1.561-.3q-.764-.298-1.362-.902l-1.875-1.875q-.452-.452-1.013-.678q-.562-.226-1.158-.226t-1.158.226t-1.013.678L5.154 8.162q-.146.146-.345.152t-.363-.158Q4.3 8.01 4.3 7.809t.146-.367l1.15-1.169q.598-.598 1.362-.897T8.5 5.077t1.53.299t1.349.897l1.875 1.875q.477.477 1.038.703t1.177.226t1.17-.226t1.032-.703l1.175-1.156q.146-.146.347-.155t.366.155q.147.147.147.348t-.147.366zm0 4.424q-.598.598-1.365.897q-.766.299-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.452-.452-1.013-.678T8.5 10.525t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.331.143q-.192.003-.357-.143q-.165-.14-.159-.344t.153-.37l1.156-1.194q.598-.598 1.362-.897T8.5 9.5t1.53.299t1.349.897l1.875 1.875q.477.477 1.029.703t1.167.226t1.18-.226t1.041-.703l1.175-1.155q.146-.147.347-.156t.367.156q.146.146.146.347t-.146.366zm-.025 4.423q-.598.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.452-.452-1.013-.678t-1.158-.226t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334l1.175-1.22q.598-.598 1.352-.897t1.533-.299t1.54.299q.76.3 1.358.897l1.875 1.875q.477.477 1.031.703q.555.226 1.17.226q.616 0 1.178-.226t1.038-.703l1.175-1.155q.146-.147.344-.153t.364.158q.14.147.143.345t-.143.344z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirwaveRounded(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="M18.404 8.88q-.598.599-1.368.9t-1.567.303t-1.561-.3q-.764-.298-1.362-.902l-1.875-1.875q-.452-.452-1.013-.678q-.562-.226-1.158-.226t-1.158.226t-1.013.678L5.154 8.162q-.146.146-.345.152t-.363-.158Q4.3 8.01 4.3 7.809t.146-.367l1.15-1.169q.598-.598 1.362-.897T8.5 5.077t1.53.299t1.349.897l1.875 1.875q.477.477 1.038.703t1.177.226t1.17-.226t1.032-.703l1.175-1.156q.146-.146.347-.155t.366.155q.147.147.147.348t-.147.366zm0 4.424q-.598.598-1.365.897q-.766.299-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.452-.452-1.013-.678T8.5 10.525t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.331.143q-.192.003-.357-.143q-.165-.14-.159-.344t.153-.37l1.156-1.194q.598-.598 1.362-.897T8.5 9.5t1.53.299t1.349.897l1.875 1.875q.477.477 1.029.703t1.167.226t1.18-.226t1.041-.703l1.175-1.155q.146-.147.347-.156t.367.156q.146.146.146.347t-.146.366zm-.025 4.423q-.598.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.452-.452-1.013-.678t-1.158-.226t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334l1.175-1.22q.598-.598 1.352-.897t1.533-.299t1.54.299q.76.3 1.358.897l1.875 1.875q.477.477 1.031.703q.555.226 1.17.226q.616 0 1.178-.226t1.038-.703l1.175-1.155q.146-.147.344-.153t.364.158q.14.147.143.345t-.143.344z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.404 8.88q-.598.599-1.368.9t-1.567.303t-1.561-.3q-.764-.298-1.362-.902l-1.875-1.875q-.452-.452-1.013-.678q-.562-.226-1.158-.226t-1.158.226t-1.013.678L5.154 8.162q-.146.146-.345.152t-.363-.158Q4.3 8.01 4.3 7.809t.146-.367l1.15-1.169q.598-.598 1.362-.897T8.5 5.077t1.53.299t1.349.897l1.875 1.875q.477.477 1.038.703t1.177.226t1.17-.226t1.032-.703l1.175-1.156q.146-.146.347-.155t.366.155q.147.147.147.348t-.147.366zm0 4.424q-.598.598-1.365.897q-.766.299-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.452-.452-1.013-.678T8.5 10.525t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.331.143q-.192.003-.357-.143q-.165-.14-.159-.344t.153-.37l1.156-1.194q.598-.598 1.362-.897T8.5 9.5t1.53.299t1.349.897l1.875 1.875q.477.477 1.029.703t1.167.226t1.18-.226t1.041-.703l1.175-1.155q.146-.147.347-.156t.367.156q.146.146.146.347t-.146.366zm-.025 4.423q-.598.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.452-.452-1.013-.678t-1.158-.226t-1.158.226t-1.013.678l-1.195 1.175q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334l1.175-1.22q.598-.598 1.352-.897t1.533-.299t1.54.299q.76.3 1.358.897l1.875 1.875q.477.477 1.031.703q.555.226 1.17.226q.616 0 1.178-.226t1.038-.703l1.175-1.155q.146-.147.344-.153t.364.158q.14.147.143.345t-.143.344z"/></svg>
</template>

CSS

.icon-airwave-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%22M18.404%208.88q-.598.599-1.368.9t-1.567.303t-1.561-.3q-.764-.298-1.362-.902l-1.875-1.875q-.452-.452-1.013-.678q-.562-.226-1.158-.226t-1.158.226t-1.013.678L5.154%208.162q-.146.146-.345.152t-.363-.158Q4.3%208.01%204.3%207.809t.146-.367l1.15-1.169q.598-.598%201.362-.897T8.5%205.077t1.53.299t1.349.897l1.875%201.875q.477.477%201.038.703t1.177.226t1.17-.226t1.032-.703l1.175-1.156q.146-.146.347-.155t.366.155q.147.147.147.348t-.147.366zm0%204.424q-.598.598-1.365.897q-.766.299-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.452-.452-1.013-.678T8.5%2010.525t-1.158.226t-1.013.678l-1.195%201.175q-.14.14-.331.143q-.192.003-.357-.143q-.165-.14-.159-.344t.153-.37l1.156-1.194q.598-.598%201.362-.897T8.5%209.5t1.53.299t1.349.897l1.875%201.875q.477.477%201.029.703t1.167.226t1.18-.226t1.041-.703l1.175-1.155q.146-.147.347-.156t.367.156q.146.146.146.347t-.146.366zm-.025%204.423q-.598.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.452-.452-1.013-.678t-1.158-.226t-1.158.226t-1.013.678l-1.195%201.175q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334l1.175-1.22q.598-.598%201.352-.897t1.533-.299t1.54.299q.76.3%201.358.897l1.875%201.875q.477.477%201.031.703q.555.226%201.17.226q.616%200%201.178-.226t1.038-.703l1.175-1.155q.146-.147.344-.153t.364.158q.14.147.143.345t-.143.344z%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%22M18.404%208.88q-.598.599-1.368.9t-1.567.303t-1.561-.3q-.764-.298-1.362-.902l-1.875-1.875q-.452-.452-1.013-.678q-.562-.226-1.158-.226t-1.158.226t-1.013.678L5.154%208.162q-.146.146-.345.152t-.363-.158Q4.3%208.01%204.3%207.809t.146-.367l1.15-1.169q.598-.598%201.362-.897T8.5%205.077t1.53.299t1.349.897l1.875%201.875q.477.477%201.038.703t1.177.226t1.17-.226t1.032-.703l1.175-1.156q.146-.146.347-.155t.366.155q.147.147.147.348t-.147.366zm0%204.424q-.598.598-1.365.897q-.766.299-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.452-.452-1.013-.678T8.5%2010.525t-1.158.226t-1.013.678l-1.195%201.175q-.14.14-.331.143q-.192.003-.357-.143q-.165-.14-.159-.344t.153-.37l1.156-1.194q.598-.598%201.362-.897T8.5%209.5t1.53.299t1.349.897l1.875%201.875q.477.477%201.029.703t1.167.226t1.18-.226t1.041-.703l1.175-1.155q.146-.147.347-.156t.367.156q.146.146.146.347t-.146.366zm-.025%204.423q-.598.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.452-.452-1.013-.678t-1.158-.226t-1.158.226t-1.013.678l-1.195%201.175q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334l1.175-1.22q.598-.598%201.352-.897t1.533-.299t1.54.299q.76.3%201.358.897l1.875%201.875q.477.477%201.031.703q.555.226%201.17.226q.616%200%201.178-.226t1.038-.703l1.175-1.155q.146-.147.344-.153t.364.158q.14.147.143.345t-.143.344z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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