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

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

The same icon in other sets

More activities icons from Material Symbols Light

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 19.27q-.904 0-1.577-.578q-.673-.576-.846-1.423h1.039q.153.445.527.722q.374.278.857.278q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442h-9v-1h9q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73m-9-9.538v-1h13q.842 0 1.421-.579t.579-1.421t-.579-1.421t-1.421-.58q-.727 0-1.248.426q-.521.425-.675 1.075h-1.039q.173-1.09 1.003-1.796q.83-.704 1.959-.704q1.264 0 2.132.868t.868 2.132t-.868 2.132t-2.132.868zM19 17.46v-1.038q.65-.154 1.075-.675T20.5 14.5q0-.842-.579-1.421T18.5 12.5h-16v-1h16q1.264 0 2.132.868T21.5 14.5q0 1.129-.705 1.959T19 17.46"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAir(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 19.27q-.904 0-1.577-.578q-.673-.576-.846-1.423h1.039q.153.445.527.722q.374.278.857.278q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442h-9v-1h9q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73m-9-9.538v-1h13q.842 0 1.421-.579t.579-1.421t-.579-1.421t-1.421-.58q-.727 0-1.248.426q-.521.425-.675 1.075h-1.039q.173-1.09 1.003-1.796q.83-.704 1.959-.704q1.264 0 2.132.868t.868 2.132t-.868 2.132t-2.132.868zM19 17.46v-1.038q.65-.154 1.075-.675T20.5 14.5q0-.842-.579-1.421T18.5 12.5h-16v-1h16q1.264 0 2.132.868T21.5 14.5q0 1.129-.705 1.959T19 17.46"/></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 19.27q-.904 0-1.577-.578q-.673-.576-.846-1.423h1.039q.153.445.527.722q.374.278.857.278q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442h-9v-1h9q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73m-9-9.538v-1h13q.842 0 1.421-.579t.579-1.421t-.579-1.421t-1.421-.58q-.727 0-1.248.426q-.521.425-.675 1.075h-1.039q.173-1.09 1.003-1.796q.83-.704 1.959-.704q1.264 0 2.132.868t.868 2.132t-.868 2.132t-2.132.868zM19 17.46v-1.038q.65-.154 1.075-.675T20.5 14.5q0-.842-.579-1.421T18.5 12.5h-16v-1h16q1.264 0 2.132.868T21.5 14.5q0 1.129-.705 1.959T19 17.46"/></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%2019.27q-.904%200-1.577-.578q-.673-.576-.846-1.423h1.039q.153.445.527.722q.374.278.857.278q.617%200%201.059-.441T13%2016.769t-.441-1.058q-.442-.442-1.059-.442h-9v-1h9q1.039%200%201.77.731t.73%201.77t-.73%201.769t-1.77.73m-9-9.538v-1h13q.842%200%201.421-.579t.579-1.421t-.579-1.421t-1.421-.58q-.727%200-1.248.426q-.521.425-.675%201.075h-1.039q.173-1.09%201.003-1.796q.83-.704%201.959-.704q1.264%200%202.132.868t.868%202.132t-.868%202.132t-2.132.868zM19%2017.46v-1.038q.65-.154%201.075-.675T20.5%2014.5q0-.842-.579-1.421T18.5%2012.5h-16v-1h16q1.264%200%202.132.868T21.5%2014.5q0%201.129-.705%201.959T19%2017.46%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%2019.27q-.904%200-1.577-.578q-.673-.576-.846-1.423h1.039q.153.445.527.722q.374.278.857.278q.617%200%201.059-.441T13%2016.769t-.441-1.058q-.442-.442-1.059-.442h-9v-1h9q1.039%200%201.77.731t.73%201.77t-.73%201.769t-1.77.73m-9-9.538v-1h13q.842%200%201.421-.579t.579-1.421t-.579-1.421t-1.421-.58q-.727%200-1.248.426q-.521.425-.675%201.075h-1.039q.173-1.09%201.003-1.796q.83-.704%201.959-.704q1.264%200%202.132.868t.868%202.132t-.868%202.132t-2.132.868zM19%2017.46v-1.038q.65-.154%201.075-.675T20.5%2014.5q0-.842-.579-1.421T18.5%2012.5h-16v-1h16q1.264%200%202.132.868T21.5%2014.5q0%201.129-.705%201.959T19%2017.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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