list arrow up minimalistic icon

list-arrow-up-minimalistic-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.

Name
list-arrow-up-minimalistic-bold
Set
Solar
Style
Bold
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More list icons from Solar

Use the list arrow up 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 6ZM16.9697 8.46967C17.2626 8.17678 17.7374 8.17678 18.0303 8.46967L20.5303 10.9697C20.8232 11.2626 20.8232 11.7374 20.5303 12.0303C20.2374 12.3232 19.7626 12.3232 19.4697 12.0303L18.25 10.8107V17C18.25 17.4142 17.9142 17.75 17.5 17.75C17.0858 17.75 16.75 17.4142 16.75 17V10.8107L15.5303 12.0303C15.2374 12.3232 14.7626 12.3232 14.4697 12.0303C14.1768 11.7374 14.1768 11.2626 14.4697 10.9697L16.9697 8.46967ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H11C11.4142 10.25 11.75 10.5858 11.75 11C11.75 11.4142 11.4142 11.75 11 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H12C12.4142 15.25 12.75 15.5858 12.75 16C12.75 16.4142 12.4142 16.75 12 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarListArrowUpMinimalisticBold(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 6ZM16.9697 8.46967C17.2626 8.17678 17.7374 8.17678 18.0303 8.46967L20.5303 10.9697C20.8232 11.2626 20.8232 11.7374 20.5303 12.0303C20.2374 12.3232 19.7626 12.3232 19.4697 12.0303L18.25 10.8107V17C18.25 17.4142 17.9142 17.75 17.5 17.75C17.0858 17.75 16.75 17.4142 16.75 17V10.8107L15.5303 12.0303C15.2374 12.3232 14.7626 12.3232 14.4697 12.0303C14.1768 11.7374 14.1768 11.2626 14.4697 10.9697L16.9697 8.46967ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H11C11.4142 10.25 11.75 10.5858 11.75 11C11.75 11.4142 11.4142 11.75 11 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H12C12.4142 15.25 12.75 15.5858 12.75 16C12.75 16.4142 12.4142 16.75 12 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 6ZM16.9697 8.46967C17.2626 8.17678 17.7374 8.17678 18.0303 8.46967L20.5303 10.9697C20.8232 11.2626 20.8232 11.7374 20.5303 12.0303C20.2374 12.3232 19.7626 12.3232 19.4697 12.0303L18.25 10.8107V17C18.25 17.4142 17.9142 17.75 17.5 17.75C17.0858 17.75 16.75 17.4142 16.75 17V10.8107L15.5303 12.0303C15.2374 12.3232 14.7626 12.3232 14.4697 12.0303C14.1768 11.7374 14.1768 11.2626 14.4697 10.9697L16.9697 8.46967ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H11C11.4142 10.25 11.75 10.5858 11.75 11C11.75 11.4142 11.4142 11.75 11 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H12C12.4142 15.25 12.75 15.5858 12.75 16C12.75 16.4142 12.4142 16.75 12 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-arrow-up-minimalistic-bold {
  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%206ZM16.9697%208.46967C17.2626%208.17678%2017.7374%208.17678%2018.0303%208.46967L20.5303%2010.9697C20.8232%2011.2626%2020.8232%2011.7374%2020.5303%2012.0303C20.2374%2012.3232%2019.7626%2012.3232%2019.4697%2012.0303L18.25%2010.8107V17C18.25%2017.4142%2017.9142%2017.75%2017.5%2017.75C17.0858%2017.75%2016.75%2017.4142%2016.75%2017V10.8107L15.5303%2012.0303C15.2374%2012.3232%2014.7626%2012.3232%2014.4697%2012.0303C14.1768%2011.7374%2014.1768%2011.2626%2014.4697%2010.9697L16.9697%208.46967ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H11C11.4142%2010.25%2011.75%2010.5858%2011.75%2011C11.75%2011.4142%2011.4142%2011.75%2011%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H12C12.4142%2015.25%2012.75%2015.5858%2012.75%2016C12.75%2016.4142%2012.4142%2016.75%2012%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%206ZM16.9697%208.46967C17.2626%208.17678%2017.7374%208.17678%2018.0303%208.46967L20.5303%2010.9697C20.8232%2011.2626%2020.8232%2011.7374%2020.5303%2012.0303C20.2374%2012.3232%2019.7626%2012.3232%2019.4697%2012.0303L18.25%2010.8107V17C18.25%2017.4142%2017.9142%2017.75%2017.5%2017.75C17.0858%2017.75%2016.75%2017.4142%2016.75%2017V10.8107L15.5303%2012.0303C15.2374%2012.3232%2014.7626%2012.3232%2014.4697%2012.0303C14.1768%2011.7374%2014.1768%2011.2626%2014.4697%2010.9697L16.9697%208.46967ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H11C11.4142%2010.25%2011.75%2010.5858%2011.75%2011C11.75%2011.4142%2011.4142%2011.75%2011%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H12C12.4142%2015.25%2012.75%2015.5858%2012.75%2016C12.75%2016.4142%2012.4142%2016.75%2012%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-up-minimalistic-bold.svg?color=%231a73e8&size=48