rewind-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
rewind-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System 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 28 28"><path fill="currentColor" d="M12.365 4.858c1.065-.845 2.634-.086 2.634 1.273v4.57l7.365-5.841C23.43 4.015 25 4.774 25 6.133v15.739c0 1.359-1.57 2.117-2.634 1.273L15 17.305v4.565c0 1.359-1.57 2.118-2.634 1.273l-9.637-7.64a1.917 1.917 0 0 1 0-3.004z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRewind28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.365 4.858c1.065-.845 2.634-.086 2.634 1.273v4.57l7.365-5.841C23.43 4.015 25 4.774 25 6.133v15.739c0 1.359-1.57 2.117-2.634 1.273L15 17.305v4.565c0 1.359-1.57 2.118-2.634 1.273l-9.637-7.64a1.917 1.917 0 0 1 0-3.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.365 4.858c1.065-.845 2.634-.086 2.634 1.273v4.57l7.365-5.841C23.43 4.015 25 4.774 25 6.133v15.739c0 1.359-1.57 2.117-2.634 1.273L15 17.305v4.565c0 1.359-1.57 2.118-2.634 1.273l-9.637-7.64a1.917 1.917 0 0 1 0-3.004z"/></svg>
</template>

CSS

.icon-rewind-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.365%204.858c1.065-.845%202.634-.086%202.634%201.273v4.57l7.365-5.841C23.43%204.015%2025%204.774%2025%206.133v15.739c0%201.359-1.57%202.117-2.634%201.273L15%2017.305v4.565c0%201.359-1.57%202.118-2.634%201.273l-9.637-7.64a1.917%201.917%200%200%201%200-3.004z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.365%204.858c1.065-.845%202.634-.086%202.634%201.273v4.57l7.365-5.841C23.43%204.015%2025%204.774%2025%206.133v15.739c0%201.359-1.57%202.117-2.634%201.273L15%2017.305v4.565c0%201.359-1.57%202.118-2.634%201.273l-9.637-7.64a1.917%201.917%200%200%201%200-3.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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