rewind-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
rewind-light
Set
Phosphor
Style
Light
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="M222.81 59.72a14 14 0 0 0-14.22.46L126 112.79V71.84a13.83 13.83 0 0 0-7.19-12.12a14 14 0 0 0-14.22.46l-88.18 56.17a13.79 13.79 0 0 0 0 23.3l88.18 56.17a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12v-40.95l82.59 52.61a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12V71.84a13.83 13.83 0 0 0-7.19-12.12M114 184.16a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.15-56.16a1.8 1.8 0 0 1 0-3.06L111 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Zm104 0a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.19-56.16a1.8 1.8 0 0 1 0-3.06L215 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Z"/></svg>

React

import type { SVGProps } from "react";

export function PhRewindLight(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="M222.81 59.72a14 14 0 0 0-14.22.46L126 112.79V71.84a13.83 13.83 0 0 0-7.19-12.12a14 14 0 0 0-14.22.46l-88.18 56.17a13.79 13.79 0 0 0 0 23.3l88.18 56.17a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12v-40.95l82.59 52.61a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12V71.84a13.83 13.83 0 0 0-7.19-12.12M114 184.16a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.15-56.16a1.8 1.8 0 0 1 0-3.06L111 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Zm104 0a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.19-56.16a1.8 1.8 0 0 1 0-3.06L215 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222.81 59.72a14 14 0 0 0-14.22.46L126 112.79V71.84a13.83 13.83 0 0 0-7.19-12.12a14 14 0 0 0-14.22.46l-88.18 56.17a13.79 13.79 0 0 0 0 23.3l88.18 56.17a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12v-40.95l82.59 52.61a14 14 0 0 0 14.22.46a13.83 13.83 0 0 0 7.19-12.12V71.84a13.83 13.83 0 0 0-7.19-12.12M114 184.16a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.15-56.16a1.8 1.8 0 0 1 0-3.06L111 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Zm104 0a1.73 1.73 0 0 1-1 1.59a1.9 1.9 0 0 1-2-.06l-88.19-56.16a1.8 1.8 0 0 1 0-3.06L215 70.31a1.87 1.87 0 0 1 1-.32a2 2 0 0 1 1 .26a1.73 1.73 0 0 1 1 1.59Z"/></svg>
</template>

CSS

.icon-rewind-light {
  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%22M222.81%2059.72a14%2014%200%200%200-14.22.46L126%20112.79V71.84a13.83%2013.83%200%200%200-7.19-12.12a14%2014%200%200%200-14.22.46l-88.18%2056.17a13.79%2013.79%200%200%200%200%2023.3l88.18%2056.17a14%2014%200%200%200%2014.22.46a13.83%2013.83%200%200%200%207.19-12.12v-40.95l82.59%2052.61a14%2014%200%200%200%2014.22.46a13.83%2013.83%200%200%200%207.19-12.12V71.84a13.83%2013.83%200%200%200-7.19-12.12M114%20184.16a1.73%201.73%200%200%201-1%201.59a1.9%201.9%200%200%201-2-.06l-88.15-56.16a1.8%201.8%200%200%201%200-3.06L111%2070.31a1.87%201.87%200%200%201%201-.32a2%202%200%200%201%201%20.26a1.73%201.73%200%200%201%201%201.59Zm104%200a1.73%201.73%200%200%201-1%201.59a1.9%201.9%200%200%201-2-.06l-88.19-56.16a1.8%201.8%200%200%201%200-3.06L215%2070.31a1.87%201.87%200%200%201%201-.32a2%202%200%200%201%201%20.26a1.73%201.73%200%200%201%201%201.59Z%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%22M222.81%2059.72a14%2014%200%200%200-14.22.46L126%20112.79V71.84a13.83%2013.83%200%200%200-7.19-12.12a14%2014%200%200%200-14.22.46l-88.18%2056.17a13.79%2013.79%200%200%200%200%2023.3l88.18%2056.17a14%2014%200%200%200%2014.22.46a13.83%2013.83%200%200%200%207.19-12.12v-40.95l82.59%2052.61a14%2014%200%200%200%2014.22.46a13.83%2013.83%200%200%200%207.19-12.12V71.84a13.83%2013.83%200%200%200-7.19-12.12M114%20184.16a1.73%201.73%200%200%201-1%201.59a1.9%201.9%200%200%201-2-.06l-88.15-56.16a1.8%201.8%200%200%201%200-3.06L111%2070.31a1.87%201.87%200%200%201%201-.32a2%202%200%200%201%201%20.26a1.73%201.73%200%200%201%201%201.59Zm104%200a1.73%201.73%200%200%201-1%201.59a1.9%201.9%200%200%201-2-.06l-88.19-56.16a1.8%201.8%200%200%201%200-3.06L215%2070.31a1.87%201.87%200%200%201%201-.32a2%202%200%200%201%201%20.26a1.73%201.73%200%200%201%201%201.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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