cycle icon
cycle from IconPark by ByteDance · Color · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- cycle
- Set
- IconPark
- Style
- Color
- Category
- Arrows
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More arrows icons from IconPark
afferent-fourafferent-threearrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-left-downarrow-left-uparrow-rightarrow-right-downarrow-right-uparrow-upback-onechangecircle-double-downcircle-double-leftcircle-double-rightcircle-double-upcircle-left-downcircle-left-upcircle-right-downcircle-right-up
Use the cycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13 35H7V41"/><path d="M41 41H35V35"/><path d="M35 13H41V7"/><path d="M7 7H13V13"/><path d="M13 7.29395C7.57778 10.8714 4 17.0178 4 23.9999C4 25.0195 4.0763 26.0213 4.2235 26.9999"/><path d="M26.9999 43.7765C26.0213 43.9237 25.0195 44 23.9999 44C17.0178 44 10.8714 40.4222 7.29395 35"/><path d="M43.7765 21C43.9237 21.9786 44 22.9804 44 24C44 30.9821 40.4222 37.1285 35 40.706"/><path d="M21 4.2235C21.9786 4.0763 22.9804 4 24 4C30.9821 4 37.1285 7.57778 40.706 13"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCycle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M13 35H7V41"/><path d="M41 41H35V35"/><path d="M35 13H41V7"/><path d="M7 7H13V13"/><path d="M13 7.29395C7.57778 10.8714 4 17.0178 4 23.9999C4 25.0195 4.0763 26.0213 4.2235 26.9999"/><path d="M26.9999 43.7765C26.0213 43.9237 25.0195 44 23.9999 44C17.0178 44 10.8714 40.4222 7.29395 35"/><path d="M43.7765 21C43.9237 21.9786 44 22.9804 44 24C44 30.9821 40.4222 37.1285 35 40.706"/><path d="M21 4.2235C21.9786 4.0763 22.9804 4 24 4C30.9821 4 37.1285 7.57778 40.706 13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13 35H7V41"/><path d="M41 41H35V35"/><path d="M35 13H41V7"/><path d="M7 7H13V13"/><path d="M13 7.29395C7.57778 10.8714 4 17.0178 4 23.9999C4 25.0195 4.0763 26.0213 4.2235 26.9999"/><path d="M26.9999 43.7765C26.0213 43.9237 25.0195 44 23.9999 44C17.0178 44 10.8714 40.4222 7.29395 35"/><path d="M43.7765 21C43.9237 21.9786 44 22.9804 44 24C44 30.9821 40.4222 37.1285 35 40.706"/><path d="M21 4.2235C21.9786 4.0763 22.9804 4 24 4C30.9821 4 37.1285 7.57778 40.706 13"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13%2035H7V41%22%2F%3E%3Cpath%20d%3D%22M41%2041H35V35%22%2F%3E%3Cpath%20d%3D%22M35%2013H41V7%22%2F%3E%3Cpath%20d%3D%22M7%207H13V13%22%2F%3E%3Cpath%20d%3D%22M13%207.29395C7.57778%2010.8714%204%2017.0178%204%2023.9999C4%2025.0195%204.0763%2026.0213%204.2235%2026.9999%22%2F%3E%3Cpath%20d%3D%22M26.9999%2043.7765C26.0213%2043.9237%2025.0195%2044%2023.9999%2044C17.0178%2044%2010.8714%2040.4222%207.29395%2035%22%2F%3E%3Cpath%20d%3D%22M43.7765%2021C43.9237%2021.9786%2044%2022.9804%2044%2024C44%2030.9821%2040.4222%2037.1285%2035%2040.706%22%2F%3E%3Cpath%20d%3D%22M21%204.2235C21.9786%204.0763%2022.9804%204%2024%204C30.9821%204%2037.1285%207.57778%2040.706%2013%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13%2035H7V41%22%2F%3E%3Cpath%20d%3D%22M41%2041H35V35%22%2F%3E%3Cpath%20d%3D%22M35%2013H41V7%22%2F%3E%3Cpath%20d%3D%22M7%207H13V13%22%2F%3E%3Cpath%20d%3D%22M13%207.29395C7.57778%2010.8714%204%2017.0178%204%2023.9999C4%2025.0195%204.0763%2026.0213%204.2235%2026.9999%22%2F%3E%3Cpath%20d%3D%22M26.9999%2043.7765C26.0213%2043.9237%2025.0195%2044%2023.9999%2044C17.0178%2044%2010.8714%2040.4222%207.29395%2035%22%2F%3E%3Cpath%20d%3D%22M43.7765%2021C43.9237%2021.9786%2044%2022.9804%2044%2024C44%2030.9821%2040.4222%2037.1285%2035%2040.706%22%2F%3E%3Cpath%20d%3D%22M21%204.2235C21.9786%204.0763%2022.9804%204%2024%204C30.9821%204%2037.1285%207.57778%2040.706%2013%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/cycle.svg?color=%231a73e8&size=48