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

Name
replay-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M7.056 8A11.97 11.97 0 0 1 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.424.029-.841c.042-.61-.42-1.159-1.03-1.159c-.492 0-.913.361-.953.851Q2.001 15.421 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14S23.732 2 16 2A13.96 13.96 0 0 0 6 6.202V4a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2zm7.936 2.266C13.66 9.504 12 10.467 12 12.003v7.995c0 1.535 1.659 2.498 2.992 1.736l6.998-3.997c1.344-.768 1.344-2.706 0-3.473z"/></svg>

React

import type { SVGProps } from "react";

export function FluentReplay32Filled(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="M7.056 8A11.97 11.97 0 0 1 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.424.029-.841c.042-.61-.42-1.159-1.03-1.159c-.492 0-.913.361-.953.851Q2.001 15.421 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14S23.732 2 16 2A13.96 13.96 0 0 0 6 6.202V4a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2zm7.936 2.266C13.66 9.504 12 10.467 12 12.003v7.995c0 1.535 1.659 2.498 2.992 1.736l6.998-3.997c1.344-.768 1.344-2.706 0-3.473z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.056 8A11.97 11.97 0 0 1 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.424.029-.841c.042-.61-.42-1.159-1.03-1.159c-.492 0-.913.361-.953.851Q2.001 15.421 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14S23.732 2 16 2A13.96 13.96 0 0 0 6 6.202V4a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2zm7.936 2.266C13.66 9.504 12 10.467 12 12.003v7.995c0 1.535 1.659 2.498 2.992 1.736l6.998-3.997c1.344-.768 1.344-2.706 0-3.473z"/></svg>
</template>

CSS

.icon-replay-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.056%208A11.97%2011.97%200%200%201%2016%204c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016q0-.424.029-.841c.042-.61-.42-1.159-1.03-1.159c-.492%200-.913.361-.953.851Q2.001%2015.421%202%2016c0%207.732%206.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202A13.96%2013.96%200%200%200%206%206.202V4a1%201%200%200%200-2%200v5a1%201%200%200%200%201%201h5a1%201%200%201%200%200-2zm7.936%202.266C13.66%209.504%2012%2010.467%2012%2012.003v7.995c0%201.535%201.659%202.498%202.992%201.736l6.998-3.997c1.344-.768%201.344-2.706%200-3.473z%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%22M7.056%208A11.97%2011.97%200%200%201%2016%204c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016q0-.424.029-.841c.042-.61-.42-1.159-1.03-1.159c-.492%200-.913.361-.953.851Q2.001%2015.421%202%2016c0%207.732%206.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202A13.96%2013.96%200%200%200%206%206.202V4a1%201%200%200%200-2%200v5a1%201%200%200%200%201%201h5a1%201%200%201%200%200-2zm7.936%202.266C13.66%209.504%2012%2010.467%2012%2012.003v7.995c0%201.535%201.659%202.498%202.992%201.736l6.998-3.997c1.344-.768%201.344-2.706%200-3.473z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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