car brake low pressure icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m-3 0L7 9v2H3v2h4v2zm4 0l3 3v-2h4v-2h-4V9zm6.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.5M5.69 9C6.81 6.64 9.22 5 12 5s5.19 1.64 6.32 4h2.18c-1.26-3.5-4.58-6-8.5-6S4.76 5.5 3.5 9zM4.58 4.58L3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42M18.32 15c-1.13 2.36-3.53 4-6.32 4s-5.19-1.64-6.31-4H3.5c1.26 3.5 4.58 6 8.5 6s7.24-2.5 8.5-6z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarBrakeLowPressure(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="M13 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m-3 0L7 9v2H3v2h4v2zm4 0l3 3v-2h4v-2h-4V9zm6.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.5M5.69 9C6.81 6.64 9.22 5 12 5s5.19 1.64 6.32 4h2.18c-1.26-3.5-4.58-6-8.5-6S4.76 5.5 3.5 9zM4.58 4.58L3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42M18.32 15c-1.13 2.36-3.53 4-6.32 4s-5.19-1.64-6.31-4H3.5c1.26 3.5 4.58 6 8.5 6s7.24-2.5 8.5-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 12c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m-3 0L7 9v2H3v2h4v2zm4 0l3 3v-2h4v-2h-4V9zm6.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.5M5.69 9C6.81 6.64 9.22 5 12 5s5.19 1.64 6.32 4h2.18c-1.26-3.5-4.58-6-8.5-6S4.76 5.5 3.5 9zM4.58 4.58L3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42M18.32 15c-1.13 2.36-3.53 4-6.32 4s-5.19-1.64-6.31-4H3.5c1.26 3.5 4.58 6 8.5 6s7.24-2.5 8.5-6z"/></svg>
</template>

CSS

.icon-car-brake-low-pressure {
  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%22M13%2012c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1s1%20.45%201%201m-3%200L7%209v2H3v2h4v2zm4%200l3%203v-2h4v-2h-4V9zm6.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.5M5.69%209C6.81%206.64%209.22%205%2012%205s5.19%201.64%206.32%204h2.18c-1.26-3.5-4.58-6-8.5-6S4.76%205.5%203.5%209zM4.58%204.58L3.5%203.5C1.34%205.69%200%208.69%200%2012s1.34%206.31%203.5%208.5l1.08-1.08C2.68%2017.5%201.5%2014.9%201.5%2012c0-2.89%201.18-5.5%203.08-7.42M18.32%2015c-1.13%202.36-3.53%204-6.32%204s-5.19-1.64-6.31-4H3.5c1.26%203.5%204.58%206%208.5%206s7.24-2.5%208.5-6z%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%22M13%2012c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1s1%20.45%201%201m-3%200L7%209v2H3v2h4v2zm4%200l3%203v-2h4v-2h-4V9zm6.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.5M5.69%209C6.81%206.64%209.22%205%2012%205s5.19%201.64%206.32%204h2.18c-1.26-3.5-4.58-6-8.5-6S4.76%205.5%203.5%209zM4.58%204.58L3.5%203.5C1.34%205.69%200%208.69%200%2012s1.34%206.31%203.5%208.5l1.08-1.08C2.68%2017.5%201.5%2014.9%201.5%2012c0-2.89%201.18-5.5%203.08-7.42M18.32%2015c-1.13%202.36-3.53%204-6.32%204s-5.19-1.64-6.31-4H3.5c1.26%203.5%204.58%206%208.5%206s7.24-2.5%208.5-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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