shuffle icon
shuffle from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- shuffle
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
shuffleBoxIcons v2shuffleCarbonshuffle-fillEva IconsshuffleFramework7 IconsshuffleFont Awesome 6 SolidshuffleFeather IconsshuffleHuge IconsshuffleIconoirshuffleIonIconsshuffleJam IconsshuffleLucideshuffleMaterial SymbolsshuffleMaterial Design Iconsshuffle-fillMingCute IconshufflePhosphorshufflePixelarticonsshuffleRadix Iconsshuffle-fillRemix Iconshuffle-boldSolarshuffleUnicons
Use the shuffle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418c.49.552.865 1.102 1.126 1.532c.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5"/><path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192"/></g></svg>
React
import type { SVGProps } from "react";
export function BiShuffle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418c.49.552.865 1.102 1.126 1.532c.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5"/><path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418c.49.552.865 1.102 1.126 1.532c.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5"/><path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192"/></g></svg> </template>
CSS
.icon-shuffle {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203.5A.5.5%200%200%201%20.5%203H1c2.202%200%203.827%201.24%204.874%202.418c.49.552.865%201.102%201.126%201.532c.26-.43.636-.98%201.126-1.532C9.173%204.24%2010.798%203%2013%203v1c-1.798%200-3.173%201.01-4.126%202.082A9.6%209.6%200%200%200%207.556%208a9.6%209.6%200%200%200%201.317%201.918C9.828%2010.99%2011.204%2012%2013%2012v1c-2.202%200-3.827-1.24-4.874-2.418A10.6%2010.6%200%200%201%207%209.05c-.26.43-.636.98-1.126%201.532C4.827%2011.76%203.202%2013%201%2013H.5a.5.5%200%200%201%200-1H1c1.798%200%203.173-1.01%204.126-2.082A9.6%209.6%200%200%200%206.444%208a9.6%209.6%200%200%200-1.317-1.918C4.172%205.01%202.796%204%201%204H.5a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20d%3D%22M13%205.466V1.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192m0%209v-3.932a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203.5A.5.5%200%200%201%20.5%203H1c2.202%200%203.827%201.24%204.874%202.418c.49.552.865%201.102%201.126%201.532c.26-.43.636-.98%201.126-1.532C9.173%204.24%2010.798%203%2013%203v1c-1.798%200-3.173%201.01-4.126%202.082A9.6%209.6%200%200%200%207.556%208a9.6%209.6%200%200%200%201.317%201.918C9.828%2010.99%2011.204%2012%2013%2012v1c-2.202%200-3.827-1.24-4.874-2.418A10.6%2010.6%200%200%201%207%209.05c-.26.43-.636.98-1.126%201.532C4.827%2011.76%203.202%2013%201%2013H.5a.5.5%200%200%201%200-1H1c1.798%200%203.173-1.01%204.126-2.082A9.6%209.6%200%200%200%206.444%208a9.6%209.6%200%200%200-1.317-1.918C4.172%205.01%202.796%204%201%204H.5a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20d%3D%22M13%205.466V1.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192m0%209v-3.932a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384l-2.36%201.966a.25.25%200%200%201-.41-.192%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/shuffle.svg?color=%231a73e8&size=48