settings motion mode icon

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

Name
settings-motion-mode
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
settings-motion-mode-sharp

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the settings 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="M17 22V12q.4 0 .775.063t.725.187v9.5q-.35.125-.725.188T17 22m-2.5-.7v-8.6q.35-.2.713-.362T16 12.1v9.8q-.425-.075-.788-.237T14.5 21.3m5 0v-8.6q1.125.65 1.813 1.775T22 17t-.687 2.525T19.5 21.3m-6-.75q-.7-.675-1.1-1.588T12 17t.4-1.975t1.1-1.6zM9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.563-.375t.612-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.75-.375-1.55-.575T17 10q-.5 0-.962.088t-.938.212q-.475-.825-1.287-1.312T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.463 1.75t1.262 1.275q-.15.5-.212 1.038T10 17.125q.025 1.4.563 2.663T12.1 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsMotionMode(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="M17 22V12q.4 0 .775.063t.725.187v9.5q-.35.125-.725.188T17 22m-2.5-.7v-8.6q.35-.2.713-.362T16 12.1v9.8q-.425-.075-.788-.237T14.5 21.3m5 0v-8.6q1.125.65 1.813 1.775T22 17t-.687 2.525T19.5 21.3m-6-.75q-.7-.675-1.1-1.588T12 17t.4-1.975t1.1-1.6zM9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.563-.375t.612-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.75-.375-1.55-.575T17 10q-.5 0-.962.088t-.938.212q-.475-.825-1.287-1.312T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.463 1.75t1.262 1.275q-.15.5-.212 1.038T10 17.125q.025 1.4.563 2.663T12.1 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22V12q.4 0 .775.063t.725.187v9.5q-.35.125-.725.188T17 22m-2.5-.7v-8.6q.35-.2.713-.362T16 12.1v9.8q-.425-.075-.788-.237T14.5 21.3m5 0v-8.6q1.125.65 1.813 1.775T22 17t-.687 2.525T19.5 21.3m-6-.75q-.7-.675-1.1-1.588T12 17t.4-1.975t1.1-1.6zM9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.563-.375t.612-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.75-.375-1.55-.575T17 10q-.5 0-.962.088t-.938.212q-.475-.825-1.287-1.312T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.463 1.75t1.262 1.275q-.15.5-.212 1.038T10 17.125q.025 1.4.563 2.663T12.1 22z"/></svg>
</template>

CSS

.icon-settings-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%22M17%2022V12q.4%200%20.775.063t.725.187v9.5q-.35.125-.725.188T17%2022m-2.5-.7v-8.6q.35-.2.713-.362T16%2012.1v9.8q-.425-.075-.788-.237T14.5%2021.3m5%200v-8.6q1.125.65%201.813%201.775T22%2017t-.687%202.525T19.5%2021.3m-6-.75q-.7-.675-1.1-1.588T12%2017t.4-1.975t1.1-1.6zM9.25%2022l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7%2019.375l-2.75-4.75l2.575-1.95Q4.5%2012.5%204.5%2012.338v-.675q0-.163.025-.338L1.95%209.375l2.75-4.75l2.975%201.25q.275-.2.563-.375t.612-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-1.85%201.4q-.75-.375-1.55-.575T17%2010q-.5%200-.962.088t-.938.212q-.475-.825-1.287-1.312T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.463%201.75t1.262%201.275q-.15.5-.212%201.038T10%2017.125q.025%201.4.563%202.663T12.1%2022z%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%22M17%2022V12q.4%200%20.775.063t.725.187v9.5q-.35.125-.725.188T17%2022m-2.5-.7v-8.6q.35-.2.713-.362T16%2012.1v9.8q-.425-.075-.788-.237T14.5%2021.3m5%200v-8.6q1.125.65%201.813%201.775T22%2017t-.687%202.525T19.5%2021.3m-6-.75q-.7-.675-1.1-1.588T12%2017t.4-1.975t1.1-1.6zM9.25%2022l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7%2019.375l-2.75-4.75l2.575-1.95Q4.5%2012.5%204.5%2012.338v-.675q0-.163.025-.338L1.95%209.375l2.75-4.75l2.975%201.25q.275-.2.563-.375t.612-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-1.85%201.4q-.75-.375-1.55-.575T17%2010q-.5%200-.962.088t-.938.212q-.475-.825-1.287-1.312T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.463%201.75t1.262%201.275q-.15.5-.212%201.038T10%2017.125q.025%201.4.563%202.663T12.1%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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