thermostat-cog from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
thermostat-cog
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the thermostat cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.66c-.93-.42-1.93-.66-3-.66c0-1.57-.5-3-1.4-4.19L15.43 10c.36.57.57 1.26.57 2c0 .24 0 .5-.06.7A7.01 7.01 0 0 0 12 19c0 1.07.24 2.07.66 3H12a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17A10.1 10.1 0 0 1 12 2c5.5 0 10 4.47 10 10zM12 5a7.001 7.001 0 0 0-4.95 11.95l2.12-2.12a4.004 4.004 0 0 1 0-5.66C9.92 8.42 10.94 8 12 8c.74 0 1.43.21 2 .56l2.19-2.16A6.86 6.86 0 0 0 12 5m11.83 15.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3 4.3 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47l-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.27.1-.48.24-.71.38l-.14.08l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13zM19 17.25c.97 0 1.75.78 1.75 1.75s-.79 1.75-1.75 1.75s-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75"/></svg>

React

import type { SVGProps } from "react";

export function MdiThermostatCog(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="M22 12.66c-.93-.42-1.93-.66-3-.66c0-1.57-.5-3-1.4-4.19L15.43 10c.36.57.57 1.26.57 2c0 .24 0 .5-.06.7A7.01 7.01 0 0 0 12 19c0 1.07.24 2.07.66 3H12a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17A10.1 10.1 0 0 1 12 2c5.5 0 10 4.47 10 10zM12 5a7.001 7.001 0 0 0-4.95 11.95l2.12-2.12a4.004 4.004 0 0 1 0-5.66C9.92 8.42 10.94 8 12 8c.74 0 1.43.21 2 .56l2.19-2.16A6.86 6.86 0 0 0 12 5m11.83 15.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3 4.3 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47l-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.27.1-.48.24-.71.38l-.14.08l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13zM19 17.25c.97 0 1.75.78 1.75 1.75s-.79 1.75-1.75 1.75s-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.66c-.93-.42-1.93-.66-3-.66c0-1.57-.5-3-1.4-4.19L15.43 10c.36.57.57 1.26.57 2c0 .24 0 .5-.06.7A7.01 7.01 0 0 0 12 19c0 1.07.24 2.07.66 3H12a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17A10.1 10.1 0 0 1 12 2c5.5 0 10 4.47 10 10zM12 5a7.001 7.001 0 0 0-4.95 11.95l2.12-2.12a4.004 4.004 0 0 1 0-5.66C9.92 8.42 10.94 8 12 8c.74 0 1.43.21 2 .56l2.19-2.16A6.86 6.86 0 0 0 12 5m11.83 15.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3 4.3 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47l-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.27.1-.48.24-.71.38l-.14.08l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13zM19 17.25c.97 0 1.75.78 1.75 1.75s-.79 1.75-1.75 1.75s-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75"/></svg>
</template>

CSS

.icon-thermostat-cog {
  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%22M22%2012.66c-.93-.42-1.93-.66-3-.66c0-1.57-.5-3-1.4-4.19L15.43%2010c.36.57.57%201.26.57%202c0%20.24%200%20.5-.06.7A7.01%207.01%200%200%200%2012%2019c0%201.07.24%202.07.66%203H12a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17A10.1%2010.1%200%200%201%2012%202c5.5%200%2010%204.47%2010%2010zM12%205a7.001%207.001%200%200%200-4.95%2011.95l2.12-2.12a4.004%204.004%200%200%201%200-5.66C9.92%208.42%2010.94%208%2012%208c.74%200%201.43.21%202%20.56l2.19-2.16A6.86%206.86%200%200%200%2012%205m11.83%2015.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3%204.3%200%200%200%200-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47l-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25%200%200%200%2020%2014h-2c-.12%200-.23.09-.25.21l-.18%201.33c-.27.1-.48.24-.71.38l-.14.08l-1.22-.47c-.13-.03-.27%200-.33.11l-1%201.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1%201.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18%201.32c.02.12.13.21.25.21h2c.13%200%20.23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11%200%20.24%200%20.3-.13zM19%2017.25c.97%200%201.75.78%201.75%201.75s-.79%201.75-1.75%201.75s-1.75-.78-1.75-1.75s.78-1.75%201.75-1.75%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%22M22%2012.66c-.93-.42-1.93-.66-3-.66c0-1.57-.5-3-1.4-4.19L15.43%2010c.36.57.57%201.26.57%202c0%20.24%200%20.5-.06.7A7.01%207.01%200%200%200%2012%2019c0%201.07.24%202.07.66%203H12a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17A10.1%2010.1%200%200%201%2012%202c5.5%200%2010%204.47%2010%2010zM12%205a7.001%207.001%200%200%200-4.95%2011.95l2.12-2.12a4.004%204.004%200%200%201%200-5.66C9.92%208.42%2010.94%208%2012%208c.74%200%201.43.21%202%20.56l2.19-2.16A6.86%206.86%200%200%200%2012%205m11.83%2015.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3%204.3%200%200%200%200-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47l-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25%200%200%200%2020%2014h-2c-.12%200-.23.09-.25.21l-.18%201.33c-.27.1-.48.24-.71.38l-.14.08l-1.22-.47c-.13-.03-.27%200-.33.11l-1%201.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1%201.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18%201.32c.02.12.13.21.25.21h2c.13%200%20.23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11%200%20.24%200%20.3-.13zM19%2017.25c.97%200%201.75.78%201.75%201.75s-.79%201.75-1.75%201.75s-1.75-.78-1.75-1.75s.78-1.75%201.75-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/thermostat-cog.svg?color=%231a73e8&size=48