sort alpha down icon

sort-alpha-down from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
sort-alpha-down
Set
Font Awesome Solid
Style
Solid
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Solid

Use the sort alpha down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m294.6 454.6l-80 80c-12.5 12.5-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l25.4 25.4V128c0-17.7 14.3-32 32-32s32 14.3 32 32v306.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm182-340.9c50.7 101.3 77.3 154.7 80 160c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-7.2-14.3h-88.4l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9c2.7-5.3 29.3-58.7 80-160C424.8 102.9 435.9 96 448 96s23.2 6.8 28.6 17.7M448 199.6L427.8 240h40.4zM352 384c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L461.3 480H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l73.4-73.4H384c-17.7 0-32-14.3-32-32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSortAlphaDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m294.6 454.6l-80 80c-12.5 12.5-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l25.4 25.4V128c0-17.7 14.3-32 32-32s32 14.3 32 32v306.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm182-340.9c50.7 101.3 77.3 154.7 80 160c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-7.2-14.3h-88.4l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9c2.7-5.3 29.3-58.7 80-160C424.8 102.9 435.9 96 448 96s23.2 6.8 28.6 17.7M448 199.6L427.8 240h40.4zM352 384c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L461.3 480H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l73.4-73.4H384c-17.7 0-32-14.3-32-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m294.6 454.6l-80 80c-12.5 12.5-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l25.4 25.4V128c0-17.7 14.3-32 32-32s32 14.3 32 32v306.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm182-340.9c50.7 101.3 77.3 154.7 80 160c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-7.2-14.3h-88.4l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9c2.7-5.3 29.3-58.7 80-160C424.8 102.9 435.9 96 448 96s23.2 6.8 28.6 17.7M448 199.6L427.8 240h40.4zM352 384c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L461.3 480H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l73.4-73.4H384c-17.7 0-32-14.3-32-32z"/></svg>
</template>

CSS

.icon-sort-alpha-down {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m294.6%20454.6l-80%2080c-12.5%2012.5-32.8%2012.5-45.3%200l-80-80c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l25.4%2025.4V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v306.7l25.4-25.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3zm182-340.9c50.7%20101.3%2077.3%20154.7%2080%20160c7.9%2015.8%201.5%2035-14.3%2042.9s-35%201.5-42.9-14.3l-7.2-14.3h-88.4l-7.2%2014.3c-7.9%2015.8-27.1%2022.2-42.9%2014.3s-22.2-27.1-14.3-42.9c2.7-5.3%2029.3-58.7%2080-160C424.8%20102.9%20435.9%2096%20448%2096s23.2%206.8%2028.6%2017.7M448%20199.6L427.8%20240h40.4zM352%20384c0-17.7%2014.3-32%2032-32h128c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L461.3%20480H512c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H384c-12.9%200-24.6-7.8-29.6-19.8s-2.2-25.7%206.9-34.9l73.4-73.4H384c-17.7%200-32-14.3-32-32z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m294.6%20454.6l-80%2080c-12.5%2012.5-32.8%2012.5-45.3%200l-80-80c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l25.4%2025.4V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v306.7l25.4-25.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3zm182-340.9c50.7%20101.3%2077.3%20154.7%2080%20160c7.9%2015.8%201.5%2035-14.3%2042.9s-35%201.5-42.9-14.3l-7.2-14.3h-88.4l-7.2%2014.3c-7.9%2015.8-27.1%2022.2-42.9%2014.3s-22.2-27.1-14.3-42.9c2.7-5.3%2029.3-58.7%2080-160C424.8%20102.9%20435.9%2096%20448%2096s23.2%206.8%2028.6%2017.7M448%20199.6L427.8%20240h40.4zM352%20384c0-17.7%2014.3-32%2032-32h128c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L461.3%20480H512c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H384c-12.9%200-24.6-7.8-29.6-19.8s-2.2-25.7%206.9-34.9l73.4-73.4H384c-17.7%200-32-14.3-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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