mode cool off icon

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

Name
mode-cool-off
Set
Material Symbols
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

The same icon in other sets

More household icons from Material Symbols

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="M13 17.825V21q0 .425-.288.713T12 22t-.712-.288T11 21v-3.15l-2.55 2.525q-.3.275-.712.263t-.688-.288t-.275-.7t.275-.7l3.525-3.55l-2-2l-3.525 3.55q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7L6.15 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.175l-4.7-4.7q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM15 13h-1.125L11 10.125V9L7.05 5.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.525q.3-.275.713-.262t.687.287t.275.7t-.275.7L13 9v2h2l3.95-3.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.525 2.55q.15.15.213.338t.062.375t-.075.362t-.225.325q-.275.275-.7.275t-.7-.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsModeCoolOff(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="M13 17.825V21q0 .425-.288.713T12 22t-.712-.288T11 21v-3.15l-2.55 2.525q-.3.275-.712.263t-.688-.288t-.275-.7t.275-.7l3.525-3.55l-2-2l-3.525 3.55q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7L6.15 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.175l-4.7-4.7q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM15 13h-1.125L11 10.125V9L7.05 5.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.525q.3-.275.713-.262t.687.287t.275.7t-.275.7L13 9v2h2l3.95-3.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.525 2.55q.15.15.213.338t.062.375t-.075.362t-.225.325q-.275.275-.7.275t-.7-.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 17.825V21q0 .425-.288.713T12 22t-.712-.288T11 21v-3.15l-2.55 2.525q-.3.275-.712.263t-.688-.288t-.275-.7t.275-.7l3.525-3.55l-2-2l-3.525 3.55q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7L6.15 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.175l-4.7-4.7q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM15 13h-1.125L11 10.125V9L7.05 5.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275L11 6.15V3q0-.425.288-.712T12 2t.713.288T13 3v3.15l2.55-2.525q.3-.275.713-.262t.687.287t.275.7t-.275.7L13 9v2h2l3.95-3.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L17.85 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-3.15l2.525 2.55q.15.15.213.338t.062.375t-.075.362t-.225.325q-.275.275-.7.275t-.7-.275z"/></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%22M13%2017.825V21q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-3.15l-2.55%202.525q-.3.275-.712.263t-.688-.288t-.275-.7t.275-.7l3.525-3.55l-2-2l-3.525%203.55q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7L6.15%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h3.175l-4.7-4.7q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM15%2013h-1.125L11%2010.125V9L7.05%205.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275L11%206.15V3q0-.425.288-.712T12%202t.713.288T13%203v3.15l2.55-2.525q.3-.275.713-.262t.687.287t.275.7t-.275.7L13%209v2h2l3.95-3.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L17.85%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-3.15l2.525%202.55q.15.15.213.338t.062.375t-.075.362t-.225.325q-.275.275-.7.275t-.7-.275z%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%22M13%2017.825V21q0%20.425-.288.713T12%2022t-.712-.288T11%2021v-3.15l-2.55%202.525q-.3.275-.712.263t-.688-.288t-.275-.7t.275-.7l3.525-3.55l-2-2l-3.525%203.55q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7L6.15%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h3.175l-4.7-4.7q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM15%2013h-1.125L11%2010.125V9L7.05%205.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275L11%206.15V3q0-.425.288-.712T12%202t.713.288T13%203v3.15l2.55-2.525q.3-.275.713-.262t.687.287t.275.7t-.275.7L13%209v2h2l3.95-3.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L17.85%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-3.15l2.525%202.55q.15.15.213.338t.062.375t-.075.362t-.225.325q-.275.275-.7.275t-.7-.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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