cycle icon
cycle-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- cycle-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cycle-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the cycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12.025q0 2.125 1.063 3.95T7.95 18.9q.35.225.488.613t-.063.737q-.2.375-.612.488t-.788-.088Q4.65 19.3 3.325 17T2 12.025q0-.65.088-1.275t.237-1.25L2 9.7q-.35.225-.75.113t-.6-.463t-.088-.763t.463-.612l3.025-1.75q.35-.2.763-.087t.612.462l1.75 3q.2.35.088.763t-.463.612t-.762.088t-.613-.463l-.85-1.475q-.275.7-.425 1.425T4 12.025M12 4q-1.025 0-2.025.263t-1.9.762q-.375.2-.787.138t-.613-.413q-.225-.4-.1-.812T7.1 3.3q1.125-.65 2.363-.975T12 2q1.975 0 3.788.738t3.237 2.137V4.5q0-.425.288-.712t.712-.288t.713.288t.287.712V8q0 .425-.287.713T20.025 9h-3.5q-.425 0-.712-.288T15.525 8t.288-.712t.712-.288h1.725q-1.15-1.425-2.775-2.212T12 4m6.05 13.275q.95-1.1 1.45-2.425t.5-2.775q0-.425.288-.75T21 11t.713.325t.287.75q0 1.625-.513 3.137T20 18.025t-2.312 2.225t-2.913 1.375l.25.15q.35.2.45.613t-.1.762t-.6.45t-.75-.1l-3.05-1.75q-.35-.2-.462-.613t.087-.762l1.75-3.025q.2-.35.6-.45t.75.1t.463.613t-.088.762l-.925 1.575q1.425-.2 2.688-.888t2.212-1.787"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCycleRounded(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="M4 12.025q0 2.125 1.063 3.95T7.95 18.9q.35.225.488.613t-.063.737q-.2.375-.612.488t-.788-.088Q4.65 19.3 3.325 17T2 12.025q0-.65.088-1.275t.237-1.25L2 9.7q-.35.225-.75.113t-.6-.463t-.088-.763t.463-.612l3.025-1.75q.35-.2.763-.087t.612.462l1.75 3q.2.35.088.763t-.463.612t-.762.088t-.613-.463l-.85-1.475q-.275.7-.425 1.425T4 12.025M12 4q-1.025 0-2.025.263t-1.9.762q-.375.2-.787.138t-.613-.413q-.225-.4-.1-.812T7.1 3.3q1.125-.65 2.363-.975T12 2q1.975 0 3.788.738t3.237 2.137V4.5q0-.425.288-.712t.712-.288t.713.288t.287.712V8q0 .425-.287.713T20.025 9h-3.5q-.425 0-.712-.288T15.525 8t.288-.712t.712-.288h1.725q-1.15-1.425-2.775-2.212T12 4m6.05 13.275q.95-1.1 1.45-2.425t.5-2.775q0-.425.288-.75T21 11t.713.325t.287.75q0 1.625-.513 3.137T20 18.025t-2.312 2.225t-2.913 1.375l.25.15q.35.2.45.613t-.1.762t-.6.45t-.75-.1l-3.05-1.75q-.35-.2-.462-.613t.087-.762l1.75-3.025q.2-.35.6-.45t.75.1t.463.613t-.088.762l-.925 1.575q1.425-.2 2.688-.888t2.212-1.787"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12.025q0 2.125 1.063 3.95T7.95 18.9q.35.225.488.613t-.063.737q-.2.375-.612.488t-.788-.088Q4.65 19.3 3.325 17T2 12.025q0-.65.088-1.275t.237-1.25L2 9.7q-.35.225-.75.113t-.6-.463t-.088-.763t.463-.612l3.025-1.75q.35-.2.763-.087t.612.462l1.75 3q.2.35.088.763t-.463.612t-.762.088t-.613-.463l-.85-1.475q-.275.7-.425 1.425T4 12.025M12 4q-1.025 0-2.025.263t-1.9.762q-.375.2-.787.138t-.613-.413q-.225-.4-.1-.812T7.1 3.3q1.125-.65 2.363-.975T12 2q1.975 0 3.788.738t3.237 2.137V4.5q0-.425.288-.712t.712-.288t.713.288t.287.712V8q0 .425-.287.713T20.025 9h-3.5q-.425 0-.712-.288T15.525 8t.288-.712t.712-.288h1.725q-1.15-1.425-2.775-2.212T12 4m6.05 13.275q.95-1.1 1.45-2.425t.5-2.775q0-.425.288-.75T21 11t.713.325t.287.75q0 1.625-.513 3.137T20 18.025t-2.312 2.225t-2.913 1.375l.25.15q.35.2.45.613t-.1.762t-.6.45t-.75-.1l-3.05-1.75q-.35-.2-.462-.613t.087-.762l1.75-3.025q.2-.35.6-.45t.75.1t.463.613t-.088.762l-.925 1.575q1.425-.2 2.688-.888t2.212-1.787"/></svg> </template>
CSS
.icon-cycle-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%22M4%2012.025q0%202.125%201.063%203.95T7.95%2018.9q.35.225.488.613t-.063.737q-.2.375-.612.488t-.788-.088Q4.65%2019.3%203.325%2017T2%2012.025q0-.65.088-1.275t.237-1.25L2%209.7q-.35.225-.75.113t-.6-.463t-.088-.763t.463-.612l3.025-1.75q.35-.2.763-.087t.612.462l1.75%203q.2.35.088.763t-.463.612t-.762.088t-.613-.463l-.85-1.475q-.275.7-.425%201.425T4%2012.025M12%204q-1.025%200-2.025.263t-1.9.762q-.375.2-.787.138t-.613-.413q-.225-.4-.1-.812T7.1%203.3q1.125-.65%202.363-.975T12%202q1.975%200%203.788.738t3.237%202.137V4.5q0-.425.288-.712t.712-.288t.713.288t.287.712V8q0%20.425-.287.713T20.025%209h-3.5q-.425%200-.712-.288T15.525%208t.288-.712t.712-.288h1.725q-1.15-1.425-2.775-2.212T12%204m6.05%2013.275q.95-1.1%201.45-2.425t.5-2.775q0-.425.288-.75T21%2011t.713.325t.287.75q0%201.625-.513%203.137T20%2018.025t-2.312%202.225t-2.913%201.375l.25.15q.35.2.45.613t-.1.762t-.6.45t-.75-.1l-3.05-1.75q-.35-.2-.462-.613t.087-.762l1.75-3.025q.2-.35.6-.45t.75.1t.463.613t-.088.762l-.925%201.575q1.425-.2%202.688-.888t2.212-1.787%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%22M4%2012.025q0%202.125%201.063%203.95T7.95%2018.9q.35.225.488.613t-.063.737q-.2.375-.612.488t-.788-.088Q4.65%2019.3%203.325%2017T2%2012.025q0-.65.088-1.275t.237-1.25L2%209.7q-.35.225-.75.113t-.6-.463t-.088-.763t.463-.612l3.025-1.75q.35-.2.763-.087t.612.462l1.75%203q.2.35.088.763t-.463.612t-.762.088t-.613-.463l-.85-1.475q-.275.7-.425%201.425T4%2012.025M12%204q-1.025%200-2.025.263t-1.9.762q-.375.2-.787.138t-.613-.413q-.225-.4-.1-.812T7.1%203.3q1.125-.65%202.363-.975T12%202q1.975%200%203.788.738t3.237%202.137V4.5q0-.425.288-.712t.712-.288t.713.288t.287.712V8q0%20.425-.287.713T20.025%209h-3.5q-.425%200-.712-.288T15.525%208t.288-.712t.712-.288h1.725q-1.15-1.425-2.775-2.212T12%204m6.05%2013.275q.95-1.1%201.45-2.425t.5-2.775q0-.425.288-.75T21%2011t.713.325t.287.75q0%201.625-.513%203.137T20%2018.025t-2.312%202.225t-2.913%201.375l.25.15q.35.2.45.613t-.1.762t-.6.45t-.75-.1l-3.05-1.75q-.35-.2-.462-.613t.087-.762l1.75-3.025q.2-.35.6-.45t.75.1t.463.613t-.088.762l-.925%201.575q1.425-.2%202.688-.888t2.212-1.787%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cycle-rounded.svg?color=%231a73e8&size=48