track light icon
track-light from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- track-light
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the track light icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 1v2h3v3.4L4.11 4.38l-2.68 6.46l5.54 2.3l4.97 3.68l1.85.77l3.83-9.24l-1.85-.77L11 6.87V3h3V1zm15.81 5.29l-2.31.96l.76 1.85l2.31-.96zm-2.03 7.28L19 15.42l2.79 1.15l.76-1.85zm-3.59 5.36l-1.85.76l.96 2.31l1.85-.77z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTrackLight(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="M6 1v2h3v3.4L4.11 4.38l-2.68 6.46l5.54 2.3l4.97 3.68l1.85.77l3.83-9.24l-1.85-.77L11 6.87V3h3V1zm15.81 5.29l-2.31.96l.76 1.85l2.31-.96zm-2.03 7.28L19 15.42l2.79 1.15l.76-1.85zm-3.59 5.36l-1.85.76l.96 2.31l1.85-.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 1v2h3v3.4L4.11 4.38l-2.68 6.46l5.54 2.3l4.97 3.68l1.85.77l3.83-9.24l-1.85-.77L11 6.87V3h3V1zm15.81 5.29l-2.31.96l.76 1.85l2.31-.96zm-2.03 7.28L19 15.42l2.79 1.15l.76-1.85zm-3.59 5.36l-1.85.76l.96 2.31l1.85-.77z"/></svg> </template>
CSS
.icon-track-light {
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%22M6%201v2h3v3.4L4.11%204.38l-2.68%206.46l5.54%202.3l4.97%203.68l1.85.77l3.83-9.24l-1.85-.77L11%206.87V3h3V1zm15.81%205.29l-2.31.96l.76%201.85l2.31-.96zm-2.03%207.28L19%2015.42l2.79%201.15l.76-1.85zm-3.59%205.36l-1.85.76l.96%202.31l1.85-.77z%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%22M6%201v2h3v3.4L4.11%204.38l-2.68%206.46l5.54%202.3l4.97%203.68l1.85.77l3.83-9.24l-1.85-.77L11%206.87V3h3V1zm15.81%205.29l-2.31.96l.76%201.85l2.31-.96zm-2.03%207.28L19%2015.42l2.79%201.15l.76-1.85zm-3.59%205.36l-1.85.76l.96%202.31l1.85-.77z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/track-light.svg?color=%231a73e8&size=48