spatial tracking icon
spatial-tracking from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-tracking
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- spatial-tracking-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the spatial tracking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q-1.237 0-2.119-.877Q9 10.246 9 9t.877-2.123T12 6t2.123.877T15 9t-.881 2.123T12 12m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.484-.383 2.967-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zM.975 5.635v-1q.771 0 1.42-.287t1.153-.793t.78-1.164t.276-1.41h.986q0 .965-.36 1.813q-.36.847-.988 1.474q-.627.627-1.468.997q-.842.37-1.799.37m0 3.372v-1q1.467 0 2.728-.552q1.26-.552 2.214-1.512t1.506-2.23t.552-2.731H9q0 1.65-.625 3.112T6.65 6.656T4.1 8.38t-3.125.625m22.025 0q-1.646 0-3.105-.625t-2.556-1.725t-1.721-2.563T14.994.98h1q0 1.461.554 2.729q.553 1.267 1.514 2.228t2.228 1.514t2.71.554zm0-3.371q-.964 0-1.812-.37q-.847-.37-1.474-.998q-.627-.626-.988-1.474q-.36-.848-.36-1.812h1q0 .752.277 1.41q.278.657.784 1.163t1.164.793q.657.288 1.409.288z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpatialTracking(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="M12 12q-1.237 0-2.119-.877Q9 10.246 9 9t.877-2.123T12 6t2.123.877T15 9t-.881 2.123T12 12m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.484-.383 2.967-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zM.975 5.635v-1q.771 0 1.42-.287t1.153-.793t.78-1.164t.276-1.41h.986q0 .965-.36 1.813q-.36.847-.988 1.474q-.627.627-1.468.997q-.842.37-1.799.37m0 3.372v-1q1.467 0 2.728-.552q1.26-.552 2.214-1.512t1.506-2.23t.552-2.731H9q0 1.65-.625 3.112T6.65 6.656T4.1 8.38t-3.125.625m22.025 0q-1.646 0-3.105-.625t-2.556-1.725t-1.721-2.563T14.994.98h1q0 1.461.554 2.729q.553 1.267 1.514 2.228t2.228 1.514t2.71.554zm0-3.371q-.964 0-1.812-.37q-.847-.37-1.474-.998q-.627-.626-.988-1.474q-.36-.848-.36-1.812h1q0 .752.277 1.41q.278.657.784 1.163t1.164.793q.657.288 1.409.288z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q-1.237 0-2.119-.877Q9 10.246 9 9t.877-2.123T12 6t2.123.877T15 9t-.881 2.123T12 12m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.484-.383 2.967-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zM.975 5.635v-1q.771 0 1.42-.287t1.153-.793t.78-1.164t.276-1.41h.986q0 .965-.36 1.813q-.36.847-.988 1.474q-.627.627-1.468.997q-.842.37-1.799.37m0 3.372v-1q1.467 0 2.728-.552q1.26-.552 2.214-1.512t1.506-2.23t.552-2.731H9q0 1.65-.625 3.112T6.65 6.656T4.1 8.38t-3.125.625m22.025 0q-1.646 0-3.105-.625t-2.556-1.725t-1.721-2.563T14.994.98h1q0 1.461.554 2.729q.553 1.267 1.514 2.228t2.228 1.514t2.71.554zm0-3.371q-.964 0-1.812-.37q-.847-.37-1.474-.998q-.627-.626-.988-1.474q-.36-.848-.36-1.812h1q0 .752.277 1.41q.278.657.784 1.163t1.164.793q.657.288 1.409.288z"/></svg> </template>
CSS
.icon-spatial-tracking {
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%22M12%2012q-1.237%200-2.119-.877Q9%2010.246%209%209t.877-2.123T12%206t2.123.877T15%209t-.881%202.123T12%2012m-7%207.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593%202.702-.975q1.484-.383%202.967-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348%201.194v1.646zM.975%205.635v-1q.771%200%201.42-.287t1.153-.793t.78-1.164t.276-1.41h.986q0%20.965-.36%201.813q-.36.847-.988%201.474q-.627.627-1.468.997q-.842.37-1.799.37m0%203.372v-1q1.467%200%202.728-.552q1.26-.552%202.214-1.512t1.506-2.23t.552-2.731H9q0%201.65-.625%203.112T6.65%206.656T4.1%208.38t-3.125.625m22.025%200q-1.646%200-3.105-.625t-2.556-1.725t-1.721-2.563T14.994.98h1q0%201.461.554%202.729q.553%201.267%201.514%202.228t2.228%201.514t2.71.554zm0-3.371q-.964%200-1.812-.37q-.847-.37-1.474-.998q-.627-.626-.988-1.474q-.36-.848-.36-1.812h1q0%20.752.277%201.41q.278.657.784%201.163t1.164.793q.657.288%201.409.288z%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%22M12%2012q-1.237%200-2.119-.877Q9%2010.246%209%209t.877-2.123T12%206t2.123.877T15%209t-.881%202.123T12%2012m-7%207.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593%202.702-.975q1.484-.383%202.967-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348%201.194v1.646zM.975%205.635v-1q.771%200%201.42-.287t1.153-.793t.78-1.164t.276-1.41h.986q0%20.965-.36%201.813q-.36.847-.988%201.474q-.627.627-1.468.997q-.842.37-1.799.37m0%203.372v-1q1.467%200%202.728-.552q1.26-.552%202.214-1.512t1.506-2.23t.552-2.731H9q0%201.65-.625%203.112T6.65%206.656T4.1%208.38t-3.125.625m22.025%200q-1.646%200-3.105-.625t-2.556-1.725t-1.721-2.563T14.994.98h1q0%201.461.554%202.729q.553%201.267%201.514%202.228t2.228%201.514t2.71.554zm0-3.371q-.964%200-1.812-.37q-.847-.37-1.474-.998q-.627-.626-.988-1.474q-.36-.848-.36-1.812h1q0%20.752.277%201.41q.278.657.784%201.163t1.164.793q.657.288%201.409.288z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/spatial-tracking.svg?color=%231a73e8&size=48