car rental icon
car-rental-outline from Material Symbols Light by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- car-rental-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-repaircarpentercarry-on-bagcarry-on-bag-checked
Use the car rental icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.385 6.885q-1.039 0-1.77-.731q-.73-.731-.73-1.77q0-1.038.73-1.768q.731-.731 1.77-.731q.892 0 1.561.572q.67.572.904 1.428h7.266v1h-1v2h-1v-2H10.85q-.234.856-.904 1.428t-1.561.572m1.058-1.442q.442-.441.442-1.058q0-.618-.442-1.059q-.441-.442-1.058-.442q-.618 0-1.059.442q-.441.441-.441 1.058q0 .618.441 1.06q.441.44 1.059.44t1.058-.44m-.288 11.25q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54q0 .31.23.54t.54.229t.539-.23m6.769 0q.23-.23.23-.54q0-.309-.23-.538t-.54-.23t-.539.23t-.23.539t.23.54t.54.229t.539-.23M6 14.408l1.496-4.3q.067-.216.24-.335q.172-.12.387-.12h7.754q.215 0 .388.12q.172.12.239.335l1.496 4.3V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T17 20.2v-1.546H7V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T6 20.2zm1.304-.754h9.392l-1.046-3h-7.3zm-.304 1v3zm0 3h10v-3H7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarRentalOutline(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="M8.385 6.885q-1.039 0-1.77-.731q-.73-.731-.73-1.77q0-1.038.73-1.768q.731-.731 1.77-.731q.892 0 1.561.572q.67.572.904 1.428h7.266v1h-1v2h-1v-2H10.85q-.234.856-.904 1.428t-1.561.572m1.058-1.442q.442-.441.442-1.058q0-.618-.442-1.059q-.441-.442-1.058-.442q-.618 0-1.059.442q-.441.441-.441 1.058q0 .618.441 1.06q.441.44 1.059.44t1.058-.44m-.288 11.25q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54q0 .31.23.54t.54.229t.539-.23m6.769 0q.23-.23.23-.54q0-.309-.23-.538t-.54-.23t-.539.23t-.23.539t.23.54t.54.229t.539-.23M6 14.408l1.496-4.3q.067-.216.24-.335q.172-.12.387-.12h7.754q.215 0 .388.12q.172.12.239.335l1.496 4.3V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T17 20.2v-1.546H7V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T6 20.2zm1.304-.754h9.392l-1.046-3h-7.3zm-.304 1v3zm0 3h10v-3H7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.385 6.885q-1.039 0-1.77-.731q-.73-.731-.73-1.77q0-1.038.73-1.768q.731-.731 1.77-.731q.892 0 1.561.572q.67.572.904 1.428h7.266v1h-1v2h-1v-2H10.85q-.234.856-.904 1.428t-1.561.572m1.058-1.442q.442-.441.442-1.058q0-.618-.442-1.059q-.441-.442-1.058-.442q-.618 0-1.059.442q-.441.441-.441 1.058q0 .618.441 1.06q.441.44 1.059.44t1.058-.44m-.288 11.25q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54q0 .31.23.54t.54.229t.539-.23m6.769 0q.23-.23.23-.54q0-.309-.23-.538t-.54-.23t-.539.23t-.23.539t.23.54t.54.229t.539-.23M6 14.408l1.496-4.3q.067-.216.24-.335q.172-.12.387-.12h7.754q.215 0 .388.12q.172.12.239.335l1.496 4.3V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T17 20.2v-1.546H7V20.2q0 .196-.129.325t-.325.129h-.092q-.196 0-.325-.129T6 20.2zm1.304-.754h9.392l-1.046-3h-7.3zm-.304 1v3zm0 3h10v-3H7z"/></svg> </template>
CSS
.icon-car-rental-outline {
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%22M8.385%206.885q-1.039%200-1.77-.731q-.73-.731-.73-1.77q0-1.038.73-1.768q.731-.731%201.77-.731q.892%200%201.561.572q.67.572.904%201.428h7.266v1h-1v2h-1v-2H10.85q-.234.856-.904%201.428t-1.561.572m1.058-1.442q.442-.441.442-1.058q0-.618-.442-1.059q-.441-.442-1.058-.442q-.618%200-1.059.442q-.441.441-.441%201.058q0%20.618.441%201.06q.441.44%201.059.44t1.058-.44m-.288%2011.25q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54q0%20.31.23.54t.54.229t.539-.23m6.769%200q.23-.23.23-.54q0-.309-.23-.538t-.54-.23t-.539.23t-.23.539t.23.54t.54.229t.539-.23M6%2014.408l1.496-4.3q.067-.216.24-.335q.172-.12.387-.12h7.754q.215%200%20.388.12q.172.12.239.335l1.496%204.3V20.2q0%20.196-.129.325t-.325.129h-.092q-.196%200-.325-.129T17%2020.2v-1.546H7V20.2q0%20.196-.129.325t-.325.129h-.092q-.196%200-.325-.129T6%2020.2zm1.304-.754h9.392l-1.046-3h-7.3zm-.304%201v3zm0%203h10v-3H7z%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%22M8.385%206.885q-1.039%200-1.77-.731q-.73-.731-.73-1.77q0-1.038.73-1.768q.731-.731%201.77-.731q.892%200%201.561.572q.67.572.904%201.428h7.266v1h-1v2h-1v-2H10.85q-.234.856-.904%201.428t-1.561.572m1.058-1.442q.442-.441.442-1.058q0-.618-.442-1.059q-.441-.442-1.058-.442q-.618%200-1.059.442q-.441.441-.441%201.058q0%20.618.441%201.06q.441.44%201.059.44t1.058-.44m-.288%2011.25q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54q0%20.31.23.54t.54.229t.539-.23m6.769%200q.23-.23.23-.54q0-.309-.23-.538t-.54-.23t-.539.23t-.23.539t.23.54t.54.229t.539-.23M6%2014.408l1.496-4.3q.067-.216.24-.335q.172-.12.387-.12h7.754q.215%200%20.388.12q.172.12.239.335l1.496%204.3V20.2q0%20.196-.129.325t-.325.129h-.092q-.196%200-.325-.129T17%2020.2v-1.546H7V20.2q0%20.196-.129.325t-.325.129h-.092q-.196%200-.325-.129T6%2020.2zm1.304-.754h9.392l-1.046-3h-7.3zm-.304%201v3zm0%203h10v-3H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/car-rental-outline.svg?color=%231a73e8&size=48