condicioner 2 icon

condicioner-2-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.

Name
condicioner-2-bold
Set
Solar
Style
Bold
Viewbox
24×24
License
CC BY 4.0

1 other variant in Solar

Use the condicioner 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.879 5.879C2 6.757 2 8.172 2 11c0 3.771 0 5.657 1.172 6.828c.518.52 1.177.808 2.078.97c0-.832.004-1.531.08-2.092c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h4.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.075.56.08 1.26.08 2.091c.9-.16 1.56-.45 2.078-.969C22 16.657 22 14.771 22 11c0-2.828 0-4.243-.879-5.121C20.243 5 18.828 5 16 5H8c-2.828 0-4.243 0-5.121.879M5.25 11.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 8.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path fill="currentColor" d="M17.25 18.953c0-.938-.003-1.572-.067-2.048c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-4c-.964 0-1.612.002-2.095.066c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.063.475-.066 1.109-.066 2.047C7.645 19 8.712 19 10 19h4c1.288 0 2.355 0 3.25-.047"/></svg>

React

import type { SVGProps } from "react";

export function SolarCondicioner2Bold(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" fillRule="evenodd" d="M2.879 5.879C2 6.757 2 8.172 2 11c0 3.771 0 5.657 1.172 6.828c.518.52 1.177.808 2.078.97c0-.832.004-1.531.08-2.092c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h4.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.075.56.08 1.26.08 2.091c.9-.16 1.56-.45 2.078-.969C22 16.657 22 14.771 22 11c0-2.828 0-4.243-.879-5.121C20.243 5 18.828 5 16 5H8c-2.828 0-4.243 0-5.121.879M5.25 11.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 8.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path fill="currentColor" d="M17.25 18.953c0-.938-.003-1.572-.067-2.048c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-4c-.964 0-1.612.002-2.095.066c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.063.475-.066 1.109-.066 2.047C7.645 19 8.712 19 10 19h4c1.288 0 2.355 0 3.25-.047"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.879 5.879C2 6.757 2 8.172 2 11c0 3.771 0 5.657 1.172 6.828c.518.52 1.177.808 2.078.97c0-.832.004-1.531.08-2.092c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h4.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.075.56.08 1.26.08 2.091c.9-.16 1.56-.45 2.078-.969C22 16.657 22 14.771 22 11c0-2.828 0-4.243-.879-5.121C20.243 5 18.828 5 16 5H8c-2.828 0-4.243 0-5.121.879M5.25 11.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 8.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path fill="currentColor" d="M17.25 18.953c0-.938-.003-1.572-.067-2.048c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-4c-.964 0-1.612.002-2.095.066c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.063.475-.066 1.109-.066 2.047C7.645 19 8.712 19 10 19h4c1.288 0 2.355 0 3.25-.047"/></svg>
</template>

CSS

.icon-condicioner-2-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.879%205.879C2%206.757%202%208.172%202%2011c0%203.771%200%205.657%201.172%206.828c.518.52%201.177.808%202.078.97c0-.832.004-1.531.08-2.092c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08h4.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.075.56.08%201.26.08%202.091c.9-.16%201.56-.45%202.078-.969C22%2016.657%2022%2014.771%2022%2011c0-2.828%200-4.243-.879-5.121C20.243%205%2018.828%205%2016%205H8c-2.828%200-4.243%200-5.121.879M5.25%2011.5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M6%208.25a.75.75%200%200%200%200%201.5h12a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.25%2018.953c0-.938-.003-1.572-.067-2.048c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-4c-.964%200-1.612.002-2.095.066c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.063.475-.066%201.109-.066%202.047C7.645%2019%208.712%2019%2010%2019h4c1.288%200%202.355%200%203.25-.047%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.879%205.879C2%206.757%202%208.172%202%2011c0%203.771%200%205.657%201.172%206.828c.518.52%201.177.808%202.078.97c0-.832.004-1.531.08-2.092c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08h4.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.075.56.08%201.26.08%202.091c.9-.16%201.56-.45%202.078-.969C22%2016.657%2022%2014.771%2022%2011c0-2.828%200-4.243-.879-5.121C20.243%205%2018.828%205%2016%205H8c-2.828%200-4.243%200-5.121.879M5.25%2011.5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M6%208.25a.75.75%200%200%200%200%201.5h12a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.25%2018.953c0-.938-.003-1.572-.067-2.048c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-4c-.964%200-1.612.002-2.095.066c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.063.475-.066%201.109-.066%202.047C7.645%2019%208.712%2019%2010%2019h4c1.288%200%202.355%200%203.25-.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/condicioner-2-bold.svg?color=%231a73e8&size=48