car brake fluid level icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.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 12a9 9 0 1 1-18.001-.001A9 9 0 0 1 21 12M5 12c0 .44.05.86.12 1.28c.18-.19.34-.28.66-.28c.52 0 .61.21 1 .71S7.85 15 8.89 15c1.03 0 1.72-.79 2.11-1.29c.26-.34.39-.53.61-.63c.1-.05.22-.08.39-.08c.5 0 .61.21 1 .71S14.08 15 15.11 15c1.04 0 1.72-.79 2.11-1.29s.48-.71 1-.71c.32 0 .48.09.66.28c.07-.42.12-.84.12-1.28c0-3.86-3.14-7-7-7s-7 3.14-7 7m15.5-8.5l-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarBrakeFluidLevel(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="M1.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 12a9 9 0 1 1-18.001-.001A9 9 0 0 1 21 12M5 12c0 .44.05.86.12 1.28c.18-.19.34-.28.66-.28c.52 0 .61.21 1 .71S7.85 15 8.89 15c1.03 0 1.72-.79 2.11-1.29c.26-.34.39-.53.61-.63c.1-.05.22-.08.39-.08c.5 0 .61.21 1 .71S14.08 15 15.11 15c1.04 0 1.72-.79 2.11-1.29s.48-.71 1-.71c.32 0 .48.09.66.28c.07-.42.12-.84.12-1.28c0-3.86-3.14-7-7-7s-7 3.14-7 7m15.5-8.5l-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.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 12a9 9 0 1 1-18.001-.001A9 9 0 0 1 21 12M5 12c0 .44.05.86.12 1.28c.18-.19.34-.28.66-.28c.52 0 .61.21 1 .71S7.85 15 8.89 15c1.03 0 1.72-.79 2.11-1.29c.26-.34.39-.53.61-.63c.1-.05.22-.08.39-.08c.5 0 .61.21 1 .71S14.08 15 15.11 15c1.04 0 1.72-.79 2.11-1.29s.48-.71 1-.71c.32 0 .48.09.66.28c.07-.42.12-.84.12-1.28c0-3.86-3.14-7-7-7s-7 3.14-7 7m15.5-8.5l-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5"/></svg>
</template>

CSS

.icon-car-brake-fluid-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%22M1.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%2012a9%209%200%201%201-18.001-.001A9%209%200%200%201%2021%2012M5%2012c0%20.44.05.86.12%201.28c.18-.19.34-.28.66-.28c.52%200%20.61.21%201%20.71S7.85%2015%208.89%2015c1.03%200%201.72-.79%202.11-1.29c.26-.34.39-.53.61-.63c.1-.05.22-.08.39-.08c.5%200%20.61.21%201%20.71S14.08%2015%2015.11%2015c1.04%200%201.72-.79%202.11-1.29s.48-.71%201-.71c.32%200%20.48.09.66.28c.07-.42.12-.84.12-1.28c0-3.86-3.14-7-7-7s-7%203.14-7%207m15.5-8.5l-1.08%201.08C21.32%206.5%2022.5%209.11%2022.5%2012c0%202.9-1.18%205.5-3.08%207.42l1.08%201.08c2.16-2.19%203.5-5.19%203.5-8.5s-1.34-6.31-3.5-8.5%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%22M1.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%2012a9%209%200%201%201-18.001-.001A9%209%200%200%201%2021%2012M5%2012c0%20.44.05.86.12%201.28c.18-.19.34-.28.66-.28c.52%200%20.61.21%201%20.71S7.85%2015%208.89%2015c1.03%200%201.72-.79%202.11-1.29c.26-.34.39-.53.61-.63c.1-.05.22-.08.39-.08c.5%200%20.61.21%201%20.71S14.08%2015%2015.11%2015c1.04%200%201.72-.79%202.11-1.29s.48-.71%201-.71c.32%200%20.48.09.66.28c.07-.42.12-.84.12-1.28c0-3.86-3.14-7-7-7s-7%203.14-7%207m15.5-8.5l-1.08%201.08C21.32%206.5%2022.5%209.11%2022.5%2012c0%202.9-1.18%205.5-3.08%207.42l1.08%201.08c2.16-2.19%203.5-5.19%203.5-8.5s-1.34-6.31-3.5-8.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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