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

Name
airwave
Set
Material Symbols
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

The same icon in other sets

More home icons from Material Symbols

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.75 8.65q-.675.675-1.55 1.025t-1.75.35t-1.725-.337T12.2 8.65l-1.875-1.875q-.375-.375-.85-.562T8.5 6.025t-.975.188t-.85.562L4.8 8.65L3.375 7.225L5.25 5.35q.675-.675 1.525-1.012T8.5 4t1.713.338t1.512 1.012L13.6 7.225q.4.4.875.588T15.45 8t.988-.187t.887-.588L19.2 5.35l1.425 1.425zm0 5q-.675.675-1.537 1.013T15.474 15t-1.737-.337T12.2 13.65l-1.875-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.8 13.65l-1.425-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 9t1.713.338t1.512 1.012l1.875 1.875q.4.4.875.588t.975.187t.988-.187t.887-.588L19.2 10.35l1.425 1.425zm-.025 5q-.675.675-1.525 1.013T15.475 20t-1.737-.337T12.2 18.65l-1.9-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.775 18.65l-1.4-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 14t1.713.338t1.512 1.012l1.875 1.875q.4.4.888.588t.987.187t.975-.187t.875-.588L19.2 15.35l1.4 1.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirwave(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.75 8.65q-.675.675-1.55 1.025t-1.75.35t-1.725-.337T12.2 8.65l-1.875-1.875q-.375-.375-.85-.562T8.5 6.025t-.975.188t-.85.562L4.8 8.65L3.375 7.225L5.25 5.35q.675-.675 1.525-1.012T8.5 4t1.713.338t1.512 1.012L13.6 7.225q.4.4.875.588T15.45 8t.988-.187t.887-.588L19.2 5.35l1.425 1.425zm0 5q-.675.675-1.537 1.013T15.474 15t-1.737-.337T12.2 13.65l-1.875-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.8 13.65l-1.425-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 9t1.713.338t1.512 1.012l1.875 1.875q.4.4.875.588t.975.187t.988-.187t.887-.588L19.2 10.35l1.425 1.425zm-.025 5q-.675.675-1.525 1.013T15.475 20t-1.737-.337T12.2 18.65l-1.9-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.775 18.65l-1.4-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 14t1.713.338t1.512 1.012l1.875 1.875q.4.4.888.588t.987.187t.975-.187t.875-.588L19.2 15.35l1.4 1.425z"/></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.75 8.65q-.675.675-1.55 1.025t-1.75.35t-1.725-.337T12.2 8.65l-1.875-1.875q-.375-.375-.85-.562T8.5 6.025t-.975.188t-.85.562L4.8 8.65L3.375 7.225L5.25 5.35q.675-.675 1.525-1.012T8.5 4t1.713.338t1.512 1.012L13.6 7.225q.4.4.875.588T15.45 8t.988-.187t.887-.588L19.2 5.35l1.425 1.425zm0 5q-.675.675-1.537 1.013T15.474 15t-1.737-.337T12.2 13.65l-1.875-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.8 13.65l-1.425-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 9t1.713.338t1.512 1.012l1.875 1.875q.4.4.875.588t.975.187t.988-.187t.887-.588L19.2 10.35l1.425 1.425zm-.025 5q-.675.675-1.525 1.013T15.475 20t-1.737-.337T12.2 18.65l-1.9-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.775 18.65l-1.4-1.4l1.875-1.9q.675-.675 1.525-1.012T8.5 14t1.713.338t1.512 1.012l1.875 1.875q.4.4.888.588t.987.187t.975-.187t.875-.588L19.2 15.35l1.4 1.425z"/></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.75%208.65q-.675.675-1.55%201.025t-1.75.35t-1.725-.337T12.2%208.65l-1.875-1.875q-.375-.375-.85-.562T8.5%206.025t-.975.188t-.85.562L4.8%208.65L3.375%207.225L5.25%205.35q.675-.675%201.525-1.012T8.5%204t1.713.338t1.512%201.012L13.6%207.225q.4.4.875.588T15.45%208t.988-.187t.887-.588L19.2%205.35l1.425%201.425zm0%205q-.675.675-1.537%201.013T15.474%2015t-1.737-.337T12.2%2013.65l-1.875-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.8%2013.65l-1.425-1.4l1.875-1.9q.675-.675%201.525-1.012T8.5%209t1.713.338t1.512%201.012l1.875%201.875q.4.4.875.588t.975.187t.988-.187t.887-.588L19.2%2010.35l1.425%201.425zm-.025%205q-.675.675-1.525%201.013T15.475%2020t-1.737-.337T12.2%2018.65l-1.9-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.775%2018.65l-1.4-1.4l1.875-1.9q.675-.675%201.525-1.012T8.5%2014t1.713.338t1.512%201.012l1.875%201.875q.4.4.888.588t.987.187t.975-.187t.875-.588L19.2%2015.35l1.4%201.425z%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.75%208.65q-.675.675-1.55%201.025t-1.75.35t-1.725-.337T12.2%208.65l-1.875-1.875q-.375-.375-.85-.562T8.5%206.025t-.975.188t-.85.562L4.8%208.65L3.375%207.225L5.25%205.35q.675-.675%201.525-1.012T8.5%204t1.713.338t1.512%201.012L13.6%207.225q.4.4.875.588T15.45%208t.988-.187t.887-.588L19.2%205.35l1.425%201.425zm0%205q-.675.675-1.537%201.013T15.474%2015t-1.737-.337T12.2%2013.65l-1.875-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.8%2013.65l-1.425-1.4l1.875-1.9q.675-.675%201.525-1.012T8.5%209t1.713.338t1.512%201.012l1.875%201.875q.4.4.875.588t.975.187t.988-.187t.887-.588L19.2%2010.35l1.425%201.425zm-.025%205q-.675.675-1.525%201.013T15.475%2020t-1.737-.337T12.2%2018.65l-1.9-1.875q-.375-.375-.85-.562t-.975-.188t-.975.188t-.85.562L4.775%2018.65l-1.4-1.4l1.875-1.9q.675-.675%201.525-1.012T8.5%2014t1.713.338t1.512%201.012l1.875%201.875q.4.4.888.588t.987.187t.975-.187t.875-.588L19.2%2015.35l1.4%201.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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