settings slow motion icon
settings-slow-motion-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-slow-motion-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-slow-motion-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the settings slow motion icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.2 21.9q-1.6-.25-2.738-1.4t-1.387-2.75h1.475q.225 1 .938 1.713t1.712.937zm1.5.025V20.4q1.2-.275 1.975-1.2t.775-2.2t-.775-2.2t-1.975-1.2v-1.525q1.8.275 3.025 1.663T21.95 17t-1.225 3.263t-3.025 1.662m-5.625-5.675q.25-1.6 1.388-2.75t2.737-1.4v1.5q-1 .225-1.713.938t-.937 1.712zM15.95 19v-4l3.1 2zm-6.7 3l-.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.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.55-.275-1.125-.462t-1.225-.263l1.575-1.2l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.425.588 2.675T12.1 22zm1.025-6.975q.15-.5.363-.963t.487-.887q-.275-.2-.425-.513T10.55 12q0-.625.437-1.062t1.063-.438q.35 0 .675.163t.525.437q.425-.275.875-.488t.95-.337q-.45-.8-1.25-1.288T12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 .95.463 1.763t1.262 1.262"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsSlowMotionOutline(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.2 21.9q-1.6-.25-2.738-1.4t-1.387-2.75h1.475q.225 1 .938 1.713t1.712.937zm1.5.025V20.4q1.2-.275 1.975-1.2t.775-2.2t-.775-2.2t-1.975-1.2v-1.525q1.8.275 3.025 1.663T21.95 17t-1.225 3.263t-3.025 1.662m-5.625-5.675q.25-1.6 1.388-2.75t2.737-1.4v1.5q-1 .225-1.713.938t-.937 1.712zM15.95 19v-4l3.1 2zm-6.7 3l-.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.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.55-.275-1.125-.462t-1.225-.263l1.575-1.2l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.425.588 2.675T12.1 22zm1.025-6.975q.15-.5.363-.963t.487-.887q-.275-.2-.425-.513T10.55 12q0-.625.437-1.062t1.063-.438q.35 0 .675.163t.525.437q.425-.275.875-.488t.95-.337q-.45-.8-1.25-1.288T12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 .95.463 1.763t1.262 1.262"/></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.2 21.9q-1.6-.25-2.738-1.4t-1.387-2.75h1.475q.225 1 .938 1.713t1.712.937zm1.5.025V20.4q1.2-.275 1.975-1.2t.775-2.2t-.775-2.2t-1.975-1.2v-1.525q1.8.275 3.025 1.663T21.95 17t-1.225 3.263t-3.025 1.662m-5.625-5.675q.25-1.6 1.388-2.75t2.737-1.4v1.5q-1 .225-1.713.938t-.937 1.712zM15.95 19v-4l3.1 2zm-6.7 3l-.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.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-1.85 1.4q-.55-.275-1.125-.462t-1.225-.263l1.575-1.2l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.425.588 2.675T12.1 22zm1.025-6.975q.15-.5.363-.963t.487-.887q-.275-.2-.425-.513T10.55 12q0-.625.437-1.062t1.063-.438q.35 0 .675.163t.525.437q.425-.275.875-.488t.95-.337q-.45-.8-1.25-1.288T12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 .95.463 1.763t1.262 1.262"/></svg> </template>
CSS
.icon-settings-slow-motion-outline {
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.2%2021.9q-1.6-.25-2.738-1.4t-1.387-2.75h1.475q.225%201%20.938%201.713t1.712.937zm1.5.025V20.4q1.2-.275%201.975-1.2t.775-2.2t-.775-2.2t-1.975-1.2v-1.525q1.8.275%203.025%201.663T21.95%2017t-1.225%203.263t-3.025%201.662m-5.625-5.675q.25-1.6%201.388-2.75t2.737-1.4v1.5q-1%20.225-1.713.938t-.937%201.712zM15.95%2019v-4l3.1%202zm-6.7%203l-.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.575-.375t.6-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-1.85%201.4q-.55-.275-1.125-.462t-1.225-.263l1.575-1.2l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.425.425.913.763t1.062.562q.025%201.425.588%202.675T12.1%2022zm1.025-6.975q.15-.5.363-.963t.487-.887q-.275-.2-.425-.513T10.55%2012q0-.625.437-1.062t1.063-.438q.35%200%20.675.163t.525.437q.425-.275.875-.488t.95-.337q-.45-.8-1.25-1.288T12.05%208.5q-1.475%200-2.488%201.025T8.55%2012q0%20.95.463%201.763t1.262%201.262%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.2%2021.9q-1.6-.25-2.738-1.4t-1.387-2.75h1.475q.225%201%20.938%201.713t1.712.937zm1.5.025V20.4q1.2-.275%201.975-1.2t.775-2.2t-.775-2.2t-1.975-1.2v-1.525q1.8.275%203.025%201.663T21.95%2017t-1.225%203.263t-3.025%201.662m-5.625-5.675q.25-1.6%201.388-2.75t2.737-1.4v1.5q-1%20.225-1.713.938t-.937%201.712zM15.95%2019v-4l3.1%202zm-6.7%203l-.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.575-.375t.6-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-1.85%201.4q-.55-.275-1.125-.462t-1.225-.263l1.575-1.2l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.425.425.913.763t1.062.562q.025%201.425.588%202.675T12.1%2022zm1.025-6.975q.15-.5.363-.963t.487-.887q-.275-.2-.425-.513T10.55%2012q0-.625.437-1.062t1.063-.438q.35%200%20.675.163t.525.437q.425-.275.875-.488t.95-.337q-.45-.8-1.25-1.288T12.05%208.5q-1.475%200-2.488%201.025T8.55%2012q0%20.95.463%201.763t1.262%201.262%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-slow-motion-outline.svg?color=%231a73e8&size=48