replay 5 icon
replay-5 from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- replay-5
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- replay-5-outline
2 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the replay 5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13h1q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.38l1.626 1.627l-.708.72L9.692 5.48l2.885-2.866l.708.72L11.619 5H12q1.665 0 3.119.626t2.542 1.714t1.713 2.54T20 13t-.626 3.12t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626m.927-4.682v-.884h3v-1.424h-3v-3.076h3.884v.884h-3v1.424H13q.294 0 .493.199t.2.493V15q0 .294-.2.493t-.493.2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReplay5(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="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13h1q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.38l1.626 1.627l-.708.72L9.692 5.48l2.885-2.866l.708.72L11.619 5H12q1.665 0 3.119.626t2.542 1.714t1.713 2.54T20 13t-.626 3.12t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626m.927-4.682v-.884h3v-1.424h-3v-3.076h3.884v.884h-3v1.424H13q.294 0 .493.199t.2.493V15q0 .294-.2.493t-.493.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13h1q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.38l1.626 1.627l-.708.72L9.692 5.48l2.885-2.866l.708.72L11.619 5H12q1.665 0 3.119.626t2.542 1.714t1.713 2.54T20 13t-.626 3.12t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626m.927-4.682v-.884h3v-1.424h-3v-3.076h3.884v.884h-3v1.424H13q.294 0 .493.199t.2.493V15q0 .294-.2.493t-.493.2z"/></svg> </template>
CSS
.icon-replay-5 {
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%22M8.882%2020.374q-1.455-.626-2.542-1.713t-1.714-2.542T4%2013h1q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013t-2.037-4.962T12%206h-.38l1.626%201.627l-.708.72L9.692%205.48l2.885-2.866l.708.72L11.619%205H12q1.665%200%203.119.626t2.542%201.714t1.713%202.54T20%2013t-.626%203.12t-1.714%202.542t-2.54%201.713T12%2021t-3.12-.626m.927-4.682v-.884h3v-1.424h-3v-3.076h3.884v.884h-3v1.424H13q.294%200%20.493.199t.2.493V15q0%20.294-.2.493t-.493.2z%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%22M8.882%2020.374q-1.455-.626-2.542-1.713t-1.714-2.542T4%2013h1q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013t-2.037-4.962T12%206h-.38l1.626%201.627l-.708.72L9.692%205.48l2.885-2.866l.708.72L11.619%205H12q1.665%200%203.119.626t2.542%201.714t1.713%202.54T20%2013t-.626%203.12t-1.714%202.542t-2.54%201.713T12%2021t-3.12-.626m.927-4.682v-.884h3v-1.424h-3v-3.076h3.884v.884h-3v1.424H13q.294%200%20.493.199t.2.493V15q0%20.294-.2.493t-.493.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/replay-5.svg?color=%231a73e8&size=48