list arrow down minimalistic icon

list-arrow-down-minimalistic-outline from Solar by 480 Design · Outline · List · CC-BY-4.0 Attribution required.

Name
list-arrow-down-minimalistic-outline
Set
Solar
Style
Outline
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More list icons from Solar

Use the list arrow down minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM17.5 8.25C17.9142 8.25 18.25 8.58579 18.25 9V15.1893L19.4697 13.9697C19.7626 13.6768 20.2374 13.6768 20.5303 13.9697C20.8232 14.2626 20.8232 14.7374 20.5303 15.0303L18.0303 17.5303C17.7374 17.8232 17.2626 17.8232 16.9697 17.5303L14.4697 15.0303C14.1768 14.7374 14.1768 14.2626 14.4697 13.9697C14.7626 13.6768 15.2374 13.6768 15.5303 13.9697L16.75 15.1893V9C16.75 8.58579 17.0858 8.25 17.5 8.25ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H11C11.4142 15.25 11.75 15.5858 11.75 16C11.75 16.4142 11.4142 16.75 11 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarListArrowDownMinimalisticOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM17.5 8.25C17.9142 8.25 18.25 8.58579 18.25 9V15.1893L19.4697 13.9697C19.7626 13.6768 20.2374 13.6768 20.5303 13.9697C20.8232 14.2626 20.8232 14.7374 20.5303 15.0303L18.0303 17.5303C17.7374 17.8232 17.2626 17.8232 16.9697 17.5303L14.4697 15.0303C14.1768 14.7374 14.1768 14.2626 14.4697 13.9697C14.7626 13.6768 15.2374 13.6768 15.5303 13.9697L16.75 15.1893V9C16.75 8.58579 17.0858 8.25 17.5 8.25ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H11C11.4142 15.25 11.75 15.5858 11.75 16C11.75 16.4142 11.4142 16.75 11 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM17.5 8.25C17.9142 8.25 18.25 8.58579 18.25 9V15.1893L19.4697 13.9697C19.7626 13.6768 20.2374 13.6768 20.5303 13.9697C20.8232 14.2626 20.8232 14.7374 20.5303 15.0303L18.0303 17.5303C17.7374 17.8232 17.2626 17.8232 16.9697 17.5303L14.4697 15.0303C14.1768 14.7374 14.1768 14.2626 14.4697 13.9697C14.7626 13.6768 15.2374 13.6768 15.5303 13.9697L16.75 15.1893V9C16.75 8.58579 17.0858 8.25 17.5 8.25ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H11C11.4142 15.25 11.75 15.5858 11.75 16C11.75 16.4142 11.4142 16.75 11 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-arrow-down-minimalistic-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM17.5%208.25C17.9142%208.25%2018.25%208.58579%2018.25%209V15.1893L19.4697%2013.9697C19.7626%2013.6768%2020.2374%2013.6768%2020.5303%2013.9697C20.8232%2014.2626%2020.8232%2014.7374%2020.5303%2015.0303L18.0303%2017.5303C17.7374%2017.8232%2017.2626%2017.8232%2016.9697%2017.5303L14.4697%2015.0303C14.1768%2014.7374%2014.1768%2014.2626%2014.4697%2013.9697C14.7626%2013.6768%2015.2374%2013.6768%2015.5303%2013.9697L16.75%2015.1893V9C16.75%208.58579%2017.0858%208.25%2017.5%208.25ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H12C12.4142%2010.25%2012.75%2010.5858%2012.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H11C11.4142%2015.25%2011.75%2015.5858%2011.75%2016C11.75%2016.4142%2011.4142%2016.75%2011%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM17.5%208.25C17.9142%208.25%2018.25%208.58579%2018.25%209V15.1893L19.4697%2013.9697C19.7626%2013.6768%2020.2374%2013.6768%2020.5303%2013.9697C20.8232%2014.2626%2020.8232%2014.7374%2020.5303%2015.0303L18.0303%2017.5303C17.7374%2017.8232%2017.2626%2017.8232%2016.9697%2017.5303L14.4697%2015.0303C14.1768%2014.7374%2014.1768%2014.2626%2014.4697%2013.9697C14.7626%2013.6768%2015.2374%2013.6768%2015.5303%2013.9697L16.75%2015.1893V9C16.75%208.58579%2017.0858%208.25%2017.5%208.25ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H12C12.4142%2010.25%2012.75%2010.5858%2012.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H11C11.4142%2015.25%2011.75%2015.5858%2011.75%2016C11.75%2016.4142%2011.4142%2016.75%2011%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/list-arrow-down-minimalistic-outline.svg?color=%231a73e8&size=48