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

Name
car-windshield
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
car-front-glass

1 other variant in Material Design Icons

More automotive icons from Material Design Icons

Use the car windshield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.63 15.5l-2.42-9.65a1 1 0 0 0-1.07-.75c-1.34.14-5 .4-7.14.4s-5.8-.26-7.14-.4a1 1 0 0 0-1.07.75L1.37 15.5a1.5 1.5 0 0 0 1.18 1.86A61.5 61.5 0 0 0 12 18a61.5 61.5 0 0 0 9.45-.64a1.5 1.5 0 0 0 1.18-1.86"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarWindshield(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="m22.63 15.5l-2.42-9.65a1 1 0 0 0-1.07-.75c-1.34.14-5 .4-7.14.4s-5.8-.26-7.14-.4a1 1 0 0 0-1.07.75L1.37 15.5a1.5 1.5 0 0 0 1.18 1.86A61.5 61.5 0 0 0 12 18a61.5 61.5 0 0 0 9.45-.64a1.5 1.5 0 0 0 1.18-1.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.63 15.5l-2.42-9.65a1 1 0 0 0-1.07-.75c-1.34.14-5 .4-7.14.4s-5.8-.26-7.14-.4a1 1 0 0 0-1.07.75L1.37 15.5a1.5 1.5 0 0 0 1.18 1.86A61.5 61.5 0 0 0 12 18a61.5 61.5 0 0 0 9.45-.64a1.5 1.5 0 0 0 1.18-1.86"/></svg>
</template>

CSS

.icon-car-windshield {
  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%22m22.63%2015.5l-2.42-9.65a1%201%200%200%200-1.07-.75c-1.34.14-5%20.4-7.14.4s-5.8-.26-7.14-.4a1%201%200%200%200-1.07.75L1.37%2015.5a1.5%201.5%200%200%200%201.18%201.86A61.5%2061.5%200%200%200%2012%2018a61.5%2061.5%200%200%200%209.45-.64a1.5%201.5%200%200%200%201.18-1.86%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%22m22.63%2015.5l-2.42-9.65a1%201%200%200%200-1.07-.75c-1.34.14-5%20.4-7.14.4s-5.8-.26-7.14-.4a1%201%200%200%200-1.07.75L1.37%2015.5a1.5%201.5%200%200%200%201.18%201.86A61.5%2061.5%200%200%200%2012%2018a61.5%2061.5%200%200%200%209.45-.64a1.5%201.5%200%200%200%201.18-1.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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