sort-by-alpha from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
sort-by-alpha
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
sort-by-alpha-outline, sort-by-alpha-outline-sharp, sort-by-alpha-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the sort by alpha icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.616 16.577l3.711-9.154h1.035l3.673 9.154H9.908l-.889-2.361H4.631l-.954 2.361zm2.346-3.254h3.677L6.862 8.727H6.75zm9.161 3.254v-.938l5.204-7.3h-5.004v-.916h6.204v.939l-5.192 7.3h5.242v.915zM9.462 4.807L12 2.27l2.539 2.539zM12 21.732l-2.539-2.539h5.078z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSortByAlpha(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" d="m2.616 16.577l3.711-9.154h1.035l3.673 9.154H9.908l-.889-2.361H4.631l-.954 2.361zm2.346-3.254h3.677L6.862 8.727H6.75zm9.161 3.254v-.938l5.204-7.3h-5.004v-.916h6.204v.939l-5.192 7.3h5.242v.915zM9.462 4.807L12 2.27l2.539 2.539zM12 21.732l-2.539-2.539h5.078z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.616 16.577l3.711-9.154h1.035l3.673 9.154H9.908l-.889-2.361H4.631l-.954 2.361zm2.346-3.254h3.677L6.862 8.727H6.75zm9.161 3.254v-.938l5.204-7.3h-5.004v-.916h6.204v.939l-5.192 7.3h5.242v.915zM9.462 4.807L12 2.27l2.539 2.539zM12 21.732l-2.539-2.539h5.078z"/></svg>
</template>

CSS

.icon-sort-by-alpha {
  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%20d%3D%22m2.616%2016.577l3.711-9.154h1.035l3.673%209.154H9.908l-.889-2.361H4.631l-.954%202.361zm2.346-3.254h3.677L6.862%208.727H6.75zm9.161%203.254v-.938l5.204-7.3h-5.004v-.916h6.204v.939l-5.192%207.3h5.242v.915zM9.462%204.807L12%202.27l2.539%202.539zM12%2021.732l-2.539-2.539h5.078z%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%20d%3D%22m2.616%2016.577l3.711-9.154h1.035l3.673%209.154H9.908l-.889-2.361H4.631l-.954%202.361zm2.346-3.254h3.677L6.862%208.727H6.75zm9.161%203.254v-.938l5.204-7.3h-5.004v-.916h6.204v.939l-5.192%207.3h5.242v.915zM9.462%204.807L12%202.27l2.539%202.539zM12%2021.732l-2.539-2.539h5.078z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sort-by-alpha.svg?color=%231a73e8&size=48