temperature max icon

temperature-max from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
temperature-max
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the temperature max icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 10h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-10-1.816V7H8v13.184a3 3 0 1 0 2 0"/><path fill="currentColor" d="M30 4H12.974A4.983 4.983 0 0 0 4 7v11.11a7 7 0 1 0 10 0V7a5 5 0 0 0-.101-1H30ZM9 28a4.993 4.993 0 0 1-3.332-8.718L6 18.983V7a3 3 0 0 1 6 0v11.983l.332.299A4.993 4.993 0 0 1 9 28"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTemperatureMax(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 10h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-10-1.816V7H8v13.184a3 3 0 1 0 2 0"/><path fill="currentColor" d="M30 4H12.974A4.983 4.983 0 0 0 4 7v11.11a7 7 0 1 0 10 0V7a5 5 0 0 0-.101-1H30ZM9 28a4.993 4.993 0 0 1-3.332-8.718L6 18.983V7a3 3 0 0 1 6 0v11.983l.332.299A4.993 4.993 0 0 1 9 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 10h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-10-1.816V7H8v13.184a3 3 0 1 0 2 0"/><path fill="currentColor" d="M30 4H12.974A4.983 4.983 0 0 0 4 7v11.11a7 7 0 1 0 10 0V7a5 5 0 0 0-.101-1H30ZM9 28a4.993 4.993 0 0 1-3.332-8.718L6 18.983V7a3 3 0 0 1 6 0v11.983l.332.299A4.993 4.993 0 0 1 9 28"/></svg>
</template>

CSS

.icon-temperature-max {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010h7v2h-7zm0%206h10v2H20zm0%206h7v2h-7zm-10-1.816V7H8v13.184a3%203%200%201%200%202%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%204H12.974A4.983%204.983%200%200%200%204%207v11.11a7%207%200%201%200%2010%200V7a5%205%200%200%200-.101-1H30ZM9%2028a4.993%204.993%200%200%201-3.332-8.718L6%2018.983V7a3%203%200%200%201%206%200v11.983l.332.299A4.993%204.993%200%200%201%209%2028%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010h7v2h-7zm0%206h10v2H20zm0%206h7v2h-7zm-10-1.816V7H8v13.184a3%203%200%201%200%202%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%204H12.974A4.983%204.983%200%200%200%204%207v11.11a7%207%200%201%200%2010%200V7a5%205%200%200%200-.101-1H30ZM9%2028a4.993%204.993%200%200%201-3.332-8.718L6%2018.983V7a3%203%200%200%201%206%200v11.983l.332.299A4.993%204.993%200%200%201%209%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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