spatial tracking icon
spatial-tracking-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-tracking-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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 13q-1.65 0-2.825-1.175T8 9t1.175-2.825T12 5t2.825 1.175T16 9t-1.175 2.825T12 13m-8 5.2q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T12 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T20 18.2v.8q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zM3.8 3.825q-.55.55-1.275.862T.975 5Q.55 5 .263 4.712T-.025 4t.288-.712T.974 3t.775-.162t.625-.438t.425-.625T2.95 1t.3-.725t.725-.3t.713.3t.287.725q0 .825-.312 1.55T3.8 3.825M4.1 8.4q-1.45.625-3.125.625q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288q1.275 0 2.363-.475t1.887-1.3T6.5 3.35T6.975 1q0-.425.3-.725T8-.025t.713.3T9 1q0 1.65-.625 3.113T6.65 6.675T4.1 8.4m11.5-4.275q-.625-1.45-.65-3.125q0-.425.3-.725t.725-.3t.713.3t.287.725q0 1.25.475 2.338t1.3 1.912t1.913 1.3T23 7.025q.425 0 .713.287t.287.713t-.288.713t-.712.287q-1.675 0-3.125-.625t-2.55-1.725t-1.725-2.55m3.713-1.575Q19 1.825 18.975 1q0-.425.3-.725t.725-.3t.713.3T21 1t.163.775t.437.625t.625.438T23 3t.713.288T24 4t-.288.713T23 5q-.825 0-1.55-.312t-1.275-.863t-.862-1.275"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpatialTrackingRounded(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 13q-1.65 0-2.825-1.175T8 9t1.175-2.825T12 5t2.825 1.175T16 9t-1.175 2.825T12 13m-8 5.2q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T12 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T20 18.2v.8q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zM3.8 3.825q-.55.55-1.275.862T.975 5Q.55 5 .263 4.712T-.025 4t.288-.712T.974 3t.775-.162t.625-.438t.425-.625T2.95 1t.3-.725t.725-.3t.713.3t.287.725q0 .825-.312 1.55T3.8 3.825M4.1 8.4q-1.45.625-3.125.625q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288q1.275 0 2.363-.475t1.887-1.3T6.5 3.35T6.975 1q0-.425.3-.725T8-.025t.713.3T9 1q0 1.65-.625 3.113T6.65 6.675T4.1 8.4m11.5-4.275q-.625-1.45-.65-3.125q0-.425.3-.725t.725-.3t.713.3t.287.725q0 1.25.475 2.338t1.3 1.912t1.913 1.3T23 7.025q.425 0 .713.287t.287.713t-.288.713t-.712.287q-1.675 0-3.125-.625t-2.55-1.725t-1.725-2.55m3.713-1.575Q19 1.825 18.975 1q0-.425.3-.725t.725-.3t.713.3T21 1t.163.775t.437.625t.625.438T23 3t.713.288T24 4t-.288.713T23 5q-.825 0-1.55-.312t-1.275-.863t-.862-1.275"/></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 13q-1.65 0-2.825-1.175T8 9t1.175-2.825T12 5t2.825 1.175T16 9t-1.175 2.825T12 13m-8 5.2q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T12 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T20 18.2v.8q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zM3.8 3.825q-.55.55-1.275.862T.975 5Q.55 5 .263 4.712T-.025 4t.288-.712T.974 3t.775-.162t.625-.438t.425-.625T2.95 1t.3-.725t.725-.3t.713.3t.287.725q0 .825-.312 1.55T3.8 3.825M4.1 8.4q-1.45.625-3.125.625q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288q1.275 0 2.363-.475t1.887-1.3T6.5 3.35T6.975 1q0-.425.3-.725T8-.025t.713.3T9 1q0 1.65-.625 3.113T6.65 6.675T4.1 8.4m11.5-4.275q-.625-1.45-.65-3.125q0-.425.3-.725t.725-.3t.713.3t.287.725q0 1.25.475 2.338t1.3 1.912t1.913 1.3T23 7.025q.425 0 .713.287t.287.713t-.288.713t-.712.287q-1.675 0-3.125-.625t-2.55-1.725t-1.725-2.55m3.713-1.575Q19 1.825 18.975 1q0-.425.3-.725t.725-.3t.713.3T21 1t.163.775t.437.625t.625.438T23 3t.713.288T24 4t-.288.713T23 5q-.825 0-1.55-.312t-1.275-.863t-.862-1.275"/></svg> </template>
CSS
.icon-spatial-tracking-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%2013q-1.65%200-2.825-1.175T8%209t1.175-2.825T12%205t2.825%201.175T16%209t-1.175%202.825T12%2013m-8%205.2q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T12%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T20%2018.2v.8q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019zM3.8%203.825q-.55.55-1.275.862T.975%205Q.55%205%20.263%204.712T-.025%204t.288-.712T.974%203t.775-.162t.625-.438t.425-.625T2.95%201t.3-.725t.725-.3t.713.3t.287.725q0%20.825-.312%201.55T3.8%203.825M4.1%208.4q-1.45.625-3.125.625q-.425%200-.712-.288t-.288-.712t.288-.712t.712-.288q1.275%200%202.363-.475t1.887-1.3T6.5%203.35T6.975%201q0-.425.3-.725T8-.025t.713.3T9%201q0%201.65-.625%203.113T6.65%206.675T4.1%208.4m11.5-4.275q-.625-1.45-.65-3.125q0-.425.3-.725t.725-.3t.713.3t.287.725q0%201.25.475%202.338t1.3%201.912t1.913%201.3T23%207.025q.425%200%20.713.287t.287.713t-.288.713t-.712.287q-1.675%200-3.125-.625t-2.55-1.725t-1.725-2.55m3.713-1.575Q19%201.825%2018.975%201q0-.425.3-.725t.725-.3t.713.3T21%201t.163.775t.437.625t.625.438T23%203t.713.288T24%204t-.288.713T23%205q-.825%200-1.55-.312t-1.275-.863t-.862-1.275%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%2013q-1.65%200-2.825-1.175T8%209t1.175-2.825T12%205t2.825%201.175T16%209t-1.175%202.825T12%2013m-8%205.2q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T12%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T20%2018.2v.8q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019zM3.8%203.825q-.55.55-1.275.862T.975%205Q.55%205%20.263%204.712T-.025%204t.288-.712T.974%203t.775-.162t.625-.438t.425-.625T2.95%201t.3-.725t.725-.3t.713.3t.287.725q0%20.825-.312%201.55T3.8%203.825M4.1%208.4q-1.45.625-3.125.625q-.425%200-.712-.288t-.288-.712t.288-.712t.712-.288q1.275%200%202.363-.475t1.887-1.3T6.5%203.35T6.975%201q0-.425.3-.725T8-.025t.713.3T9%201q0%201.65-.625%203.113T6.65%206.675T4.1%208.4m11.5-4.275q-.625-1.45-.65-3.125q0-.425.3-.725t.725-.3t.713.3t.287.725q0%201.25.475%202.338t1.3%201.912t1.913%201.3T23%207.025q.425%200%20.713.287t.287.713t-.288.713t-.712.287q-1.675%200-3.125-.625t-2.55-1.725t-1.725-2.55m3.713-1.575Q19%201.825%2018.975%201q0-.425.3-.725t.725-.3t.713.3T21%201t.163.775t.437.625t.625.438T23%203t.713.288T24%204t-.288.713T23%205q-.825%200-1.55-.312t-1.275-.863t-.862-1.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spatial-tracking-rounded.svg?color=%231a73e8&size=48