temperature min icon

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

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

More planning icons from Carbon

Use the temperature min icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 4h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-8 7a3 3 0 0 1-6 0Z"/><path fill="currentColor" d="M30 22H15.92A7 7 0 0 0 14 18.11V7A5 5 0 0 0 4 7v11.11A6.995 6.995 0 1 0 15.92 24H30ZM9 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 CarbonTemperatureMin(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 4h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-8 7a3 3 0 0 1-6 0Z"/><path fill="currentColor" d="M30 22H15.92A7 7 0 0 0 14 18.11V7A5 5 0 0 0 4 7v11.11A6.995 6.995 0 1 0 15.92 24H30ZM9 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 4h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-8 7a3 3 0 0 1-6 0Z"/><path fill="currentColor" d="M30 22H15.92A7 7 0 0 0 14 18.11V7A5 5 0 0 0 4 7v11.11A6.995 6.995 0 1 0 15.92 24H30ZM9 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-min {
  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%204h7v2h-7zm0%206h10v2H20zm0%206h7v2h-7zm-8%207a3%203%200%200%201-6%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2022H15.92A7%207%200%200%200%2014%2018.11V7A5%205%200%200%200%204%207v11.11A6.995%206.995%200%201%200%2015.92%2024H30ZM9%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%204h7v2h-7zm0%206h10v2H20zm0%206h7v2h-7zm-8%207a3%203%200%200%201-6%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2022H15.92A7%207%200%200%200%2014%2018.11V7A5%205%200%200%200%204%207v11.11A6.995%206.995%200%201%200%2015.92%2024H30ZM9%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-min.svg?color=%231a73e8&size=48