reorder icon

reorder-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
reorder-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the reorder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z" opacity=".5"/><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H19C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H5C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75H5C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25H19C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75H5C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25H19C19.4142 17.25 19.75 17.5858 19.75 18Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarReorderBoldDuotone(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="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z" opacity=".5"/><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H19C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H5C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75H5C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25H19C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75H5C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25H19C19.4142 17.25 19.75 17.5858 19.75 18Z"/></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="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z" opacity=".5"/><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H19C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H5C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75H5C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25H19C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75H5C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25H19C19.4142 17.25 19.75 17.5858 19.75 18Z"/></g></svg>
</template>

CSS

.icon-reorder-bold-duotone {
  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%22M12%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.75%2010C19.75%2010.4142%2019.4142%2010.75%2019%2010.75H5C4.58579%2010.75%204.25%2010.4142%204.25%2010C4.25%209.58579%204.58579%209.25%205%209.25H19C19.4142%209.25%2019.75%209.58579%2019.75%2010Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2014C19.75%2014.4142%2019.4142%2014.75%2019%2014.75H5C4.58579%2014.75%204.25%2014.4142%204.25%2014C4.25%2013.5858%204.58579%2013.25%205%2013.25H19C19.4142%2013.25%2019.75%2013.5858%2019.75%2014Z%22%2F%3E%3Cpath%20d%3D%22M19.75%206C19.75%206.41421%2019.4142%206.75%2019%206.75H5C4.58579%206.75%204.25%206.41421%204.25%206C4.25%205.58579%204.58579%205.25%205%205.25H19C19.4142%205.25%2019.75%205.58579%2019.75%206Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2018C19.75%2018.4142%2019.4142%2018.75%2019%2018.75H5C4.58579%2018.75%204.25%2018.4142%204.25%2018C4.25%2017.5858%204.58579%2017.25%205%2017.25H19C19.4142%2017.25%2019.75%2017.5858%2019.75%2018Z%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%22M12%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.75%2010C19.75%2010.4142%2019.4142%2010.75%2019%2010.75H5C4.58579%2010.75%204.25%2010.4142%204.25%2010C4.25%209.58579%204.58579%209.25%205%209.25H19C19.4142%209.25%2019.75%209.58579%2019.75%2010Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2014C19.75%2014.4142%2019.4142%2014.75%2019%2014.75H5C4.58579%2014.75%204.25%2014.4142%204.25%2014C4.25%2013.5858%204.58579%2013.25%205%2013.25H19C19.4142%2013.25%2019.75%2013.5858%2019.75%2014Z%22%2F%3E%3Cpath%20d%3D%22M19.75%206C19.75%206.41421%2019.4142%206.75%2019%206.75H5C4.58579%206.75%204.25%206.41421%204.25%206C4.25%205.58579%204.58579%205.25%205%205.25H19C19.4142%205.25%2019.75%205.58579%2019.75%206Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2018C19.75%2018.4142%2019.4142%2018.75%2019%2018.75H5C4.58579%2018.75%204.25%2018.4142%204.25%2018C4.25%2017.5858%204.58579%2017.25%205%2017.25H19C19.4142%2017.25%2019.75%2017.5858%2019.75%2018Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/reorder-bold-duotone.svg?color=%231a73e8&size=48