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

Name
ac-unit-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
ac-unit-outline-rounded

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 16.658l-3.421 3.37q-.14.141-.342.141t-.34-.165q-.166-.14-.166-.342t.165-.366l4.104-4.104V12.5H8.808l-4.13 4.129q-.14.14-.34.14t-.367-.165q-.14-.14-.14-.342t.14-.34L7.342 12.5H2.975q-.194 0-.335-.143q-.14-.143-.14-.357q0-.194.143-.347q.144-.153.357-.153h4.342l-3.37-3.396q-.141-.14-.141-.341t.165-.367q.14-.14.342-.14t.366.14L8.808 11.5H11.5V8.808L7.371 4.704q-.14-.14-.14-.341t.165-.367q.14-.14.342-.14t.34.14L11.5 7.342V3q0-.194.143-.347T12 2.5q.194 0 .347.153T12.5 3v4.342l3.396-3.346q.14-.14.341-.14t.367.14q.14.165.14.366t-.14.342L12.5 8.808V11.5h2.692l4.104-4.104q.14-.14.342-.14t.366.165q.14.14.14.341t-.14.342L16.658 11.5H21q.194 0 .347.153T21.5 12q0 .214-.153.357T21 12.5h-4.342l3.346 3.421q.14.14.14.342t-.14.34q-.166.166-.367.166t-.34-.165L15.191 12.5H12.5v2.692l4.104 4.13q.14.14.14.34t-.165.367q-.14.14-.342.14t-.34-.14L12.5 16.658v4.367q0 .194-.153.335q-.153.14-.347.14q-.213 0-.357-.143T11.5 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAcUnitRounded(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 16.658l-3.421 3.37q-.14.141-.342.141t-.34-.165q-.166-.14-.166-.342t.165-.366l4.104-4.104V12.5H8.808l-4.13 4.129q-.14.14-.34.14t-.367-.165q-.14-.14-.14-.342t.14-.34L7.342 12.5H2.975q-.194 0-.335-.143q-.14-.143-.14-.357q0-.194.143-.347q.144-.153.357-.153h4.342l-3.37-3.396q-.141-.14-.141-.341t.165-.367q.14-.14.342-.14t.366.14L8.808 11.5H11.5V8.808L7.371 4.704q-.14-.14-.14-.341t.165-.367q.14-.14.342-.14t.34.14L11.5 7.342V3q0-.194.143-.347T12 2.5q.194 0 .347.153T12.5 3v4.342l3.396-3.346q.14-.14.341-.14t.367.14q.14.165.14.366t-.14.342L12.5 8.808V11.5h2.692l4.104-4.104q.14-.14.342-.14t.366.165q.14.14.14.341t-.14.342L16.658 11.5H21q.194 0 .347.153T21.5 12q0 .214-.153.357T21 12.5h-4.342l3.346 3.421q.14.14.14.342t-.14.34q-.166.166-.367.166t-.34-.165L15.191 12.5H12.5v2.692l4.104 4.13q.14.14.14.34t-.165.367q-.14.14-.342.14t-.34-.14L12.5 16.658v4.367q0 .194-.153.335q-.153.14-.347.14q-.213 0-.357-.143T11.5 21z"/></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 16.658l-3.421 3.37q-.14.141-.342.141t-.34-.165q-.166-.14-.166-.342t.165-.366l4.104-4.104V12.5H8.808l-4.13 4.129q-.14.14-.34.14t-.367-.165q-.14-.14-.14-.342t.14-.34L7.342 12.5H2.975q-.194 0-.335-.143q-.14-.143-.14-.357q0-.194.143-.347q.144-.153.357-.153h4.342l-3.37-3.396q-.141-.14-.141-.341t.165-.367q.14-.14.342-.14t.366.14L8.808 11.5H11.5V8.808L7.371 4.704q-.14-.14-.14-.341t.165-.367q.14-.14.342-.14t.34.14L11.5 7.342V3q0-.194.143-.347T12 2.5q.194 0 .347.153T12.5 3v4.342l3.396-3.346q.14-.14.341-.14t.367.14q.14.165.14.366t-.14.342L12.5 8.808V11.5h2.692l4.104-4.104q.14-.14.342-.14t.366.165q.14.14.14.341t-.14.342L16.658 11.5H21q.194 0 .347.153T21.5 12q0 .214-.153.357T21 12.5h-4.342l3.346 3.421q.14.14.14.342t-.14.34q-.166.166-.367.166t-.34-.165L15.191 12.5H12.5v2.692l4.104 4.13q.14.14.14.34t-.165.367q-.14.14-.342.14t-.34-.14L12.5 16.658v4.367q0 .194-.153.335q-.153.14-.347.14q-.213 0-.357-.143T11.5 21z"/></svg>
</template>

CSS

.icon-ac-unit-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%2016.658l-3.421%203.37q-.14.141-.342.141t-.34-.165q-.166-.14-.166-.342t.165-.366l4.104-4.104V12.5H8.808l-4.13%204.129q-.14.14-.34.14t-.367-.165q-.14-.14-.14-.342t.14-.34L7.342%2012.5H2.975q-.194%200-.335-.143q-.14-.143-.14-.357q0-.194.143-.347q.144-.153.357-.153h4.342l-3.37-3.396q-.141-.14-.141-.341t.165-.367q.14-.14.342-.14t.366.14L8.808%2011.5H11.5V8.808L7.371%204.704q-.14-.14-.14-.341t.165-.367q.14-.14.342-.14t.34.14L11.5%207.342V3q0-.194.143-.347T12%202.5q.194%200%20.347.153T12.5%203v4.342l3.396-3.346q.14-.14.341-.14t.367.14q.14.165.14.366t-.14.342L12.5%208.808V11.5h2.692l4.104-4.104q.14-.14.342-.14t.366.165q.14.14.14.341t-.14.342L16.658%2011.5H21q.194%200%20.347.153T21.5%2012q0%20.214-.153.357T21%2012.5h-4.342l3.346%203.421q.14.14.14.342t-.14.34q-.166.166-.367.166t-.34-.165L15.191%2012.5H12.5v2.692l4.104%204.13q.14.14.14.34t-.165.367q-.14.14-.342.14t-.34-.14L12.5%2016.658v4.367q0%20.194-.153.335q-.153.14-.347.14q-.213%200-.357-.143T11.5%2021z%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%2016.658l-3.421%203.37q-.14.141-.342.141t-.34-.165q-.166-.14-.166-.342t.165-.366l4.104-4.104V12.5H8.808l-4.13%204.129q-.14.14-.34.14t-.367-.165q-.14-.14-.14-.342t.14-.34L7.342%2012.5H2.975q-.194%200-.335-.143q-.14-.143-.14-.357q0-.194.143-.347q.144-.153.357-.153h4.342l-3.37-3.396q-.141-.14-.141-.341t.165-.367q.14-.14.342-.14t.366.14L8.808%2011.5H11.5V8.808L7.371%204.704q-.14-.14-.14-.341t.165-.367q.14-.14.342-.14t.34.14L11.5%207.342V3q0-.194.143-.347T12%202.5q.194%200%20.347.153T12.5%203v4.342l3.396-3.346q.14-.14.341-.14t.367.14q.14.165.14.366t-.14.342L12.5%208.808V11.5h2.692l4.104-4.104q.14-.14.342-.14t.366.165q.14.14.14.341t-.14.342L16.658%2011.5H21q.194%200%20.347.153T21.5%2012q0%20.214-.153.357T21%2012.5h-4.342l3.346%203.421q.14.14.14.342t-.14.34q-.166.166-.367.166t-.34-.165L15.191%2012.5H12.5v2.692l4.104%204.13q.14.14.14.34t-.165.367q-.14.14-.342.14t-.34-.14L12.5%2016.658v4.367q0%20.194-.153.335q-.153.14-.347.14q-.213%200-.357-.143T11.5%2021z%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-rounded.svg?color=%231a73e8&size=48