round slow motion video icon
round-slow-motion-video from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- round-slow-motion-video
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the round 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 8.5v7c0 .41.47.65.8.4l4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1a.5.5 0 0 0-.8.4m1-5.27c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75m3.44 7.45c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53M22 12c0 4.73-3.3 8.71-7.73 9.74c-.62.15-1.22-.34-1.22-.98c0-.46.31-.86.75-.97c3.55-.82 6.2-4 6.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97c0-.64.6-1.13 1.22-.98C18.7 3.29 22 7.27 22 12"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSlowMotionVideo(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 8.5v7c0 .41.47.65.8.4l4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1a.5.5 0 0 0-.8.4m1-5.27c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75m3.44 7.45c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53M22 12c0 4.73-3.3 8.71-7.73 9.74c-.62.15-1.22-.34-1.22-.98c0-.46.31-.86.75-.97c3.55-.82 6.2-4 6.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97c0-.64.6-1.13 1.22-.98C18.7 3.29 22 7.27 22 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 8.5v7c0 .41.47.65.8.4l4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1a.5.5 0 0 0-.8.4m1-5.27c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75m3.44 7.45c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53M22 12c0 4.73-3.3 8.71-7.73 9.74c-.62.15-1.22-.34-1.22-.98c0-.46.31-.86.75-.97c3.55-.82 6.2-4 6.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97c0-.64.6-1.13 1.22-.98C18.7 3.29 22 7.27 22 12"/></svg> </template>
CSS
.icon-round-slow-motion-video {
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%208.5v7c0%20.41.47.65.8.4l4.67-3.5c.27-.2.27-.6%200-.8L10.8%208.1a.5.5%200%200%200-.8.4m1-5.27c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12%201.3c-.53.34-.61%201.1-.16%201.55c.32.32.83.4%201.21.16c.77-.49%201.62-.85%202.54-1.05c.44-.1.74-.51.74-.97M5.1%206.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04%202-1.3%203.12c-.14.62.34%201.21.98%201.21c.45%200%20.87-.3.96-.74c.2-.91.57-1.77%201.05-2.53c.26-.39.18-.9-.14-1.22M3.23%2013c-.64%200-1.13.59-.99%201.21c.26%201.12.7%202.17%201.3%203.12c.34.54%201.1.61%201.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75m3.44%207.45c.95.6%202%201.04%203.12%201.3c.62.14%201.21-.35%201.21-.98c0-.45-.3-.87-.74-.96a8%208%200%200%201-2.53-1.05a.97.97%200%200%200-1.21.16a.972.972%200%200%200%20.15%201.53M22%2012c0%204.73-3.3%208.71-7.73%209.74c-.62.15-1.22-.34-1.22-.98c0-.46.31-.86.75-.97c3.55-.82%206.2-4%206.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97c0-.64.6-1.13%201.22-.98C18.7%203.29%2022%207.27%2022%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%208.5v7c0%20.41.47.65.8.4l4.67-3.5c.27-.2.27-.6%200-.8L10.8%208.1a.5.5%200%200%200-.8.4m1-5.27c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12%201.3c-.53.34-.61%201.1-.16%201.55c.32.32.83.4%201.21.16c.77-.49%201.62-.85%202.54-1.05c.44-.1.74-.51.74-.97M5.1%206.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04%202-1.3%203.12c-.14.62.34%201.21.98%201.21c.45%200%20.87-.3.96-.74c.2-.91.57-1.77%201.05-2.53c.26-.39.18-.9-.14-1.22M3.23%2013c-.64%200-1.13.59-.99%201.21c.26%201.12.7%202.17%201.3%203.12c.34.54%201.1.61%201.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75m3.44%207.45c.95.6%202%201.04%203.12%201.3c.62.14%201.21-.35%201.21-.98c0-.45-.3-.87-.74-.96a8%208%200%200%201-2.53-1.05a.97.97%200%200%200-1.21.16a.972.972%200%200%200%20.15%201.53M22%2012c0%204.73-3.3%208.71-7.73%209.74c-.62.15-1.22-.34-1.22-.98c0-.46.31-.86.75-.97c3.55-.82%206.2-4%206.2-7.79s-2.65-6.97-6.2-7.79c-.44-.1-.75-.51-.75-.97c0-.64.6-1.13%201.22-.98C18.7%203.29%2022%207.27%2022%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-slow-motion-video.svg?color=%231a73e8&size=48