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

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

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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 17.85l-2.575 2.525q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L11 15v-2H9l-3.975 3.975q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.687t.275-.688L6.15 13H2.975q-.425 0-.7-.288T2 12t.288-.712T3 11h3.15L3.625 8.45q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.712.275L9 11h2V9L7.025 5.05q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.687.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.5q.275-.275.688-.275t.712.275q.275.3.275.713t-.275.687L13 9v2h2l3.95-3.95q.275-.275.688-.275t.712.3q.275.275.275.687t-.275.688L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.5 2.575q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L15 13h-2v2l3.95 3.975q.275.275.275.688t-.3.712q-.275.275-.687.275t-.688-.275L13 17.85v3.175q0 .425-.288.7T12 22t-.712-.288T11 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAcUnitRounded(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 17.85l-2.575 2.525q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L11 15v-2H9l-3.975 3.975q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.687t.275-.688L6.15 13H2.975q-.425 0-.7-.288T2 12t.288-.712T3 11h3.15L3.625 8.45q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.712.275L9 11h2V9L7.025 5.05q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.687.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.5q.275-.275.688-.275t.712.275q.275.3.275.713t-.275.687L13 9v2h2l3.95-3.95q.275-.275.688-.275t.712.3q.275.275.275.687t-.275.688L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.5 2.575q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L15 13h-2v2l3.95 3.975q.275.275.275.688t-.3.712q-.275.275-.687.275t-.688-.275L13 17.85v3.175q0 .425-.288.7T12 22t-.712-.288T11 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 17.85l-2.575 2.525q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L11 15v-2H9l-3.975 3.975q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.687t.275-.688L6.15 13H2.975q-.425 0-.7-.288T2 12t.288-.712T3 11h3.15L3.625 8.45q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.712.275L9 11h2V9L7.025 5.05q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.687.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.5q.275-.275.688-.275t.712.275q.275.3.275.713t-.275.687L13 9v2h2l3.95-3.95q.275-.275.688-.275t.712.3q.275.275.275.687t-.275.688L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.5 2.575q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L15 13h-2v2l3.95 3.975q.275.275.275.688t-.3.712q-.275.275-.687.275t-.688-.275L13 17.85v3.175q0 .425-.288.7T12 22t-.712-.288T11 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%2017.85l-2.575%202.525q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L11%2015v-2H9l-3.975%203.975q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.687t.275-.688L6.15%2013H2.975q-.425%200-.7-.288T2%2012t.288-.712T3%2011h3.15L3.625%208.45q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.712.275L9%2011h2V9L7.025%205.05q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.687.275L11%206.15V3q0-.425.288-.712T12%202t.713.288T13%203v3.15l2.55-2.5q.275-.275.688-.275t.712.275q.275.3.275.713t-.275.687L13%209v2h2l3.95-3.95q.275-.275.688-.275t.712.3q.275.275.275.687t-.275.688L17.85%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-3.15l2.5%202.575q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L15%2013h-2v2l3.95%203.975q.275.275.275.688t-.3.712q-.275.275-.687.275t-.688-.275L13%2017.85v3.175q0%20.425-.288.7T12%2022t-.712-.288T11%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%2017.85l-2.575%202.525q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L11%2015v-2H9l-3.975%203.975q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.687t.275-.688L6.15%2013H2.975q-.425%200-.7-.288T2%2012t.288-.712T3%2011h3.15L3.625%208.45q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.712.275L9%2011h2V9L7.025%205.05q-.275-.275-.275-.687t.3-.713q.275-.275.688-.275t.687.275L11%206.15V3q0-.425.288-.712T12%202t.713.288T13%203v3.15l2.55-2.5q.275-.275.688-.275t.712.275q.275.3.275.713t-.275.687L13%209v2h2l3.95-3.95q.275-.275.688-.275t.712.3q.275.275.275.687t-.275.688L17.85%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-3.15l2.5%202.575q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L15%2013h-2v2l3.95%203.975q.275.275.275.688t-.3.712q-.275.275-.687.275t-.688-.275L13%2017.85v3.175q0%20.425-.288.7T12%2022t-.712-.288T11%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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