rewind 5 icon

rewind-5 from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
rewind-5
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the rewind 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M18.58 15.58h-3.45L15 18.15a5 5 0 0 1 .26-.45a1.6 1.6 0 0 1 .33-.35a1.5 1.5 0 0 1 .44-.23a2 2 0 0 1 .6-.08a2.5 2.5 0 0 1 .92.16a2.1 2.1 0 0 1 .74.48a2.3 2.3 0 0 1 .5.77a2.7 2.7 0 0 1 .18 1a2.9 2.9 0 0 1-.19 1.07a2.4 2.4 0 0 1-.55.84a2.4 2.4 0 0 1-.89.55a3.2 3.2 0 0 1-1.21.2a3.8 3.8 0 0 1-.94-.11a3 3 0 0 1-.74-.32a2.5 2.5 0 0 1-.55-.45a4 4 0 0 1-.41-.55l1.06-.81l.27.41a1.8 1.8 0 0 0 .34.34a1.6 1.6 0 0 0 .43.22a1.5 1.5 0 0 0 .55.08a1.3 1.3 0 0 0 1-.36a1.4 1.4 0 0 0 .33-1v-.06a1.18 1.18 0 0 0-1.28-1.27a1.44 1.44 0 0 0-.77.18a2 2 0 0 0-.48.39l-1.19-.17l.29-4.31h4.52Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRewind5(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M18.58 15.58h-3.45L15 18.15a5 5 0 0 1 .26-.45a1.6 1.6 0 0 1 .33-.35a1.5 1.5 0 0 1 .44-.23a2 2 0 0 1 .6-.08a2.5 2.5 0 0 1 .92.16a2.1 2.1 0 0 1 .74.48a2.3 2.3 0 0 1 .5.77a2.7 2.7 0 0 1 .18 1a2.9 2.9 0 0 1-.19 1.07a2.4 2.4 0 0 1-.55.84a2.4 2.4 0 0 1-.89.55a3.2 3.2 0 0 1-1.21.2a3.8 3.8 0 0 1-.94-.11a3 3 0 0 1-.74-.32a2.5 2.5 0 0 1-.55-.45a4 4 0 0 1-.41-.55l1.06-.81l.27.41a1.8 1.8 0 0 0 .34.34a1.6 1.6 0 0 0 .43.22a1.5 1.5 0 0 0 .55.08a1.3 1.3 0 0 0 1-.36a1.4 1.4 0 0 0 .33-1v-.06a1.18 1.18 0 0 0-1.28-1.27a1.44 1.44 0 0 0-.77.18a2 2 0 0 0-.48.39l-1.19-.17l.29-4.31h4.52Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M18.58 15.58h-3.45L15 18.15a5 5 0 0 1 .26-.45a1.6 1.6 0 0 1 .33-.35a1.5 1.5 0 0 1 .44-.23a2 2 0 0 1 .6-.08a2.5 2.5 0 0 1 .92.16a2.1 2.1 0 0 1 .74.48a2.3 2.3 0 0 1 .5.77a2.7 2.7 0 0 1 .18 1a2.9 2.9 0 0 1-.19 1.07a2.4 2.4 0 0 1-.55.84a2.4 2.4 0 0 1-.89.55a3.2 3.2 0 0 1-1.21.2a3.8 3.8 0 0 1-.94-.11a3 3 0 0 1-.74-.32a2.5 2.5 0 0 1-.55-.45a4 4 0 0 1-.41-.55l1.06-.81l.27.41a1.8 1.8 0 0 0 .34.34a1.6 1.6 0 0 0 .43.22a1.5 1.5 0 0 0 .55.08a1.3 1.3 0 0 0 1-.36a1.4 1.4 0 0 0 .33-1v-.06a1.18 1.18 0 0 0-1.28-1.27a1.44 1.44 0 0 0-.77.18a2 2 0 0 0-.48.39l-1.19-.17l.29-4.31h4.52Z"/></svg>
</template>

CSS

.icon-rewind-5 {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018A12%2012%200%201%200%2016%206h-4V1L6%207l6%206V8h4A10%2010%200%201%201%206%2018Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.58%2015.58h-3.45L15%2018.15a5%205%200%200%201%20.26-.45a1.6%201.6%200%200%201%20.33-.35a1.5%201.5%200%200%201%20.44-.23a2%202%200%200%201%20.6-.08a2.5%202.5%200%200%201%20.92.16a2.1%202.1%200%200%201%20.74.48a2.3%202.3%200%200%201%20.5.77a2.7%202.7%200%200%201%20.18%201a2.9%202.9%200%200%201-.19%201.07a2.4%202.4%200%200%201-.55.84a2.4%202.4%200%200%201-.89.55a3.2%203.2%200%200%201-1.21.2a3.8%203.8%200%200%201-.94-.11a3%203%200%200%201-.74-.32a2.5%202.5%200%200%201-.55-.45a4%204%200%200%201-.41-.55l1.06-.81l.27.41a1.8%201.8%200%200%200%20.34.34a1.6%201.6%200%200%200%20.43.22a1.5%201.5%200%200%200%20.55.08a1.3%201.3%200%200%200%201-.36a1.4%201.4%200%200%200%20.33-1v-.06a1.18%201.18%200%200%200-1.28-1.27a1.44%201.44%200%200%200-.77.18a2%202%200%200%200-.48.39l-1.19-.17l.29-4.31h4.52Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018A12%2012%200%201%200%2016%206h-4V1L6%207l6%206V8h4A10%2010%200%201%201%206%2018Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.58%2015.58h-3.45L15%2018.15a5%205%200%200%201%20.26-.45a1.6%201.6%200%200%201%20.33-.35a1.5%201.5%200%200%201%20.44-.23a2%202%200%200%201%20.6-.08a2.5%202.5%200%200%201%20.92.16a2.1%202.1%200%200%201%20.74.48a2.3%202.3%200%200%201%20.5.77a2.7%202.7%200%200%201%20.18%201a2.9%202.9%200%200%201-.19%201.07a2.4%202.4%200%200%201-.55.84a2.4%202.4%200%200%201-.89.55a3.2%203.2%200%200%201-1.21.2a3.8%203.8%200%200%201-.94-.11a3%203%200%200%201-.74-.32a2.5%202.5%200%200%201-.55-.45a4%204%200%200%201-.41-.55l1.06-.81l.27.41a1.8%201.8%200%200%200%20.34.34a1.6%201.6%200%200%200%20.43.22a1.5%201.5%200%200%200%20.55.08a1.3%201.3%200%200%200%201-.36a1.4%201.4%200%200%200%20.33-1v-.06a1.18%201.18%200%200%200-1.28-1.27a1.44%201.44%200%200%200-.77.18a2%202%200%200%200-.48.39l-1.19-.17l.29-4.31h4.52Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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