rewind-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
rewind-two-tone
Set
Keyline Icons
Style
Two Tone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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" stroke="none"/><path d="M22 16.495037C22 17.809976 20.428429 18.488512 19.47137 17.586788L14.314246 12.727834C13.89525 12.333063 13.89525 11.666937 14.314246 11.272166L19.47137 6.413212C20.428429 5.511488 22 6.190024 22 7.504963ZM10 16.495037C10 17.809976 8.428429 18.488512 7.47137 17.586788L2.314246 12.727834C1.89525 12.333063 1.89525 11.666937 2.314246 11.272166L7.47137 6.413212C8.428429 5.511488 10 6.190024 10 7.504963Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsRewindTwoTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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" stroke="none"/><path d="M22 16.495037C22 17.809976 20.428429 18.488512 19.47137 17.586788L14.314246 12.727834C13.89525 12.333063 13.89525 11.666937 14.314246 11.272166L19.47137 6.413212C20.428429 5.511488 22 6.190024 22 7.504963ZM10 16.495037C10 17.809976 8.428429 18.488512 7.47137 17.586788L2.314246 12.727834C1.89525 12.333063 1.89525 11.666937 2.314246 11.272166L7.47137 6.413212C8.428429 5.511488 10 6.190024 10 7.504963Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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" stroke="none"/><path d="M22 16.495037C22 17.809976 20.428429 18.488512 19.47137 17.586788L14.314246 12.727834C13.89525 12.333063 13.89525 11.666937 14.314246 11.272166L19.47137 6.413212C20.428429 5.511488 22 6.190024 22 7.504963ZM10 16.495037C10 17.809976 8.428429 18.488512 7.47137 17.586788L2.314246 12.727834C1.89525 12.333063 1.89525 11.666937 2.314246 11.272166L7.47137 6.413212C8.428429 5.511488 10 6.190024 10 7.504963Z"/></g></svg>
</template>

CSS

.icon-rewind-two-tone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M22%2016.495037C22%2017.809976%2020.428429%2018.488512%2019.47137%2017.586788L14.314246%2012.727834C13.89525%2012.333063%2013.89525%2011.666937%2014.314246%2011.272166L19.47137%206.413212C20.428429%205.511488%2022%206.190024%2022%207.504963ZM10%2016.495037C10%2017.809976%208.428429%2018.488512%207.47137%2017.586788L2.314246%2012.727834C1.89525%2012.333063%201.89525%2011.666937%202.314246%2011.272166L7.47137%206.413212C8.428429%205.511488%2010%206.190024%2010%207.504963Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M22%2016.495037C22%2017.809976%2020.428429%2018.488512%2019.47137%2017.586788L14.314246%2012.727834C13.89525%2012.333063%2013.89525%2011.666937%2014.314246%2011.272166L19.47137%206.413212C20.428429%205.511488%2022%206.190024%2022%207.504963ZM10%2016.495037C10%2017.809976%208.428429%2018.488512%207.47137%2017.586788L2.314246%2012.727834C1.89525%2012.333063%201.89525%2011.666937%202.314246%2011.272166L7.47137%206.413212C8.428429%205.511488%2010%206.190024%2010%207.504963Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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