rewind-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
rewind-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the rewind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.495037C23 18.686603 20.380714 19.817496 18.785617 18.314623L13.628494 13.455669C12.790502 12.666127 12.790502 11.333873 13.628494 10.544331L18.785617 5.685378C20.380715 4.182505 23 5.313398 23 7.504964ZM11 16.495037C11 18.686603 8.380715 19.817496 6.785617 18.314623L1.628493 13.455669C0.790501 12.666127 0.790501 11.333873 1.628493 10.544331L6.785617 5.685377C8.380715 4.182504 11 5.313397 11 7.504963Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsRewindFill(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="M23 16.495037C23 18.686603 20.380714 19.817496 18.785617 18.314623L13.628494 13.455669C12.790502 12.666127 12.790502 11.333873 13.628494 10.544331L18.785617 5.685378C20.380715 4.182505 23 5.313398 23 7.504964ZM11 16.495037C11 18.686603 8.380715 19.817496 6.785617 18.314623L1.628493 13.455669C0.790501 12.666127 0.790501 11.333873 1.628493 10.544331L6.785617 5.685377C8.380715 4.182504 11 5.313397 11 7.504963Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.495037C23 18.686603 20.380714 19.817496 18.785617 18.314623L13.628494 13.455669C12.790502 12.666127 12.790502 11.333873 13.628494 10.544331L18.785617 5.685378C20.380715 4.182505 23 5.313398 23 7.504964ZM11 16.495037C11 18.686603 8.380715 19.817496 6.785617 18.314623L1.628493 13.455669C0.790501 12.666127 0.790501 11.333873 1.628493 10.544331L6.785617 5.685377C8.380715 4.182504 11 5.313397 11 7.504963Z"/></svg>
</template>

CSS

.icon-rewind-fill {
  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%22M23%2016.495037C23%2018.686603%2020.380714%2019.817496%2018.785617%2018.314623L13.628494%2013.455669C12.790502%2012.666127%2012.790502%2011.333873%2013.628494%2010.544331L18.785617%205.685378C20.380715%204.182505%2023%205.313398%2023%207.504964ZM11%2016.495037C11%2018.686603%208.380715%2019.817496%206.785617%2018.314623L1.628493%2013.455669C0.790501%2012.666127%200.790501%2011.333873%201.628493%2010.544331L6.785617%205.685377C8.380715%204.182504%2011%205.313397%2011%207.504963Z%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%22M23%2016.495037C23%2018.686603%2020.380714%2019.817496%2018.785617%2018.314623L13.628494%2013.455669C12.790502%2012.666127%2012.790502%2011.333873%2013.628494%2010.544331L18.785617%205.685378C20.380715%204.182505%2023%205.313398%2023%207.504964ZM11%2016.495037C11%2018.686603%208.380715%2019.817496%206.785617%2018.314623L1.628493%2013.455669C0.790501%2012.666127%200.790501%2011.333873%201.628493%2010.544331L6.785617%205.685377C8.380715%204.182504%2011%205.313397%2011%207.504963Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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