event repeat icon
event-repeat-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- event-repeat-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.769V3.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V5h7.154V3.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.212 0 .356.144t.143.357t-.143.356t-.357.143zM19 23.692q-1.458 0-2.609-.81q-1.15-.81-1.7-2.063q-.087-.178.004-.345t.285-.166q.226 0 .398.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.577 0 2.692-1.116q1.116-1.115 1.116-2.692t-1.115-2.692Q20.578 15.192 19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V14.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T23.692 19t-1.372 3.32T19 23.692"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEventRepeatRounded(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.769V3.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V5h7.154V3.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.212 0 .356.144t.143.357t-.143.356t-.357.143zM19 23.692q-1.458 0-2.609-.81q-1.15-.81-1.7-2.063q-.087-.178.004-.345t.285-.166q.226 0 .398.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.577 0 2.692-1.116q1.116-1.115 1.116-2.692t-1.115-2.692Q20.578 15.192 19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V14.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T23.692 19t-1.372 3.32T19 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.769V3.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V5h7.154V3.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.212 0 .356.144t.143.357t-.143.356t-.357.143zM19 23.692q-1.458 0-2.609-.81q-1.15-.81-1.7-2.063q-.087-.178.004-.345t.285-.166q.226 0 .398.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.577 0 2.692-1.116q1.116-1.115 1.116-2.692t-1.115-2.692Q20.578 15.192 19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V14.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T23.692 19t-1.372 3.32T19 23.692"/></svg> </template>
CSS
.icon-event-repeat-rounded {
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.769V3.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V5h7.154V3.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V5h1.769q.69%200%201.153.463T20%206.616v5.192q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-1.192H5v8.769q0%20.23.192.423t.423.192h6.174q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM19%2023.692q-1.458%200-2.609-.81q-1.15-.81-1.7-2.063q-.087-.178.004-.345t.285-.166q.226%200%20.398.126q.172.125.27.335q.47.916%201.356%201.477q.886.562%201.996.562q1.577%200%202.692-1.116q1.116-1.115%201.116-2.692t-1.115-2.692Q20.578%2015.192%2019%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.45q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.134q-.344%200-.576-.232t-.232-.575V14.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.947%200%203.32%201.372T23.692%2019t-1.372%203.32T19%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.769V3.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V5h7.154V3.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V5h1.769q.69%200%201.153.463T20%206.616v5.192q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-1.192H5v8.769q0%20.23.192.423t.423.192h6.174q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM19%2023.692q-1.458%200-2.609-.81q-1.15-.81-1.7-2.063q-.087-.178.004-.345t.285-.166q.226%200%20.398.126q.172.125.27.335q.47.916%201.356%201.477q.886.562%201.996.562q1.577%200%202.692-1.116q1.116-1.115%201.116-2.692t-1.115-2.692Q20.578%2015.192%2019%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.45q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.134q-.344%200-.576-.232t-.232-.575V14.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.947%200%203.32%201.372T23.692%2019t-1.372%203.32T19%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-rounded.svg?color=%231a73e8&size=48