ac-unit from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
ac-unit
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
ac-unit-outline, ac-unit-outline-sharp, ac-unit-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the ac unit 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 21.5v-4.842l-3.75 3.7l-.708-.708l4.458-4.458V12.5H8.808L4.35 16.958l-.708-.708l3.7-3.75H2.5v-1h4.842l-3.7-3.75l.708-.708L8.808 11.5H11.5V8.808L7.042 4.35l.708-.708l3.75 3.7V2.5h1v4.842l3.75-3.7l.708.708L12.5 8.808V11.5h2.692l4.458-4.458l.708.708l-3.7 3.75H21.5v1h-4.842l3.7 3.75l-.708.708l-4.458-4.458H12.5v2.692l4.458 4.458l-.708.708l-3.75-3.7V21.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAcUnit(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 21.5v-4.842l-3.75 3.7l-.708-.708l4.458-4.458V12.5H8.808L4.35 16.958l-.708-.708l3.7-3.75H2.5v-1h4.842l-3.7-3.75l.708-.708L8.808 11.5H11.5V8.808L7.042 4.35l.708-.708l3.75 3.7V2.5h1v4.842l3.75-3.7l.708.708L12.5 8.808V11.5h2.692l4.458-4.458l.708.708l-3.7 3.75H21.5v1h-4.842l3.7 3.75l-.708.708l-4.458-4.458H12.5v2.692l4.458 4.458l-.708.708l-3.75-3.7V21.5z"/></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 21.5v-4.842l-3.75 3.7l-.708-.708l4.458-4.458V12.5H8.808L4.35 16.958l-.708-.708l3.7-3.75H2.5v-1h4.842l-3.7-3.75l.708-.708L8.808 11.5H11.5V8.808L7.042 4.35l.708-.708l3.75 3.7V2.5h1v4.842l3.75-3.7l.708.708L12.5 8.808V11.5h2.692l4.458-4.458l.708.708l-3.7 3.75H21.5v1h-4.842l3.7 3.75l-.708.708l-4.458-4.458H12.5v2.692l4.458 4.458l-.708.708l-3.75-3.7V21.5z"/></svg>
</template>

CSS

.icon-ac-unit {
  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%2021.5v-4.842l-3.75%203.7l-.708-.708l4.458-4.458V12.5H8.808L4.35%2016.958l-.708-.708l3.7-3.75H2.5v-1h4.842l-3.7-3.75l.708-.708L8.808%2011.5H11.5V8.808L7.042%204.35l.708-.708l3.75%203.7V2.5h1v4.842l3.75-3.7l.708.708L12.5%208.808V11.5h2.692l4.458-4.458l.708.708l-3.7%203.75H21.5v1h-4.842l3.7%203.75l-.708.708l-4.458-4.458H12.5v2.692l4.458%204.458l-.708.708l-3.75-3.7V21.5z%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%2021.5v-4.842l-3.75%203.7l-.708-.708l4.458-4.458V12.5H8.808L4.35%2016.958l-.708-.708l3.7-3.75H2.5v-1h4.842l-3.7-3.75l.708-.708L8.808%2011.5H11.5V8.808L7.042%204.35l.708-.708l3.75%203.7V2.5h1v4.842l3.75-3.7l.708.708L12.5%208.808V11.5h2.692l4.458-4.458l.708.708l-3.7%203.75H21.5v1h-4.842l3.7%203.75l-.708.708l-4.458-4.458H12.5v2.692l4.458%204.458l-.708.708l-3.75-3.7V21.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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