shuffle angular icon
shuffle-angular-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- shuffle-angular-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the shuffle angular icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188H168a4 4 0 0 1-3.25-1.67L85.94 76H32a4 4 0 0 1 0-8h56a4 4 0 0 1 3.25 1.67L170.06 180h52.28l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93L170.06 76h52.28l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68H168a4 4 0 0 0-3.25 1.67l-20.34 28.48a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93L85.94 180H32a4 4 0 0 0 0 8h56a4 4 0 0 0 3.25-1.67l20.34-28.48a4 4 0 0 0-.93-5.58"/></svg>
React
import type { SVGProps } from "react";
export function PhShuffleAngularThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188H168a4 4 0 0 1-3.25-1.67L85.94 76H32a4 4 0 0 1 0-8h56a4 4 0 0 1 3.25 1.67L170.06 180h52.28l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93L170.06 76h52.28l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68H168a4 4 0 0 0-3.25 1.67l-20.34 28.48a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93L85.94 180H32a4 4 0 0 0 0 8h56a4 4 0 0 0 3.25-1.67l20.34-28.48a4 4 0 0 0-.93-5.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188H168a4 4 0 0 1-3.25-1.67L85.94 76H32a4 4 0 0 1 0-8h56a4 4 0 0 1 3.25 1.67L170.06 180h52.28l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93L170.06 76h52.28l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68H168a4 4 0 0 0-3.25 1.67l-20.34 28.48a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93L85.94 180H32a4 4 0 0 0 0 8h56a4 4 0 0 0 3.25-1.67l20.34-28.48a4 4 0 0 0-.93-5.58"/></svg> </template>
CSS
.icon-shuffle-angular-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.83%20181.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L222.34%20188H168a4%204%200%200%201-3.25-1.67L85.94%2076H32a4%204%200%200%201%200-8h56a4%204%200%200%201%203.25%201.67L170.06%20180h52.28l-17.17-17.17a4%204%200%200%201%205.66-5.66Zm-89.49-77.44a4%204%200%200%200%205.58-.93L170.06%2076h52.28l-17.17%2017.17a4%204%200%200%200%205.66%205.66l24-24a4%204%200%200%200%200-5.66l-24-24a4%204%200%200%200-5.66%205.66L222.34%2068H168a4%204%200%200%200-3.25%201.67l-20.34%2028.48a4%204%200%200%200%20.93%205.58m-34.68%2048.54a4%204%200%200%200-5.58.93L85.94%20180H32a4%204%200%200%200%200%208h56a4%204%200%200%200%203.25-1.67l20.34-28.48a4%204%200%200%200-.93-5.58%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.83%20181.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L222.34%20188H168a4%204%200%200%201-3.25-1.67L85.94%2076H32a4%204%200%200%201%200-8h56a4%204%200%200%201%203.25%201.67L170.06%20180h52.28l-17.17-17.17a4%204%200%200%201%205.66-5.66Zm-89.49-77.44a4%204%200%200%200%205.58-.93L170.06%2076h52.28l-17.17%2017.17a4%204%200%200%200%205.66%205.66l24-24a4%204%200%200%200%200-5.66l-24-24a4%204%200%200%200-5.66%205.66L222.34%2068H168a4%204%200%200%200-3.25%201.67l-20.34%2028.48a4%204%200%200%200%20.93%205.58m-34.68%2048.54a4%204%200%200%200-5.58.93L85.94%20180H32a4%204%200%200%200%200%208h56a4%204%200%200%200%203.25-1.67l20.34-28.48a4%204%200%200%200-.93-5.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shuffle-angular-thin.svg?color=%231a73e8&size=48