slow motion video icon
slow-motion-video-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- slow-motion-video-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- slow-motion-video-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the slow motion video icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.939 14.98l3.836-2.47q.292-.187.292-.51t-.292-.51l-3.837-2.47q-.298-.212-.618-.038t-.32.547v4.942q0 .373.32.547t.618-.037M3.544 13q.214 0 .368.15t.223.383q.169.806.468 1.549t.747 1.397q.129.183.12.396q-.008.214-.174.379q-.14.14-.338.115t-.327-.196q-.627-.871-.992-1.74q-.366-.867-.527-1.894q-.037-.208.091-.373q.128-.166.341-.166m1.752-6.234q.166.165.171.378t-.117.39q-.448.655-.737 1.391t-.46 1.542q-.066.233-.231.383q-.164.15-.378.15t-.341-.178t-.086-.385q.162-1.008.518-1.857q.356-.85.977-1.72q.129-.172.327-.213t.357.118m1.4 11.894q.166-.17.392-.167t.408.133q.635.448 1.388.76q.753.311 1.572.48q.213.049.354.21q.14.162.14.375t-.168.339t-.376.069q-1.085-.2-1.913-.556q-.827-.356-1.685-.952q-.177-.129-.224-.327t.112-.363M11 3.55q0 .233-.147.385t-.38.219q-.825.169-1.571.468t-1.38.753q-.184.129-.4.12q-.216-.008-.382-.174q-.146-.146-.118-.347t.205-.33q.877-.596 1.71-.949q.834-.353 1.938-.553q.208-.036.366.08q.159.115.159.328M20 12q0-2.921-1.853-5.122T13.46 4.123q-.202-.042-.331-.204T13 3.55t.16-.335t.355-.092q3.25.546 5.368 3.04T21 12t-2.117 5.837t-5.367 3.04q-.197.037-.356-.091q-.16-.128-.16-.336t.129-.37q.129-.16.33-.203q2.835-.554 4.688-2.755T20 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSlowMotionVideoRounded(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.939 14.98l3.836-2.47q.292-.187.292-.51t-.292-.51l-3.837-2.47q-.298-.212-.618-.038t-.32.547v4.942q0 .373.32.547t.618-.037M3.544 13q.214 0 .368.15t.223.383q.169.806.468 1.549t.747 1.397q.129.183.12.396q-.008.214-.174.379q-.14.14-.338.115t-.327-.196q-.627-.871-.992-1.74q-.366-.867-.527-1.894q-.037-.208.091-.373q.128-.166.341-.166m1.752-6.234q.166.165.171.378t-.117.39q-.448.655-.737 1.391t-.46 1.542q-.066.233-.231.383q-.164.15-.378.15t-.341-.178t-.086-.385q.162-1.008.518-1.857q.356-.85.977-1.72q.129-.172.327-.213t.357.118m1.4 11.894q.166-.17.392-.167t.408.133q.635.448 1.388.76q.753.311 1.572.48q.213.049.354.21q.14.162.14.375t-.168.339t-.376.069q-1.085-.2-1.913-.556q-.827-.356-1.685-.952q-.177-.129-.224-.327t.112-.363M11 3.55q0 .233-.147.385t-.38.219q-.825.169-1.571.468t-1.38.753q-.184.129-.4.12q-.216-.008-.382-.174q-.146-.146-.118-.347t.205-.33q.877-.596 1.71-.949q.834-.353 1.938-.553q.208-.036.366.08q.159.115.159.328M20 12q0-2.921-1.853-5.122T13.46 4.123q-.202-.042-.331-.204T13 3.55t.16-.335t.355-.092q3.25.546 5.368 3.04T21 12t-2.117 5.837t-5.367 3.04q-.197.037-.356-.091q-.16-.128-.16-.336t.129-.37q.129-.16.33-.203q2.835-.554 4.688-2.755T20 12"/></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.939 14.98l3.836-2.47q.292-.187.292-.51t-.292-.51l-3.837-2.47q-.298-.212-.618-.038t-.32.547v4.942q0 .373.32.547t.618-.037M3.544 13q.214 0 .368.15t.223.383q.169.806.468 1.549t.747 1.397q.129.183.12.396q-.008.214-.174.379q-.14.14-.338.115t-.327-.196q-.627-.871-.992-1.74q-.366-.867-.527-1.894q-.037-.208.091-.373q.128-.166.341-.166m1.752-6.234q.166.165.171.378t-.117.39q-.448.655-.737 1.391t-.46 1.542q-.066.233-.231.383q-.164.15-.378.15t-.341-.178t-.086-.385q.162-1.008.518-1.857q.356-.85.977-1.72q.129-.172.327-.213t.357.118m1.4 11.894q.166-.17.392-.167t.408.133q.635.448 1.388.76q.753.311 1.572.48q.213.049.354.21q.14.162.14.375t-.168.339t-.376.069q-1.085-.2-1.913-.556q-.827-.356-1.685-.952q-.177-.129-.224-.327t.112-.363M11 3.55q0 .233-.147.385t-.38.219q-.825.169-1.571.468t-1.38.753q-.184.129-.4.12q-.216-.008-.382-.174q-.146-.146-.118-.347t.205-.33q.877-.596 1.71-.949q.834-.353 1.938-.553q.208-.036.366.08q.159.115.159.328M20 12q0-2.921-1.853-5.122T13.46 4.123q-.202-.042-.331-.204T13 3.55t.16-.335t.355-.092q3.25.546 5.368 3.04T21 12t-2.117 5.837t-5.367 3.04q-.197.037-.356-.091q-.16-.128-.16-.336t.129-.37q.129-.16.33-.203q2.835-.554 4.688-2.755T20 12"/></svg> </template>
CSS
.icon-slow-motion-video-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.939%2014.98l3.836-2.47q.292-.187.292-.51t-.292-.51l-3.837-2.47q-.298-.212-.618-.038t-.32.547v4.942q0%20.373.32.547t.618-.037M3.544%2013q.214%200%20.368.15t.223.383q.169.806.468%201.549t.747%201.397q.129.183.12.396q-.008.214-.174.379q-.14.14-.338.115t-.327-.196q-.627-.871-.992-1.74q-.366-.867-.527-1.894q-.037-.208.091-.373q.128-.166.341-.166m1.752-6.234q.166.165.171.378t-.117.39q-.448.655-.737%201.391t-.46%201.542q-.066.233-.231.383q-.164.15-.378.15t-.341-.178t-.086-.385q.162-1.008.518-1.857q.356-.85.977-1.72q.129-.172.327-.213t.357.118m1.4%2011.894q.166-.17.392-.167t.408.133q.635.448%201.388.76q.753.311%201.572.48q.213.049.354.21q.14.162.14.375t-.168.339t-.376.069q-1.085-.2-1.913-.556q-.827-.356-1.685-.952q-.177-.129-.224-.327t.112-.363M11%203.55q0%20.233-.147.385t-.38.219q-.825.169-1.571.468t-1.38.753q-.184.129-.4.12q-.216-.008-.382-.174q-.146-.146-.118-.347t.205-.33q.877-.596%201.71-.949q.834-.353%201.938-.553q.208-.036.366.08q.159.115.159.328M20%2012q0-2.921-1.853-5.122T13.46%204.123q-.202-.042-.331-.204T13%203.55t.16-.335t.355-.092q3.25.546%205.368%203.04T21%2012t-2.117%205.837t-5.367%203.04q-.197.037-.356-.091q-.16-.128-.16-.336t.129-.37q.129-.16.33-.203q2.835-.554%204.688-2.755T20%2012%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.939%2014.98l3.836-2.47q.292-.187.292-.51t-.292-.51l-3.837-2.47q-.298-.212-.618-.038t-.32.547v4.942q0%20.373.32.547t.618-.037M3.544%2013q.214%200%20.368.15t.223.383q.169.806.468%201.549t.747%201.397q.129.183.12.396q-.008.214-.174.379q-.14.14-.338.115t-.327-.196q-.627-.871-.992-1.74q-.366-.867-.527-1.894q-.037-.208.091-.373q.128-.166.341-.166m1.752-6.234q.166.165.171.378t-.117.39q-.448.655-.737%201.391t-.46%201.542q-.066.233-.231.383q-.164.15-.378.15t-.341-.178t-.086-.385q.162-1.008.518-1.857q.356-.85.977-1.72q.129-.172.327-.213t.357.118m1.4%2011.894q.166-.17.392-.167t.408.133q.635.448%201.388.76q.753.311%201.572.48q.213.049.354.21q.14.162.14.375t-.168.339t-.376.069q-1.085-.2-1.913-.556q-.827-.356-1.685-.952q-.177-.129-.224-.327t.112-.363M11%203.55q0%20.233-.147.385t-.38.219q-.825.169-1.571.468t-1.38.753q-.184.129-.4.12q-.216-.008-.382-.174q-.146-.146-.118-.347t.205-.33q.877-.596%201.71-.949q.834-.353%201.938-.553q.208-.036.366.08q.159.115.159.328M20%2012q0-2.921-1.853-5.122T13.46%204.123q-.202-.042-.331-.204T13%203.55t.16-.335t.355-.092q3.25.546%205.368%203.04T21%2012t-2.117%205.837t-5.367%203.04q-.197.037-.356-.091q-.16-.128-.16-.336t.129-.37q.129-.16.33-.203q2.835-.554%204.688-2.755T20%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/slow-motion-video-rounded.svg?color=%231a73e8&size=48