list vertical icon

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

Name
list-vertical-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 vertical 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="M17 3.25C17.2361 3.25 17.4584 3.36115 17.6 3.55L20.6 7.55C20.8485 7.88137 20.7814 8.35147 20.45 8.6C20.1186 8.84853 19.6485 8.78137 19.4 8.45L17.75 6.25V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4584 20.6389 17.2361 20.75 17 20.75C16.7639 20.75 16.5416 20.6389 16.4 20.45L13.4 16.45C13.1515 16.1186 13.2186 15.6485 13.55 15.4C13.8814 15.1515 14.3515 15.2186 14.6 15.55L16.25 17.75V6.25L14.6 8.45C14.3515 8.78137 13.8814 8.84853 13.55 8.6C13.2186 8.35147 13.1515 7.88137 13.4 7.55L16.4 3.55C16.5416 3.36115 16.7639 3.25 17 3.25ZM3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H11C11.4142 6.25 11.75 6.58579 11.75 7C11.75 7.41421 11.4142 7.75 11 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H11C11.4142 16.25 11.75 16.5858 11.75 17C11.75 17.4142 11.4142 17.75 11 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarListVerticalOutline(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="M17 3.25C17.2361 3.25 17.4584 3.36115 17.6 3.55L20.6 7.55C20.8485 7.88137 20.7814 8.35147 20.45 8.6C20.1186 8.84853 19.6485 8.78137 19.4 8.45L17.75 6.25V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4584 20.6389 17.2361 20.75 17 20.75C16.7639 20.75 16.5416 20.6389 16.4 20.45L13.4 16.45C13.1515 16.1186 13.2186 15.6485 13.55 15.4C13.8814 15.1515 14.3515 15.2186 14.6 15.55L16.25 17.75V6.25L14.6 8.45C14.3515 8.78137 13.8814 8.84853 13.55 8.6C13.2186 8.35147 13.1515 7.88137 13.4 7.55L16.4 3.55C16.5416 3.36115 16.7639 3.25 17 3.25ZM3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H11C11.4142 6.25 11.75 6.58579 11.75 7C11.75 7.41421 11.4142 7.75 11 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H11C11.4142 16.25 11.75 16.5858 11.75 17C11.75 17.4142 11.4142 17.75 11 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" 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="M17 3.25C17.2361 3.25 17.4584 3.36115 17.6 3.55L20.6 7.55C20.8485 7.88137 20.7814 8.35147 20.45 8.6C20.1186 8.84853 19.6485 8.78137 19.4 8.45L17.75 6.25V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4584 20.6389 17.2361 20.75 17 20.75C16.7639 20.75 16.5416 20.6389 16.4 20.45L13.4 16.45C13.1515 16.1186 13.2186 15.6485 13.55 15.4C13.8814 15.1515 14.3515 15.2186 14.6 15.55L16.25 17.75V6.25L14.6 8.45C14.3515 8.78137 13.8814 8.84853 13.55 8.6C13.2186 8.35147 13.1515 7.88137 13.4 7.55L16.4 3.55C16.5416 3.36115 16.7639 3.25 17 3.25ZM3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H11C11.4142 6.25 11.75 6.58579 11.75 7C11.75 7.41421 11.4142 7.75 11 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H11C11.4142 16.25 11.75 16.5858 11.75 17C11.75 17.4142 11.4142 17.75 11 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-vertical-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%22M17%203.25C17.2361%203.25%2017.4584%203.36115%2017.6%203.55L20.6%207.55C20.8485%207.88137%2020.7814%208.35147%2020.45%208.6C20.1186%208.84853%2019.6485%208.78137%2019.4%208.45L17.75%206.25V17.75L19.4%2015.55C19.6485%2015.2186%2020.1186%2015.1515%2020.45%2015.4C20.7814%2015.6485%2020.8485%2016.1186%2020.6%2016.45L17.6%2020.45C17.4584%2020.6389%2017.2361%2020.75%2017%2020.75C16.7639%2020.75%2016.5416%2020.6389%2016.4%2020.45L13.4%2016.45C13.1515%2016.1186%2013.2186%2015.6485%2013.55%2015.4C13.8814%2015.1515%2014.3515%2015.2186%2014.6%2015.55L16.25%2017.75V6.25L14.6%208.45C14.3515%208.78137%2013.8814%208.84853%2013.55%208.6C13.2186%208.35147%2013.1515%207.88137%2013.4%207.55L16.4%203.55C16.5416%203.36115%2016.7639%203.25%2017%203.25ZM3.25%207C3.25%206.58579%203.58579%206.25%204%206.25H11C11.4142%206.25%2011.75%206.58579%2011.75%207C11.75%207.41421%2011.4142%207.75%2011%207.75H4C3.58579%207.75%203.25%207.41421%203.25%207ZM3.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25H11C11.4142%2011.25%2011.75%2011.5858%2011.75%2012C11.75%2012.4142%2011.4142%2012.75%2011%2012.75H4C3.58579%2012.75%203.25%2012.4142%203.25%2012ZM3.25%2017C3.25%2016.5858%203.58579%2016.25%204%2016.25H11C11.4142%2016.25%2011.75%2016.5858%2011.75%2017C11.75%2017.4142%2011.4142%2017.75%2011%2017.75H4C3.58579%2017.75%203.25%2017.4142%203.25%2017Z%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%22M17%203.25C17.2361%203.25%2017.4584%203.36115%2017.6%203.55L20.6%207.55C20.8485%207.88137%2020.7814%208.35147%2020.45%208.6C20.1186%208.84853%2019.6485%208.78137%2019.4%208.45L17.75%206.25V17.75L19.4%2015.55C19.6485%2015.2186%2020.1186%2015.1515%2020.45%2015.4C20.7814%2015.6485%2020.8485%2016.1186%2020.6%2016.45L17.6%2020.45C17.4584%2020.6389%2017.2361%2020.75%2017%2020.75C16.7639%2020.75%2016.5416%2020.6389%2016.4%2020.45L13.4%2016.45C13.1515%2016.1186%2013.2186%2015.6485%2013.55%2015.4C13.8814%2015.1515%2014.3515%2015.2186%2014.6%2015.55L16.25%2017.75V6.25L14.6%208.45C14.3515%208.78137%2013.8814%208.84853%2013.55%208.6C13.2186%208.35147%2013.1515%207.88137%2013.4%207.55L16.4%203.55C16.5416%203.36115%2016.7639%203.25%2017%203.25ZM3.25%207C3.25%206.58579%203.58579%206.25%204%206.25H11C11.4142%206.25%2011.75%206.58579%2011.75%207C11.75%207.41421%2011.4142%207.75%2011%207.75H4C3.58579%207.75%203.25%207.41421%203.25%207ZM3.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25H11C11.4142%2011.25%2011.75%2011.5858%2011.75%2012C11.75%2012.4142%2011.4142%2012.75%2011%2012.75H4C3.58579%2012.75%203.25%2012.4142%203.25%2012ZM3.25%2017C3.25%2016.5858%203.58579%2016.25%204%2016.25H11C11.4142%2016.25%2011.75%2016.5858%2011.75%2017C11.75%2017.4142%2011.4142%2017.75%2011%2017.75H4C3.58579%2017.75%203.25%2017.4142%203.25%2017Z%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-vertical-outline.svg?color=%231a73e8&size=48