local car wash icon
local-car-wash from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-car-wash
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the local 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="M10.938 4.563Q10.5 4.125 10.5 3.5q0-.525.363-1.125T12 1q.775.775 1.138 1.375T13.5 3.5q0 .625-.437 1.063T12 5t-1.062-.437m-5 0Q5.5 4.125 5.5 3.5q0-.525.363-1.125T7 1q.775.775 1.138 1.375T8.5 3.5q0 .625-.437 1.063T7 5t-1.062-.437m10 0Q15.5 4.125 15.5 3.5q0-.525.363-1.125T17 1q.775.775 1.138 1.375T18.5 3.5q0 .625-.437 1.063T17 5t-1.062-.437M6 21v1q0 .425-.288.713T5 23H4q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7h11q.475 0 .863.275T18.9 8l2.1 6v8q0 .425-.287.713T20 23h-1q-.425 0-.712-.288T18 22v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 16.5t-.437-1.062T7.5 15t-1.062.438T6 16.5t.438 1.063T7.5 18m9 0q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocalCarWash(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="M10.938 4.563Q10.5 4.125 10.5 3.5q0-.525.363-1.125T12 1q.775.775 1.138 1.375T13.5 3.5q0 .625-.437 1.063T12 5t-1.062-.437m-5 0Q5.5 4.125 5.5 3.5q0-.525.363-1.125T7 1q.775.775 1.138 1.375T8.5 3.5q0 .625-.437 1.063T7 5t-1.062-.437m10 0Q15.5 4.125 15.5 3.5q0-.525.363-1.125T17 1q.775.775 1.138 1.375T18.5 3.5q0 .625-.437 1.063T17 5t-1.062-.437M6 21v1q0 .425-.288.713T5 23H4q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7h11q.475 0 .863.275T18.9 8l2.1 6v8q0 .425-.287.713T20 23h-1q-.425 0-.712-.288T18 22v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 16.5t-.437-1.062T7.5 15t-1.062.438T6 16.5t.438 1.063T7.5 18m9 0q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.938 4.563Q10.5 4.125 10.5 3.5q0-.525.363-1.125T12 1q.775.775 1.138 1.375T13.5 3.5q0 .625-.437 1.063T12 5t-1.062-.437m-5 0Q5.5 4.125 5.5 3.5q0-.525.363-1.125T7 1q.775.775 1.138 1.375T8.5 3.5q0 .625-.437 1.063T7 5t-1.062-.437m10 0Q15.5 4.125 15.5 3.5q0-.525.363-1.125T17 1q.775.775 1.138 1.375T18.5 3.5q0 .625-.437 1.063T17 5t-1.062-.437M6 21v1q0 .425-.288.713T5 23H4q-.425 0-.712-.288T3 22v-8l2.1-6q.15-.45.538-.725T6.5 7h11q.475 0 .863.275T18.9 8l2.1 6v8q0 .425-.287.713T20 23h-1q-.425 0-.712-.288T18 22v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 16.5t-.437-1.062T7.5 15t-1.062.438T6 16.5t.438 1.063T7.5 18m9 0q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18"/></svg> </template>
CSS
.icon-local-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%22M10.938%204.563Q10.5%204.125%2010.5%203.5q0-.525.363-1.125T12%201q.775.775%201.138%201.375T13.5%203.5q0%20.625-.437%201.063T12%205t-1.062-.437m-5%200Q5.5%204.125%205.5%203.5q0-.525.363-1.125T7%201q.775.775%201.138%201.375T8.5%203.5q0%20.625-.437%201.063T7%205t-1.062-.437m10%200Q15.5%204.125%2015.5%203.5q0-.525.363-1.125T17%201q.775.775%201.138%201.375T18.5%203.5q0%20.625-.437%201.063T17%205t-1.062-.437M6%2021v1q0%20.425-.288.713T5%2023H4q-.425%200-.712-.288T3%2022v-8l2.1-6q.15-.45.538-.725T6.5%207h11q.475%200%20.863.275T18.9%208l2.1%206v8q0%20.425-.287.713T20%2023h-1q-.425%200-.712-.288T18%2022v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2016.5t-.437-1.062T7.5%2015t-1.062.438T6%2016.5t.438%201.063T7.5%2018m9%200q.625%200%201.063-.437T18%2016.5t-.437-1.062T16.5%2015t-1.062.438T15%2016.5t.438%201.063T16.5%2018%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%22M10.938%204.563Q10.5%204.125%2010.5%203.5q0-.525.363-1.125T12%201q.775.775%201.138%201.375T13.5%203.5q0%20.625-.437%201.063T12%205t-1.062-.437m-5%200Q5.5%204.125%205.5%203.5q0-.525.363-1.125T7%201q.775.775%201.138%201.375T8.5%203.5q0%20.625-.437%201.063T7%205t-1.062-.437m10%200Q15.5%204.125%2015.5%203.5q0-.525.363-1.125T17%201q.775.775%201.138%201.375T18.5%203.5q0%20.625-.437%201.063T17%205t-1.062-.437M6%2021v1q0%20.425-.288.713T5%2023H4q-.425%200-.712-.288T3%2022v-8l2.1-6q.15-.45.538-.725T6.5%207h11q.475%200%20.863.275T18.9%208l2.1%206v8q0%20.425-.287.713T20%2023h-1q-.425%200-.712-.288T18%2022v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2016.5t-.437-1.062T7.5%2015t-1.062.438T6%2016.5t.438%201.063T7.5%2018m9%200q.625%200%201.063-.437T18%2016.5t-.437-1.062T16.5%2015t-1.062.438T15%2016.5t.438%201.063T16.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/local-car-wash.svg?color=%231a73e8&size=48