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

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

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-.595.59-1.366.897t-1.569.306t-1.561-.3t-1.362-.902l-1.875-1.875q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678L4.8 8.516l-.713-.714l1.51-1.529q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.474.48 1.037.704q.563.225 1.178.225q.616 0 1.17-.226q.555-.226 1.032-.703l1.529-1.51l.714.714zm0 4.424q-.6.598-1.365.897t-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.446-.452-1.011-.678q-.566-.226-1.161-.226t-1.16.226q-.564.226-1.01.678L4.8 12.939l-.713-.689l1.51-1.554q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.468.48 1.025.704q.556.225 1.171.225t1.18-.226t1.041-.703l1.529-1.51l.713.714zm-.025 4.423q-.599.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678l-1.529 1.51l-.688-.689l1.51-1.554q.599-.598 1.354-.897t1.532-.299t1.537.299q.76.3 1.359.897l1.875 1.875q.477.477 1.032.703t1.17.226t1.178-.225t1.037-.704l1.529-1.51l.689.714z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirwave(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-.595.59-1.366.897t-1.569.306t-1.561-.3t-1.362-.902l-1.875-1.875q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678L4.8 8.516l-.713-.714l1.51-1.529q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.474.48 1.037.704q.563.225 1.178.225q.616 0 1.17-.226q.555-.226 1.032-.703l1.529-1.51l.714.714zm0 4.424q-.6.598-1.365.897t-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.446-.452-1.011-.678q-.566-.226-1.161-.226t-1.16.226q-.564.226-1.01.678L4.8 12.939l-.713-.689l1.51-1.554q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.468.48 1.025.704q.556.225 1.171.225t1.18-.226t1.041-.703l1.529-1.51l.713.714zm-.025 4.423q-.599.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678l-1.529 1.51l-.688-.689l1.51-1.554q.599-.598 1.354-.897t1.532-.299t1.537.299q.76.3 1.359.897l1.875 1.875q.477.477 1.032.703t1.17.226t1.178-.225t1.037-.704l1.529-1.51l.689.714z"/></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-.595.59-1.366.897t-1.569.306t-1.561-.3t-1.362-.902l-1.875-1.875q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678L4.8 8.516l-.713-.714l1.51-1.529q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.474.48 1.037.704q.563.225 1.178.225q.616 0 1.17-.226q.555-.226 1.032-.703l1.529-1.51l.714.714zm0 4.424q-.6.598-1.365.897t-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.446-.452-1.011-.678q-.566-.226-1.161-.226t-1.16.226q-.564.226-1.01.678L4.8 12.939l-.713-.689l1.51-1.554q.602-.598 1.36-.897q.76-.299 1.54-.299q.782 0 1.53.299t1.352.897l1.875 1.875q.468.48 1.025.704q.556.225 1.171.225t1.18-.226t1.041-.703l1.529-1.51l.713.714zm-.025 4.423q-.599.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678l-1.529 1.51l-.688-.689l1.51-1.554q.599-.598 1.354-.897t1.532-.299t1.537.299q.76.3 1.359.897l1.875 1.875q.477.477 1.032.703t1.17.226t1.178-.225t1.037-.704l1.529-1.51l.689.714z"/></svg>
</template>

CSS

.icon-airwave {
  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-.595.59-1.366.897t-1.569.306t-1.561-.3t-1.362-.902l-1.875-1.875q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678L4.8%208.516l-.713-.714l1.51-1.529q.602-.598%201.36-.897q.76-.299%201.54-.299q.782%200%201.53.299t1.352.897l1.875%201.875q.474.48%201.037.704q.563.225%201.178.225q.616%200%201.17-.226q.555-.226%201.032-.703l1.529-1.51l.714.714zm0%204.424q-.6.598-1.365.897t-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.446-.452-1.011-.678q-.566-.226-1.161-.226t-1.16.226q-.564.226-1.01.678L4.8%2012.939l-.713-.689l1.51-1.554q.602-.598%201.36-.897q.76-.299%201.54-.299q.782%200%201.53.299t1.352.897l1.875%201.875q.468.48%201.025.704q.556.225%201.171.225t1.18-.226t1.041-.703l1.529-1.51l.713.714zm-.025%204.423q-.599.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678l-1.529%201.51l-.688-.689l1.51-1.554q.599-.598%201.354-.897t1.532-.299t1.537.299q.76.3%201.359.897l1.875%201.875q.477.477%201.032.703t1.17.226t1.178-.225t1.037-.704l1.529-1.51l.689.714z%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-.595.59-1.366.897t-1.569.306t-1.561-.3t-1.362-.902l-1.875-1.875q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678L4.8%208.516l-.713-.714l1.51-1.529q.602-.598%201.36-.897q.76-.299%201.54-.299q.782%200%201.53.299t1.352.897l1.875%201.875q.474.48%201.037.704q.563.225%201.178.225q.616%200%201.17-.226q.555-.226%201.032-.703l1.529-1.51l.714.714zm0%204.424q-.6.598-1.365.897t-1.564.299t-1.564-.299t-1.365-.897l-1.875-1.875q-.446-.452-1.011-.678q-.566-.226-1.161-.226t-1.16.226q-.564.226-1.01.678L4.8%2012.939l-.713-.689l1.51-1.554q.602-.598%201.36-.897q.76-.299%201.54-.299q.782%200%201.53.299t1.352.897l1.875%201.875q.468.48%201.025.704q.556.225%201.171.225t1.18-.226t1.041-.703l1.529-1.51l.713.714zm-.025%204.423q-.599.598-1.352.897t-1.552.299t-1.564-.308q-.767-.31-1.365-.907l-1.9-1.856q-.446-.452-1.012-.678q-.565-.226-1.16-.226t-1.16.226t-1.01.678l-1.529%201.51l-.688-.689l1.51-1.554q.599-.598%201.354-.897t1.532-.299t1.537.299q.76.3%201.359.897l1.875%201.875q.477.477%201.032.703t1.17.226t1.178-.225t1.037-.704l1.529-1.51l.689.714z%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.svg?color=%231a73e8&size=48