shuffle 2 icon
shuffle-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- shuffle-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the shuffle 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.302 5.499a4.5 4.5 0 0 1 3.858 2.184l4.252 7.087a1.5 1.5 0 0 0 1.286.729h.743q.015-.25.03-.452c.056-.719.749-1.169 1.33-.865c.38.199.922.502 1.558.915a20 20 0 0 1 1.534 1.1c.488.39.47 1.194-.05 1.606c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74a4.5 4.5 0 0 1-3.86-2.185l-4.25-7.087A1.5 1.5 0 0 0 6.302 8.5H4a1.5 1.5 0 1 1 0-3zm1.118 9.5a1.5 1.5 0 0 1 2.235 2a4.5 4.5 0 0 1-3.353 1.5H4a1.5 1.5 0 0 1 0-3h2.302c.43 0 .836-.185 1.118-.5m9.05-9.952c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.488.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083c-.659.427-1.21.736-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74c-.431 0-.837.185-1.119.5a1.5 1.5 0 1 1-2.235-2a4.5 4.5 0 0 1 3.353-1.5h.743q.015-.25.03-.452"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteShuffle2Fill(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="M6.302 5.499a4.5 4.5 0 0 1 3.858 2.184l4.252 7.087a1.5 1.5 0 0 0 1.286.729h.743q.015-.25.03-.452c.056-.719.749-1.169 1.33-.865c.38.199.922.502 1.558.915a20 20 0 0 1 1.534 1.1c.488.39.47 1.194-.05 1.606c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74a4.5 4.5 0 0 1-3.86-2.185l-4.25-7.087A1.5 1.5 0 0 0 6.302 8.5H4a1.5 1.5 0 1 1 0-3zm1.118 9.5a1.5 1.5 0 0 1 2.235 2a4.5 4.5 0 0 1-3.353 1.5H4a1.5 1.5 0 0 1 0-3h2.302c.43 0 .836-.185 1.118-.5m9.05-9.952c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.488.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083c-.659.427-1.21.736-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74c-.431 0-.837.185-1.119.5a1.5 1.5 0 1 1-2.235-2a4.5 4.5 0 0 1 3.353-1.5h.743q.015-.25.03-.452"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.302 5.499a4.5 4.5 0 0 1 3.858 2.184l4.252 7.087a1.5 1.5 0 0 0 1.286.729h.743q.015-.25.03-.452c.056-.719.749-1.169 1.33-.865c.38.199.922.502 1.558.915a20 20 0 0 1 1.534 1.1c.488.39.47 1.194-.05 1.606c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74a4.5 4.5 0 0 1-3.86-2.185l-4.25-7.087A1.5 1.5 0 0 0 6.302 8.5H4a1.5 1.5 0 1 1 0-3zm1.118 9.5a1.5 1.5 0 0 1 2.235 2a4.5 4.5 0 0 1-3.353 1.5H4a1.5 1.5 0 0 1 0-3h2.302c.43 0 .836-.185 1.118-.5m9.05-9.952c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.488.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083c-.659.427-1.21.736-1.59.934c-.576.3-1.206-.084-1.261-.756a23 23 0 0 1-.038-.565h-.74c-.431 0-.837.185-1.119.5a1.5 1.5 0 1 1-2.235-2a4.5 4.5 0 0 1 3.353-1.5h.743q.015-.25.03-.452"/></svg> </template>
CSS
.icon-shuffle-2-fill {
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%22M6.302%205.499a4.5%204.5%200%200%201%203.858%202.184l4.252%207.087a1.5%201.5%200%200%200%201.286.729h.743q.015-.25.03-.452c.056-.719.749-1.169%201.33-.865c.38.199.922.502%201.558.915a20%2020%200%200%201%201.534%201.1c.488.39.47%201.194-.05%201.606c-.342.27-.855.654-1.515%201.083a20%2020%200%200%201-1.59.934c-.576.3-1.206-.084-1.261-.756a23%2023%200%200%201-.038-.565h-.74a4.5%204.5%200%200%201-3.86-2.185l-4.25-7.087A1.5%201.5%200%200%200%206.302%208.5H4a1.5%201.5%200%201%201%200-3zm1.118%209.5a1.5%201.5%200%200%201%202.235%202a4.5%204.5%200%200%201-3.353%201.5H4a1.5%201.5%200%200%201%200-3h2.302c.43%200%20.836-.185%201.118-.5m9.05-9.952c.057-.719.75-1.169%201.332-.865c.38.199.92.502%201.557.916c.669.434%201.191.826%201.534%201.1c.488.389.47%201.193-.05%201.605c-.342.27-.855.654-1.515%201.083c-.659.427-1.21.736-1.59.934c-.576.3-1.206-.084-1.261-.756a23%2023%200%200%201-.038-.565h-.74c-.431%200-.837.185-1.119.5a1.5%201.5%200%201%201-2.235-2a4.5%204.5%200%200%201%203.353-1.5h.743q.015-.25.03-.452%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%22M6.302%205.499a4.5%204.5%200%200%201%203.858%202.184l4.252%207.087a1.5%201.5%200%200%200%201.286.729h.743q.015-.25.03-.452c.056-.719.749-1.169%201.33-.865c.38.199.922.502%201.558.915a20%2020%200%200%201%201.534%201.1c.488.39.47%201.194-.05%201.606c-.342.27-.855.654-1.515%201.083a20%2020%200%200%201-1.59.934c-.576.3-1.206-.084-1.261-.756a23%2023%200%200%201-.038-.565h-.74a4.5%204.5%200%200%201-3.86-2.185l-4.25-7.087A1.5%201.5%200%200%200%206.302%208.5H4a1.5%201.5%200%201%201%200-3zm1.118%209.5a1.5%201.5%200%200%201%202.235%202a4.5%204.5%200%200%201-3.353%201.5H4a1.5%201.5%200%200%201%200-3h2.302c.43%200%20.836-.185%201.118-.5m9.05-9.952c.057-.719.75-1.169%201.332-.865c.38.199.92.502%201.557.916c.669.434%201.191.826%201.534%201.1c.488.389.47%201.193-.05%201.605c-.342.27-.855.654-1.515%201.083c-.659.427-1.21.736-1.59.934c-.576.3-1.206-.084-1.261-.756a23%2023%200%200%201-.038-.565h-.74c-.431%200-.837.185-1.119.5a1.5%201.5%200%201%201-2.235-2a4.5%204.5%200%200%201%203.353-1.5h.743q.015-.25.03-.452%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/shuffle-2-fill.svg?color=%231a73e8&size=48