replay icon
replay-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- replay-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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="M16 4a11.97 11.97 0 0 0-8.944 4H10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.202A13.96 13.96 0 0 1 16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16q0-.58.046-1.149c.04-.49.46-.851.952-.851c.611 0 1.073.55 1.031 1.159q-.03.417-.029.841c0 6.627 5.373 12 12 12s12-5.373 12-12S22.627 4 16 4m-1.008 6.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.473zM14 12.003L20.998 16L14 19.998z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReplay32Regular(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="M16 4a11.97 11.97 0 0 0-8.944 4H10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.202A13.96 13.96 0 0 1 16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16q0-.58.046-1.149c.04-.49.46-.851.952-.851c.611 0 1.073.55 1.031 1.159q-.03.417-.029.841c0 6.627 5.373 12 12 12s12-5.373 12-12S22.627 4 16 4m-1.008 6.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.473zM14 12.003L20.998 16L14 19.998z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4a11.97 11.97 0 0 0-8.944 4H10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.202A13.96 13.96 0 0 1 16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16q0-.58.046-1.149c.04-.49.46-.851.952-.851c.611 0 1.073.55 1.031 1.159q-.03.417-.029.841c0 6.627 5.373 12 12 12s12-5.373 12-12S22.627 4 16 4m-1.008 6.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.473zM14 12.003L20.998 16L14 19.998z"/></svg> </template>
CSS
.icon-replay-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204a11.97%2011.97%200%200%200-8.944%204H10a1%201%200%201%201%200%202H5a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v2.202A13.96%2013.96%200%200%201%2016%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016q0-.58.046-1.149c.04-.49.46-.851.952-.851c.611%200%201.073.55%201.031%201.159q-.03.417-.029.841c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204m-1.008%206.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.473zM14%2012.003L20.998%2016L14%2019.998z%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%22M16%204a11.97%2011.97%200%200%200-8.944%204H10a1%201%200%201%201%200%202H5a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v2.202A13.96%2013.96%200%200%201%2016%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016q0-.58.046-1.149c.04-.49.46-.851.952-.851c.611%200%201.073.55%201.031%201.159q-.03.417-.029.841c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204m-1.008%206.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.473zM14%2012.003L20.998%2016L14%2019.998z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/replay-32-regular.svg?color=%231a73e8&size=48