rewind-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
rewind-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the rewind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.7 54.46a20 20 0 0 0-20.33.66L132 101.85v-30a19.91 19.91 0 0 0-30.63-16.72l-88.18 56.16a19.79 19.79 0 0 0 0 33.42l88.18 56.17A19.91 19.91 0 0 0 132 184.16v-30l73.37 46.73A19.91 19.91 0 0 0 236 184.16V71.84a19.84 19.84 0 0 0-10.3-17.38M108 176.64L31.63 128L108 79.36Zm104 0L135.63 128L212 79.36Z"/></svg>

React

import type { SVGProps } from "react";

export function PhRewindBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.7 54.46a20 20 0 0 0-20.33.66L132 101.85v-30a19.91 19.91 0 0 0-30.63-16.72l-88.18 56.16a19.79 19.79 0 0 0 0 33.42l88.18 56.17A19.91 19.91 0 0 0 132 184.16v-30l73.37 46.73A19.91 19.91 0 0 0 236 184.16V71.84a19.84 19.84 0 0 0-10.3-17.38M108 176.64L31.63 128L108 79.36Zm104 0L135.63 128L212 79.36Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.7 54.46a20 20 0 0 0-20.33.66L132 101.85v-30a19.91 19.91 0 0 0-30.63-16.72l-88.18 56.16a19.79 19.79 0 0 0 0 33.42l88.18 56.17A19.91 19.91 0 0 0 132 184.16v-30l73.37 46.73A19.91 19.91 0 0 0 236 184.16V71.84a19.84 19.84 0 0 0-10.3-17.38M108 176.64L31.63 128L108 79.36Zm104 0L135.63 128L212 79.36Z"/></svg>
</template>

CSS

.icon-rewind-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.7%2054.46a20%2020%200%200%200-20.33.66L132%20101.85v-30a19.91%2019.91%200%200%200-30.63-16.72l-88.18%2056.16a19.79%2019.79%200%200%200%200%2033.42l88.18%2056.17A19.91%2019.91%200%200%200%20132%20184.16v-30l73.37%2046.73A19.91%2019.91%200%200%200%20236%20184.16V71.84a19.84%2019.84%200%200%200-10.3-17.38M108%20176.64L31.63%20128L108%2079.36Zm104%200L135.63%20128L212%2079.36Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.7%2054.46a20%2020%200%200%200-20.33.66L132%20101.85v-30a19.91%2019.91%200%200%200-30.63-16.72l-88.18%2056.16a19.79%2019.79%200%200%200%200%2033.42l88.18%2056.17A19.91%2019.91%200%200%200%20132%20184.16v-30l73.37%2046.73A19.91%2019.91%200%200%200%20236%20184.16V71.84a19.84%2019.84%200%200%200-10.3-17.38M108%20176.64L31.63%20128L108%2079.36Zm104%200L135.63%20128L212%2079.36Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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