car connected icon
car-connected from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- car-connected
- Set
- Material Design Icons
- Style
- Filled
- Category
- Automotive
- Viewbox
- 24×24
- License
- Apache 2.0
More automotive icons from Material Design Icons
air-conditionerairbagbatterybattery-10battery-20battery-30battery-40battery-50battery-60battery-70battery-80battery-90battery-chargingbattery-charging-10battery-charging-100battery-charging-20battery-charging-30battery-charging-40battery-charging-50battery-charging-60battery-charging-70battery-charging-80battery-charging-90bugle
Use the car connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14h14l-1.5-4.5h-11zm12.5 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m-11 0A1.5 1.5 0 0 0 8 17.5A1.5 1.5 0 0 0 6.5 16A1.5 1.5 0 0 0 5 17.5A1.5 1.5 0 0 0 6.5 19M18.92 9L21 15v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8l2.08-6c.2-.58.77-1 1.42-1h11c.65 0 1.22.42 1.42 1M12 0c2.12 0 4.15.86 5.65 2.35l-1.42 1.42A6.02 6.02 0 0 0 12 2c-1.58 0-3.11.65-4.23 1.77L6.36 2.35A8 8 0 0 1 12 0m0 4c1.06 0 2.07.44 2.82 1.18L13.4 6.6c-.37-.37-.87-.6-1.4-.6c-.5 0-1.03.23-1.4.6L9.18 5.18C9.93 4.44 10.94 4 12 4"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarConnected(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="M5 14h14l-1.5-4.5h-11zm12.5 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m-11 0A1.5 1.5 0 0 0 8 17.5A1.5 1.5 0 0 0 6.5 16A1.5 1.5 0 0 0 5 17.5A1.5 1.5 0 0 0 6.5 19M18.92 9L21 15v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8l2.08-6c.2-.58.77-1 1.42-1h11c.65 0 1.22.42 1.42 1M12 0c2.12 0 4.15.86 5.65 2.35l-1.42 1.42A6.02 6.02 0 0 0 12 2c-1.58 0-3.11.65-4.23 1.77L6.36 2.35A8 8 0 0 1 12 0m0 4c1.06 0 2.07.44 2.82 1.18L13.4 6.6c-.37-.37-.87-.6-1.4-.6c-.5 0-1.03.23-1.4.6L9.18 5.18C9.93 4.44 10.94 4 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14h14l-1.5-4.5h-11zm12.5 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m-11 0A1.5 1.5 0 0 0 8 17.5A1.5 1.5 0 0 0 6.5 16A1.5 1.5 0 0 0 5 17.5A1.5 1.5 0 0 0 6.5 19M18.92 9L21 15v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8l2.08-6c.2-.58.77-1 1.42-1h11c.65 0 1.22.42 1.42 1M12 0c2.12 0 4.15.86 5.65 2.35l-1.42 1.42A6.02 6.02 0 0 0 12 2c-1.58 0-3.11.65-4.23 1.77L6.36 2.35A8 8 0 0 1 12 0m0 4c1.06 0 2.07.44 2.82 1.18L13.4 6.6c-.37-.37-.87-.6-1.4-.6c-.5 0-1.03.23-1.4.6L9.18 5.18C9.93 4.44 10.94 4 12 4"/></svg> </template>
CSS
.icon-car-connected {
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%22M5%2014h14l-1.5-4.5h-11zm12.5%205a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5m-11%200A1.5%201.5%200%200%200%208%2017.5A1.5%201.5%200%200%200%206.5%2016A1.5%201.5%200%200%200%205%2017.5A1.5%201.5%200%200%200%206.5%2019M18.92%209L21%2015v8a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-1H6v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1v-8l2.08-6c.2-.58.77-1%201.42-1h11c.65%200%201.22.42%201.42%201M12%200c2.12%200%204.15.86%205.65%202.35l-1.42%201.42A6.02%206.02%200%200%200%2012%202c-1.58%200-3.11.65-4.23%201.77L6.36%202.35A8%208%200%200%201%2012%200m0%204c1.06%200%202.07.44%202.82%201.18L13.4%206.6c-.37-.37-.87-.6-1.4-.6c-.5%200-1.03.23-1.4.6L9.18%205.18C9.93%204.44%2010.94%204%2012%204%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%22M5%2014h14l-1.5-4.5h-11zm12.5%205a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5m-11%200A1.5%201.5%200%200%200%208%2017.5A1.5%201.5%200%200%200%206.5%2016A1.5%201.5%200%200%200%205%2017.5A1.5%201.5%200%200%200%206.5%2019M18.92%209L21%2015v8a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-1H6v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1v-8l2.08-6c.2-.58.77-1%201.42-1h11c.65%200%201.22.42%201.42%201M12%200c2.12%200%204.15.86%205.65%202.35l-1.42%201.42A6.02%206.02%200%200%200%2012%202c-1.58%200-3.11.65-4.23%201.77L6.36%202.35A8%208%200%200%201%2012%200m0%204c1.06%200%202.07.44%202.82%201.18L13.4%206.6c-.37-.37-.87-.6-1.4-.6c-.5%200-1.03.23-1.4.6L9.18%205.18C9.93%204.44%2010.94%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-connected.svg?color=%231a73e8&size=48