shuffle3 icon
shuffle3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- shuffle3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the shuffle3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 17.98c0-.02-.01-.04-.01-.06a1 1 0 0 0-.05-.23a1 1 0 0 0-.15-.23s0-.01-.01-.01a.78.78 0 0 0-.53-.22l-4.67.02h-.01c-.6 0-1.18-.28-1.54-.76l-1.22-1.57a.74.74 0 0 0-1.05-.13a.74.74 0 0 0-.13 1.05l1.22 1.57c.65.84 1.67 1.34 2.73 1.34h.01l2.85-.01l-.71.71c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2-2c.07-.07.12-.15.16-.24c.03-.1.05-.2.05-.29M8.42 6.692a3.45 3.45 0 0 0-2.8-1.43H5.6l-2.6.01c-.41 0-.75.34-.75.75s.34.75.75.75l2.61-.01h.01c.63 0 1.22.3 1.58.81l1.08 1.5c.15.2.38.31.61.31c.15 0 .31-.05.44-.14c.34-.25.41-.72.17-1.05zm13.32-.613c0-.02.01-.04.01-.05a.78.78 0 0 0-.22-.53l-2-2a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.71.71l-2.73-.01h-.02c-1.15 0-2.23.57-2.87 1.54l-6.39 9.58c-.36.54-.97.87-1.62.87h-.01L3 17.229a.749.749 0 1 0 0 1.5l2.55.01h.02c1.16 0 2.23-.57 2.87-1.54l6.39-9.58c.36-.54.97-.87 1.62-.87h.01l4.54.02a.75.75 0 0 0 .53-.22s0-.01.01-.01a.7.7 0 0 0 .2-.46"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShuffle3Filled(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="M21.75 17.98c0-.02-.01-.04-.01-.06a1 1 0 0 0-.05-.23a1 1 0 0 0-.15-.23s0-.01-.01-.01a.78.78 0 0 0-.53-.22l-4.67.02h-.01c-.6 0-1.18-.28-1.54-.76l-1.22-1.57a.74.74 0 0 0-1.05-.13a.74.74 0 0 0-.13 1.05l1.22 1.57c.65.84 1.67 1.34 2.73 1.34h.01l2.85-.01l-.71.71c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2-2c.07-.07.12-.15.16-.24c.03-.1.05-.2.05-.29M8.42 6.692a3.45 3.45 0 0 0-2.8-1.43H5.6l-2.6.01c-.41 0-.75.34-.75.75s.34.75.75.75l2.61-.01h.01c.63 0 1.22.3 1.58.81l1.08 1.5c.15.2.38.31.61.31c.15 0 .31-.05.44-.14c.34-.25.41-.72.17-1.05zm13.32-.613c0-.02.01-.04.01-.05a.78.78 0 0 0-.22-.53l-2-2a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.71.71l-2.73-.01h-.02c-1.15 0-2.23.57-2.87 1.54l-6.39 9.58c-.36.54-.97.87-1.62.87h-.01L3 17.229a.749.749 0 1 0 0 1.5l2.55.01h.02c1.16 0 2.23-.57 2.87-1.54l6.39-9.58c.36-.54.97-.87 1.62-.87h.01l4.54.02a.75.75 0 0 0 .53-.22s0-.01.01-.01a.7.7 0 0 0 .2-.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 17.98c0-.02-.01-.04-.01-.06a1 1 0 0 0-.05-.23a1 1 0 0 0-.15-.23s0-.01-.01-.01a.78.78 0 0 0-.53-.22l-4.67.02h-.01c-.6 0-1.18-.28-1.54-.76l-1.22-1.57a.74.74 0 0 0-1.05-.13a.74.74 0 0 0-.13 1.05l1.22 1.57c.65.84 1.67 1.34 2.73 1.34h.01l2.85-.01l-.71.71c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2-2c.07-.07.12-.15.16-.24c.03-.1.05-.2.05-.29M8.42 6.692a3.45 3.45 0 0 0-2.8-1.43H5.6l-2.6.01c-.41 0-.75.34-.75.75s.34.75.75.75l2.61-.01h.01c.63 0 1.22.3 1.58.81l1.08 1.5c.15.2.38.31.61.31c.15 0 .31-.05.44-.14c.34-.25.41-.72.17-1.05zm13.32-.613c0-.02.01-.04.01-.05a.78.78 0 0 0-.22-.53l-2-2a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.71.71l-2.73-.01h-.02c-1.15 0-2.23.57-2.87 1.54l-6.39 9.58c-.36.54-.97.87-1.62.87h-.01L3 17.229a.749.749 0 1 0 0 1.5l2.55.01h.02c1.16 0 2.23-.57 2.87-1.54l6.39-9.58c.36-.54.97-.87 1.62-.87h.01l4.54.02a.75.75 0 0 0 .53-.22s0-.01.01-.01a.7.7 0 0 0 .2-.46"/></svg> </template>
CSS
.icon-shuffle3-filled {
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%22M21.75%2017.98c0-.02-.01-.04-.01-.06a1%201%200%200%200-.05-.23a1%201%200%200%200-.15-.23s0-.01-.01-.01a.78.78%200%200%200-.53-.22l-4.67.02h-.01c-.6%200-1.18-.28-1.54-.76l-1.22-1.57a.74.74%200%200%200-1.05-.13a.74.74%200%200%200-.13%201.05l1.22%201.57c.65.84%201.67%201.34%202.73%201.34h.01l2.85-.01l-.71.71c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l2-2c.07-.07.12-.15.16-.24c.03-.1.05-.2.05-.29M8.42%206.692a3.45%203.45%200%200%200-2.8-1.43H5.6l-2.6.01c-.41%200-.75.34-.75.75s.34.75.75.75l2.61-.01h.01c.63%200%201.22.3%201.58.81l1.08%201.5c.15.2.38.31.61.31c.15%200%20.31-.05.44-.14c.34-.25.41-.72.17-1.05zm13.32-.613c0-.02.01-.04.01-.05a.78.78%200%200%200-.22-.53l-2-2a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.71.71l-2.73-.01h-.02c-1.15%200-2.23.57-2.87%201.54l-6.39%209.58c-.36.54-.97.87-1.62.87h-.01L3%2017.229a.749.749%200%201%200%200%201.5l2.55.01h.02c1.16%200%202.23-.57%202.87-1.54l6.39-9.58c.36-.54.97-.87%201.62-.87h.01l4.54.02a.75.75%200%200%200%20.53-.22s0-.01.01-.01a.7.7%200%200%200%20.2-.46%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%22M21.75%2017.98c0-.02-.01-.04-.01-.06a1%201%200%200%200-.05-.23a1%201%200%200%200-.15-.23s0-.01-.01-.01a.78.78%200%200%200-.53-.22l-4.67.02h-.01c-.6%200-1.18-.28-1.54-.76l-1.22-1.57a.74.74%200%200%200-1.05-.13a.74.74%200%200%200-.13%201.05l1.22%201.57c.65.84%201.67%201.34%202.73%201.34h.01l2.85-.01l-.71.71c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l2-2c.07-.07.12-.15.16-.24c.03-.1.05-.2.05-.29M8.42%206.692a3.45%203.45%200%200%200-2.8-1.43H5.6l-2.6.01c-.41%200-.75.34-.75.75s.34.75.75.75l2.61-.01h.01c.63%200%201.22.3%201.58.81l1.08%201.5c.15.2.38.31.61.31c.15%200%20.31-.05.44-.14c.34-.25.41-.72.17-1.05zm13.32-.613c0-.02.01-.04.01-.05a.78.78%200%200%200-.22-.53l-2-2a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.71.71l-2.73-.01h-.02c-1.15%200-2.23.57-2.87%201.54l-6.39%209.58c-.36.54-.97.87-1.62.87h-.01L3%2017.229a.749.749%200%201%200%200%201.5l2.55.01h.02c1.16%200%202.23-.57%202.87-1.54l6.39-9.58c.36-.54.97-.87%201.62-.87h.01l4.54.02a.75.75%200%200%200%20.53-.22s0-.01.01-.01a.7.7%200%200%200%20.2-.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shuffle3-filled.svg?color=%231a73e8&size=48