play back icon

play-back from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
play-back
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Related icons in IonIcons

Use the play back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m30.71 229.47l188.87-113a30.54 30.54 0 0 1 31.09-.39a33.74 33.74 0 0 1 16.76 29.47v79.05l180.72-108.16a30.54 30.54 0 0 1 31.09-.39A33.74 33.74 0 0 1 496 145.52v221A33.73 33.73 0 0 1 479.24 396a30.54 30.54 0 0 1-31.09-.39L267.43 287.4v79.08A33.73 33.73 0 0 1 250.67 396a30.54 30.54 0 0 1-31.09-.39l-188.87-113a31.27 31.27 0 0 1 0-53Z"/></svg>

React

import type { SVGProps } from "react";

export function IonPlayBack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m30.71 229.47l188.87-113a30.54 30.54 0 0 1 31.09-.39a33.74 33.74 0 0 1 16.76 29.47v79.05l180.72-108.16a30.54 30.54 0 0 1 31.09-.39A33.74 33.74 0 0 1 496 145.52v221A33.73 33.73 0 0 1 479.24 396a30.54 30.54 0 0 1-31.09-.39L267.43 287.4v79.08A33.73 33.73 0 0 1 250.67 396a30.54 30.54 0 0 1-31.09-.39l-188.87-113a31.27 31.27 0 0 1 0-53Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m30.71 229.47l188.87-113a30.54 30.54 0 0 1 31.09-.39a33.74 33.74 0 0 1 16.76 29.47v79.05l180.72-108.16a30.54 30.54 0 0 1 31.09-.39A33.74 33.74 0 0 1 496 145.52v221A33.73 33.73 0 0 1 479.24 396a30.54 30.54 0 0 1-31.09-.39L267.43 287.4v79.08A33.73 33.73 0 0 1 250.67 396a30.54 30.54 0 0 1-31.09-.39l-188.87-113a31.27 31.27 0 0 1 0-53Z"/></svg>
</template>

CSS

.icon-play-back {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.71%20229.47l188.87-113a30.54%2030.54%200%200%201%2031.09-.39a33.74%2033.74%200%200%201%2016.76%2029.47v79.05l180.72-108.16a30.54%2030.54%200%200%201%2031.09-.39A33.74%2033.74%200%200%201%20496%20145.52v221A33.73%2033.73%200%200%201%20479.24%20396a30.54%2030.54%200%200%201-31.09-.39L267.43%20287.4v79.08A33.73%2033.73%200%200%201%20250.67%20396a30.54%2030.54%200%200%201-31.09-.39l-188.87-113a31.27%2031.27%200%200%201%200-53Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.71%20229.47l188.87-113a30.54%2030.54%200%200%201%2031.09-.39a33.74%2033.74%200%200%201%2016.76%2029.47v79.05l180.72-108.16a30.54%2030.54%200%200%201%2031.09-.39A33.74%2033.74%200%200%201%20496%20145.52v221A33.73%2033.73%200%200%201%20479.24%20396a30.54%2030.54%200%200%201-31.09-.39L267.43%20287.4v79.08A33.73%2033.73%200%200%201%20250.67%20396a30.54%2030.54%200%200%201-31.09-.39l-188.87-113a31.27%2031.27%200%200%201%200-53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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