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

Name
shuffle-one
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 shuffle one 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-width="4"><path stroke-linejoin="round" d="m40 33l4 4l-4 4m0-34l4 4l-4 4"/><path d="M44 11h-7c-7.18 0-13 5.82-13 13s5.82 13 13 13h7M4 37h7c7.18 0 13-5.82 13-13s-5.82-13-13-13H4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineShuffleOne(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" strokeWidth="4"><path strokeLinejoin="round" d="m40 33l4 4l-4 4m0-34l4 4l-4 4"/><path d="M44 11h-7c-7.18 0-13 5.82-13 13s5.82 13 13 13h7M4 37h7c7.18 0 13-5.82 13-13s-5.82-13-13-13H4"/></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-width="4"><path stroke-linejoin="round" d="m40 33l4 4l-4 4m0-34l4 4l-4 4"/><path d="M44 11h-7c-7.18 0-13 5.82-13 13s5.82 13 13 13h7M4 37h7c7.18 0 13-5.82 13-13s-5.82-13-13-13H4"/></g></svg>
</template>

CSS

.icon-shuffle-one {
  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-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m40%2033l4%204l-4%204m0-34l4%204l-4%204%22%2F%3E%3Cpath%20d%3D%22M44%2011h-7c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013h7M4%2037h7c7.18%200%2013-5.82%2013-13s-5.82-13-13-13H4%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-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m40%2033l4%204l-4%204m0-34l4%204l-4%204%22%2F%3E%3Cpath%20d%3D%22M44%2011h-7c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013h7M4%2037h7c7.18%200%2013-5.82%2013-13s-5.82-13-13-13H4%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/shuffle-one.svg?color=%231a73e8&size=48