track-light-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
track-light-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the track light off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.78 13.57l2.77 1.15l-.76 1.85L19 15.42zm2.79-5.43l-.76-1.85l-2.31.96l.76 1.85zm-8.23 11.55L15.3 22l1.85-.77l-.96-2.3zM2.39 1.73L1.11 3l2.53 2.53l-2.21 5.31l5.54 2.3l4.97 3.68l1.85.77l.56-1.35l6.49 6.49l1.27-1.27zM6.2 3L6 2.8V1h8v2h-3v3.87l4.77.71l1.85.77l-1.78 4.29L9 5.8V3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTrackLightOff(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.78 13.57l2.77 1.15l-.76 1.85L19 15.42zm2.79-5.43l-.76-1.85l-2.31.96l.76 1.85zm-8.23 11.55L15.3 22l1.85-.77l-.96-2.3zM2.39 1.73L1.11 3l2.53 2.53l-2.21 5.31l5.54 2.3l4.97 3.68l1.85.77l.56-1.35l6.49 6.49l1.27-1.27zM6.2 3L6 2.8V1h8v2h-3v3.87l4.77.71l1.85.77l-1.78 4.29L9 5.8V3z"/></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.78 13.57l2.77 1.15l-.76 1.85L19 15.42zm2.79-5.43l-.76-1.85l-2.31.96l.76 1.85zm-8.23 11.55L15.3 22l1.85-.77l-.96-2.3zM2.39 1.73L1.11 3l2.53 2.53l-2.21 5.31l5.54 2.3l4.97 3.68l1.85.77l.56-1.35l6.49 6.49l1.27-1.27zM6.2 3L6 2.8V1h8v2h-3v3.87l4.77.71l1.85.77l-1.78 4.29L9 5.8V3z"/></svg>
</template>

CSS

.icon-track-light-off {
  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.78%2013.57l2.77%201.15l-.76%201.85L19%2015.42zm2.79-5.43l-.76-1.85l-2.31.96l.76%201.85zm-8.23%2011.55L15.3%2022l1.85-.77l-.96-2.3zM2.39%201.73L1.11%203l2.53%202.53l-2.21%205.31l5.54%202.3l4.97%203.68l1.85.77l.56-1.35l6.49%206.49l1.27-1.27zM6.2%203L6%202.8V1h8v2h-3v3.87l4.77.71l1.85.77l-1.78%204.29L9%205.8V3z%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.78%2013.57l2.77%201.15l-.76%201.85L19%2015.42zm2.79-5.43l-.76-1.85l-2.31.96l.76%201.85zm-8.23%2011.55L15.3%2022l1.85-.77l-.96-2.3zM2.39%201.73L1.11%203l2.53%202.53l-2.21%205.31l5.54%202.3l4.97%203.68l1.85.77l.56-1.35l6.49%206.49l1.27-1.27zM6.2%203L6%202.8V1h8v2h-3v3.87l4.77.71l1.85.77l-1.78%204.29L9%205.8V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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