car light dimmed icon
car-light-dimmed from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- car-light-dimmed
- Set
- Material Design Icons
- Style
- Filled
- Category
- Automotive
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- head-light-dimmed, low-beam
The same icon in other sets
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 light dimmed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2s-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4.1 5.1-6.9 5.2M8 10.5c0 .5-.1 1-.1 1.5v.6L2.4 14l-.5-1.9zM2 7l7.4-1.9c-.2.3-.4.7-.5 1.2c-.1.3-.2.7-.3 1.1L2.5 8.9zm6.2 8.5c.1.7.3 1.4.5 1.9L2.4 19l-.5-1.9z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarLightDimmed(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="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2s-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4.1 5.1-6.9 5.2M8 10.5c0 .5-.1 1-.1 1.5v.6L2.4 14l-.5-1.9zM2 7l7.4-1.9c-.2.3-.4.7-.5 1.2c-.1.3-.2.7-.3 1.1L2.5 8.9zm6.2 8.5c.1.7.3 1.4.5 1.9L2.4 19l-.5-1.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2s-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4.1 5.1-6.9 5.2M8 10.5c0 .5-.1 1-.1 1.5v.6L2.4 14l-.5-1.9zM2 7l7.4-1.9c-.2.3-.4.7-.5 1.2c-.1.3-.2.7-.3 1.1L2.5 8.9zm6.2 8.5c.1.7.3 1.4.5 1.9L2.4 19l-.5-1.9z"/></svg> </template>
CSS
.icon-car-light-dimmed {
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%22M13%204.8c-4%200-4%2014.4%200%2014.4s9-2.7%209-7.2s-5-7.2-9-7.2m.1%2012.4C12.7%2016.8%2012%2015%2012%2012s.7-4.8%201.1-5.2C16%206.9%2020%208.7%2020%2012s-4.1%205.1-6.9%205.2M8%2010.5c0%20.5-.1%201-.1%201.5v.6L2.4%2014l-.5-1.9zM2%207l7.4-1.9c-.2.3-.4.7-.5%201.2c-.1.3-.2.7-.3%201.1L2.5%208.9zm6.2%208.5c.1.7.3%201.4.5%201.9L2.4%2019l-.5-1.9z%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%22M13%204.8c-4%200-4%2014.4%200%2014.4s9-2.7%209-7.2s-5-7.2-9-7.2m.1%2012.4C12.7%2016.8%2012%2015%2012%2012s.7-4.8%201.1-5.2C16%206.9%2020%208.7%2020%2012s-4.1%205.1-6.9%205.2M8%2010.5c0%20.5-.1%201-.1%201.5v.6L2.4%2014l-.5-1.9zM2%207l7.4-1.9c-.2.3-.4.7-.5%201.2c-.1.3-.2.7-.3%201.1L2.5%208.9zm6.2%208.5c.1.7.3%201.4.5%201.9L2.4%2019l-.5-1.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-light-dimmed.svg?color=%231a73e8&size=48