mode-cool-off from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-cool-off
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
mode-cool-off-outline, mode-cool-off-outline-rounded, mode-cool-off-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the mode cool off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 16.633V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-4.342L8.104 20.01q-.165.14-.357.147t-.35-.153q-.16-.16-.16-.354t.16-.354l3.87-3.896l-2.692-2.692l-3.871 3.896q-.16.16-.351.162t-.357-.162q-.14-.14-.14-.344t.14-.364L7.342 12.5H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h4.367l-5.18-5.18q-.146-.147-.153-.348t.158-.366t.357-.165t.357.165L19.284 21.99q.147.146.157.344q.009.198-.156.363q-.166.166-.357.166t-.357-.166zm2.692-4.133h-1.951L11.5 10.76V8.808L7.396 4.704q-.16-.16-.162-.351t.162-.357q.14-.14.345-.14q.203 0 .363.14L11.5 7.342V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v4.342l3.396-3.351q.165-.141.357-.148t.35.153t.16.354t-.16.354L12.5 8.808V11.5h2.692l4.104-4.104q.16-.16.351-.162q.192-.003.357.162q.14.14.14.344t-.14.364L16.658 11.5H21q.214 0 .357.143T21.5 12t-.143.357T21 12.5h-4.342l3.351 3.396q.074.073.107.164q.034.092.034.193q0 .1-.036.19t-.11.16q-.16.16-.354.16t-.354-.16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeCoolOff(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="M12.5 16.633V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-4.342L8.104 20.01q-.165.14-.357.147t-.35-.153q-.16-.16-.16-.354t.16-.354l3.87-3.896l-2.692-2.692l-3.871 3.896q-.16.16-.351.162t-.357-.162q-.14-.14-.14-.344t.14-.364L7.342 12.5H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h4.367l-5.18-5.18q-.146-.147-.153-.348t.158-.366t.357-.165t.357.165L19.284 21.99q.147.146.157.344q.009.198-.156.363q-.166.166-.357.166t-.357-.166zm2.692-4.133h-1.951L11.5 10.76V8.808L7.396 4.704q-.16-.16-.162-.351t.162-.357q.14-.14.345-.14q.203 0 .363.14L11.5 7.342V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v4.342l3.396-3.351q.165-.141.357-.148t.35.153t.16.354t-.16.354L12.5 8.808V11.5h2.692l4.104-4.104q.16-.16.351-.162q.192-.003.357.162q.14.14.14.344t-.14.364L16.658 11.5H21q.214 0 .357.143T21.5 12t-.143.357T21 12.5h-4.342l3.351 3.396q.074.073.107.164q.034.092.034.193q0 .1-.036.19t-.11.16q-.16.16-.354.16t-.354-.16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 16.633V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-4.342L8.104 20.01q-.165.14-.357.147t-.35-.153q-.16-.16-.16-.354t.16-.354l3.87-3.896l-2.692-2.692l-3.871 3.896q-.16.16-.351.162t-.357-.162q-.14-.14-.14-.344t.14-.364L7.342 12.5H3q-.213 0-.357-.143T2.5 12t.143-.357T3 11.5h4.367l-5.18-5.18q-.146-.147-.153-.348t.158-.366t.357-.165t.357.165L19.284 21.99q.147.146.157.344q.009.198-.156.363q-.166.166-.357.166t-.357-.166zm2.692-4.133h-1.951L11.5 10.76V8.808L7.396 4.704q-.16-.16-.162-.351t.162-.357q.14-.14.345-.14q.203 0 .363.14L11.5 7.342V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v4.342l3.396-3.351q.165-.141.357-.148t.35.153t.16.354t-.16.354L12.5 8.808V11.5h2.692l4.104-4.104q.16-.16.351-.162q.192-.003.357.162q.14.14.14.344t-.14.364L16.658 11.5H21q.214 0 .357.143T21.5 12t-.143.357T21 12.5h-4.342l3.351 3.396q.074.073.107.164q.034.092.034.193q0 .1-.036.19t-.11.16q-.16.16-.354.16t-.354-.16z"/></svg>
</template>

CSS

.icon-mode-cool-off {
  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%22M12.5%2016.633V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021v-4.342L8.104%2020.01q-.165.14-.357.147t-.35-.153q-.16-.16-.16-.354t.16-.354l3.87-3.896l-2.692-2.692l-3.871%203.896q-.16.16-.351.162t-.357-.162q-.14-.14-.14-.344t.14-.364L7.342%2012.5H3q-.213%200-.357-.143T2.5%2012t.143-.357T3%2011.5h4.367l-5.18-5.18q-.146-.147-.153-.348t.158-.366t.357-.165t.357.165L19.284%2021.99q.147.146.157.344q.009.198-.156.363q-.166.166-.357.166t-.357-.166zm2.692-4.133h-1.951L11.5%2010.76V8.808L7.396%204.704q-.16-.16-.162-.351t.162-.357q.14-.14.345-.14q.203%200%20.363.14L11.5%207.342V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v4.342l3.396-3.351q.165-.141.357-.148t.35.153t.16.354t-.16.354L12.5%208.808V11.5h2.692l4.104-4.104q.16-.16.351-.162q.192-.003.357.162q.14.14.14.344t-.14.364L16.658%2011.5H21q.214%200%20.357.143T21.5%2012t-.143.357T21%2012.5h-4.342l3.351%203.396q.074.073.107.164q.034.092.034.193q0%20.1-.036.19t-.11.16q-.16.16-.354.16t-.354-.16z%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%22M12.5%2016.633V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021v-4.342L8.104%2020.01q-.165.14-.357.147t-.35-.153q-.16-.16-.16-.354t.16-.354l3.87-3.896l-2.692-2.692l-3.871%203.896q-.16.16-.351.162t-.357-.162q-.14-.14-.14-.344t.14-.364L7.342%2012.5H3q-.213%200-.357-.143T2.5%2012t.143-.357T3%2011.5h4.367l-5.18-5.18q-.146-.147-.153-.348t.158-.366t.357-.165t.357.165L19.284%2021.99q.147.146.157.344q.009.198-.156.363q-.166.166-.357.166t-.357-.166zm2.692-4.133h-1.951L11.5%2010.76V8.808L7.396%204.704q-.16-.16-.162-.351t.162-.357q.14-.14.345-.14q.203%200%20.363.14L11.5%207.342V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v4.342l3.396-3.351q.165-.141.357-.148t.35.153t.16.354t-.16.354L12.5%208.808V11.5h2.692l4.104-4.104q.16-.16.351-.162q.192-.003.357.162q.14.14.14.344t-.14.364L16.658%2011.5H21q.214%200%20.357.143T21.5%2012t-.143.357T21%2012.5h-4.342l3.351%203.396q.074.073.107.164q.034.092.034.193q0%20.1-.036.19t-.11.16q-.16.16-.354.16t-.354-.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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