motion sense icon
motion-sense from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sense
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the motion sense icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18q-2.5 0-4.25-1.75T6 12q0-2.5 1.75-4.25T12 6q2.5 0 4.25 1.75T18 12q0 2.5-1.75 4.25T12 18Zm0-2q1.65 0 2.825-1.175Q16 13.65 16 12q0-1.65-1.175-2.825Q13.65 8 12 8q-1.65 0-2.825 1.175Q8 10.35 8 12q0 1.65 1.175 2.825Q10.35 16 12 16ZM2.45 9q.725-2.35 2.463-4.088Q6.65 3.175 9 2.45V4.6q-1.5.6-2.65 1.75T4.6 9ZM19.4 9q-.6-1.5-1.75-2.65T15 4.6V2.45q2.35.725 4.088 2.462Q20.825 6.65 21.55 9ZM15 21.55V19.4q1.5-.6 2.65-1.75T19.4 15h2.15q-.725 2.35-2.462 4.087Q17.35 20.825 15 21.55Zm-6 0q-2.35-.725-4.087-2.463Q3.175 17.35 2.45 15H4.6q.6 1.5 1.75 2.65T9 19.4ZM12 5q-.825 0-1.412-.588Q10 3.825 10 3t.588-1.413Q11.175 1 12 1t1.413.587Q14 2.175 14 3q0 .825-.587 1.412Q12.825 5 12 5Zm0 18q-.825 0-1.412-.587Q10 21.825 10 21q0-.825.588-1.413Q11.175 19 12 19t1.413.587Q14 20.175 14 21q0 .825-.587 1.413Q12.825 23 12 23Zm9-9q-.825 0-1.413-.588Q19 12.825 19 12t.587-1.413Q20.175 10 21 10q.825 0 1.413.587Q23 11.175 23 12q0 .825-.587 1.412Q21.825 14 21 14ZM3 14q-.825 0-1.412-.588Q1 12.825 1 12t.588-1.413Q2.175 10 3 10t1.412.587Q5 11.175 5 12q0 .825-.588 1.412Q3.825 14 3 14Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionSense(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 18q-2.5 0-4.25-1.75T6 12q0-2.5 1.75-4.25T12 6q2.5 0 4.25 1.75T18 12q0 2.5-1.75 4.25T12 18Zm0-2q1.65 0 2.825-1.175Q16 13.65 16 12q0-1.65-1.175-2.825Q13.65 8 12 8q-1.65 0-2.825 1.175Q8 10.35 8 12q0 1.65 1.175 2.825Q10.35 16 12 16ZM2.45 9q.725-2.35 2.463-4.088Q6.65 3.175 9 2.45V4.6q-1.5.6-2.65 1.75T4.6 9ZM19.4 9q-.6-1.5-1.75-2.65T15 4.6V2.45q2.35.725 4.088 2.462Q20.825 6.65 21.55 9ZM15 21.55V19.4q1.5-.6 2.65-1.75T19.4 15h2.15q-.725 2.35-2.462 4.087Q17.35 20.825 15 21.55Zm-6 0q-2.35-.725-4.087-2.463Q3.175 17.35 2.45 15H4.6q.6 1.5 1.75 2.65T9 19.4ZM12 5q-.825 0-1.412-.588Q10 3.825 10 3t.588-1.413Q11.175 1 12 1t1.413.587Q14 2.175 14 3q0 .825-.587 1.412Q12.825 5 12 5Zm0 18q-.825 0-1.412-.587Q10 21.825 10 21q0-.825.588-1.413Q11.175 19 12 19t1.413.587Q14 20.175 14 21q0 .825-.587 1.413Q12.825 23 12 23Zm9-9q-.825 0-1.413-.588Q19 12.825 19 12t.587-1.413Q20.175 10 21 10q.825 0 1.413.587Q23 11.175 23 12q0 .825-.587 1.412Q21.825 14 21 14ZM3 14q-.825 0-1.412-.588Q1 12.825 1 12t.588-1.413Q2.175 10 3 10t1.412.587Q5 11.175 5 12q0 .825-.588 1.412Q3.825 14 3 14Z"/></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 18q-2.5 0-4.25-1.75T6 12q0-2.5 1.75-4.25T12 6q2.5 0 4.25 1.75T18 12q0 2.5-1.75 4.25T12 18Zm0-2q1.65 0 2.825-1.175Q16 13.65 16 12q0-1.65-1.175-2.825Q13.65 8 12 8q-1.65 0-2.825 1.175Q8 10.35 8 12q0 1.65 1.175 2.825Q10.35 16 12 16ZM2.45 9q.725-2.35 2.463-4.088Q6.65 3.175 9 2.45V4.6q-1.5.6-2.65 1.75T4.6 9ZM19.4 9q-.6-1.5-1.75-2.65T15 4.6V2.45q2.35.725 4.088 2.462Q20.825 6.65 21.55 9ZM15 21.55V19.4q1.5-.6 2.65-1.75T19.4 15h2.15q-.725 2.35-2.462 4.087Q17.35 20.825 15 21.55Zm-6 0q-2.35-.725-4.087-2.463Q3.175 17.35 2.45 15H4.6q.6 1.5 1.75 2.65T9 19.4ZM12 5q-.825 0-1.412-.588Q10 3.825 10 3t.588-1.413Q11.175 1 12 1t1.413.587Q14 2.175 14 3q0 .825-.587 1.412Q12.825 5 12 5Zm0 18q-.825 0-1.412-.587Q10 21.825 10 21q0-.825.588-1.413Q11.175 19 12 19t1.413.587Q14 20.175 14 21q0 .825-.587 1.413Q12.825 23 12 23Zm9-9q-.825 0-1.413-.588Q19 12.825 19 12t.587-1.413Q20.175 10 21 10q.825 0 1.413.587Q23 11.175 23 12q0 .825-.587 1.412Q21.825 14 21 14ZM3 14q-.825 0-1.412-.588Q1 12.825 1 12t.588-1.413Q2.175 10 3 10t1.412.587Q5 11.175 5 12q0 .825-.588 1.412Q3.825 14 3 14Z"/></svg> </template>
CSS
.icon-motion-sense {
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%2018q-2.5%200-4.25-1.75T6%2012q0-2.5%201.75-4.25T12%206q2.5%200%204.25%201.75T18%2012q0%202.5-1.75%204.25T12%2018Zm0-2q1.65%200%202.825-1.175Q16%2013.65%2016%2012q0-1.65-1.175-2.825Q13.65%208%2012%208q-1.65%200-2.825%201.175Q8%2010.35%208%2012q0%201.65%201.175%202.825Q10.35%2016%2012%2016ZM2.45%209q.725-2.35%202.463-4.088Q6.65%203.175%209%202.45V4.6q-1.5.6-2.65%201.75T4.6%209ZM19.4%209q-.6-1.5-1.75-2.65T15%204.6V2.45q2.35.725%204.088%202.462Q20.825%206.65%2021.55%209ZM15%2021.55V19.4q1.5-.6%202.65-1.75T19.4%2015h2.15q-.725%202.35-2.462%204.087Q17.35%2020.825%2015%2021.55Zm-6%200q-2.35-.725-4.087-2.463Q3.175%2017.35%202.45%2015H4.6q.6%201.5%201.75%202.65T9%2019.4ZM12%205q-.825%200-1.412-.588Q10%203.825%2010%203t.588-1.413Q11.175%201%2012%201t1.413.587Q14%202.175%2014%203q0%20.825-.587%201.412Q12.825%205%2012%205Zm0%2018q-.825%200-1.412-.587Q10%2021.825%2010%2021q0-.825.588-1.413Q11.175%2019%2012%2019t1.413.587Q14%2020.175%2014%2021q0%20.825-.587%201.413Q12.825%2023%2012%2023Zm9-9q-.825%200-1.413-.588Q19%2012.825%2019%2012t.587-1.413Q20.175%2010%2021%2010q.825%200%201.413.587Q23%2011.175%2023%2012q0%20.825-.587%201.412Q21.825%2014%2021%2014ZM3%2014q-.825%200-1.412-.588Q1%2012.825%201%2012t.588-1.413Q2.175%2010%203%2010t1.412.587Q5%2011.175%205%2012q0%20.825-.588%201.412Q3.825%2014%203%2014Z%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%2018q-2.5%200-4.25-1.75T6%2012q0-2.5%201.75-4.25T12%206q2.5%200%204.25%201.75T18%2012q0%202.5-1.75%204.25T12%2018Zm0-2q1.65%200%202.825-1.175Q16%2013.65%2016%2012q0-1.65-1.175-2.825Q13.65%208%2012%208q-1.65%200-2.825%201.175Q8%2010.35%208%2012q0%201.65%201.175%202.825Q10.35%2016%2012%2016ZM2.45%209q.725-2.35%202.463-4.088Q6.65%203.175%209%202.45V4.6q-1.5.6-2.65%201.75T4.6%209ZM19.4%209q-.6-1.5-1.75-2.65T15%204.6V2.45q2.35.725%204.088%202.462Q20.825%206.65%2021.55%209ZM15%2021.55V19.4q1.5-.6%202.65-1.75T19.4%2015h2.15q-.725%202.35-2.462%204.087Q17.35%2020.825%2015%2021.55Zm-6%200q-2.35-.725-4.087-2.463Q3.175%2017.35%202.45%2015H4.6q.6%201.5%201.75%202.65T9%2019.4ZM12%205q-.825%200-1.412-.588Q10%203.825%2010%203t.588-1.413Q11.175%201%2012%201t1.413.587Q14%202.175%2014%203q0%20.825-.587%201.412Q12.825%205%2012%205Zm0%2018q-.825%200-1.412-.587Q10%2021.825%2010%2021q0-.825.588-1.413Q11.175%2019%2012%2019t1.413.587Q14%2020.175%2014%2021q0%20.825-.587%201.413Q12.825%2023%2012%2023Zm9-9q-.825%200-1.413-.588Q19%2012.825%2019%2012t.587-1.413Q20.175%2010%2021%2010q.825%200%201.413.587Q23%2011.175%2023%2012q0%20.825-.587%201.412Q21.825%2014%2021%2014ZM3%2014q-.825%200-1.412-.588Q1%2012.825%201%2012t.588-1.413Q2.175%2010%203%2010t1.412.587Q5%2011.175%205%2012q0%20.825-.588%201.412Q3.825%2014%203%2014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/motion-sense.svg?color=%231a73e8&size=48