motion mode icon
motion-mode from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- motion-mode
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-mode-outline, motion-mode-outline-rounded, motion-mode-outline-sharp, motion-mode-rounded, motion-mode-sharp
The same icon in other sets
More images icons from Material Symbols Light
Use the motion mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.27 5.292v13.416q-.599-.598-1.07-1.294t-.815-1.466V8.052q.344-.77.815-1.465q.471-.697 1.07-1.295M9.038 2.97v18.062q-.756-.252-1.458-.618t-1.312-.853V4.44q.61-.486 1.312-.853t1.457-.618m5.77 18.09V2.942q2.919.886 4.806 3.355T21.5 12t-1.886 5.704t-4.806 3.355M12 21.5q-.5 0-.99-.06q-.49-.061-.972-.163V2.723q.481-.102.971-.163q.491-.06.991-.06q.462 0 .914.05t.894.13v18.64q-.442.08-.895.13T12 21.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionMode(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="M5.27 5.292v13.416q-.599-.598-1.07-1.294t-.815-1.466V8.052q.344-.77.815-1.465q.471-.697 1.07-1.295M9.038 2.97v18.062q-.756-.252-1.458-.618t-1.312-.853V4.44q.61-.486 1.312-.853t1.457-.618m5.77 18.09V2.942q2.919.886 4.806 3.355T21.5 12t-1.886 5.704t-4.806 3.355M12 21.5q-.5 0-.99-.06q-.49-.061-.972-.163V2.723q.481-.102.971-.163q.491-.06.991-.06q.462 0 .914.05t.894.13v18.64q-.442.08-.895.13T12 21.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.27 5.292v13.416q-.599-.598-1.07-1.294t-.815-1.466V8.052q.344-.77.815-1.465q.471-.697 1.07-1.295M9.038 2.97v18.062q-.756-.252-1.458-.618t-1.312-.853V4.44q.61-.486 1.312-.853t1.457-.618m5.77 18.09V2.942q2.919.886 4.806 3.355T21.5 12t-1.886 5.704t-4.806 3.355M12 21.5q-.5 0-.99-.06q-.49-.061-.972-.163V2.723q.481-.102.971-.163q.491-.06.991-.06q.462 0 .914.05t.894.13v18.64q-.442.08-.895.13T12 21.5"/></svg> </template>
CSS
.icon-motion-mode {
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%22M5.27%205.292v13.416q-.599-.598-1.07-1.294t-.815-1.466V8.052q.344-.77.815-1.465q.471-.697%201.07-1.295M9.038%202.97v18.062q-.756-.252-1.458-.618t-1.312-.853V4.44q.61-.486%201.312-.853t1.457-.618m5.77%2018.09V2.942q2.919.886%204.806%203.355T21.5%2012t-1.886%205.704t-4.806%203.355M12%2021.5q-.5%200-.99-.06q-.49-.061-.972-.163V2.723q.481-.102.971-.163q.491-.06.991-.06q.462%200%20.914.05t.894.13v18.64q-.442.08-.895.13T12%2021.5%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%22M5.27%205.292v13.416q-.599-.598-1.07-1.294t-.815-1.466V8.052q.344-.77.815-1.465q.471-.697%201.07-1.295M9.038%202.97v18.062q-.756-.252-1.458-.618t-1.312-.853V4.44q.61-.486%201.312-.853t1.457-.618m5.77%2018.09V2.942q2.919.886%204.806%203.355T21.5%2012t-1.886%205.704t-4.806%203.355M12%2021.5q-.5%200-.99-.06q-.49-.061-.972-.163V2.723q.481-.102.971-.163q.491-.06.991-.06q.462%200%20.914.05t.894.13v18.64q-.442.08-.895.13T12%2021.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/motion-mode.svg?color=%231a73e8&size=48