rewind forward icon

rewind-forward-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
rewind-forward-broken
Set
Solar
Style
Broken
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the rewind forward 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-width="1.5"><path d="M10.9998 15.2316L4.90312 19.6916C3.60064 20.5888 2 19.4211 2 17.5737L2 15M10.9998 8.76844L4.90313 4.30838C3.60065 3.41122 2 4.57894 2 6.42631L2 11"/><path d="M17.3699 7.70832L13.6612 5.26983C12.4673 4.48482 11 5.50658 11 7.12303L11 16.877C11 18.4934 12.4673 19.5152 13.6612 18.7302L21.0786 13.8532C22.3071 13.0455 22.3071 10.9545 21.0786 10.1468L20.1515 9.53719"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRewindForwardBroken(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" strokeWidth="1.5"><path d="M10.9998 15.2316L4.90312 19.6916C3.60064 20.5888 2 19.4211 2 17.5737L2 15M10.9998 8.76844L4.90313 4.30838C3.60065 3.41122 2 4.57894 2 6.42631L2 11"/><path d="M17.3699 7.70832L13.6612 5.26983C12.4673 4.48482 11 5.50658 11 7.12303L11 16.877C11 18.4934 12.4673 19.5152 13.6612 18.7302L21.0786 13.8532C22.3071 13.0455 22.3071 10.9545 21.0786 10.1468L20.1515 9.53719"/></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-width="1.5"><path d="M10.9998 15.2316L4.90312 19.6916C3.60064 20.5888 2 19.4211 2 17.5737L2 15M10.9998 8.76844L4.90313 4.30838C3.60065 3.41122 2 4.57894 2 6.42631L2 11"/><path d="M17.3699 7.70832L13.6612 5.26983C12.4673 4.48482 11 5.50658 11 7.12303L11 16.877C11 18.4934 12.4673 19.5152 13.6612 18.7302L21.0786 13.8532C22.3071 13.0455 22.3071 10.9545 21.0786 10.1468L20.1515 9.53719"/></g></svg>
</template>

CSS

.icon-rewind-forward-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.9998%2015.2316L4.90312%2019.6916C3.60064%2020.5888%202%2019.4211%202%2017.5737L2%2015M10.9998%208.76844L4.90313%204.30838C3.60065%203.41122%202%204.57894%202%206.42631L2%2011%22%2F%3E%3Cpath%20d%3D%22M17.3699%207.70832L13.6612%205.26983C12.4673%204.48482%2011%205.50658%2011%207.12303L11%2016.877C11%2018.4934%2012.4673%2019.5152%2013.6612%2018.7302L21.0786%2013.8532C22.3071%2013.0455%2022.3071%2010.9545%2021.0786%2010.1468L20.1515%209.53719%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.9998%2015.2316L4.90312%2019.6916C3.60064%2020.5888%202%2019.4211%202%2017.5737L2%2015M10.9998%208.76844L4.90313%204.30838C3.60065%203.41122%202%204.57894%202%206.42631L2%2011%22%2F%3E%3Cpath%20d%3D%22M17.3699%207.70832L13.6612%205.26983C12.4673%204.48482%2011%205.50658%2011%207.12303L11%2016.877C11%2018.4934%2012.4673%2019.5152%2013.6612%2018.7302L21.0786%2013.8532C22.3071%2013.0455%2022.3071%2010.9545%2021.0786%2010.1468L20.1515%209.53719%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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