event repeat icon
event-repeat from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- event-repeat
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the event repeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69 0 1.153.463T20 6.616v5.692h-1v-1.692H5v8.769q0 .23.192.423t.423.192h6.674v1zM19 23.692q-1.594 0-2.832-.964t-1.664-2.42h.935q.401 1.119 1.352 1.81q.951.69 2.209.69q1.584 0 2.696-1.112q1.112-1.111 1.112-2.696t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.892v.884h-3.384v-3.384h.884v1.848q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEventRepeat(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="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69 0 1.153.463T20 6.616v5.692h-1v-1.692H5v8.769q0 .23.192.423t.423.192h6.674v1zM19 23.692q-1.594 0-2.832-.964t-1.664-2.42h.935q.401 1.119 1.352 1.81q.951.69 2.209.69q1.584 0 2.696-1.112q1.112-1.111 1.112-2.696t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.892v.884h-3.384v-3.384h.884v1.848q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69 0 1.153.463T20 6.616v5.692h-1v-1.692H5v8.769q0 .23.192.423t.423.192h6.674v1zM19 23.692q-1.594 0-2.832-.964t-1.664-2.42h.935q.401 1.119 1.352 1.81q.951.69 2.209.69q1.584 0 2.696-1.112q1.112-1.111 1.112-2.696t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.892v.884h-3.384v-3.384h.884v1.848q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692"/></svg> </template>
CSS
.icon-event-repeat {
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%22M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69%200%201.153.463T20%206.616v5.692h-1v-1.692H5v8.769q0%20.23.192.423t.423.192h6.674v1zM19%2023.692q-1.594%200-2.832-.964t-1.664-2.42h.935q.401%201.119%201.352%201.81q.951.69%202.209.69q1.584%200%202.696-1.112q1.112-1.111%201.112-2.696t-1.112-2.696T19%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.892v.884h-3.384v-3.384h.884v1.848q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.94%200%203.316%201.376T23.692%2019t-1.376%203.316T19%2023.692%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%22M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69%200%201.153.463T20%206.616v5.692h-1v-1.692H5v8.769q0%20.23.192.423t.423.192h6.674v1zM19%2023.692q-1.594%200-2.832-.964t-1.664-2.42h.935q.401%201.119%201.352%201.81q.951.69%202.209.69q1.584%200%202.696-1.112q1.112-1.111%201.112-2.696t-1.112-2.696T19%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.892v.884h-3.384v-3.384h.884v1.848q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.94%200%203.316%201.376T23.692%2019t-1.376%203.316T19%2023.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/event-repeat.svg?color=%231a73e8&size=48