spatial tracking icon
spatial-tracking-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-tracking-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
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 5.585q0-.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.194v.607q0 .44-.299.74t-.74.299H6.04q-.441 0-.74-.3t-.3-.738zm1 .646h12v-.647q0-.409-.234-.672q-.233-.264-.574-.446q-.938-.489-2.35-.862T12 15.23t-2.841.373t-2.351.862q-.34.182-.574.446q-.234.263-.234.673zM12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11M4.242 4.267q-.626.627-1.468.997q-.841.37-1.799.37q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143q.771 0 1.42-.288t1.153-.795t.78-1.154t.237-1.417q0-.218.15-.371q.148-.154.359-.154t.364.154t.153.37q0 .965-.361 1.813q-.36.848-.988 1.474M4.1 8.381q-1.45.625-3.125.625q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143q1.474 0 2.731-.552q1.258-.552 2.211-1.512q.954-.96 1.506-2.226q.552-1.268.552-2.735q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.153Q9 .764 9 .981q0 1.65-.625 3.112T6.65 6.656T4.1 8.38m11.518-4.275q-.624-1.45-.649-3.125q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.154q.153.153.153.37q0 1.458.554 2.726q.553 1.268 1.514 2.23t2.228 1.516t2.71.554q.213 0 .356.144t.144.357t-.144.356t-.356.143q-1.671 0-3.117-.625t-2.544-1.725t-1.721-2.55M18.726 2.8q-.36-.84-.385-1.82q0-.217.148-.37q.149-.154.36-.154t.363.154t.153.37q0 .753.278 1.41q.278.658.784 1.164t1.164.793T23 4.635q.213 0 .356.144t.144.356t-.144.356t-.356.144q-.979 0-1.82-.37q-.84-.37-1.466-.998q-.627-.627-.988-1.467M12 18.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpatialTrackingOutlineRounded(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 5.585q0-.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.194v.607q0 .44-.299.74t-.74.299H6.04q-.441 0-.74-.3t-.3-.738zm1 .646h12v-.647q0-.409-.234-.672q-.233-.264-.574-.446q-.938-.489-2.35-.862T12 15.23t-2.841.373t-2.351.862q-.34.182-.574.446q-.234.263-.234.673zM12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11M4.242 4.267q-.626.627-1.468.997q-.841.37-1.799.37q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143q.771 0 1.42-.288t1.153-.795t.78-1.154t.237-1.417q0-.218.15-.371q.148-.154.359-.154t.364.154t.153.37q0 .965-.361 1.813q-.36.848-.988 1.474M4.1 8.381q-1.45.625-3.125.625q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143q1.474 0 2.731-.552q1.258-.552 2.211-1.512q.954-.96 1.506-2.226q.552-1.268.552-2.735q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.153Q9 .764 9 .981q0 1.65-.625 3.112T6.65 6.656T4.1 8.38m11.518-4.275q-.624-1.45-.649-3.125q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.154q.153.153.153.37q0 1.458.554 2.726q.553 1.268 1.514 2.23t2.228 1.516t2.71.554q.213 0 .356.144t.144.357t-.144.356t-.356.143q-1.671 0-3.117-.625t-2.544-1.725t-1.721-2.55M18.726 2.8q-.36-.84-.385-1.82q0-.217.148-.37q.149-.154.36-.154t.363.154t.153.37q0 .753.278 1.41q.278.658.784 1.164t1.164.793T23 4.635q.213 0 .356.144t.144.356t-.144.356t-.356.144q-.979 0-1.82-.37q-.84-.37-1.466-.998q-.627-.627-.988-1.467M12 18.23"/></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 5.585q0-.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.194v.607q0 .44-.299.74t-.74.299H6.04q-.441 0-.74-.3t-.3-.738zm1 .646h12v-.647q0-.409-.234-.672q-.233-.264-.574-.446q-.938-.489-2.35-.862T12 15.23t-2.841.373t-2.351.862q-.34.182-.574.446q-.234.263-.234.673zM12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11M4.242 4.267q-.626.627-1.468.997q-.841.37-1.799.37q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143q.771 0 1.42-.288t1.153-.795t.78-1.154t.237-1.417q0-.218.15-.371q.148-.154.359-.154t.364.154t.153.37q0 .965-.361 1.813q-.36.848-.988 1.474M4.1 8.381q-1.45.625-3.125.625q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143q1.474 0 2.731-.552q1.258-.552 2.211-1.512q.954-.96 1.506-2.226q.552-1.268.552-2.735q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.153Q9 .764 9 .981q0 1.65-.625 3.112T6.65 6.656T4.1 8.38m11.518-4.275q-.624-1.45-.649-3.125q0-.218.149-.371q.149-.154.36-.154q.21 0 .363.154q.153.153.153.37q0 1.458.554 2.726q.553 1.268 1.514 2.23t2.228 1.516t2.71.554q.213 0 .356.144t.144.357t-.144.356t-.356.143q-1.671 0-3.117-.625t-2.544-1.725t-1.721-2.55M18.726 2.8q-.36-.84-.385-1.82q0-.217.148-.37q.149-.154.36-.154t.363.154t.153.37q0 .753.278 1.41q.278.658.784 1.164t1.164.793T23 4.635q.213 0 .356.144t.144.356t-.144.356t-.356.144q-.979 0-1.82-.37q-.84-.37-1.466-.998q-.627-.627-.988-1.467M12 18.23"/></svg> </template>
CSS
.icon-spatial-tracking-outline-rounded {
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%205.585q0-.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.194v.607q0%20.44-.299.74t-.74.299H6.04q-.441%200-.74-.3t-.3-.738zm1%20.646h12v-.647q0-.409-.234-.672q-.233-.264-.574-.446q-.938-.489-2.35-.862T12%2015.23t-2.841.373t-2.351.862q-.34.182-.574.446q-.234.263-.234.673zM12%2011q.825%200%201.413-.587T14%209t-.587-1.412T12%207t-1.412.588T10%209t.588%201.413T12%2011M4.242%204.267q-.626.627-1.468.997q-.841.37-1.799.37q-.212%200-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143q.771%200%201.42-.288t1.153-.795t.78-1.154t.237-1.417q0-.218.15-.371q.148-.154.359-.154t.364.154t.153.37q0%20.965-.361%201.813q-.36.848-.988%201.474M4.1%208.381q-1.45.625-3.125.625q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143q1.474%200%202.731-.552q1.258-.552%202.211-1.512q.954-.96%201.506-2.226q.552-1.268.552-2.735q0-.218.149-.371q.149-.154.36-.154q.21%200%20.363.153Q9%20.764%209%20.981q0%201.65-.625%203.112T6.65%206.656T4.1%208.38m11.518-4.275q-.624-1.45-.649-3.125q0-.218.149-.371q.149-.154.36-.154q.21%200%20.363.154q.153.153.153.37q0%201.458.554%202.726q.553%201.268%201.514%202.23t2.228%201.516t2.71.554q.213%200%20.356.144t.144.357t-.144.356t-.356.143q-1.671%200-3.117-.625t-2.544-1.725t-1.721-2.55M18.726%202.8q-.36-.84-.385-1.82q0-.217.148-.37q.149-.154.36-.154t.363.154t.153.37q0%20.753.278%201.41q.278.658.784%201.164t1.164.793T23%204.635q.213%200%20.356.144t.144.356t-.144.356t-.356.144q-.979%200-1.82-.37q-.84-.37-1.466-.998q-.627-.627-.988-1.467M12%2018.23%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%205.585q0-.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.194v.607q0%20.44-.299.74t-.74.299H6.04q-.441%200-.74-.3t-.3-.738zm1%20.646h12v-.647q0-.409-.234-.672q-.233-.264-.574-.446q-.938-.489-2.35-.862T12%2015.23t-2.841.373t-2.351.862q-.34.182-.574.446q-.234.263-.234.673zM12%2011q.825%200%201.413-.587T14%209t-.587-1.412T12%207t-1.412.588T10%209t.588%201.413T12%2011M4.242%204.267q-.626.627-1.468.997q-.841.37-1.799.37q-.212%200-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143q.771%200%201.42-.288t1.153-.795t.78-1.154t.237-1.417q0-.218.15-.371q.148-.154.359-.154t.364.154t.153.37q0%20.965-.361%201.813q-.36.848-.988%201.474M4.1%208.381q-1.45.625-3.125.625q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143q1.474%200%202.731-.552q1.258-.552%202.211-1.512q.954-.96%201.506-2.226q.552-1.268.552-2.735q0-.218.149-.371q.149-.154.36-.154q.21%200%20.363.153Q9%20.764%209%20.981q0%201.65-.625%203.112T6.65%206.656T4.1%208.38m11.518-4.275q-.624-1.45-.649-3.125q0-.218.149-.371q.149-.154.36-.154q.21%200%20.363.154q.153.153.153.37q0%201.458.554%202.726q.553%201.268%201.514%202.23t2.228%201.516t2.71.554q.213%200%20.356.144t.144.357t-.144.356t-.356.143q-1.671%200-3.117-.625t-2.544-1.725t-1.721-2.55M18.726%202.8q-.36-.84-.385-1.82q0-.217.148-.37q.149-.154.36-.154t.363.154t.153.37q0%20.753.278%201.41q.278.658.784%201.164t1.164.793T23%204.635q.213%200%20.356.144t.144.356t-.144.356t-.356.144q-.979%200-1.82-.37q-.84-.37-1.466-.998q-.627-.627-.988-1.467M12%2018.23%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-outline-rounded.svg?color=%231a73e8&size=48