motion-mode from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
motion-mode
Set
Material Symbols
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

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 4.85v14.3q-.425-.425-.8-.9t-.7-.975V6.725q.325-.5.7-.975t.8-.9m4-2.4v19.1q-.525-.175-1.025-.387T7 20.675V3.325q.475-.275.975-.488T9 2.45m7 18.725V2.825Q18.65 4 20.325 6.45T22 12t-1.675 5.55T16 21.175M12 22q-.25 0-.5-.012t-.5-.038V2.05q.25-.025.5-.037T12 2q.5 0 1 .05t1 .15v19.6q-.5.1-1 .15T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotionMode(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 4.85v14.3q-.425-.425-.8-.9t-.7-.975V6.725q.325-.5.7-.975t.8-.9m4-2.4v19.1q-.525-.175-1.025-.387T7 20.675V3.325q.475-.275.975-.488T9 2.45m7 18.725V2.825Q18.65 4 20.325 6.45T22 12t-1.675 5.55T16 21.175M12 22q-.25 0-.5-.012t-.5-.038V2.05q.25-.025.5-.037T12 2q.5 0 1 .05t1 .15v19.6q-.5.1-1 .15T12 22"/></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 4.85v14.3q-.425-.425-.8-.9t-.7-.975V6.725q.325-.5.7-.975t.8-.9m4-2.4v19.1q-.525-.175-1.025-.387T7 20.675V3.325q.475-.275.975-.488T9 2.45m7 18.725V2.825Q18.65 4 20.325 6.45T22 12t-1.675 5.55T16 21.175M12 22q-.25 0-.5-.012t-.5-.038V2.05q.25-.025.5-.037T12 2q.5 0 1 .05t1 .15v19.6q-.5.1-1 .15T12 22"/></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%204.85v14.3q-.425-.425-.8-.9t-.7-.975V6.725q.325-.5.7-.975t.8-.9m4-2.4v19.1q-.525-.175-1.025-.387T7%2020.675V3.325q.475-.275.975-.488T9%202.45m7%2018.725V2.825Q18.65%204%2020.325%206.45T22%2012t-1.675%205.55T16%2021.175M12%2022q-.25%200-.5-.012t-.5-.038V2.05q.25-.025.5-.037T12%202q.5%200%201%20.05t1%20.15v19.6q-.5.1-1%20.15T12%2022%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%204.85v14.3q-.425-.425-.8-.9t-.7-.975V6.725q.325-.5.7-.975t.8-.9m4-2.4v19.1q-.525-.175-1.025-.387T7%2020.675V3.325q.475-.275.975-.488T9%202.45m7%2018.725V2.825Q18.65%204%2020.325%206.45T22%2012t-1.675%205.55T16%2021.175M12%2022q-.25%200-.5-.012t-.5-.038V2.05q.25-.025.5-.037T12%202q.5%200%201%20.05t1%20.15v19.6q-.5.1-1%20.15T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/motion-mode.svg?color=%231a73e8&size=48