coolant temperature icon

coolant-temperature from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
coolant-temperature
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0

More automotive icons from Material Design Icons

Use the coolant temperature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 1A1.5 1.5 0 0 0 10 2.5v12c-.63.47-1 1.21-1 2a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5 1.5 0 0 0 11.5 1M0 15v2c.67 0 .79.21 1.29.71S2.67 19 4 19s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33 15 0 15m16 0v2c.67 0 .79.21 1.29.71S18.67 19 20 19s2.21-.79 2.71-1.29S23.33 17 24 17v-2c-1.33 0-2.21.79-2.71 1.29S20.67 17 20 17s-.79-.21-1.29-.71S17.33 15 16 15m-8 5c-1.33 0-2.21.79-2.71 1.29S4.67 22 4 22s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3c.5.5 1.38 1.29 2.71 1.29s2.21-.79 2.71-1.29S7.33 22 8 22s.79.21 1.29.71c.44.43 1.15 1.09 2.21 1.25c.16.04.33.04.5.04c1.33 0 2.21-.79 2.71-1.29S15.33 22 16 22s.79.21 1.29.71S18.67 24 20 24s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33 20 16 20s-2.21.79-2.71 1.29s-.62.71-1.29.71c-.22 0-.37-.03-.5-.08c-.28-.1-.45-.29-.79-.63C10.21 20.79 9.33 20 8 20"/></svg>

React

import type { SVGProps } from "react";

export function MdiCoolantTemperature(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="M11.5 1A1.5 1.5 0 0 0 10 2.5v12c-.63.47-1 1.21-1 2a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5 1.5 0 0 0 11.5 1M0 15v2c.67 0 .79.21 1.29.71S2.67 19 4 19s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33 15 0 15m16 0v2c.67 0 .79.21 1.29.71S18.67 19 20 19s2.21-.79 2.71-1.29S23.33 17 24 17v-2c-1.33 0-2.21.79-2.71 1.29S20.67 17 20 17s-.79-.21-1.29-.71S17.33 15 16 15m-8 5c-1.33 0-2.21.79-2.71 1.29S4.67 22 4 22s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3c.5.5 1.38 1.29 2.71 1.29s2.21-.79 2.71-1.29S7.33 22 8 22s.79.21 1.29.71c.44.43 1.15 1.09 2.21 1.25c.16.04.33.04.5.04c1.33 0 2.21-.79 2.71-1.29S15.33 22 16 22s.79.21 1.29.71S18.67 24 20 24s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33 20 16 20s-2.21.79-2.71 1.29s-.62.71-1.29.71c-.22 0-.37-.03-.5-.08c-.28-.1-.45-.29-.79-.63C10.21 20.79 9.33 20 8 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 1A1.5 1.5 0 0 0 10 2.5v12c-.63.47-1 1.21-1 2a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5 1.5 0 0 0 11.5 1M0 15v2c.67 0 .79.21 1.29.71S2.67 19 4 19s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33 15 0 15m16 0v2c.67 0 .79.21 1.29.71S18.67 19 20 19s2.21-.79 2.71-1.29S23.33 17 24 17v-2c-1.33 0-2.21.79-2.71 1.29S20.67 17 20 17s-.79-.21-1.29-.71S17.33 15 16 15m-8 5c-1.33 0-2.21.79-2.71 1.29S4.67 22 4 22s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3c.5.5 1.38 1.29 2.71 1.29s2.21-.79 2.71-1.29S7.33 22 8 22s.79.21 1.29.71c.44.43 1.15 1.09 2.21 1.25c.16.04.33.04.5.04c1.33 0 2.21-.79 2.71-1.29S15.33 22 16 22s.79.21 1.29.71S18.67 24 20 24s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33 20 16 20s-2.21.79-2.71 1.29s-.62.71-1.29.71c-.22 0-.37-.03-.5-.08c-.28-.1-.45-.29-.79-.63C10.21 20.79 9.33 20 8 20"/></svg>
</template>

CSS

.icon-coolant-temperature {
  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%22M11.5%201A1.5%201.5%200%200%200%2010%202.5v12c-.63.47-1%201.21-1%202a2.5%202.5%200%200%200%202.5%202.5a2.5%202.5%200%200%200%202.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5%201.5%200%200%200%2011.5%201M0%2015v2c.67%200%20.79.21%201.29.71S2.67%2019%204%2019s2.21-.79%202.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71%201.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33%2015%200%2015m16%200v2c.67%200%20.79.21%201.29.71S18.67%2019%2020%2019s2.21-.79%202.71-1.29S23.33%2017%2024%2017v-2c-1.33%200-2.21.79-2.71%201.29S20.67%2017%2020%2017s-.79-.21-1.29-.71S17.33%2015%2016%2015m-8%205c-1.33%200-2.21.79-2.71%201.29S4.67%2022%204%2022s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3c.5.5%201.38%201.29%202.71%201.29s2.21-.79%202.71-1.29S7.33%2022%208%2022s.79.21%201.29.71c.44.43%201.15%201.09%202.21%201.25c.16.04.33.04.5.04c1.33%200%202.21-.79%202.71-1.29S15.33%2022%2016%2022s.79.21%201.29.71S18.67%2024%2020%2024s2.21-.79%202.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71%201.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33%2020%2016%2020s-2.21.79-2.71%201.29s-.62.71-1.29.71c-.22%200-.37-.03-.5-.08c-.28-.1-.45-.29-.79-.63C10.21%2020.79%209.33%2020%208%2020%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%22M11.5%201A1.5%201.5%200%200%200%2010%202.5v12c-.63.47-1%201.21-1%202a2.5%202.5%200%200%200%202.5%202.5a2.5%202.5%200%200%200%202.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5%201.5%200%200%200%2011.5%201M0%2015v2c.67%200%20.79.21%201.29.71S2.67%2019%204%2019s2.21-.79%202.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71%201.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33%2015%200%2015m16%200v2c.67%200%20.79.21%201.29.71S18.67%2019%2020%2019s2.21-.79%202.71-1.29S23.33%2017%2024%2017v-2c-1.33%200-2.21.79-2.71%201.29S20.67%2017%2020%2017s-.79-.21-1.29-.71S17.33%2015%2016%2015m-8%205c-1.33%200-2.21.79-2.71%201.29S4.67%2022%204%2022s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3c.5.5%201.38%201.29%202.71%201.29s2.21-.79%202.71-1.29S7.33%2022%208%2022s.79.21%201.29.71c.44.43%201.15%201.09%202.21%201.25c.16.04.33.04.5.04c1.33%200%202.21-.79%202.71-1.29S15.33%2022%2016%2022s.79.21%201.29.71S18.67%2024%2020%2024s2.21-.79%202.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71%201.13c-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33%2020%2016%2020s-2.21.79-2.71%201.29s-.62.71-1.29.71c-.22%200-.37-.03-.5-.08c-.28-.1-.45-.29-.79-.63C10.21%2020.79%209.33%2020%208%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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