oil temperature icon
oil-temperature from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- oil-temperature
- Set
- Material Design Icons
- Style
- Filled
- Category
- Automotive
- Viewbox
- 24×24
- License
- Apache 2.0
More automotive icons from Material Design Icons
air-conditionerairbagbatterybattery-10battery-20battery-30battery-40battery-50battery-60battery-70battery-80battery-90battery-chargingbattery-charging-10battery-charging-100battery-charging-20battery-charging-30battery-charging-40battery-charging-50battery-charging-60battery-charging-70battery-charging-80battery-charging-90bugle
Use the oil temperature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5h3V3h-3V2c0-.6-.4-1-1-1s-1 .4-1 1v13.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12 12.5s2 2.2 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.3 2-3.5 2-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2l-3.6 6.3c-.3.6-1 1-1.8 1H5c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2v5h9l2.1-3.6l-3.1 1.8v-2.4l6.2-3.6l3.3 1.9c.5.3.6.9.4 1.4M3.5 13.9l-1.7 1.7c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.7-1.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4"/></svg>
React
import type { SVGProps } from "react";
export function MdiOilTemperature(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="M10 5h3V3h-3V2c0-.6-.4-1-1-1s-1 .4-1 1v13.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12 12.5s2 2.2 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.3 2-3.5 2-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2l-3.6 6.3c-.3.6-1 1-1.8 1H5c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2v5h9l2.1-3.6l-3.1 1.8v-2.4l6.2-3.6l3.3 1.9c.5.3.6.9.4 1.4M3.5 13.9l-1.7 1.7c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.7-1.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5h3V3h-3V2c0-.6-.4-1-1-1s-1 .4-1 1v13.3c-.6.3-1 1-1 1.7c0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12 12.5s2 2.2 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.3 2-3.5 2-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2l-3.6 6.3c-.3.6-1 1-1.8 1H5c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2v5h9l2.1-3.6l-3.1 1.8v-2.4l6.2-3.6l3.3 1.9c.5.3.6.9.4 1.4M3.5 13.9l-1.7 1.7c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.7-1.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4"/></svg> </template>
CSS
.icon-oil-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%22M10%205h3V3h-3V2c0-.6-.4-1-1-1s-1%20.4-1%201v13.3c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12%2012.5s2%202.2%202%203.5c0%201.1-.9%202-2%202s-2-.9-2-2c0-1.3%202-3.5%202-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2l-3.6%206.3c-.3.6-1%201-1.8%201H5c-1.1%200-2-.9-2-2v-3c0-1.1.9-2%202-2v5h9l2.1-3.6l-3.1%201.8v-2.4l6.2-3.6l3.3%201.9c.5.3.6.9.4%201.4M3.5%2013.9l-1.7%201.7c-.4.4-1%20.4-1.4%200s-.4-1%200-1.4l1.7-1.7c.4-.4%201-.4%201.4%200s.4%201%200%201.4%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%22M10%205h3V3h-3V2c0-.6-.4-1-1-1s-1%20.4-1%201v13.3c-.6.3-1%201-1%201.7c0%201.1.9%202%202%202s2-.9%202-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12%2012.5s2%202.2%202%203.5c0%201.1-.9%202-2%202s-2-.9-2-2c0-1.3%202-3.5%202-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2l-3.6%206.3c-.3.6-1%201-1.8%201H5c-1.1%200-2-.9-2-2v-3c0-1.1.9-2%202-2v5h9l2.1-3.6l-3.1%201.8v-2.4l6.2-3.6l3.3%201.9c.5.3.6.9.4%201.4M3.5%2013.9l-1.7%201.7c-.4.4-1%20.4-1.4%200s-.4-1%200-1.4l1.7-1.7c.4-.4%201-.4%201.4%200s.4%201%200%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/oil-temperature.svg?color=%231a73e8&size=48