settings motion mode icon
settings-motion-mode-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-motion-mode-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M16.77 21v-8.461q.341 0 .659.052q.317.053.61.159v8.039q-.293.105-.61.158t-.66.053m-2.115-.584v-7.293q.292-.18.606-.305q.315-.124.663-.199v8.3q-.348-.075-.663-.199q-.314-.124-.606-.304m4.23 0v-7.293q.952.554 1.534 1.506t.582 2.14t-.582 2.14q-.581.953-1.533 1.507m-5.077-.635q-.585-.579-.927-1.347t-.343-1.665t.343-1.667t.927-1.35zM10.902 21q-.348 0-.576-.229t-.29-.571l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.03t-.504-.415L3.648 15.57q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464l.283-2.092q.061-.342.318-.571T10.96 3h2.08q.349 0 .605.229q.257.229.319.571l.263 2.112q.575.202 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.306.104.638t-.348.547l-1.216.911q-.17.14-.36.136q-.188-.005-.347-.176q-.16-.171-.148-.38t.182-.347l1.225-.908l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.044.907.324 1.731t.74 1.515q.123.184.013.387t-.348.203m1.071-11.5q-1.046 0-1.773.724T9.473 12q0 .467.16.89t.479.777q.16.183.366.206q.207.023.384-.136q.177-.154.181-.355t-.154-.347q-.208-.2-.312-.47T10.473 12q0-.625.438-1.063t1.062-.437q.289 0 .565.116q.276.117.476.324q.146.148.338.134q.192-.015.346-.191q.154-.177.134-.381t-.198-.364q-.311-.3-.753-.469t-.908-.169"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsMotionModeOutlineRounded(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="M16.77 21v-8.461q.341 0 .659.052q.317.053.61.159v8.039q-.293.105-.61.158t-.66.053m-2.115-.584v-7.293q.292-.18.606-.305q.315-.124.663-.199v8.3q-.348-.075-.663-.199q-.314-.124-.606-.304m4.23 0v-7.293q.952.554 1.534 1.506t.582 2.14t-.582 2.14q-.581.953-1.533 1.507m-5.077-.635q-.585-.579-.927-1.347t-.343-1.665t.343-1.667t.927-1.35zM10.902 21q-.348 0-.576-.229t-.29-.571l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.03t-.504-.415L3.648 15.57q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464l.283-2.092q.061-.342.318-.571T10.96 3h2.08q.349 0 .605.229q.257.229.319.571l.263 2.112q.575.202 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.306.104.638t-.348.547l-1.216.911q-.17.14-.36.136q-.188-.005-.347-.176q-.16-.171-.148-.38t.182-.347l1.225-.908l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.044.907.324 1.731t.74 1.515q.123.184.013.387t-.348.203m1.071-11.5q-1.046 0-1.773.724T9.473 12q0 .467.16.89t.479.777q.16.183.366.206q.207.023.384-.136q.177-.154.181-.355t-.154-.347q-.208-.2-.312-.47T10.473 12q0-.625.438-1.063t1.062-.437q.289 0 .565.116q.276.117.476.324q.146.148.338.134q.192-.015.346-.191q.154-.177.134-.381t-.198-.364q-.311-.3-.753-.469t-.908-.169"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.77 21v-8.461q.341 0 .659.052q.317.053.61.159v8.039q-.293.105-.61.158t-.66.053m-2.115-.584v-7.293q.292-.18.606-.305q.315-.124.663-.199v8.3q-.348-.075-.663-.199q-.314-.124-.606-.304m4.23 0v-7.293q.952.554 1.534 1.506t.582 2.14t-.582 2.14q-.581.953-1.533 1.507m-5.077-.635q-.585-.579-.927-1.347t-.343-1.665t.343-1.667t.927-1.35zM10.902 21q-.348 0-.576-.229t-.29-.571l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.03t-.504-.415L3.648 15.57q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464l.283-2.092q.061-.342.318-.571T10.96 3h2.08q.349 0 .605.229q.257.229.319.571l.263 2.112q.575.202 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.306.104.638t-.348.547l-1.216.911q-.17.14-.36.136q-.188-.005-.347-.176q-.16-.171-.148-.38t.182-.347l1.225-.908l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.044.907.324 1.731t.74 1.515q.123.184.013.387t-.348.203m1.071-11.5q-1.046 0-1.773.724T9.473 12q0 .467.16.89t.479.777q.16.183.366.206q.207.023.384-.136q.177-.154.181-.355t-.154-.347q-.208-.2-.312-.47T10.473 12q0-.625.438-1.063t1.062-.437q.289 0 .565.116q.276.117.476.324q.146.148.338.134q.192-.015.346-.191q.154-.177.134-.381t-.198-.364q-.311-.3-.753-.469t-.908-.169"/></svg> </template>
CSS
.icon-settings-motion-mode-outline-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%22M16.77%2021v-8.461q.341%200%20.659.052q.317.053.61.159v8.039q-.293.105-.61.158t-.66.053m-2.115-.584v-7.293q.292-.18.606-.305q.315-.124.663-.199v8.3q-.348-.075-.663-.199q-.314-.124-.606-.304m4.23%200v-7.293q.952.554%201.534%201.506t.582%202.14t-.582%202.14q-.581.953-1.533%201.507m-5.077-.635q-.585-.579-.927-1.347t-.343-1.665t.343-1.667t.927-1.35zM10.902%2021q-.348%200-.576-.229t-.29-.571l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.03t-.504-.415L3.648%2015.57q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3%201.013-.464l.283-2.092q.061-.342.318-.571T10.96%203h2.08q.349%200%20.605.229q.257.229.319.571l.263%202.112q.575.202%201.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06%201.819q.177.306.104.638t-.348.547l-1.216.911q-.17.14-.36.136q-.188-.005-.347-.176q-.16-.171-.148-.38t.182-.347l1.225-.908l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.483.483%201.009.82q.526.338%201.139.544q.044.907.324%201.731t.74%201.515q.123.184.013.387t-.348.203m1.071-11.5q-1.046%200-1.773.724T9.473%2012q0%20.467.16.89t.479.777q.16.183.366.206q.207.023.384-.136q.177-.154.181-.355t-.154-.347q-.208-.2-.312-.47T10.473%2012q0-.625.438-1.063t1.062-.437q.289%200%20.565.116q.276.117.476.324q.146.148.338.134q.192-.015.346-.191q.154-.177.134-.381t-.198-.364q-.311-.3-.753-.469t-.908-.169%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%22M16.77%2021v-8.461q.341%200%20.659.052q.317.053.61.159v8.039q-.293.105-.61.158t-.66.053m-2.115-.584v-7.293q.292-.18.606-.305q.315-.124.663-.199v8.3q-.348-.075-.663-.199q-.314-.124-.606-.304m4.23%200v-7.293q.952.554%201.534%201.506t.582%202.14t-.582%202.14q-.581.953-1.533%201.507m-5.077-.635q-.585-.579-.927-1.347t-.343-1.665t.343-1.667t.927-1.35zM10.902%2021q-.348%200-.576-.229t-.29-.571l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.03t-.504-.415L3.648%2015.57q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3%201.013-.464l.283-2.092q.061-.342.318-.571T10.96%203h2.08q.349%200%20.605.229q.257.229.319.571l.263%202.112q.575.202%201.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06%201.819q.177.306.104.638t-.348.547l-1.216.911q-.17.14-.36.136q-.188-.005-.347-.176q-.16-.171-.148-.38t.182-.347l1.225-.908l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.483.483%201.009.82q.526.338%201.139.544q.044.907.324%201.731t.74%201.515q.123.184.013.387t-.348.203m1.071-11.5q-1.046%200-1.773.724T9.473%2012q0%20.467.16.89t.479.777q.16.183.366.206q.207.023.384-.136q.177-.154.181-.355t-.154-.347q-.208-.2-.312-.47T10.473%2012q0-.625.438-1.063t1.062-.437q.289%200%20.565.116q.276.117.476.324q.146.148.338.134q.192-.015.346-.191q.154-.177.134-.381t-.198-.364q-.311-.3-.753-.469t-.908-.169%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-motion-mode-outline-rounded.svg?color=%231a73e8&size=48