condicioner icon
condicioner-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.
- Name
- condicioner-bold
- Set
- Solar
- Style
- Bold
- Viewbox
- 24×24
- License
- CC BY 4.0
2 other variants in Solar
Related icons in Solar
Use the condicioner 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="M6.835 16.83a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 0 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m11 .001a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 1 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m-5.419.047a.75.75 0 0 1 .208 1.04l-.307.46a.57.57 0 0 0 .133.774a2.07 2.07 0 0 1 .48 2.806l-.306.46a.75.75 0 1 1-1.248-.832l.306-.46a.57.57 0 0 0-.132-.774a2.07 2.07 0 0 1-.48-2.806l.306-.46a.75.75 0 0 1 1.04-.208M6 2h12c1.886 0 2.828 0 3.414.586S22 4.114 22 6v3c0 2.828 0 4.243-.879 5.121c-.53.531-1.258.742-2.374.825c-.005-.67-.02-1.402-.059-1.692c-.066-.492-.215-.963-.597-1.345s-.854-.531-1.345-.597c-.459-.062-1.032-.062-1.697-.062H8.951c-.665 0-1.238 0-1.697.062c-.491.066-.963.215-1.345.597s-.531.853-.597 1.345c-.04.29-.054 1.023-.059 1.692c-1.116-.083-1.843-.294-2.374-.825C2 13.243 2 11.828 2 9V6c0-1.886 0-2.828.586-3.414S4.114 2 6 2m-.75 6.5A.75.75 0 0 1 6 7.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0-2.5A.75.75 0 0 1 6 5.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 6" clip-rule="evenodd"/><path fill="currentColor" d="M16 15H8q-.675.001-1.247-.004c.004-.648.016-1.322.045-1.542c.044-.325.115-.427.172-.484s.159-.128.484-.172c.347-.046.818-.048 1.546-.048h6c.728 0 1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.03.22.04.894.045 1.542q-.573.005-1.247.004"/></svg>
React
import type { SVGProps } from "react";
export function SolarCondicionerBold(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="M6.835 16.83a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 0 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m11 .001a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 1 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m-5.419.047a.75.75 0 0 1 .208 1.04l-.307.46a.57.57 0 0 0 .133.774a2.07 2.07 0 0 1 .48 2.806l-.306.46a.75.75 0 1 1-1.248-.832l.306-.46a.57.57 0 0 0-.132-.774a2.07 2.07 0 0 1-.48-2.806l.306-.46a.75.75 0 0 1 1.04-.208M6 2h12c1.886 0 2.828 0 3.414.586S22 4.114 22 6v3c0 2.828 0 4.243-.879 5.121c-.53.531-1.258.742-2.374.825c-.005-.67-.02-1.402-.059-1.692c-.066-.492-.215-.963-.597-1.345s-.854-.531-1.345-.597c-.459-.062-1.032-.062-1.697-.062H8.951c-.665 0-1.238 0-1.697.062c-.491.066-.963.215-1.345.597s-.531.853-.597 1.345c-.04.29-.054 1.023-.059 1.692c-1.116-.083-1.843-.294-2.374-.825C2 13.243 2 11.828 2 9V6c0-1.886 0-2.828.586-3.414S4.114 2 6 2m-.75 6.5A.75.75 0 0 1 6 7.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0-2.5A.75.75 0 0 1 6 5.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 6" clipRule="evenodd"/><path fill="currentColor" d="M16 15H8q-.675.001-1.247-.004c.004-.648.016-1.322.045-1.542c.044-.325.115-.427.172-.484s.159-.128.484-.172c.347-.046.818-.048 1.546-.048h6c.728 0 1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.03.22.04.894.045 1.542q-.573.005-1.247.004"/></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="M6.835 16.83a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 0 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m11 .001a.75.75 0 0 1 .336 1.006l-.184.367a.23.23 0 0 0 .043.267a1.73 1.73 0 0 1 .324 1.998l-.183.368a.75.75 0 1 1-1.342-.671l.184-.368a.23.23 0 0 0-.044-.267a1.73 1.73 0 0 1-.324-1.998l.184-.367a.75.75 0 0 1 1.006-.336m-5.419.047a.75.75 0 0 1 .208 1.04l-.307.46a.57.57 0 0 0 .133.774a2.07 2.07 0 0 1 .48 2.806l-.306.46a.75.75 0 1 1-1.248-.832l.306-.46a.57.57 0 0 0-.132-.774a2.07 2.07 0 0 1-.48-2.806l.306-.46a.75.75 0 0 1 1.04-.208M6 2h12c1.886 0 2.828 0 3.414.586S22 4.114 22 6v3c0 2.828 0 4.243-.879 5.121c-.53.531-1.258.742-2.374.825c-.005-.67-.02-1.402-.059-1.692c-.066-.492-.215-.963-.597-1.345s-.854-.531-1.345-.597c-.459-.062-1.032-.062-1.697-.062H8.951c-.665 0-1.238 0-1.697.062c-.491.066-.963.215-1.345.597s-.531.853-.597 1.345c-.04.29-.054 1.023-.059 1.692c-1.116-.083-1.843-.294-2.374-.825C2 13.243 2 11.828 2 9V6c0-1.886 0-2.828.586-3.414S4.114 2 6 2m-.75 6.5A.75.75 0 0 1 6 7.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0-2.5A.75.75 0 0 1 6 5.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 6" clip-rule="evenodd"/><path fill="currentColor" d="M16 15H8q-.675.001-1.247-.004c.004-.648.016-1.322.045-1.542c.044-.325.115-.427.172-.484s.159-.128.484-.172c.347-.046.818-.048 1.546-.048h6c.728 0 1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.03.22.04.894.045 1.542q-.573.005-1.247.004"/></svg> </template>
CSS
.icon-condicioner-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%22M6.835%2016.83a.75.75%200%200%201%20.336%201.006l-.184.367a.23.23%200%200%200%20.043.267a1.73%201.73%200%200%201%20.324%201.998l-.183.368a.75.75%200%200%201-1.342-.671l.184-.368a.23.23%200%200%200-.044-.267a1.73%201.73%200%200%201-.324-1.998l.184-.367a.75.75%200%200%201%201.006-.336m11%20.001a.75.75%200%200%201%20.336%201.006l-.184.367a.23.23%200%200%200%20.043.267a1.73%201.73%200%200%201%20.324%201.998l-.183.368a.75.75%200%201%201-1.342-.671l.184-.368a.23.23%200%200%200-.044-.267a1.73%201.73%200%200%201-.324-1.998l.184-.367a.75.75%200%200%201%201.006-.336m-5.419.047a.75.75%200%200%201%20.208%201.04l-.307.46a.57.57%200%200%200%20.133.774a2.07%202.07%200%200%201%20.48%202.806l-.306.46a.75.75%200%201%201-1.248-.832l.306-.46a.57.57%200%200%200-.132-.774a2.07%202.07%200%200%201-.48-2.806l.306-.46a.75.75%200%200%201%201.04-.208M6%202h12c1.886%200%202.828%200%203.414.586S22%204.114%2022%206v3c0%202.828%200%204.243-.879%205.121c-.53.531-1.258.742-2.374.825c-.005-.67-.02-1.402-.059-1.692c-.066-.492-.215-.963-.597-1.345s-.854-.531-1.345-.597c-.459-.062-1.032-.062-1.697-.062H8.951c-.665%200-1.238%200-1.697.062c-.491.066-.963.215-1.345.597s-.531.853-.597%201.345c-.04.29-.054%201.023-.059%201.692c-1.116-.083-1.843-.294-2.374-.825C2%2013.243%202%2011.828%202%209V6c0-1.886%200-2.828.586-3.414S4.114%202%206%202m-.75%206.5A.75.75%200%200%201%206%207.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0-2.5A.75.75%200%200%201%206%205.25h12a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2015H8q-.675.001-1.247-.004c.004-.648.016-1.322.045-1.542c.044-.325.115-.427.172-.484s.159-.128.484-.172c.347-.046.818-.048%201.546-.048h6c.728%200%201.2.002%201.546.048c.325.044.427.115.484.172s.128.159.172.484c.03.22.04.894.045%201.542q-.573.005-1.247.004%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%22M6.835%2016.83a.75.75%200%200%201%20.336%201.006l-.184.367a.23.23%200%200%200%20.043.267a1.73%201.73%200%200%201%20.324%201.998l-.183.368a.75.75%200%200%201-1.342-.671l.184-.368a.23.23%200%200%200-.044-.267a1.73%201.73%200%200%201-.324-1.998l.184-.367a.75.75%200%200%201%201.006-.336m11%20.001a.75.75%200%200%201%20.336%201.006l-.184.367a.23.23%200%200%200%20.043.267a1.73%201.73%200%200%201%20.324%201.998l-.183.368a.75.75%200%201%201-1.342-.671l.184-.368a.23.23%200%200%200-.044-.267a1.73%201.73%200%200%201-.324-1.998l.184-.367a.75.75%200%200%201%201.006-.336m-5.419.047a.75.75%200%200%201%20.208%201.04l-.307.46a.57.57%200%200%200%20.133.774a2.07%202.07%200%200%201%20.48%202.806l-.306.46a.75.75%200%201%201-1.248-.832l.306-.46a.57.57%200%200%200-.132-.774a2.07%202.07%200%200%201-.48-2.806l.306-.46a.75.75%200%200%201%201.04-.208M6%202h12c1.886%200%202.828%200%203.414.586S22%204.114%2022%206v3c0%202.828%200%204.243-.879%205.121c-.53.531-1.258.742-2.374.825c-.005-.67-.02-1.402-.059-1.692c-.066-.492-.215-.963-.597-1.345s-.854-.531-1.345-.597c-.459-.062-1.032-.062-1.697-.062H8.951c-.665%200-1.238%200-1.697.062c-.491.066-.963.215-1.345.597s-.531.853-.597%201.345c-.04.29-.054%201.023-.059%201.692c-1.116-.083-1.843-.294-2.374-.825C2%2013.243%202%2011.828%202%209V6c0-1.886%200-2.828.586-3.414S4.114%202%206%202m-.75%206.5A.75.75%200%200%201%206%207.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0-2.5A.75.75%200%200%201%206%205.25h12a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2015H8q-.675.001-1.247-.004c.004-.648.016-1.322.045-1.542c.044-.325.115-.427.172-.484s.159-.128.484-.172c.347-.046.818-.048%201.546-.048h6c.728%200%201.2.002%201.546.048c.325.044.427.115.484.172s.128.159.172.484c.03.22.04.894.045%201.542q-.573.005-1.247.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/condicioner-bold.svg?color=%231a73e8&size=48