list arrow down minimalistic icon
list-arrow-down-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · List · CC-BY-4.0 Attribution required.
- Name
- list-arrow-down-minimalistic-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-boldsort-alphabetically-bold
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path 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 6ZM2.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" opacity=".5"/><path d="M16.9697 17.5303C17.2626 17.8232 17.7374 17.8232 18.0303 17.5303L20.5303 15.0303C20.8232 14.7374 20.8232 14.2626 20.5303 13.9697C20.2374 13.6768 19.7626 13.6768 19.4697 13.9697L18.25 15.1893V9C18.25 8.58579 17.9142 8.25 17.5 8.25C17.0858 8.25 16.75 8.58579 16.75 9V15.1893L15.5303 13.9697C15.2374 13.6768 14.7626 13.6768 14.4697 13.9697C14.1768 14.2626 14.1768 14.7374 14.4697 15.0303L16.9697 17.5303Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarListArrowDownMinimalisticBoldDuotone(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="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 6ZM2.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" opacity=".5"/><path d="M16.9697 17.5303C17.2626 17.8232 17.7374 17.8232 18.0303 17.5303L20.5303 15.0303C20.8232 14.7374 20.8232 14.2626 20.5303 13.9697C20.2374 13.6768 19.7626 13.6768 19.4697 13.9697L18.25 15.1893V9C18.25 8.58579 17.9142 8.25 17.5 8.25C17.0858 8.25 16.75 8.58579 16.75 9V15.1893L15.5303 13.9697C15.2374 13.6768 14.7626 13.6768 14.4697 13.9697C14.1768 14.2626 14.1768 14.7374 14.4697 15.0303L16.9697 17.5303Z"/></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="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 6ZM2.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" opacity=".5"/><path d="M16.9697 17.5303C17.2626 17.8232 17.7374 17.8232 18.0303 17.5303L20.5303 15.0303C20.8232 14.7374 20.8232 14.2626 20.5303 13.9697C20.2374 13.6768 19.7626 13.6768 19.4697 13.9697L18.25 15.1893V9C18.25 8.58579 17.9142 8.25 17.5 8.25C17.0858 8.25 16.75 8.58579 16.75 9V15.1893L15.5303 13.9697C15.2374 13.6768 14.7626 13.6768 14.4697 13.9697C14.1768 14.2626 14.1768 14.7374 14.4697 15.0303L16.9697 17.5303Z"/></g></svg> </template>
CSS
.icon-list-arrow-down-minimalistic-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%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%206ZM2.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.9697%2017.5303C17.2626%2017.8232%2017.7374%2017.8232%2018.0303%2017.5303L20.5303%2015.0303C20.8232%2014.7374%2020.8232%2014.2626%2020.5303%2013.9697C20.2374%2013.6768%2019.7626%2013.6768%2019.4697%2013.9697L18.25%2015.1893V9C18.25%208.58579%2017.9142%208.25%2017.5%208.25C17.0858%208.25%2016.75%208.58579%2016.75%209V15.1893L15.5303%2013.9697C15.2374%2013.6768%2014.7626%2013.6768%2014.4697%2013.9697C14.1768%2014.2626%2014.1768%2014.7374%2014.4697%2015.0303L16.9697%2017.5303Z%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%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%206ZM2.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.9697%2017.5303C17.2626%2017.8232%2017.7374%2017.8232%2018.0303%2017.5303L20.5303%2015.0303C20.8232%2014.7374%2020.8232%2014.2626%2020.5303%2013.9697C20.2374%2013.6768%2019.7626%2013.6768%2019.4697%2013.9697L18.25%2015.1893V9C18.25%208.58579%2017.9142%208.25%2017.5%208.25C17.0858%208.25%2016.75%208.58579%2016.75%209V15.1893L15.5303%2013.9697C15.2374%2013.6768%2014.7626%2013.6768%2014.4697%2013.9697C14.1768%2014.2626%2014.1768%2014.7374%2014.4697%2015.0303L16.9697%2017.5303Z%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/list-arrow-down-minimalistic-bold-duotone.svg?color=%231a73e8&size=48