reorder2 icon

reorder2-filled from Reicon by REICON · Filled · Arrows-action · MIT Free for personal and commercial use.

Name
reorder2-filled
Set
Reicon
Style
Filled
Category
Arrows-action
Viewbox
24×24
License
MIT

2 other variants in Reicon

More arrows-action icons from Reicon

Use the reorder2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.446 3.25c-1.133 0-2.058 0-2.79.098c-.763.103-1.425.325-1.954.854s-.751 1.19-.854 1.955c-.098.73-.098 1.656-.098 2.79v6.06c-.465.013-.76.056-1 .194a1.5 1.5 0 0 0-.549.549C2 16.098 2 16.565 2 17.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 20 3.565 20 4.5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C7 18.902 7 18.435 7 17.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549c-.24-.138-.535-.181-1-.195V9c0-1.2.002-2.024.085-2.643c.08-.598.224-.89.428-1.094s.496-.348 1.094-.428C7.476 4.752 8.3 4.75 9.5 4.75h5c1.2 0 2.024.002 2.643.085c.598.08.89.224 1.094.428s.348.496.428 1.094c.083.619.085 1.443.085 2.643v1.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V8.945c0-1.133 0-2.058-.098-2.79c-.103-.763-.325-1.425-.854-1.954s-1.19-.751-1.955-.854c-.73-.098-1.656-.098-2.79-.098z"/><path d="M9.701 15.75c-.201.348-.201.815-.201 1.75s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C13.402 15 12.935 15 12 15s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549M17 17.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C18.098 15 18.565 15 19.5 15s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201s-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C17 18.902 17 18.435 17 17.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconReorder2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.446 3.25c-1.133 0-2.058 0-2.79.098c-.763.103-1.425.325-1.954.854s-.751 1.19-.854 1.955c-.098.73-.098 1.656-.098 2.79v6.06c-.465.013-.76.056-1 .194a1.5 1.5 0 0 0-.549.549C2 16.098 2 16.565 2 17.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 20 3.565 20 4.5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C7 18.902 7 18.435 7 17.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549c-.24-.138-.535-.181-1-.195V9c0-1.2.002-2.024.085-2.643c.08-.598.224-.89.428-1.094s.496-.348 1.094-.428C7.476 4.752 8.3 4.75 9.5 4.75h5c1.2 0 2.024.002 2.643.085c.598.08.89.224 1.094.428s.348.496.428 1.094c.083.619.085 1.443.085 2.643v1.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V8.945c0-1.133 0-2.058-.098-2.79c-.103-.763-.325-1.425-.854-1.954s-1.19-.751-1.955-.854c-.73-.098-1.656-.098-2.79-.098z"/><path d="M9.701 15.75c-.201.348-.201.815-.201 1.75s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C13.402 15 12.935 15 12 15s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549M17 17.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C18.098 15 18.565 15 19.5 15s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201s-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C17 18.902 17 18.435 17 17.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.446 3.25c-1.133 0-2.058 0-2.79.098c-.763.103-1.425.325-1.954.854s-.751 1.19-.854 1.955c-.098.73-.098 1.656-.098 2.79v6.06c-.465.013-.76.056-1 .194a1.5 1.5 0 0 0-.549.549C2 16.098 2 16.565 2 17.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 20 3.565 20 4.5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C7 18.902 7 18.435 7 17.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549c-.24-.138-.535-.181-1-.195V9c0-1.2.002-2.024.085-2.643c.08-.598.224-.89.428-1.094s.496-.348 1.094-.428C7.476 4.752 8.3 4.75 9.5 4.75h5c1.2 0 2.024.002 2.643.085c.598.08.89.224 1.094.428s.348.496.428 1.094c.083.619.085 1.443.085 2.643v1.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V8.945c0-1.133 0-2.058-.098-2.79c-.103-.763-.325-1.425-.854-1.954s-1.19-.751-1.955-.854c-.73-.098-1.656-.098-2.79-.098z"/><path d="M9.701 15.75c-.201.348-.201.815-.201 1.75s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C13.402 15 12.935 15 12 15s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549M17 17.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C18.098 15 18.565 15 19.5 15s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201s-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C17 18.902 17 18.435 17 17.5"/></g></svg>
</template>

CSS

.icon-reorder2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.446%203.25c-1.133%200-2.058%200-2.79.098c-.763.103-1.425.325-1.954.854s-.751%201.19-.854%201.955c-.098.73-.098%201.656-.098%202.79v6.06c-.465.013-.76.056-1%20.194a1.5%201.5%200%200%200-.549.549C2%2016.098%202%2016.565%202%2017.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.098%2020%203.565%2020%204.5%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C7%2018.902%207%2018.435%207%2017.5s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549c-.24-.138-.535-.181-1-.195V9c0-1.2.002-2.024.085-2.643c.08-.598.224-.89.428-1.094s.496-.348%201.094-.428C7.476%204.752%208.3%204.75%209.5%204.75h5c1.2%200%202.024.002%202.643.085c.598.08.89.224%201.094.428s.348.496.428%201.094c.083.619.085%201.443.085%202.643v1.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72V8.945c0-1.133%200-2.058-.098-2.79c-.103-.763-.325-1.425-.854-1.954s-1.19-.751-1.955-.854c-.73-.098-1.656-.098-2.79-.098z%22%2F%3E%3Cpath%20d%3D%22M9.701%2015.75c-.201.348-.201.815-.201%201.75s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C13.402%2015%2012.935%2015%2012%2015s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549M17%2017.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C18.098%2015%2018.565%2015%2019.5%2015s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201s-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C17%2018.902%2017%2018.435%2017%2017.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.446%203.25c-1.133%200-2.058%200-2.79.098c-.763.103-1.425.325-1.954.854s-.751%201.19-.854%201.955c-.098.73-.098%201.656-.098%202.79v6.06c-.465.013-.76.056-1%20.194a1.5%201.5%200%200%200-.549.549C2%2016.098%202%2016.565%202%2017.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.098%2020%203.565%2020%204.5%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C7%2018.902%207%2018.435%207%2017.5s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549c-.24-.138-.535-.181-1-.195V9c0-1.2.002-2.024.085-2.643c.08-.598.224-.89.428-1.094s.496-.348%201.094-.428C7.476%204.752%208.3%204.75%209.5%204.75h5c1.2%200%202.024.002%202.643.085c.598.08.89.224%201.094.428s.348.496.428%201.094c.083.619.085%201.443.085%202.643v1.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72V8.945c0-1.133%200-2.058-.098-2.79c-.103-.763-.325-1.425-.854-1.954s-1.19-.751-1.955-.854c-.73-.098-1.656-.098-2.79-.098z%22%2F%3E%3Cpath%20d%3D%22M9.701%2015.75c-.201.348-.201.815-.201%201.75s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C13.402%2015%2012.935%2015%2012%2015s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549M17%2017.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C18.098%2015%2018.565%2015%2019.5%2015s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201s-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C17%2018.902%2017%2018.435%2017%2017.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/reorder2-filled.svg?color=%231a73e8&size=48