play-speed from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
play-speed
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the play speed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.05v2c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97zM5.67 19.74A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zm1.43-14c1.12-.9 2.47-1.48 3.9-1.68v-2c-1.95.19-3.81.94-5.33 2.2zM5.69 7.1L4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9M4.06 13h-2c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13M10 16.5l6-4.5l-6-4.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPlaySpeed(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 2.05v2c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97zM5.67 19.74A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zm1.43-14c1.12-.9 2.47-1.48 3.9-1.68v-2c-1.95.19-3.81.94-5.33 2.2zM5.69 7.1L4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9M4.06 13h-2c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13M10 16.5l6-4.5l-6-4.5z"/></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 2.05v2c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97zM5.67 19.74A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zm1.43-14c1.12-.9 2.47-1.48 3.9-1.68v-2c-1.95.19-3.81.94-5.33 2.2zM5.69 7.1L4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9M4.06 13h-2c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13M10 16.5l6-4.5l-6-4.5z"/></svg>
</template>

CSS

.icon-play-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202.05v2c4.39.54%207.5%204.53%206.96%208.92c-.46%203.64-3.32%206.53-6.96%206.96v2c5.5-.55%209.5-5.43%208.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97zM5.67%2019.74A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63zm1.43-14c1.12-.9%202.47-1.48%203.9-1.68v-2c-1.95.19-3.81.94-5.33%202.2zM5.69%207.1L4.26%205.67A9.9%209.9%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9M4.06%2013h-2c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013M10%2016.5l6-4.5l-6-4.5z%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%202.05v2c4.39.54%207.5%204.53%206.96%208.92c-.46%203.64-3.32%206.53-6.96%206.96v2c5.5-.55%209.5-5.43%208.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97zM5.67%2019.74A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63zm1.43-14c1.12-.9%202.47-1.48%203.9-1.68v-2c-1.95.19-3.81.94-5.33%202.2zM5.69%207.1L4.26%205.67A9.9%209.9%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9M4.06%2013h-2c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013M10%2016.5l6-4.5l-6-4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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