parking-valet-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
parking-valet-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the parking valet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.406 20q-.327 0-.552-.215q-.225-.214-.256-.537l-.367-4.787l-.915-.603q-.162-.125-.258-.293t-.096-.379V9.77q0-.698.497-1.195t1.195-.497q.205 0 .367.096t.246.273l.464.97q.062.125.189.125t.19-.125l.468-.97q.085-.177.247-.273t.367-.096q.698 0 1.195.497t.497 1.195v3.417q0 .212-.096.38q-.096.167-.257.292l-.916.603l-.367 4.787q-.03.323-.256.537q-.225.215-.552.215zm.517-12.77q-.71 0-1.201-.49q-.491-.492-.491-1.201h3.385q0 .709-.492 1.2q-.491.492-1.201.492m-1.692-2.462v-.923q0-.36.244-.603T16.079 3h1.697q.36 0 .6.243t.24.603v.923zM9.558 20q-.213 0-.356-.144t-.144-.356V18H3.5q-.213 0-.356-.144T3 17.499t.144-.356T3.5 17h5.789v-4.846H3.5q-.213 0-.356-.144Q3 11.866 3 11.653t.144-.356t.356-.143h5.373L7.4 7H3.5q-.213 0-.356-.144T3 6.499t.144-.356T3.5 6h4.135q.227 0 .412.138t.257.362l1.904 5.387q.05.13.065.267q.016.137.016.273V19.5q0 .213-.144.356T9.789 20zM6.87 15.692q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.327.79q.326.321.793.321"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightParkingValetOutlineRounded(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="M16.406 20q-.327 0-.552-.215q-.225-.214-.256-.537l-.367-4.787l-.915-.603q-.162-.125-.258-.293t-.096-.379V9.77q0-.698.497-1.195t1.195-.497q.205 0 .367.096t.246.273l.464.97q.062.125.189.125t.19-.125l.468-.97q.085-.177.247-.273t.367-.096q.698 0 1.195.497t.497 1.195v3.417q0 .212-.096.38q-.096.167-.257.292l-.916.603l-.367 4.787q-.03.323-.256.537q-.225.215-.552.215zm.517-12.77q-.71 0-1.201-.49q-.491-.492-.491-1.201h3.385q0 .709-.492 1.2q-.491.492-1.201.492m-1.692-2.462v-.923q0-.36.244-.603T16.079 3h1.697q.36 0 .6.243t.24.603v.923zM9.558 20q-.213 0-.356-.144t-.144-.356V18H3.5q-.213 0-.356-.144T3 17.499t.144-.356T3.5 17h5.789v-4.846H3.5q-.213 0-.356-.144Q3 11.866 3 11.653t.144-.356t.356-.143h5.373L7.4 7H3.5q-.213 0-.356-.144T3 6.499t.144-.356T3.5 6h4.135q.227 0 .412.138t.257.362l1.904 5.387q.05.13.065.267q.016.137.016.273V19.5q0 .213-.144.356T9.789 20zM6.87 15.692q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.327.79q.326.321.793.321"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.406 20q-.327 0-.552-.215q-.225-.214-.256-.537l-.367-4.787l-.915-.603q-.162-.125-.258-.293t-.096-.379V9.77q0-.698.497-1.195t1.195-.497q.205 0 .367.096t.246.273l.464.97q.062.125.189.125t.19-.125l.468-.97q.085-.177.247-.273t.367-.096q.698 0 1.195.497t.497 1.195v3.417q0 .212-.096.38q-.096.167-.257.292l-.916.603l-.367 4.787q-.03.323-.256.537q-.225.215-.552.215zm.517-12.77q-.71 0-1.201-.49q-.491-.492-.491-1.201h3.385q0 .709-.492 1.2q-.491.492-1.201.492m-1.692-2.462v-.923q0-.36.244-.603T16.079 3h1.697q.36 0 .6.243t.24.603v.923zM9.558 20q-.213 0-.356-.144t-.144-.356V18H3.5q-.213 0-.356-.144T3 17.499t.144-.356T3.5 17h5.789v-4.846H3.5q-.213 0-.356-.144Q3 11.866 3 11.653t.144-.356t.356-.143h5.373L7.4 7H3.5q-.213 0-.356-.144T3 6.499t.144-.356T3.5 6h4.135q.227 0 .412.138t.257.362l1.904 5.387q.05.13.065.267q.016.137.016.273V19.5q0 .213-.144.356T9.789 20zM6.87 15.692q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.327.79q.326.321.793.321"/></svg>
</template>

CSS

.icon-parking-valet-outline-rounded {
  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%22M16.406%2020q-.327%200-.552-.215q-.225-.214-.256-.537l-.367-4.787l-.915-.603q-.162-.125-.258-.293t-.096-.379V9.77q0-.698.497-1.195t1.195-.497q.205%200%20.367.096t.246.273l.464.97q.062.125.189.125t.19-.125l.468-.97q.085-.177.247-.273t.367-.096q.698%200%201.195.497t.497%201.195v3.417q0%20.212-.096.38q-.096.167-.257.292l-.916.603l-.367%204.787q-.03.323-.256.537q-.225.215-.552.215zm.517-12.77q-.71%200-1.201-.49q-.491-.492-.491-1.201h3.385q0%20.709-.492%201.2q-.491.492-1.201.492m-1.692-2.462v-.923q0-.36.244-.603T16.079%203h1.697q.36%200%20.6.243t.24.603v.923zM9.558%2020q-.213%200-.356-.144t-.144-.356V18H3.5q-.213%200-.356-.144T3%2017.499t.144-.356T3.5%2017h5.789v-4.846H3.5q-.213%200-.356-.144Q3%2011.866%203%2011.653t.144-.356t.356-.143h5.373L7.4%207H3.5q-.213%200-.356-.144T3%206.499t.144-.356T3.5%206h4.135q.227%200%20.412.138t.257.362l1.904%205.387q.05.13.065.267q.016.137.016.273V19.5q0%20.213-.144.356T9.789%2020zM6.87%2015.692q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.327.79q.326.321.793.321%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%22M16.406%2020q-.327%200-.552-.215q-.225-.214-.256-.537l-.367-4.787l-.915-.603q-.162-.125-.258-.293t-.096-.379V9.77q0-.698.497-1.195t1.195-.497q.205%200%20.367.096t.246.273l.464.97q.062.125.189.125t.19-.125l.468-.97q.085-.177.247-.273t.367-.096q.698%200%201.195.497t.497%201.195v3.417q0%20.212-.096.38q-.096.167-.257.292l-.916.603l-.367%204.787q-.03.323-.256.537q-.225.215-.552.215zm.517-12.77q-.71%200-1.201-.49q-.491-.492-.491-1.201h3.385q0%20.709-.492%201.2q-.491.492-1.201.492m-1.692-2.462v-.923q0-.36.244-.603T16.079%203h1.697q.36%200%20.6.243t.24.603v.923zM9.558%2020q-.213%200-.356-.144t-.144-.356V18H3.5q-.213%200-.356-.144T3%2017.499t.144-.356T3.5%2017h5.789v-4.846H3.5q-.213%200-.356-.144Q3%2011.866%203%2011.653t.144-.356t.356-.143h5.373L7.4%207H3.5q-.213%200-.356-.144T3%206.499t.144-.356T3.5%206h4.135q.227%200%20.412.138t.257.362l1.904%205.387q.05.13.065.267q.016.137.016.273V19.5q0%20.213-.144.356T9.789%2020zM6.87%2015.692q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.327.79q.326.321.793.321%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/parking-valet-outline-rounded.svg?color=%231a73e8&size=48