sort alphabetically icon

sort-alphabetically-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.

Name
sort-alphabetically-bold
Set
Solar
Style
Bold
Category
List
Viewbox
24×24
License
CC BY 4.0
Aliases
sort-by-alphabet-bold, sort-by-alphabet-outline

5 other variants in Solar

The same icon in other sets

More list icons from Solar

Use the sort alphabetically 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 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7ZM16.5 6.25C16.7951 6.25 17.0628 6.42309 17.1839 6.69223L21.6839 16.6922C21.8539 17.07 21.6855 17.514 21.3078 17.6839C20.93 17.8539 20.486 17.6855 20.3161 17.3078L18.8787 14.1136H14.1213L12.6839 17.3078C12.514 17.6855 12.07 17.8539 11.6922 17.6839C11.3145 17.514 11.1461 17.07 11.3161 16.6922L15.8161 6.69223C15.9372 6.42309 16.2049 6.25 16.5 6.25ZM14.7963 12.6136H18.2037L16.5 8.82764L14.7963 12.6136ZM2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12ZM2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarSortAlphabeticallyBold(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 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7ZM16.5 6.25C16.7951 6.25 17.0628 6.42309 17.1839 6.69223L21.6839 16.6922C21.8539 17.07 21.6855 17.514 21.3078 17.6839C20.93 17.8539 20.486 17.6855 20.3161 17.3078L18.8787 14.1136H14.1213L12.6839 17.3078C12.514 17.6855 12.07 17.8539 11.6922 17.6839C11.3145 17.514 11.1461 17.07 11.3161 16.6922L15.8161 6.69223C15.9372 6.42309 16.2049 6.25 16.5 6.25ZM14.7963 12.6136H18.2037L16.5 8.82764L14.7963 12.6136ZM2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12ZM2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.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="M2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7ZM16.5 6.25C16.7951 6.25 17.0628 6.42309 17.1839 6.69223L21.6839 16.6922C21.8539 17.07 21.6855 17.514 21.3078 17.6839C20.93 17.8539 20.486 17.6855 20.3161 17.3078L18.8787 14.1136H14.1213L12.6839 17.3078C12.514 17.6855 12.07 17.8539 11.6922 17.6839C11.3145 17.514 11.1461 17.07 11.3161 16.6922L15.8161 6.69223C15.9372 6.42309 16.2049 6.25 16.5 6.25ZM14.7963 12.6136H18.2037L16.5 8.82764L14.7963 12.6136ZM2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12ZM2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sort-alphabetically-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%207C2.25%206.58579%202.58579%206.25%203%206.25H13C13.4142%206.25%2013.75%206.58579%2013.75%207C13.75%207.41421%2013.4142%207.75%2013%207.75H3C2.58579%207.75%202.25%207.41421%202.25%207ZM16.5%206.25C16.7951%206.25%2017.0628%206.42309%2017.1839%206.69223L21.6839%2016.6922C21.8539%2017.07%2021.6855%2017.514%2021.3078%2017.6839C20.93%2017.8539%2020.486%2017.6855%2020.3161%2017.3078L18.8787%2014.1136H14.1213L12.6839%2017.3078C12.514%2017.6855%2012.07%2017.8539%2011.6922%2017.6839C11.3145%2017.514%2011.1461%2017.07%2011.3161%2016.6922L15.8161%206.69223C15.9372%206.42309%2016.2049%206.25%2016.5%206.25ZM14.7963%2012.6136H18.2037L16.5%208.82764L14.7963%2012.6136ZM2.25%2012C2.25%2011.5858%202.58579%2011.25%203%2011.25H10C10.4142%2011.25%2010.75%2011.5858%2010.75%2012C10.75%2012.4142%2010.4142%2012.75%2010%2012.75H3C2.58579%2012.75%202.25%2012.4142%202.25%2012ZM2.25%2017C2.25%2016.5858%202.58579%2016.25%203%2016.25H8C8.41421%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%208.41421%2017.75%208%2017.75H3C2.58579%2017.75%202.25%2017.4142%202.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%22M2.25%207C2.25%206.58579%202.58579%206.25%203%206.25H13C13.4142%206.25%2013.75%206.58579%2013.75%207C13.75%207.41421%2013.4142%207.75%2013%207.75H3C2.58579%207.75%202.25%207.41421%202.25%207ZM16.5%206.25C16.7951%206.25%2017.0628%206.42309%2017.1839%206.69223L21.6839%2016.6922C21.8539%2017.07%2021.6855%2017.514%2021.3078%2017.6839C20.93%2017.8539%2020.486%2017.6855%2020.3161%2017.3078L18.8787%2014.1136H14.1213L12.6839%2017.3078C12.514%2017.6855%2012.07%2017.8539%2011.6922%2017.6839C11.3145%2017.514%2011.1461%2017.07%2011.3161%2016.6922L15.8161%206.69223C15.9372%206.42309%2016.2049%206.25%2016.5%206.25ZM14.7963%2012.6136H18.2037L16.5%208.82764L14.7963%2012.6136ZM2.25%2012C2.25%2011.5858%202.58579%2011.25%203%2011.25H10C10.4142%2011.25%2010.75%2011.5858%2010.75%2012C10.75%2012.4142%2010.4142%2012.75%2010%2012.75H3C2.58579%2012.75%202.25%2012.4142%202.25%2012ZM2.25%2017C2.25%2016.5858%202.58579%2016.25%203%2016.25H8C8.41421%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%208.41421%2017.75%208%2017.75H3C2.58579%2017.75%202.25%2017.4142%202.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/sort-alphabetically-bold.svg?color=%231a73e8&size=48