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

Name
replay-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the replay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 5.385A9.98 9.98 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q0-.717.098-1.407A.7.7 0 0 1 2.802 10c.476 0 .826.446.766.919A8.5 8.5 0 1 0 5.518 6.5H7.25a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 3 7.25v-3.5a.75.75 0 0 1 1.5 0zm6.728 2.805A1.5 1.5 0 0 0 9 9.501V14.5a1.5 1.5 0 0 0 2.228 1.311l4.499-2.498a1.5 1.5 0 0 0 0-2.623z"/></svg>

React

import type { SVGProps } from "react";

export function FluentReplay24Filled(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" d="M4.5 5.385A9.98 9.98 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q0-.717.098-1.407A.7.7 0 0 1 2.802 10c.476 0 .826.446.766.919A8.5 8.5 0 1 0 5.518 6.5H7.25a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 3 7.25v-3.5a.75.75 0 0 1 1.5 0zm6.728 2.805A1.5 1.5 0 0 0 9 9.501V14.5a1.5 1.5 0 0 0 2.228 1.311l4.499-2.498a1.5 1.5 0 0 0 0-2.623z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 5.385A9.98 9.98 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q0-.717.098-1.407A.7.7 0 0 1 2.802 10c.476 0 .826.446.766.919A8.5 8.5 0 1 0 5.518 6.5H7.25a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 3 7.25v-3.5a.75.75 0 0 1 1.5 0zm6.728 2.805A1.5 1.5 0 0 0 9 9.501V14.5a1.5 1.5 0 0 0 2.228 1.311l4.499-2.498a1.5 1.5 0 0 0 0-2.623z"/></svg>
</template>

CSS

.icon-replay-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%205.385A9.98%209.98%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012q0-.717.098-1.407A.7.7%200%200%201%202.802%2010c.476%200%20.826.446.766.919A8.5%208.5%200%201%200%205.518%206.5H7.25a.75.75%200%200%201%200%201.5h-3.5A.75.75%200%200%201%203%207.25v-3.5a.75.75%200%200%201%201.5%200zm6.728%202.805A1.5%201.5%200%200%200%209%209.501V14.5a1.5%201.5%200%200%200%202.228%201.311l4.499-2.498a1.5%201.5%200%200%200%200-2.623z%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%20d%3D%22M4.5%205.385A9.98%209.98%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012q0-.717.098-1.407A.7.7%200%200%201%202.802%2010c.476%200%20.826.446.766.919A8.5%208.5%200%201%200%205.518%206.5H7.25a.75.75%200%200%201%200%201.5h-3.5A.75.75%200%200%201%203%207.25v-3.5a.75.75%200%200%201%201.5%200zm6.728%202.805A1.5%201.5%200%200%200%209%209.501V14.5a1.5%201.5%200%200%200%202.228%201.311l4.499-2.498a1.5%201.5%200%200%200%200-2.623z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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