car coolant level icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7V5h2V3h-8v2h2v2H1v14h22V7zm2 7.42c-.29-.29-.5-.42-1-.42c-.67 0-.79.21-1.29.71S17.33 16 16 16s-2.21-.79-2.71-1.29S12.67 14 12 14c-.22 0-.37.03-.5.08c-.28.1-.45.29-.79.63c-.5.5-1.38 1.29-2.71 1.29s-2.21-.79-2.71-1.29S4.67 14 4 14c-.5 0-.71.13-1 .42V9h18z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarCoolantLevel(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="M19 7V5h2V3h-8v2h2v2H1v14h22V7zm2 7.42c-.29-.29-.5-.42-1-.42c-.67 0-.79.21-1.29.71S17.33 16 16 16s-2.21-.79-2.71-1.29S12.67 14 12 14c-.22 0-.37.03-.5.08c-.28.1-.45.29-.79.63c-.5.5-1.38 1.29-2.71 1.29s-2.21-.79-2.71-1.29S4.67 14 4 14c-.5 0-.71.13-1 .42V9h18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7V5h2V3h-8v2h2v2H1v14h22V7zm2 7.42c-.29-.29-.5-.42-1-.42c-.67 0-.79.21-1.29.71S17.33 16 16 16s-2.21-.79-2.71-1.29S12.67 14 12 14c-.22 0-.37.03-.5.08c-.28.1-.45.29-.79.63c-.5.5-1.38 1.29-2.71 1.29s-2.21-.79-2.71-1.29S4.67 14 4 14c-.5 0-.71.13-1 .42V9h18z"/></svg>
</template>

CSS

.icon-car-coolant-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%22M19%207V5h2V3h-8v2h2v2H1v14h22V7zm2%207.42c-.29-.29-.5-.42-1-.42c-.67%200-.79.21-1.29.71S17.33%2016%2016%2016s-2.21-.79-2.71-1.29S12.67%2014%2012%2014c-.22%200-.37.03-.5.08c-.28.1-.45.29-.79.63c-.5.5-1.38%201.29-2.71%201.29s-2.21-.79-2.71-1.29S4.67%2014%204%2014c-.5%200-.71.13-1%20.42V9h18z%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%22M19%207V5h2V3h-8v2h2v2H1v14h22V7zm2%207.42c-.29-.29-.5-.42-1-.42c-.67%200-.79.21-1.29.71S17.33%2016%2016%2016s-2.21-.79-2.71-1.29S12.67%2014%2012%2014c-.22%200-.37.03-.5.08c-.28.1-.45.29-.79.63c-.5.5-1.38%201.29-2.71%201.29s-2.21-.79-2.71-1.29S4.67%2014%204%2014c-.5%200-.71.13-1%20.42V9h18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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