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

Name
air-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
air-outline-rounded

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-.684 0-1.257-.343q-.572-.342-.92-.946q-.14-.231.007-.472t.428-.24q.152 0 .277.085q.125.084.21.219q.201.31.539.503t.716.193q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442H3q-.213 0-.357-.143t-.143-.357t.143-.357T3 14.27h8.5q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73M3 9.731q-.213 0-.357-.143T2.5 9.23t.143-.357T3 8.731h12.5q.817 0 1.409-.591q.591-.592.591-1.41t-.591-1.408q-.592-.591-1.409-.591q-.592 0-1.086.312t-.733.855q-.079.146-.194.24q-.116.093-.273.093q-.27 0-.438-.202t-.076-.454q.35-.858 1.109-1.351q.758-.493 1.691-.493q1.258 0 2.129.871t.871 2.129t-.871 2.129q-.871.87-2.129.87zm16.72 7.546q-.27.11-.495-.053T19 16.781q0-.158.093-.27t.24-.192q.542-.238.855-.732T20.5 14.5q0-.817-.591-1.409q-.592-.591-1.409-.591H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h15.5q1.258 0 2.129.871T21.5 14.5q0 .916-.473 1.663t-1.308 1.114"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirRounded(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-.684 0-1.257-.343q-.572-.342-.92-.946q-.14-.231.007-.472t.428-.24q.152 0 .277.085q.125.084.21.219q.201.31.539.503t.716.193q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442H3q-.213 0-.357-.143t-.143-.357t.143-.357T3 14.27h8.5q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73M3 9.731q-.213 0-.357-.143T2.5 9.23t.143-.357T3 8.731h12.5q.817 0 1.409-.591q.591-.592.591-1.41t-.591-1.408q-.592-.591-1.409-.591q-.592 0-1.086.312t-.733.855q-.079.146-.194.24q-.116.093-.273.093q-.27 0-.438-.202t-.076-.454q.35-.858 1.109-1.351q.758-.493 1.691-.493q1.258 0 2.129.871t.871 2.129t-.871 2.129q-.871.87-2.129.87zm16.72 7.546q-.27.11-.495-.053T19 16.781q0-.158.093-.27t.24-.192q.542-.238.855-.732T20.5 14.5q0-.817-.591-1.409q-.592-.591-1.409-.591H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h15.5q1.258 0 2.129.871T21.5 14.5q0 .916-.473 1.663t-1.308 1.114"/></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-.684 0-1.257-.343q-.572-.342-.92-.946q-.14-.231.007-.472t.428-.24q.152 0 .277.085q.125.084.21.219q.201.31.539.503t.716.193q.617 0 1.059-.441T13 16.769t-.441-1.058q-.442-.442-1.059-.442H3q-.213 0-.357-.143t-.143-.357t.143-.357T3 14.27h8.5q1.039 0 1.77.731t.73 1.77t-.73 1.769t-1.77.73M3 9.731q-.213 0-.357-.143T2.5 9.23t.143-.357T3 8.731h12.5q.817 0 1.409-.591q.591-.592.591-1.41t-.591-1.408q-.592-.591-1.409-.591q-.592 0-1.086.312t-.733.855q-.079.146-.194.24q-.116.093-.273.093q-.27 0-.438-.202t-.076-.454q.35-.858 1.109-1.351q.758-.493 1.691-.493q1.258 0 2.129.871t.871 2.129t-.871 2.129q-.871.87-2.129.87zm16.72 7.546q-.27.11-.495-.053T19 16.781q0-.158.093-.27t.24-.192q.542-.238.855-.732T20.5 14.5q0-.817-.591-1.409q-.592-.591-1.409-.591H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h15.5q1.258 0 2.129.871T21.5 14.5q0 .916-.473 1.663t-1.308 1.114"/></svg>
</template>

CSS

.icon-air-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%22M11.5%2019.27q-.684%200-1.257-.343q-.572-.342-.92-.946q-.14-.231.007-.472t.428-.24q.152%200%20.277.085q.125.084.21.219q.201.31.539.503t.716.193q.617%200%201.059-.441T13%2016.769t-.441-1.058q-.442-.442-1.059-.442H3q-.213%200-.357-.143t-.143-.357t.143-.357T3%2014.27h8.5q1.039%200%201.77.731t.73%201.77t-.73%201.769t-1.77.73M3%209.731q-.213%200-.357-.143T2.5%209.23t.143-.357T3%208.731h12.5q.817%200%201.409-.591q.591-.592.591-1.41t-.591-1.408q-.592-.591-1.409-.591q-.592%200-1.086.312t-.733.855q-.079.146-.194.24q-.116.093-.273.093q-.27%200-.438-.202t-.076-.454q.35-.858%201.109-1.351q.758-.493%201.691-.493q1.258%200%202.129.871t.871%202.129t-.871%202.129q-.871.87-2.129.87zm16.72%207.546q-.27.11-.495-.053T19%2016.781q0-.158.093-.27t.24-.192q.542-.238.855-.732T20.5%2014.5q0-.817-.591-1.409q-.592-.591-1.409-.591H3q-.213%200-.357-.143T2.5%2012t.143-.357T3%2011.5h15.5q1.258%200%202.129.871T21.5%2014.5q0%20.916-.473%201.663t-1.308%201.114%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-.684%200-1.257-.343q-.572-.342-.92-.946q-.14-.231.007-.472t.428-.24q.152%200%20.277.085q.125.084.21.219q.201.31.539.503t.716.193q.617%200%201.059-.441T13%2016.769t-.441-1.058q-.442-.442-1.059-.442H3q-.213%200-.357-.143t-.143-.357t.143-.357T3%2014.27h8.5q1.039%200%201.77.731t.73%201.77t-.73%201.769t-1.77.73M3%209.731q-.213%200-.357-.143T2.5%209.23t.143-.357T3%208.731h12.5q.817%200%201.409-.591q.591-.592.591-1.41t-.591-1.408q-.592-.591-1.409-.591q-.592%200-1.086.312t-.733.855q-.079.146-.194.24q-.116.093-.273.093q-.27%200-.438-.202t-.076-.454q.35-.858%201.109-1.351q.758-.493%201.691-.493q1.258%200%202.129.871t.871%202.129t-.871%202.129q-.871.87-2.129.87zm16.72%207.546q-.27.11-.495-.053T19%2016.781q0-.158.093-.27t.24-.192q.542-.238.855-.732T20.5%2014.5q0-.817-.591-1.409q-.592-.591-1.409-.591H3q-.213%200-.357-.143T2.5%2012t.143-.357T3%2011.5h15.5q1.258%200%202.129.871T21.5%2014.5q0%20.916-.473%201.663t-1.308%201.114%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-rounded.svg?color=%231a73e8&size=48