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

Name
car-info
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0

More automotive icons from Material Design Icons

Use the car info icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15h-2v-2h2m1 7v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5 1.5 0 0 0-1.42-1h-11a1.5 1.5 0 0 0-1.42 1L3 11v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h5a7 7 0 0 1 7-7a6.84 6.84 0 0 1 3 .68V11M6.5 15A1.5 1.5 0 1 1 8 13.5A1.5 1.5 0 0 1 6.5 15M5 10l1.5-4.5h11L19 10Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarInfo(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="M19 15h-2v-2h2m1 7v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5 1.5 0 0 0-1.42-1h-11a1.5 1.5 0 0 0-1.42 1L3 11v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h5a7 7 0 0 1 7-7a6.84 6.84 0 0 1 3 .68V11M6.5 15A1.5 1.5 0 1 1 8 13.5A1.5 1.5 0 0 1 6.5 15M5 10l1.5-4.5h11L19 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15h-2v-2h2m1 7v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5 1.5 0 0 0-1.42-1h-11a1.5 1.5 0 0 0-1.42 1L3 11v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h5a7 7 0 0 1 7-7a6.84 6.84 0 0 1 3 .68V11M6.5 15A1.5 1.5 0 1 1 8 13.5A1.5 1.5 0 0 1 6.5 15M5 10l1.5-4.5h11L19 10Z"/></svg>
</template>

CSS

.icon-car-info {
  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%22M19%2015h-2v-2h2m1%207v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5%201.5%200%200%200-1.42-1h-11a1.5%201.5%200%200%200-1.42%201L3%2011v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h5a7%207%200%200%201%207-7a6.84%206.84%200%200%201%203%20.68V11M6.5%2015A1.5%201.5%200%201%201%208%2013.5A1.5%201.5%200%200%201%206.5%2015M5%2010l1.5-4.5h11L19%2010Z%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%22M19%2015h-2v-2h2m1%207v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5%201.5%200%200%200-1.42-1h-11a1.5%201.5%200%200%200-1.42%201L3%2011v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h5a7%207%200%200%201%207-7a6.84%206.84%200%200%201%203%20.68V11M6.5%2015A1.5%201.5%200%201%201%208%2013.5A1.5%201.5%200%200%201%206.5%2015M5%2010l1.5-4.5h11L19%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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