plane-car from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.

Name
plane-car
Set
Material Design Icons
Style
Filled
Category
Transportation + Flying
Viewbox
24×24
License
Apache 2.0
Aliases
airplane-car, airport-shuttle, airport-taxi

More transportation + flying icons from Material Design Icons

Use the plane car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.57 12.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L11 16.77v5.51c0 .38.32.72.7.72h.62c.38 0 .68-.38.68-.76V21h8v1.24c0 .38.31.76.69.76h.61c.38 0 .7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03 3h-9.25zM13 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m8 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M6.66 14.53L7 17l-1.05 1.06l-1.76-3.18L1 13.11l1.06-1.08l2.5.37l3.87-3.87L1 4.62l1.42-1.41l9.19 2.12l3.89-3.89c.56-.585 1.56-.585 2.12 0c.59.59.59 1.56 0 2.12l-3.89 3.89l.82 3.55h-1.14c-.87 0-1.62.5-1.91 1.31l-.03.06l-.91-1.74z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPlaneCar(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="M21.57 12.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L11 16.77v5.51c0 .38.32.72.7.72h.62c.38 0 .68-.38.68-.76V21h8v1.24c0 .38.31.76.69.76h.61c.38 0 .7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03 3h-9.25zM13 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m8 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M6.66 14.53L7 17l-1.05 1.06l-1.76-3.18L1 13.11l1.06-1.08l2.5.37l3.87-3.87L1 4.62l1.42-1.41l9.19 2.12l3.89-3.89c.56-.585 1.56-.585 2.12 0c.59.59.59 1.56 0 2.12l-3.89 3.89l.82 3.55h-1.14c-.87 0-1.62.5-1.91 1.31l-.03.06l-.91-1.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.57 12.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L11 16.77v5.51c0 .38.32.72.7.72h.62c.38 0 .68-.38.68-.76V21h8v1.24c0 .38.31.76.69.76h.61c.38 0 .7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03 3h-9.25zM13 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m8 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M6.66 14.53L7 17l-1.05 1.06l-1.76-3.18L1 13.11l1.06-1.08l2.5.37l3.87-3.87L1 4.62l1.42-1.41l9.19 2.12l3.89-3.89c.56-.585 1.56-.585 2.12 0c.59.59.59 1.56 0 2.12l-3.89 3.89l.82 3.55h-1.14c-.87 0-1.62.5-1.91 1.31l-.03.06l-.91-1.74z"/></svg>
</template>

CSS

.icon-plane-car {
  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%22M21.57%2012.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46%200-.83.26-.98.66L11%2016.77v5.51c0%20.38.32.72.7.72h.62c.38%200%20.68-.38.68-.76V21h8v1.24c0%20.38.31.76.69.76h.61c.38%200%20.7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03%203h-9.25zM13%2019c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m8%200c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201M6.66%2014.53L7%2017l-1.05%201.06l-1.76-3.18L1%2013.11l1.06-1.08l2.5.37l3.87-3.87L1%204.62l1.42-1.41l9.19%202.12l3.89-3.89c.56-.585%201.56-.585%202.12%200c.59.59.59%201.56%200%202.12l-3.89%203.89l.82%203.55h-1.14c-.87%200-1.62.5-1.91%201.31l-.03.06l-.91-1.74z%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%22M21.57%2012.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46%200-.83.26-.98.66L11%2016.77v5.51c0%20.38.32.72.7.72h.62c.38%200%20.68-.38.68-.76V21h8v1.24c0%20.38.31.76.69.76h.61c.38%200%20.7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03%203h-9.25zM13%2019c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m8%200c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201M6.66%2014.53L7%2017l-1.05%201.06l-1.76-3.18L1%2013.11l1.06-1.08l2.5.37l3.87-3.87L1%204.62l1.42-1.41l9.19%202.12l3.89-3.89c.56-.585%201.56-.585%202.12%200c.59.59.59%201.56%200%202.12l-3.89%203.89l.82%203.55h-1.14c-.87%200-1.62.5-1.91%201.31l-.03.06l-.91-1.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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