event-repeat-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
event-repeat-outline-rounded
Set
Material Symbols Light
Style
Outline 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-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.213 0 .356.143t.143.357t-.143.357t-.357.143zM19 23.692q-1.465 0-2.613-.81t-1.697-2.063q-.086-.178.005-.345t.276-.166q.235 0 .407.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.585 0 2.696-1.112T22.808 19t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.19 0 .316.126t.126.316t-.126.316t-.316.126h-2.134q-.349 0-.578-.23t-.23-.577V14.75q0-.19.126-.316q.125-.126.316-.126t.316.126t.126.316v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692M5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEventRepeatOutlineRounded(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-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.213 0 .356.143t.143.357t-.143.357t-.357.143zM19 23.692q-1.465 0-2.613-.81t-1.697-2.063q-.086-.178.005-.345t.276-.166q.235 0 .407.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.585 0 2.696-1.112T22.808 19t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.19 0 .316.126t.126.316t-.126.316t-.316.126h-2.134q-.349 0-.578-.23t-.23-.577V14.75q0-.19.126-.316q.125-.126.316-.126t.316.126t.126.316v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692M5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></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-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v5.192q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357v-1.192H5v8.769q0 .23.192.423t.423.192h6.174q.213 0 .356.143t.143.357t-.143.357t-.357.143zM19 23.692q-1.465 0-2.613-.81t-1.697-2.063q-.086-.178.005-.345t.276-.166q.235 0 .407.126q.172.125.27.335q.47.916 1.356 1.477q.886.562 1.996.562q1.585 0 2.696-1.112T22.808 19t-1.112-2.696T19 15.192q-.917 0-1.754.446q-.836.445-1.446 1.17h1.45q.19 0 .316.126t.126.316t-.126.316t-.316.126h-2.134q-.349 0-.578-.23t-.23-.577V14.75q0-.19.126-.316q.125-.126.316-.126t.316.126t.126.316v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.94 0 3.316 1.376T23.692 19t-1.376 3.316T19 23.692M5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></svg>
</template>

CSS

.icon-event-repeat-outline-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-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v5.192q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357v-1.192H5v8.769q0%20.23.192.423t.423.192h6.174q.213%200%20.356.143t.143.357t-.143.357t-.357.143zM19%2023.692q-1.465%200-2.613-.81t-1.697-2.063q-.086-.178.005-.345t.276-.166q.235%200%20.407.126q.172.125.27.335q.47.916%201.356%201.477q.886.562%201.996.562q1.585%200%202.696-1.112T22.808%2019t-1.112-2.696T19%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.45q.19%200%20.316.126t.126.316t-.126.316t-.316.126h-2.134q-.349%200-.578-.23t-.23-.577V14.75q0-.19.126-.316q.125-.126.316-.126t.316.126t.126.316v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.94%200%203.316%201.376T23.692%2019t-1.376%203.316T19%2023.692M5%209.615h14v-3q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zm0%200V6z%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-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v5.192q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357v-1.192H5v8.769q0%20.23.192.423t.423.192h6.174q.213%200%20.356.143t.143.357t-.143.357t-.357.143zM19%2023.692q-1.465%200-2.613-.81t-1.697-2.063q-.086-.178.005-.345t.276-.166q.235%200%20.407.126q.172.125.27.335q.47.916%201.356%201.477q.886.562%201.996.562q1.585%200%202.696-1.112T22.808%2019t-1.112-2.696T19%2015.192q-.917%200-1.754.446q-.836.445-1.446%201.17h1.45q.19%200%20.316.126t.126.316t-.126.316t-.316.126h-2.134q-.349%200-.578-.23t-.23-.577V14.75q0-.19.126-.316q.125-.126.316-.126t.316.126t.126.316v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.94%200%203.316%201.376T23.692%2019t-1.376%203.316T19%2023.692M5%209.615h14v-3q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zm0%200V6z%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-outline-rounded.svg?color=%231a73e8&size=48