round event repeat icon
round-event-repeat from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-event-repeat
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="M21 12V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2zm-5.87 8c-.55 0-.91.56-.68 1.06A4.99 4.99 0 0 0 19 24c2.76 0 5-2.24 5-5s-2.24-5-5-5c-1.36 0-2.6.55-3.5 1.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0 .55.45 1 1 1h2.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62 1.5-1 2.45-1c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.42 0-2.64-.85-3.19-2.06a.75.75 0 0 0-.68-.44"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundEventRepeat(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="M21 12V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2zm-5.87 8c-.55 0-.91.56-.68 1.06A4.99 4.99 0 0 0 19 24c2.76 0 5-2.24 5-5s-2.24-5-5-5c-1.36 0-2.6.55-3.5 1.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0 .55.45 1 1 1h2.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62 1.5-1 2.45-1c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.42 0-2.64-.85-3.19-2.06a.75.75 0 0 0-.68-.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2zm-5.87 8c-.55 0-.91.56-.68 1.06A4.99 4.99 0 0 0 19 24c2.76 0 5-2.24 5-5s-2.24-5-5-5c-1.36 0-2.6.55-3.5 1.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0 .55.45 1 1 1h2.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62 1.5-1 2.45-1c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5c-1.42 0-2.64-.85-3.19-2.06a.75.75 0 0 0-.68-.44"/></svg> </template>
CSS
.icon-round-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%22M21%2012V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H8V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h7v-2H5V10h14v2zm-5.87%208c-.55%200-.91.56-.68%201.06A4.99%204.99%200%200%200%2019%2024c2.76%200%205-2.24%205-5s-2.24-5-5-5c-1.36%200-2.6.55-3.5%201.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0%20.55.45%201%201%201h2.25c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62%201.5-1%202.45-1c1.93%200%203.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5c-1.42%200-2.64-.85-3.19-2.06a.75.75%200%200%200-.68-.44%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%22M21%2012V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H8V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h7v-2H5V10h14v2zm-5.87%208c-.55%200-.91.56-.68%201.06A4.99%204.99%200%200%200%2019%2024c2.76%200%205-2.24%205-5s-2.24-5-5-5c-1.36%200-2.6.55-3.5%201.43v-.68c0-.41-.34-.75-.75-.75s-.75.34-.75.75V17c0%20.55.45%201%201%201h2.25c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.7c.63-.62%201.5-1%202.45-1c1.93%200%203.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5c-1.42%200-2.64-.85-3.19-2.06a.75.75%200%200%200-.68-.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-event-repeat.svg?color=%231a73e8&size=48