car brake temperature icon

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

Name
car-brake-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 car brake temperature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10h3V8h-3V7c0-.6-.4-1-1-1s-1 .4-1 1v10.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12 2c0 3.31-1.34 6.31-3.5 8.5l-1.08-1.08c1.9-1.92 3.08-4.52 3.08-7.42c0-2.89-1.18-5.5-3.08-7.42L20.5 3.5C22.66 5.69 24 8.69 24 12M1.5 12c0 2.9 1.18 5.5 3.08 7.42L3.5 20.5C1.34 18.31 0 15.31 0 12s1.34-6.31 3.5-8.5l1.08 1.08C2.68 6.5 1.5 9.11 1.5 12M21 12c0 3.53-2.04 6.58-5 8.05v-2.31A7.01 7.01 0 0 0 19 12c0-3.86-3.14-7-7-7s-7 3.14-7 7a7.01 7.01 0 0 0 3 5.74v2.31C5.04 18.58 3 15.53 3 12a9 9 0 0 1 18 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarBrakeTemperature(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="M12 10h3V8h-3V7c0-.6-.4-1-1-1s-1 .4-1 1v10.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12 2c0 3.31-1.34 6.31-3.5 8.5l-1.08-1.08c1.9-1.92 3.08-4.52 3.08-7.42c0-2.89-1.18-5.5-3.08-7.42L20.5 3.5C22.66 5.69 24 8.69 24 12M1.5 12c0 2.9 1.18 5.5 3.08 7.42L3.5 20.5C1.34 18.31 0 15.31 0 12s1.34-6.31 3.5-8.5l1.08 1.08C2.68 6.5 1.5 9.11 1.5 12M21 12c0 3.53-2.04 6.58-5 8.05v-2.31A7.01 7.01 0 0 0 19 12c0-3.86-3.14-7-7-7s-7 3.14-7 7a7.01 7.01 0 0 0 3 5.74v2.31C5.04 18.58 3 15.53 3 12a9 9 0 0 1 18 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10h3V8h-3V7c0-.6-.4-1-1-1s-1 .4-1 1v10.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12 2c0 3.31-1.34 6.31-3.5 8.5l-1.08-1.08c1.9-1.92 3.08-4.52 3.08-7.42c0-2.89-1.18-5.5-3.08-7.42L20.5 3.5C22.66 5.69 24 8.69 24 12M1.5 12c0 2.9 1.18 5.5 3.08 7.42L3.5 20.5C1.34 18.31 0 15.31 0 12s1.34-6.31 3.5-8.5l1.08 1.08C2.68 6.5 1.5 9.11 1.5 12M21 12c0 3.53-2.04 6.58-5 8.05v-2.31A7.01 7.01 0 0 0 19 12c0-3.86-3.14-7-7-7s-7 3.14-7 7a7.01 7.01 0 0 0 3 5.74v2.31C5.04 18.58 3 15.53 3 12a9 9 0 0 1 18 0"/></svg>
</template>

CSS

.icon-car-brake-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%22M12%2010h3V8h-3V7c0-.6-.4-1-1-1s-1%20.4-1%201v10.3c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12%202c0%203.31-1.34%206.31-3.5%208.5l-1.08-1.08c1.9-1.92%203.08-4.52%203.08-7.42c0-2.89-1.18-5.5-3.08-7.42L20.5%203.5C22.66%205.69%2024%208.69%2024%2012M1.5%2012c0%202.9%201.18%205.5%203.08%207.42L3.5%2020.5C1.34%2018.31%200%2015.31%200%2012s1.34-6.31%203.5-8.5l1.08%201.08C2.68%206.5%201.5%209.11%201.5%2012M21%2012c0%203.53-2.04%206.58-5%208.05v-2.31A7.01%207.01%200%200%200%2019%2012c0-3.86-3.14-7-7-7s-7%203.14-7%207a7.01%207.01%200%200%200%203%205.74v2.31C5.04%2018.58%203%2015.53%203%2012a9%209%200%200%201%2018%200%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%22M12%2010h3V8h-3V7c0-.6-.4-1-1-1s-1%20.4-1%201v10.3c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12%202c0%203.31-1.34%206.31-3.5%208.5l-1.08-1.08c1.9-1.92%203.08-4.52%203.08-7.42c0-2.89-1.18-5.5-3.08-7.42L20.5%203.5C22.66%205.69%2024%208.69%2024%2012M1.5%2012c0%202.9%201.18%205.5%203.08%207.42L3.5%2020.5C1.34%2018.31%200%2015.31%200%2012s1.34-6.31%203.5-8.5l1.08%201.08C2.68%206.5%201.5%209.11%201.5%2012M21%2012c0%203.53-2.04%206.58-5%208.05v-2.31A7.01%207.01%200%200%200%2019%2012c0-3.86-3.14-7-7-7s-7%203.14-7%207a7.01%207.01%200%200%200%203%205.74v2.31C5.04%2018.58%203%2015.53%203%2012a9%209%200%200%201%2018%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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