reorder icon
reorder-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.
- Name
- reorder-outline
- Set
- Solar
- Style
- Outline
- 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
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75L5 10.75C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25L19 9.25C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75L5 14.75C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25L19 13.25C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75L5 6.75C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25L19 5.25C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75L5 18.75C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25L19 17.25C19.4142 17.25 19.75 17.5858 19.75 18Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarReorderOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75L5 10.75C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25L19 9.25C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75L5 14.75C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25L19 13.25C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75L5 6.75C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25L19 5.25C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75L5 18.75C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25L19 17.25C19.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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.75 10C19.75 10.4142 19.4142 10.75 19 10.75L5 10.75C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25L19 9.25C19.4142 9.25 19.75 9.58579 19.75 10Z"/><path d="M19.75 14C19.75 14.4142 19.4142 14.75 19 14.75L5 14.75C4.58579 14.75 4.25 14.4142 4.25 14C4.25 13.5858 4.58579 13.25 5 13.25L19 13.25C19.4142 13.25 19.75 13.5858 19.75 14Z"/><path d="M19.75 6C19.75 6.41421 19.4142 6.75 19 6.75L5 6.75C4.58579 6.75 4.25 6.41421 4.25 6C4.25 5.58579 4.58579 5.25 5 5.25L19 5.25C19.4142 5.25 19.75 5.58579 19.75 6Z"/><path d="M19.75 18C19.75 18.4142 19.4142 18.75 19 18.75L5 18.75C4.58579 18.75 4.25 18.4142 4.25 18C4.25 17.5858 4.58579 17.25 5 17.25L19 17.25C19.4142 17.25 19.75 17.5858 19.75 18Z"/></g></svg> </template>
CSS
.icon-reorder-outline {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.75%2010C19.75%2010.4142%2019.4142%2010.75%2019%2010.75L5%2010.75C4.58579%2010.75%204.25%2010.4142%204.25%2010C4.25%209.58579%204.58579%209.25%205%209.25L19%209.25C19.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.75L5%2014.75C4.58579%2014.75%204.25%2014.4142%204.25%2014C4.25%2013.5858%204.58579%2013.25%205%2013.25L19%2013.25C19.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.75L5%206.75C4.58579%206.75%204.25%206.41421%204.25%206C4.25%205.58579%204.58579%205.25%205%205.25L19%205.25C19.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.75L5%2018.75C4.58579%2018.75%204.25%2018.4142%204.25%2018C4.25%2017.5858%204.58579%2017.25%205%2017.25L19%2017.25C19.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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.75%2010C19.75%2010.4142%2019.4142%2010.75%2019%2010.75L5%2010.75C4.58579%2010.75%204.25%2010.4142%204.25%2010C4.25%209.58579%204.58579%209.25%205%209.25L19%209.25C19.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.75L5%2014.75C4.58579%2014.75%204.25%2014.4142%204.25%2014C4.25%2013.5858%204.58579%2013.25%205%2013.25L19%2013.25C19.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.75L5%206.75C4.58579%206.75%204.25%206.41421%204.25%206C4.25%205.58579%204.58579%205.25%205%205.25L19%205.25C19.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.75L5%2018.75C4.58579%2018.75%204.25%2018.4142%204.25%2018C4.25%2017.5858%204.58579%2017.25%205%2017.25L19%2017.25C19.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-outline.svg?color=%231a73e8&size=48