cycle from IconPark Outline by ByteDance · Outline · Arrows · Apache-2.0 Free for personal and commercial use.

Name
cycle
Set
IconPark Outline
Style
Outline
Category
Arrows
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More arrows icons from IconPark Outline

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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13 35H7v6m34 0h-6v-6m0-22h6V7M7 7h6v6"/><path d="M13 7.294C7.578 10.871 4 17.018 4 24q.001 1.53.223 3M27 43.777A20 20 0 0 1 24 44c-6.982 0-13.129-3.578-16.706-9m36.483-14q.222 1.47.223 3c0 6.982-3.578 13.129-9 16.706M21 4.224A20 20 0 0 1 24 4c6.982 0 13.129 3.578 16.706 9"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineCycle(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M13 35H7v6m34 0h-6v-6m0-22h6V7M7 7h6v6"/><path d="M13 7.294C7.578 10.871 4 17.018 4 24q.001 1.53.223 3M27 43.777A20 20 0 0 1 24 44c-6.982 0-13.129-3.578-16.706-9m36.483-14q.222 1.47.223 3c0 6.982-3.578 13.129-9 16.706M21 4.224A20 20 0 0 1 24 4c6.982 0 13.129 3.578 16.706 9"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13 35H7v6m34 0h-6v-6m0-22h6V7M7 7h6v6"/><path d="M13 7.294C7.578 10.871 4 17.018 4 24q.001 1.53.223 3M27 43.777A20 20 0 0 1 24 44c-6.982 0-13.129-3.578-16.706-9m36.483-14q.222 1.47.223 3c0 6.982-3.578 13.129-9 16.706M21 4.224A20 20 0 0 1 24 4c6.982 0 13.129 3.578 16.706 9"/></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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13%2035H7v6m34%200h-6v-6m0-22h6V7M7%207h6v6%22%2F%3E%3Cpath%20d%3D%22M13%207.294C7.578%2010.871%204%2017.018%204%2024q.001%201.53.223%203M27%2043.777A20%2020%200%200%201%2024%2044c-6.982%200-13.129-3.578-16.706-9m36.483-14q.222%201.47.223%203c0%206.982-3.578%2013.129-9%2016.706M21%204.224A20%2020%200%200%201%2024%204c6.982%200%2013.129%203.578%2016.706%209%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13%2035H7v6m34%200h-6v-6m0-22h6V7M7%207h6v6%22%2F%3E%3Cpath%20d%3D%22M13%207.294C7.578%2010.871%204%2017.018%204%2024q.001%201.53.223%203M27%2043.777A20%2020%200%200%201%2024%2044c-6.982%200-13.129-3.578-16.706-9m36.483-14q.222%201.47.223%203c0%206.982-3.578%2013.129-9%2016.706M21%204.224A20%2020%200%200%201%2024%204c6.982%200%2013.129%203.578%2016.706%209%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-outline/cycle.svg?color=%231a73e8&size=48