arrow up a z icon
arrow-up-a-z from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- arrow-up-a-z
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
arrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-down-1-9arrow-down-9-1arrow-down-a-zarrow-down-longarrow-down-short-widearrow-down-up-across-linearrow-down-up-lockarrow-down-wide-shortarrow-down-z-aarrow-leftarrow-left-longarrow-left-rotatearrow-pointerarrow-rightarrow-right-arrow-left
Use the arrow up a z icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M476.6 113.7C471.2 102.8 460.1 96 448 96s-23.2 6.8-28.6 17.7c-50.7 101.3-77.3 154.7-80 160c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9c-2.7-5.3-29.3-58.7-80-160M448 199.6l20.2 40.4h-40.4zM352 384c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9S371.1 544 384 544h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9S524.9 352 512 352H384c-17.7 0-32 14.3-32 32M214.6 105.4c-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.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidArrowUpAZ(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="M476.6 113.7C471.2 102.8 460.1 96 448 96s-23.2 6.8-28.6 17.7c-50.7 101.3-77.3 154.7-80 160c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9c-2.7-5.3-29.3-58.7-80-160M448 199.6l20.2 40.4h-40.4zM352 384c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9S371.1 544 384 544h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9S524.9 352 512 352H384c-17.7 0-32 14.3-32 32M214.6 105.4c-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.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M476.6 113.7C471.2 102.8 460.1 96 448 96s-23.2 6.8-28.6 17.7c-50.7 101.3-77.3 154.7-80 160c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9c-2.7-5.3-29.3-58.7-80-160M448 199.6l20.2 40.4h-40.4zM352 384c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9S371.1 544 384 544h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9S524.9 352 512 352H384c-17.7 0-32 14.3-32 32M214.6 105.4c-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.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80z"/></svg> </template>
CSS
.icon-arrow-up-a-z {
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%22M476.6%20113.7C471.2%20102.8%20460.1%2096%20448%2096s-23.2%206.8-28.6%2017.7c-50.7%20101.3-77.3%20154.7-80%20160c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l7.2-14.3h88.4l7.2%2014.3c7.9%2015.8%2027.1%2022.2%2042.9%2014.3s22.2-27.1%2014.3-42.9c-2.7-5.3-29.3-58.7-80-160M448%20199.6l20.2%2040.4h-40.4zM352%20384c0%2017.7%2014.3%2032%2032%2032h50.7l-73.4%2073.4c-9.2%209.2-11.9%2022.9-6.9%2034.9S371.1%20544%20384%20544h128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2%2011.9-22.9%206.9-34.9S524.9%20352%20512%20352H384c-17.7%200-32%2014.3-32%2032M214.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l25.4-25.4V512c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V205.3l25.4%2025.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-80-80z%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%22M476.6%20113.7C471.2%20102.8%20460.1%2096%20448%2096s-23.2%206.8-28.6%2017.7c-50.7%20101.3-77.3%20154.7-80%20160c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l7.2-14.3h88.4l7.2%2014.3c7.9%2015.8%2027.1%2022.2%2042.9%2014.3s22.2-27.1%2014.3-42.9c-2.7-5.3-29.3-58.7-80-160M448%20199.6l20.2%2040.4h-40.4zM352%20384c0%2017.7%2014.3%2032%2032%2032h50.7l-73.4%2073.4c-9.2%209.2-11.9%2022.9-6.9%2034.9S371.1%20544%20384%20544h128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2%2011.9-22.9%206.9-34.9S524.9%20352%20512%20352H384c-17.7%200-32%2014.3-32%2032M214.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l25.4-25.4V512c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V205.3l25.4%2025.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-80-80z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/arrow-up-a-z.svg?color=%231a73e8&size=48