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

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

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the air icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 20q-1.25 0-2.125-.875T8.5 17h2q0 .425.288.713T11.5 18t.713-.288T12.5 17t-.288-.712T11.5 16H2v-2h9.5q1.25 0 2.125.875T14.5 17t-.875 2.125T11.5 20M2 10V8h13.5q.65 0 1.075-.425T17 6.5t-.425-1.075T15.5 5t-1.075.425T14 6.5h-2q0-1.475 1.013-2.488T15.5 3t2.488 1.013T19 6.5t-1.012 2.488T15.5 10zm16.5 8v-2q.65 0 1.075-.425T20 14.5t-.425-1.075T18.5 13H2v-2h16.5q1.475 0 2.488 1.013T22 14.5t-1.012 2.488T18.5 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAir(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="M11.5 20q-1.25 0-2.125-.875T8.5 17h2q0 .425.288.713T11.5 18t.713-.288T12.5 17t-.288-.712T11.5 16H2v-2h9.5q1.25 0 2.125.875T14.5 17t-.875 2.125T11.5 20M2 10V8h13.5q.65 0 1.075-.425T17 6.5t-.425-1.075T15.5 5t-1.075.425T14 6.5h-2q0-1.475 1.013-2.488T15.5 3t2.488 1.013T19 6.5t-1.012 2.488T15.5 10zm16.5 8v-2q.65 0 1.075-.425T20 14.5t-.425-1.075T18.5 13H2v-2h16.5q1.475 0 2.488 1.013T22 14.5t-1.012 2.488T18.5 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 20q-1.25 0-2.125-.875T8.5 17h2q0 .425.288.713T11.5 18t.713-.288T12.5 17t-.288-.712T11.5 16H2v-2h9.5q1.25 0 2.125.875T14.5 17t-.875 2.125T11.5 20M2 10V8h13.5q.65 0 1.075-.425T17 6.5t-.425-1.075T15.5 5t-1.075.425T14 6.5h-2q0-1.475 1.013-2.488T15.5 3t2.488 1.013T19 6.5t-1.012 2.488T15.5 10zm16.5 8v-2q.65 0 1.075-.425T20 14.5t-.425-1.075T18.5 13H2v-2h16.5q1.475 0 2.488 1.013T22 14.5t-1.012 2.488T18.5 18"/></svg>
</template>

CSS

.icon-air {
  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%22M11.5%2020q-1.25%200-2.125-.875T8.5%2017h2q0%20.425.288.713T11.5%2018t.713-.288T12.5%2017t-.288-.712T11.5%2016H2v-2h9.5q1.25%200%202.125.875T14.5%2017t-.875%202.125T11.5%2020M2%2010V8h13.5q.65%200%201.075-.425T17%206.5t-.425-1.075T15.5%205t-1.075.425T14%206.5h-2q0-1.475%201.013-2.488T15.5%203t2.488%201.013T19%206.5t-1.012%202.488T15.5%2010zm16.5%208v-2q.65%200%201.075-.425T20%2014.5t-.425-1.075T18.5%2013H2v-2h16.5q1.475%200%202.488%201.013T22%2014.5t-1.012%202.488T18.5%2018%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%22M11.5%2020q-1.25%200-2.125-.875T8.5%2017h2q0%20.425.288.713T11.5%2018t.713-.288T12.5%2017t-.288-.712T11.5%2016H2v-2h9.5q1.25%200%202.125.875T14.5%2017t-.875%202.125T11.5%2020M2%2010V8h13.5q.65%200%201.075-.425T17%206.5t-.425-1.075T15.5%205t-1.075.425T14%206.5h-2q0-1.475%201.013-2.488T15.5%203t2.488%201.013T19%206.5t-1.012%202.488T15.5%2010zm16.5%208v-2q.65%200%201.075-.425T20%2014.5t-.425-1.075T18.5%2013H2v-2h16.5q1.475%200%202.488%201.013T22%2014.5t-1.012%202.488T18.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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