settings slow motion icon
settings-slow-motion-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-slow-motion-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
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="M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337m5.775-3.25q-.125.075-.262.013t-.138-.213v-3.1q0-.15.138-.212t.262.012l2.375 1.55q.125.075.125.2t-.125.2zm2.375 2.925q-.275.1-.525-.062t-.325-.488q-.05-.275.088-.55t.412-.4q.95-.425 1.513-1.275t.562-1.9t-.562-1.9t-1.513-1.275q-.3-.125-.425-.4t-.075-.55q.075-.325.325-.487t.525-.063q1.475.55 2.35 1.825T21.95 17t-.875 2.85t-2.35 1.825m-3.525-.05q-.5-.2-.938-.475t-.812-.65t-.65-.812t-.475-.938q-.1-.275.063-.525t.462-.325q.275-.05.538.1t.387.425q.125.3.313.55t.412.475t.488.413t.537.312t.413.4t.087.55q-.075.3-.312.45t-.513.05M12.85 16.1q-.3-.075-.462-.325t-.063-.525q.2-.5.475-.937t.65-.813t.813-.65t.937-.475q.275-.1.513.05t.312.45q.05.275-.088.55t-.412.4t-.537.313t-.488.412t-.413.475t-.312.55q-.125.275-.387.425t-.538.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsSlowMotionRounded(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="M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337m5.775-3.25q-.125.075-.262.013t-.138-.213v-3.1q0-.15.138-.212t.262.012l2.375 1.55q.125.075.125.2t-.125.2zm2.375 2.925q-.275.1-.525-.062t-.325-.488q-.05-.275.088-.55t.412-.4q.95-.425 1.513-1.275t.562-1.9t-.562-1.9t-1.513-1.275q-.3-.125-.425-.4t-.075-.55q.075-.325.325-.487t.525-.063q1.475.55 2.35 1.825T21.95 17t-.875 2.85t-2.35 1.825m-3.525-.05q-.5-.2-.938-.475t-.812-.65t-.65-.812t-.475-.938q-.1-.275.063-.525t.462-.325q.275-.05.538.1t.387.425q.125.3.313.55t.412.475t.488.413t.537.312t.413.4t.087.55q-.075.3-.312.45t-.513.05M12.85 16.1q-.3-.075-.462-.325t-.063-.525q.2-.5.475-.937t.65-.813t.813-.65t.937-.475q.275-.1.513.05t.312.45q.05.275-.088.55t-.412.4t-.537.313t-.488.412t-.413.475t-.312.55q-.125.275-.387.425t-.538.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337m5.775-3.25q-.125.075-.262.013t-.138-.213v-3.1q0-.15.138-.212t.262.012l2.375 1.55q.125.075.125.2t-.125.2zm2.375 2.925q-.275.1-.525-.062t-.325-.488q-.05-.275.088-.55t.412-.4q.95-.425 1.513-1.275t.562-1.9t-.562-1.9t-1.513-1.275q-.3-.125-.425-.4t-.075-.55q.075-.325.325-.487t.525-.063q1.475.55 2.35 1.825T21.95 17t-.875 2.85t-2.35 1.825m-3.525-.05q-.5-.2-.938-.475t-.812-.65t-.65-.812t-.475-.938q-.1-.275.063-.525t.462-.325q.275-.05.538.1t.387.425q.125.3.313.55t.412.475t.488.413t.537.312t.413.4t.087.55q-.075.3-.312.45t-.513.05M12.85 16.1q-.3-.075-.462-.325t-.063-.525q.2-.5.475-.937t.65-.813t.813-.65t.937-.475q.275-.1.513.05t.312.45q.05.275-.088.55t-.412.4t-.537.313t-.488.412t-.413.475t-.312.55q-.125.275-.387.425t-.538.1"/></svg> </template>
CSS
.icon-settings-slow-motion-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%22M10.575%2022q-.6%200-1-.462t-.5-1.088L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65%200%201.15.45t.6%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.475%201.763t1.3%201.287q-.175.5-.25%201.025T10%2017.125q0%201.05.338%202.038t.937%201.862q.2.3-.025.638t-.675.337m5.775-3.25q-.125.075-.262.013t-.138-.213v-3.1q0-.15.138-.212t.262.012l2.375%201.55q.125.075.125.2t-.125.2zm2.375%202.925q-.275.1-.525-.062t-.325-.488q-.05-.275.088-.55t.412-.4q.95-.425%201.513-1.275t.562-1.9t-.562-1.9t-1.513-1.275q-.3-.125-.425-.4t-.075-.55q.075-.325.325-.487t.525-.063q1.475.55%202.35%201.825T21.95%2017t-.875%202.85t-2.35%201.825m-3.525-.05q-.5-.2-.938-.475t-.812-.65t-.65-.812t-.475-.938q-.1-.275.063-.525t.462-.325q.275-.05.538.1t.387.425q.125.3.313.55t.412.475t.488.413t.537.312t.413.4t.087.55q-.075.3-.312.45t-.513.05M12.85%2016.1q-.3-.075-.462-.325t-.063-.525q.2-.5.475-.937t.65-.813t.813-.65t.937-.475q.275-.1.513.05t.312.45q.05.275-.088.55t-.412.4t-.537.313t-.488.412t-.413.475t-.312.55q-.125.275-.387.425t-.538.1%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%22M10.575%2022q-.6%200-1-.462t-.5-1.088L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65%200%201.15.45t.6%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.475%201.763t1.3%201.287q-.175.5-.25%201.025T10%2017.125q0%201.05.338%202.038t.937%201.862q.2.3-.025.638t-.675.337m5.775-3.25q-.125.075-.262.013t-.138-.213v-3.1q0-.15.138-.212t.262.012l2.375%201.55q.125.075.125.2t-.125.2zm2.375%202.925q-.275.1-.525-.062t-.325-.488q-.05-.275.088-.55t.412-.4q.95-.425%201.513-1.275t.562-1.9t-.562-1.9t-1.513-1.275q-.3-.125-.425-.4t-.075-.55q.075-.325.325-.487t.525-.063q1.475.55%202.35%201.825T21.95%2017t-.875%202.85t-2.35%201.825m-3.525-.05q-.5-.2-.938-.475t-.812-.65t-.65-.812t-.475-.938q-.1-.275.063-.525t.462-.325q.275-.05.538.1t.387.425q.125.3.313.55t.412.475t.488.413t.537.312t.413.4t.087.55q-.075.3-.312.45t-.513.05M12.85%2016.1q-.3-.075-.462-.325t-.063-.525q.2-.5.475-.937t.65-.813t.813-.65t.937-.475q.275-.1.513.05t.312.45q.05.275-.088.55t-.412.4t-.537.313t-.488.412t-.413.475t-.312.55q-.125.275-.387.425t-.538.1%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-rounded.svg?color=%231a73e8&size=48