oil level icon
oil-level from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- oil-level
- 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 level icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18c-1.33 0-2.21.79-2.71 1.29S4.67 20 4 20s-.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 20 8 20s.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 20 16 20s.79.21 1.29.71S18.67 22 20 22s2.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 18 16 18s-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 18.79 9.33 18 8 18m14-7.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5m.5-3.37l-3.26-1.89L12.73 9c-.34-.6-.99-1-1.73-1H9V6h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h9c.75 0 1.41-.42 1.75-1.03l3.65-6.32l2.1 1.21c.5.28 1.09.11 1.37-.36c.27-.5.13-1.1-.37-1.37M14 13H5v-3h6.69l.91 1.43l3.46-2zM3.5 6.92l-1.71 1.7A1 1 0 0 1 .38 7.21L2.09 5.5a1 1 0 0 1 1.41 0c.39.39.39 1 0 1.42"/></svg>
React
import type { SVGProps } from "react";
export function MdiOilLevel(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="M8 18c-1.33 0-2.21.79-2.71 1.29S4.67 20 4 20s-.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 20 8 20s.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 20 16 20s.79.21 1.29.71S18.67 22 20 22s2.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 18 16 18s-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 18.79 9.33 18 8 18m14-7.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5m.5-3.37l-3.26-1.89L12.73 9c-.34-.6-.99-1-1.73-1H9V6h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h9c.75 0 1.41-.42 1.75-1.03l3.65-6.32l2.1 1.21c.5.28 1.09.11 1.37-.36c.27-.5.13-1.1-.37-1.37M14 13H5v-3h6.69l.91 1.43l3.46-2zM3.5 6.92l-1.71 1.7A1 1 0 0 1 .38 7.21L2.09 5.5a1 1 0 0 1 1.41 0c.39.39.39 1 0 1.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18c-1.33 0-2.21.79-2.71 1.29S4.67 20 4 20s-.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 20 8 20s.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 20 16 20s.79.21 1.29.71S18.67 22 20 22s2.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 18 16 18s-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 18.79 9.33 18 8 18m14-7.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5m.5-3.37l-3.26-1.89L12.73 9c-.34-.6-.99-1-1.73-1H9V6h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h9c.75 0 1.41-.42 1.75-1.03l3.65-6.32l2.1 1.21c.5.28 1.09.11 1.37-.36c.27-.5.13-1.1-.37-1.37M14 13H5v-3h6.69l.91 1.43l3.46-2zM3.5 6.92l-1.71 1.7A1 1 0 0 1 .38 7.21L2.09 5.5a1 1 0 0 1 1.41 0c.39.39.39 1 0 1.42"/></svg> </template>
CSS
.icon-oil-level {
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%22M8%2018c-1.33%200-2.21.79-2.71%201.29S4.67%2020%204%2020s-.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%2020%208%2020s.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%2020%2016%2020s.79.21%201.29.71S18.67%2022%2020%2022s2.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%2018%2016%2018s-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%2018.79%209.33%2018%208%2018m14-7.5s2%202.17%202%203.5c0%201.1-.9%202-2%202s-2-.9-2-2c0-1.33%202-3.5%202-3.5m.5-3.37l-3.26-1.89L12.73%209c-.34-.6-.99-1-1.73-1H9V6h1c.55%200%201-.45%201-1s-.45-1-1-1H6c-.55%200-1%20.45-1%201s.45%201%201%201h1v2H5c-1.1%200-2%20.9-2%202v3c0%201.1.9%202%202%202h9c.75%200%201.41-.42%201.75-1.03l3.65-6.32l2.1%201.21c.5.28%201.09.11%201.37-.36c.27-.5.13-1.1-.37-1.37M14%2013H5v-3h6.69l.91%201.43l3.46-2zM3.5%206.92l-1.71%201.7A1%201%200%200%201%20.38%207.21L2.09%205.5a1%201%200%200%201%201.41%200c.39.39.39%201%200%201.42%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%22M8%2018c-1.33%200-2.21.79-2.71%201.29S4.67%2020%204%2020s-.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%2020%208%2020s.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%2020%2016%2020s.79.21%201.29.71S18.67%2022%2020%2022s2.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%2018%2016%2018s-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%2018.79%209.33%2018%208%2018m14-7.5s2%202.17%202%203.5c0%201.1-.9%202-2%202s-2-.9-2-2c0-1.33%202-3.5%202-3.5m.5-3.37l-3.26-1.89L12.73%209c-.34-.6-.99-1-1.73-1H9V6h1c.55%200%201-.45%201-1s-.45-1-1-1H6c-.55%200-1%20.45-1%201s.45%201%201%201h1v2H5c-1.1%200-2%20.9-2%202v3c0%201.1.9%202%202%202h9c.75%200%201.41-.42%201.75-1.03l3.65-6.32l2.1%201.21c.5.28%201.09.11%201.37-.36c.27-.5.13-1.1-.37-1.37M14%2013H5v-3h6.69l.91%201.43l3.46-2zM3.5%206.92l-1.71%201.7A1%201%200%200%201%20.38%207.21L2.09%205.5a1%201%200%200%201%201.41%200c.39.39.39%201%200%201.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/oil-level.svg?color=%231a73e8&size=48