sharp slow motion video icon

sharp-slow-motion-video from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
sharp-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

Use the sharp 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="M13.05 9.79L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07M5.69 7.1L4.26 5.68A9.95 9.95 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.61 6.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSlowMotionVideo(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="M13.05 9.79L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07M5.69 7.1L4.26 5.68A9.95 9.95 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.61 6.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 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="M13.05 9.79L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zm0 0L10 7.5v9l3.05-2.29L16 12zM11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07M5.69 7.1L4.26 5.68A9.95 9.95 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.61 6.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12"/></svg>
</template>

CSS

.icon-sharp-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%22M13.05%209.79L10%207.5v9l3.05-2.29L16%2012zm0%200L10%207.5v9l3.05-2.29L16%2012zm0%200L10%207.5v9l3.05-2.29L16%2012zM11%204.07V2.05c-2.01.2-3.84%201-5.32%202.21L7.1%205.69A7.94%207.94%200%200%201%2011%204.07M5.69%207.1L4.26%205.68A9.95%209.95%200%200%200%202.05%2011h2.02c.18-1.46.76-2.79%201.62-3.9M4.07%2013H2.05c.2%202.01%201%203.84%202.21%205.32l1.43-1.43A7.87%207.87%200%200%201%204.07%2013m1.61%206.74A10%2010%200%200%200%2011%2021.95v-2.02a7.94%207.94%200%200%201-3.9-1.62zM22%2012c0%205.16-3.92%209.42-8.95%209.95v-2.02C16.97%2019.41%2020%2016.05%2020%2012s-3.03-7.41-6.95-7.93V2.05C18.08%202.58%2022%206.84%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%22M13.05%209.79L10%207.5v9l3.05-2.29L16%2012zm0%200L10%207.5v9l3.05-2.29L16%2012zm0%200L10%207.5v9l3.05-2.29L16%2012zM11%204.07V2.05c-2.01.2-3.84%201-5.32%202.21L7.1%205.69A7.94%207.94%200%200%201%2011%204.07M5.69%207.1L4.26%205.68A9.95%209.95%200%200%200%202.05%2011h2.02c.18-1.46.76-2.79%201.62-3.9M4.07%2013H2.05c.2%202.01%201%203.84%202.21%205.32l1.43-1.43A7.87%207.87%200%200%201%204.07%2013m1.61%206.74A10%2010%200%200%200%2011%2021.95v-2.02a7.94%207.94%200%200%201-3.9-1.62zM22%2012c0%205.16-3.92%209.42-8.95%209.95v-2.02C16.97%2019.41%2020%2016.05%2020%2012s-3.03-7.41-6.95-7.93V2.05C18.08%202.58%2022%206.84%2022%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-slow-motion-video.svg?color=%231a73e8&size=48