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

Name
car-wash
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
local-car-wash

The same icon in other sets

More automotive icons from Material Design Icons

Use the car wash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5 13l1.5-4.5h11L19 13m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 16.5A1.5 1.5 0 0 1 6.5 15A1.5 1.5 0 0 1 8 16.5A1.5 1.5 0 0 1 6.5 18M18.92 8c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 14v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8M7 5a1.5 1.5 0 0 0 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5A1.5 1.5 0 0 0 7 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 12 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 17 5"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarWash(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="m5 13l1.5-4.5h11L19 13m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 16.5A1.5 1.5 0 0 1 6.5 15A1.5 1.5 0 0 1 8 16.5A1.5 1.5 0 0 1 6.5 18M18.92 8c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 14v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8M7 5a1.5 1.5 0 0 0 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5A1.5 1.5 0 0 0 7 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 12 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 17 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="m5 13l1.5-4.5h11L19 13m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 16.5A1.5 1.5 0 0 1 6.5 15A1.5 1.5 0 0 1 8 16.5A1.5 1.5 0 0 1 6.5 18M18.92 8c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 14v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8M7 5a1.5 1.5 0 0 0 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5A1.5 1.5 0 0 0 7 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 12 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 17 5"/></svg>
</template>

CSS

.icon-car-wash {
  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%22m5%2013l1.5-4.5h11L19%2013m-1.5%205a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5m-11%200A1.5%201.5%200%200%201%205%2016.5A1.5%201.5%200%200%201%206.5%2015A1.5%201.5%200%200%201%208%2016.5A1.5%201.5%200%200%201%206.5%2018M18.92%208c-.2-.58-.76-1-1.42-1h-11c-.66%200-1.22.42-1.42%201L3%2014v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-8M7%205a1.5%201.5%200%200%200%201.5-1.5C8.5%202.5%207%20.8%207%20.8S5.5%202.5%205.5%203.5A1.5%201.5%200%200%200%207%205m5%200a1.5%201.5%200%200%200%201.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5%201.7-1.5%202.7A1.5%201.5%200%200%200%2012%205m5%200a1.5%201.5%200%200%200%201.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5%201.7-1.5%202.7A1.5%201.5%200%200%200%2017%205%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%22m5%2013l1.5-4.5h11L19%2013m-1.5%205a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5m-11%200A1.5%201.5%200%200%201%205%2016.5A1.5%201.5%200%200%201%206.5%2015A1.5%201.5%200%200%201%208%2016.5A1.5%201.5%200%200%201%206.5%2018M18.92%208c-.2-.58-.76-1-1.42-1h-11c-.66%200-1.22.42-1.42%201L3%2014v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-8M7%205a1.5%201.5%200%200%200%201.5-1.5C8.5%202.5%207%20.8%207%20.8S5.5%202.5%205.5%203.5A1.5%201.5%200%200%200%207%205m5%200a1.5%201.5%200%200%200%201.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5%201.7-1.5%202.7A1.5%201.5%200%200%200%2012%205m5%200a1.5%201.5%200%200%200%201.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5%201.7-1.5%202.7A1.5%201.5%200%200%200%2017%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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