temperature inversion icon

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

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

More planning icons from Carbon

Use the temperature inversion icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 8h-6v6h2v-2.459A5.94 5.94 0 0 1 28 16a6.004 6.004 0 0 1-5.094 5.924A7.03 7.03 0 0 0 20 17.262V6a4 4 0 0 0-8 0v11.262a6.996 6.996 0 1 0 10.93 6.68A7.98 7.98 0 0 0 27.264 10H30ZM14 6a2 2 0 0 1 4 0v7h-4Zm2 22a4.997 4.997 0 0 1-2.499-9.325l.499-.29V15h4v3.386l.499.289A4.997 4.997 0 0 1 16 28M2 10a8.04 8.04 0 0 0 2.735 6H2v2h6v-6H6v2.46A5.94 5.94 0 0 1 4 10a6.007 6.007 0 0 1 6-6V2a8.01 8.01 0 0 0-8 8"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTemperatureInversion(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="M30 8h-6v6h2v-2.459A5.94 5.94 0 0 1 28 16a6.004 6.004 0 0 1-5.094 5.924A7.03 7.03 0 0 0 20 17.262V6a4 4 0 0 0-8 0v11.262a6.996 6.996 0 1 0 10.93 6.68A7.98 7.98 0 0 0 27.264 10H30ZM14 6a2 2 0 0 1 4 0v7h-4Zm2 22a4.997 4.997 0 0 1-2.499-9.325l.499-.29V15h4v3.386l.499.289A4.997 4.997 0 0 1 16 28M2 10a8.04 8.04 0 0 0 2.735 6H2v2h6v-6H6v2.46A5.94 5.94 0 0 1 4 10a6.007 6.007 0 0 1 6-6V2a8.01 8.01 0 0 0-8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 8h-6v6h2v-2.459A5.94 5.94 0 0 1 28 16a6.004 6.004 0 0 1-5.094 5.924A7.03 7.03 0 0 0 20 17.262V6a4 4 0 0 0-8 0v11.262a6.996 6.996 0 1 0 10.93 6.68A7.98 7.98 0 0 0 27.264 10H30ZM14 6a2 2 0 0 1 4 0v7h-4Zm2 22a4.997 4.997 0 0 1-2.499-9.325l.499-.29V15h4v3.386l.499.289A4.997 4.997 0 0 1 16 28M2 10a8.04 8.04 0 0 0 2.735 6H2v2h6v-6H6v2.46A5.94 5.94 0 0 1 4 10a6.007 6.007 0 0 1 6-6V2a8.01 8.01 0 0 0-8 8"/></svg>
</template>

CSS

.icon-temperature-inversion {
  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%22M30%208h-6v6h2v-2.459A5.94%205.94%200%200%201%2028%2016a6.004%206.004%200%200%201-5.094%205.924A7.03%207.03%200%200%200%2020%2017.262V6a4%204%200%200%200-8%200v11.262a6.996%206.996%200%201%200%2010.93%206.68A7.98%207.98%200%200%200%2027.264%2010H30ZM14%206a2%202%200%200%201%204%200v7h-4Zm2%2022a4.997%204.997%200%200%201-2.499-9.325l.499-.29V15h4v3.386l.499.289A4.997%204.997%200%200%201%2016%2028M2%2010a8.04%208.04%200%200%200%202.735%206H2v2h6v-6H6v2.46A5.94%205.94%200%200%201%204%2010a6.007%206.007%200%200%201%206-6V2a8.01%208.01%200%200%200-8%208%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%22M30%208h-6v6h2v-2.459A5.94%205.94%200%200%201%2028%2016a6.004%206.004%200%200%201-5.094%205.924A7.03%207.03%200%200%200%2020%2017.262V6a4%204%200%200%200-8%200v11.262a6.996%206.996%200%201%200%2010.93%206.68A7.98%207.98%200%200%200%2027.264%2010H30ZM14%206a2%202%200%200%201%204%200v7h-4Zm2%2022a4.997%204.997%200%200%201-2.499-9.325l.499-.29V15h4v3.386l.499.289A4.997%204.997%200%200%201%2016%2028M2%2010a8.04%208.04%200%200%200%202.735%206H2v2h6v-6H6v2.46A5.94%205.94%200%200%201%204%2010a6.007%206.007%200%200%201%206-6V2a8.01%208.01%200%200%200-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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