view object track icon

view-object-track from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
view-object-track
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
view-object-track-rounded, view-object-track-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the view object track icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.904 19Q6.7 19 5.85 18.15T5 16.098t.85-2.054t2.054-.852h10.192q1.203 0 2.054.85t.85 2.052t-.85 2.054t-2.054.852zm-2-8.192q-1.203 0-2.053-.85Q3 9.108 3 7.906t.85-2.054T5.905 5h10.192q1.203 0 2.054.85T19 7.902t-.85 2.054t-2.054.852z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightViewObjectTrack(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="M7.904 19Q6.7 19 5.85 18.15T5 16.098t.85-2.054t2.054-.852h10.192q1.203 0 2.054.85t.85 2.052t-.85 2.054t-2.054.852zm-2-8.192q-1.203 0-2.053-.85Q3 9.108 3 7.906t.85-2.054T5.905 5h10.192q1.203 0 2.054.85T19 7.902t-.85 2.054t-2.054.852z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.904 19Q6.7 19 5.85 18.15T5 16.098t.85-2.054t2.054-.852h10.192q1.203 0 2.054.85t.85 2.052t-.85 2.054t-2.054.852zm-2-8.192q-1.203 0-2.053-.85Q3 9.108 3 7.906t.85-2.054T5.905 5h10.192q1.203 0 2.054.85T19 7.902t-.85 2.054t-2.054.852z"/></svg>
</template>

CSS

.icon-view-object-track {
  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%22M7.904%2019Q6.7%2019%205.85%2018.15T5%2016.098t.85-2.054t2.054-.852h10.192q1.203%200%202.054.85t.85%202.052t-.85%202.054t-2.054.852zm-2-8.192q-1.203%200-2.053-.85Q3%209.108%203%207.906t.85-2.054T5.905%205h10.192q1.203%200%202.054.85T19%207.902t-.85%202.054t-2.054.852z%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%22M7.904%2019Q6.7%2019%205.85%2018.15T5%2016.098t.85-2.054t2.054-.852h10.192q1.203%200%202.054.85t.85%202.052t-.85%202.054t-2.054.852zm-2-8.192q-1.203%200-2.053-.85Q3%209.108%203%207.906t.85-2.054T5.905%205h10.192q1.203%200%202.054.85T19%207.902t-.85%202.054t-2.054.852z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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