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

Name
replay-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M12 3.5a8.48 8.48 0 0 0-6.481 3H7.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 0v1.635A9.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 12 3.5m-.772 4.69A1.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.623zM10.5 9.501l4.499 2.5l-4.499 2.498z"/></svg>

React

import type { SVGProps } from "react";

export function FluentReplay24Regular(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="M12 3.5a8.48 8.48 0 0 0-6.481 3H7.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 0v1.635A9.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 12 3.5m-.772 4.69A1.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.623zM10.5 9.501l4.499 2.5l-4.499 2.498z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a8.48 8.48 0 0 0-6.481 3H7.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 0v1.635A9.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 12 3.5m-.772 4.69A1.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.623zM10.5 9.501l4.499 2.5l-4.499 2.498z"/></svg>
</template>

CSS

.icon-replay-24-regular {
  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%22M12%203.5a8.48%208.48%200%200%200-6.481%203H7.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%200v1.635A9.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%2012%203.5m-.772%204.69A1.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.623zM10.5%209.501l4.499%202.5l-4.499%202.498z%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%22M12%203.5a8.48%208.48%200%200%200-6.481%203H7.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%200v1.635A9.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%2012%203.5m-.772%204.69A1.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.623zM10.5%209.501l4.499%202.5l-4.499%202.498z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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