rewind icon

rewind from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
rewind
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All rewind icons →

More video icons from Reicon

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" fill-rule="evenodd" d="M22.75 6.426c0-1.136-.494-2.127-1.271-2.694c-.797-.581-1.871-.686-2.808-.041l-.009.006L13.75 7.29v-.168c0-1.036-.473-1.933-1.204-2.442c-.746-.52-1.745-.613-2.62-.038L2.51 9.52c-.87.572-1.259 1.562-1.259 2.48s.389 1.908 1.26 2.48l7.417 4.877c.874.575 1.873.482 2.619-.037c.731-.51 1.204-1.407 1.204-2.443v-.167l4.912 3.593l.01.006c.936.645 2.01.54 2.807-.041c.777-.567 1.27-1.557 1.27-2.694zm-9 8.425l5.78 4.228c.363.247.738.215 1.065-.023c.349-.255.655-.772.655-1.482V6.426c0-.71-.306-1.227-.655-1.482c-.327-.238-.701-.27-1.065-.023l-5.78 4.228zm-3-8.954a.79.79 0 0 1 .938.014c.301.21.562.631.562 1.212v9.754c0 .58-.261 1.003-.562 1.212a.79.79 0 0 1-.937.015l-7.418-4.877c-.358-.236-.583-.695-.583-1.227c0-.531.225-.99.583-1.226z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRewind(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" fillRule="evenodd" d="M22.75 6.426c0-1.136-.494-2.127-1.271-2.694c-.797-.581-1.871-.686-2.808-.041l-.009.006L13.75 7.29v-.168c0-1.036-.473-1.933-1.204-2.442c-.746-.52-1.745-.613-2.62-.038L2.51 9.52c-.87.572-1.259 1.562-1.259 2.48s.389 1.908 1.26 2.48l7.417 4.877c.874.575 1.873.482 2.619-.037c.731-.51 1.204-1.407 1.204-2.443v-.167l4.912 3.593l.01.006c.936.645 2.01.54 2.807-.041c.777-.567 1.27-1.557 1.27-2.694zm-9 8.425l5.78 4.228c.363.247.738.215 1.065-.023c.349-.255.655-.772.655-1.482V6.426c0-.71-.306-1.227-.655-1.482c-.327-.238-.701-.27-1.065-.023l-5.78 4.228zm-3-8.954a.79.79 0 0 1 .938.014c.301.21.562.631.562 1.212v9.754c0 .58-.261 1.003-.562 1.212a.79.79 0 0 1-.937.015l-7.418-4.877c-.358-.236-.583-.695-.583-1.227c0-.531.225-.99.583-1.226z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M22.75 6.426c0-1.136-.494-2.127-1.271-2.694c-.797-.581-1.871-.686-2.808-.041l-.009.006L13.75 7.29v-.168c0-1.036-.473-1.933-1.204-2.442c-.746-.52-1.745-.613-2.62-.038L2.51 9.52c-.87.572-1.259 1.562-1.259 2.48s.389 1.908 1.26 2.48l7.417 4.877c.874.575 1.873.482 2.619-.037c.731-.51 1.204-1.407 1.204-2.443v-.167l4.912 3.593l.01.006c.936.645 2.01.54 2.807-.041c.777-.567 1.27-1.557 1.27-2.694zm-9 8.425l5.78 4.228c.363.247.738.215 1.065-.023c.349-.255.655-.772.655-1.482V6.426c0-.71-.306-1.227-.655-1.482c-.327-.238-.701-.27-1.065-.023l-5.78 4.228zm-3-8.954a.79.79 0 0 1 .938.014c.301.21.562.631.562 1.212v9.754c0 .58-.261 1.003-.562 1.212a.79.79 0 0 1-.937.015l-7.418-4.877c-.358-.236-.583-.695-.583-1.227c0-.531.225-.99.583-1.226z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-rewind {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%206.426c0-1.136-.494-2.127-1.271-2.694c-.797-.581-1.871-.686-2.808-.041l-.009.006L13.75%207.29v-.168c0-1.036-.473-1.933-1.204-2.442c-.746-.52-1.745-.613-2.62-.038L2.51%209.52c-.87.572-1.259%201.562-1.259%202.48s.389%201.908%201.26%202.48l7.417%204.877c.874.575%201.873.482%202.619-.037c.731-.51%201.204-1.407%201.204-2.443v-.167l4.912%203.593l.01.006c.936.645%202.01.54%202.807-.041c.777-.567%201.27-1.557%201.27-2.694zm-9%208.425l5.78%204.228c.363.247.738.215%201.065-.023c.349-.255.655-.772.655-1.482V6.426c0-.71-.306-1.227-.655-1.482c-.327-.238-.701-.27-1.065-.023l-5.78%204.228zm-3-8.954a.79.79%200%200%201%20.938.014c.301.21.562.631.562%201.212v9.754c0%20.58-.261%201.003-.562%201.212a.79.79%200%200%201-.937.015l-7.418-4.877c-.358-.236-.583-.695-.583-1.227c0-.531.225-.99.583-1.226z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%206.426c0-1.136-.494-2.127-1.271-2.694c-.797-.581-1.871-.686-2.808-.041l-.009.006L13.75%207.29v-.168c0-1.036-.473-1.933-1.204-2.442c-.746-.52-1.745-.613-2.62-.038L2.51%209.52c-.87.572-1.259%201.562-1.259%202.48s.389%201.908%201.26%202.48l7.417%204.877c.874.575%201.873.482%202.619-.037c.731-.51%201.204-1.407%201.204-2.443v-.167l4.912%203.593l.01.006c.936.645%202.01.54%202.807-.041c.777-.567%201.27-1.557%201.27-2.694zm-9%208.425l5.78%204.228c.363.247.738.215%201.065-.023c.349-.255.655-.772.655-1.482V6.426c0-.71-.306-1.227-.655-1.482c-.327-.238-.701-.27-1.065-.023l-5.78%204.228zm-3-8.954a.79.79%200%200%201%20.938.014c.301.21.562.631.562%201.212v9.754c0%20.58-.261%201.003-.562%201.212a.79.79%200%200%201-.937.015l-7.418-4.877c-.358-.236-.583-.695-.583-1.227c0-.531.225-.99.583-1.226z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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