playback speed icon

playback-speed from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
playback-speed
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the playback speed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75c-.822 0-1.622-.092-2.392-.267a.75.75 0 1 1 .332-1.463a9.25 9.25 0 1 0 0-18.04a.75.75 0 1 1-.332-1.463c.77-.175 1.57-.267 2.392-.267M3.132 16.686a.75.75 0 0 1 1.034.235a9.3 9.3 0 0 0 2.913 2.913a.75.75 0 0 1-.8 1.27a10.8 10.8 0 0 1-3.382-3.383a.75.75 0 0 1 .235-1.035M2.98 9.94a.75.75 0 1 0-1.463-.332c-.175.77-.267 1.57-.267 2.392s.092 1.622.267 2.393a.75.75 0 0 0 1.463-.333A9.3 9.3 0 0 1 2.75 12c0-.709.08-1.398.23-2.06m4.334-6.808a.75.75 0 0 1-.235 1.034A9.3 9.3 0 0 0 4.166 7.08a.75.75 0 0 1-1.27-.8A10.8 10.8 0 0 1 6.28 2.897a.75.75 0 0 1 1.035.235"/><path fill-rule="evenodd" d="M8.25 9.213c0-1.423 1.496-2.49 2.825-1.705l4.72 2.787c1.273.752 1.273 2.658 0 3.41l-4.72 2.786c-1.329.785-2.825-.282-2.825-1.705zm1.71-.408a.47.47 0 0 0-.21.408v5.573c0 .199.096.338.21.409c.11.068.232.076.352.005l4.72-2.787A.47.47 0 0 0 15.25 12a.47.47 0 0 0-.218-.414L10.312 8.8a.32.32 0 0 0-.353.005" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPlaybackSpeed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75c-.822 0-1.622-.092-2.392-.267a.75.75 0 1 1 .332-1.463a9.25 9.25 0 1 0 0-18.04a.75.75 0 1 1-.332-1.463c.77-.175 1.57-.267 2.392-.267M3.132 16.686a.75.75 0 0 1 1.034.235a9.3 9.3 0 0 0 2.913 2.913a.75.75 0 0 1-.8 1.27a10.8 10.8 0 0 1-3.382-3.383a.75.75 0 0 1 .235-1.035M2.98 9.94a.75.75 0 1 0-1.463-.332c-.175.77-.267 1.57-.267 2.392s.092 1.622.267 2.393a.75.75 0 0 0 1.463-.333A9.3 9.3 0 0 1 2.75 12c0-.709.08-1.398.23-2.06m4.334-6.808a.75.75 0 0 1-.235 1.034A9.3 9.3 0 0 0 4.166 7.08a.75.75 0 0 1-1.27-.8A10.8 10.8 0 0 1 6.28 2.897a.75.75 0 0 1 1.035.235"/><path fillRule="evenodd" d="M8.25 9.213c0-1.423 1.496-2.49 2.825-1.705l4.72 2.787c1.273.752 1.273 2.658 0 3.41l-4.72 2.786c-1.329.785-2.825-.282-2.825-1.705zm1.71-.408a.47.47 0 0 0-.21.408v5.573c0 .199.096.338.21.409c.11.068.232.076.352.005l4.72-2.787A.47.47 0 0 0 15.25 12a.47.47 0 0 0-.218-.414L10.312 8.8a.32.32 0 0 0-.353.005" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75c-.822 0-1.622-.092-2.392-.267a.75.75 0 1 1 .332-1.463a9.25 9.25 0 1 0 0-18.04a.75.75 0 1 1-.332-1.463c.77-.175 1.57-.267 2.392-.267M3.132 16.686a.75.75 0 0 1 1.034.235a9.3 9.3 0 0 0 2.913 2.913a.75.75 0 0 1-.8 1.27a10.8 10.8 0 0 1-3.382-3.383a.75.75 0 0 1 .235-1.035M2.98 9.94a.75.75 0 1 0-1.463-.332c-.175.77-.267 1.57-.267 2.392s.092 1.622.267 2.393a.75.75 0 0 0 1.463-.333A9.3 9.3 0 0 1 2.75 12c0-.709.08-1.398.23-2.06m4.334-6.808a.75.75 0 0 1-.235 1.034A9.3 9.3 0 0 0 4.166 7.08a.75.75 0 0 1-1.27-.8A10.8 10.8 0 0 1 6.28 2.897a.75.75 0 0 1 1.035.235"/><path fill-rule="evenodd" d="M8.25 9.213c0-1.423 1.496-2.49 2.825-1.705l4.72 2.787c1.273.752 1.273 2.658 0 3.41l-4.72 2.786c-1.329.785-2.825-.282-2.825-1.705zm1.71-.408a.47.47 0 0 0-.21.408v5.573c0 .199.096.338.21.409c.11.068.232.076.352.005l4.72-2.787A.47.47 0 0 0 15.25 12a.47.47 0 0 0-.218-.414L10.312 8.8a.32.32 0 0 0-.353.005" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-playback-speed {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.25c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75c-.822%200-1.622-.092-2.392-.267a.75.75%200%201%201%20.332-1.463a9.25%209.25%200%201%200%200-18.04a.75.75%200%201%201-.332-1.463c.77-.175%201.57-.267%202.392-.267M3.132%2016.686a.75.75%200%200%201%201.034.235a9.3%209.3%200%200%200%202.913%202.913a.75.75%200%200%201-.8%201.27a10.8%2010.8%200%200%201-3.382-3.383a.75.75%200%200%201%20.235-1.035M2.98%209.94a.75.75%200%201%200-1.463-.332c-.175.77-.267%201.57-.267%202.392s.092%201.622.267%202.393a.75.75%200%200%200%201.463-.333A9.3%209.3%200%200%201%202.75%2012c0-.709.08-1.398.23-2.06m4.334-6.808a.75.75%200%200%201-.235%201.034A9.3%209.3%200%200%200%204.166%207.08a.75.75%200%200%201-1.27-.8A10.8%2010.8%200%200%201%206.28%202.897a.75.75%200%200%201%201.035.235%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%209.213c0-1.423%201.496-2.49%202.825-1.705l4.72%202.787c1.273.752%201.273%202.658%200%203.41l-4.72%202.786c-1.329.785-2.825-.282-2.825-1.705zm1.71-.408a.47.47%200%200%200-.21.408v5.573c0%20.199.096.338.21.409c.11.068.232.076.352.005l4.72-2.787A.47.47%200%200%200%2015.25%2012a.47.47%200%200%200-.218-.414L10.312%208.8a.32.32%200%200%200-.353.005%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.25c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75c-.822%200-1.622-.092-2.392-.267a.75.75%200%201%201%20.332-1.463a9.25%209.25%200%201%200%200-18.04a.75.75%200%201%201-.332-1.463c.77-.175%201.57-.267%202.392-.267M3.132%2016.686a.75.75%200%200%201%201.034.235a9.3%209.3%200%200%200%202.913%202.913a.75.75%200%200%201-.8%201.27a10.8%2010.8%200%200%201-3.382-3.383a.75.75%200%200%201%20.235-1.035M2.98%209.94a.75.75%200%201%200-1.463-.332c-.175.77-.267%201.57-.267%202.392s.092%201.622.267%202.393a.75.75%200%200%200%201.463-.333A9.3%209.3%200%200%201%202.75%2012c0-.709.08-1.398.23-2.06m4.334-6.808a.75.75%200%200%201-.235%201.034A9.3%209.3%200%200%200%204.166%207.08a.75.75%200%200%201-1.27-.8A10.8%2010.8%200%200%201%206.28%202.897a.75.75%200%200%201%201.035.235%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%209.213c0-1.423%201.496-2.49%202.825-1.705l4.72%202.787c1.273.752%201.273%202.658%200%203.41l-4.72%202.786c-1.329.785-2.825-.282-2.825-1.705zm1.71-.408a.47.47%200%200%200-.21.408v5.573c0%20.199.096.338.21.409c.11.068.232.076.352.005l4.72-2.787A.47.47%200%200%200%2015.25%2012a.47.47%200%200%200-.218-.414L10.312%208.8a.32.32%200%200%200-.353.005%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/playback-speed.svg?color=%231a73e8&size=48