cycle icon
cycle from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- cycle
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cycle-outline, cycle-outline-sharp, cycle-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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="M9.216 20.51q-2.697-.873-4.447-3.193t-1.75-5.33q0-.785.13-1.554t.415-1.504l-2.17 1.252l-.48-.86l3.89-2.25l2.25 3.885l-.865.519l-1.504-2.6q-.333.733-.49 1.525t-.157 1.606q0 2.694 1.604 4.787t4.093 2.832zm5.996-12.53v-1h2.975q-1.131-1.424-2.756-2.192T12 4.019q-1.586 0-2.966.57q-1.378.569-2.442 1.575l-.519-.904q1.193-1.048 2.696-1.644q1.504-.597 3.212-.597q1.956 0 3.698.786t3.033 2.262V3.481h1v4.5zm.138 14.905l-3.89-2.27l2.25-3.865l.86.5l-1.56 2.662q2.969-.387 4.96-2.637T19.962 12q0-.525-.07-1.032q-.07-.506-.217-.987h1.044q.122.48.182.978q.06.497.06 1.022q0 3.26-2.05 5.73q-2.051 2.47-5.219 3.068l2.158 1.246z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCycle(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="M9.216 20.51q-2.697-.873-4.447-3.193t-1.75-5.33q0-.785.13-1.554t.415-1.504l-2.17 1.252l-.48-.86l3.89-2.25l2.25 3.885l-.865.519l-1.504-2.6q-.333.733-.49 1.525t-.157 1.606q0 2.694 1.604 4.787t4.093 2.832zm5.996-12.53v-1h2.975q-1.131-1.424-2.756-2.192T12 4.019q-1.586 0-2.966.57q-1.378.569-2.442 1.575l-.519-.904q1.193-1.048 2.696-1.644q1.504-.597 3.212-.597q1.956 0 3.698.786t3.033 2.262V3.481h1v4.5zm.138 14.905l-3.89-2.27l2.25-3.865l.86.5l-1.56 2.662q2.969-.387 4.96-2.637T19.962 12q0-.525-.07-1.032q-.07-.506-.217-.987h1.044q.122.48.182.978q.06.497.06 1.022q0 3.26-2.05 5.73q-2.051 2.47-5.219 3.068l2.158 1.246z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.216 20.51q-2.697-.873-4.447-3.193t-1.75-5.33q0-.785.13-1.554t.415-1.504l-2.17 1.252l-.48-.86l3.89-2.25l2.25 3.885l-.865.519l-1.504-2.6q-.333.733-.49 1.525t-.157 1.606q0 2.694 1.604 4.787t4.093 2.832zm5.996-12.53v-1h2.975q-1.131-1.424-2.756-2.192T12 4.019q-1.586 0-2.966.57q-1.378.569-2.442 1.575l-.519-.904q1.193-1.048 2.696-1.644q1.504-.597 3.212-.597q1.956 0 3.698.786t3.033 2.262V3.481h1v4.5zm.138 14.905l-3.89-2.27l2.25-3.865l.86.5l-1.56 2.662q2.969-.387 4.96-2.637T19.962 12q0-.525-.07-1.032q-.07-.506-.217-.987h1.044q.122.48.182.978q.06.497.06 1.022q0 3.26-2.05 5.73q-2.051 2.47-5.219 3.068l2.158 1.246z"/></svg> </template>
CSS
.icon-cycle {
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%22M9.216%2020.51q-2.697-.873-4.447-3.193t-1.75-5.33q0-.785.13-1.554t.415-1.504l-2.17%201.252l-.48-.86l3.89-2.25l2.25%203.885l-.865.519l-1.504-2.6q-.333.733-.49%201.525t-.157%201.606q0%202.694%201.604%204.787t4.093%202.832zm5.996-12.53v-1h2.975q-1.131-1.424-2.756-2.192T12%204.019q-1.586%200-2.966.57q-1.378.569-2.442%201.575l-.519-.904q1.193-1.048%202.696-1.644q1.504-.597%203.212-.597q1.956%200%203.698.786t3.033%202.262V3.481h1v4.5zm.138%2014.905l-3.89-2.27l2.25-3.865l.86.5l-1.56%202.662q2.969-.387%204.96-2.637T19.962%2012q0-.525-.07-1.032q-.07-.506-.217-.987h1.044q.122.48.182.978q.06.497.06%201.022q0%203.26-2.05%205.73q-2.051%202.47-5.219%203.068l2.158%201.246z%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%22M9.216%2020.51q-2.697-.873-4.447-3.193t-1.75-5.33q0-.785.13-1.554t.415-1.504l-2.17%201.252l-.48-.86l3.89-2.25l2.25%203.885l-.865.519l-1.504-2.6q-.333.733-.49%201.525t-.157%201.606q0%202.694%201.604%204.787t4.093%202.832zm5.996-12.53v-1h2.975q-1.131-1.424-2.756-2.192T12%204.019q-1.586%200-2.966.57q-1.378.569-2.442%201.575l-.519-.904q1.193-1.048%202.696-1.644q1.504-.597%203.212-.597q1.956%200%203.698.786t3.033%202.262V3.481h1v4.5zm.138%2014.905l-3.89-2.27l2.25-3.865l.86.5l-1.56%202.662q2.969-.387%204.96-2.637T19.962%2012q0-.525-.07-1.032q-.07-.506-.217-.987h1.044q.122.48.182.978q.06.497.06%201.022q0%203.26-2.05%205.73q-2.051%202.47-5.219%203.068l2.158%201.246z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cycle.svg?color=%231a73e8&size=48