arrow down z a icon
arrow-down-z-a from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- arrow-down-z-a
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
arrow-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-leftarrow-left-longarrow-pointerarrow-rightarrow-right-arrow-leftarrow-right-from-bracketarrow-right-longarrow-right-to-bracketarrow-right-to-cityarrow-rotate-leftarrow-rotate-rightarrow-trend-downarrow-trend-uparrow-turn-downarrow-turn-up
Use the arrow down z a icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2l32.4 35.3V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32m96 192c12.1 0 23.2 6.8 28.6 17.7l64 128l16 32c7.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.9l16-32l64-128c5.4-10.8 16.5-17.7 28.6-17.7m-20.2 144h40.4L416 359.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidArrowDownZA(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2l32.4 35.3V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32m96 192c12.1 0 23.2 6.8 28.6 17.7l64 128l16 32c7.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.9l16-32l64-128c5.4-10.8 16.5-17.7 28.6-17.7m-20.2 144h40.4L416 359.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2l32.4 35.3V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32m96 192c12.1 0 23.2 6.8 28.6 17.7l64 128l16 32c7.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.9l16-32l64-128c5.4-10.8 16.5-17.7 28.6-17.7m-20.2 144h40.4L416 359.6z"/></svg> </template>
CSS
.icon-arrow-down-z-a {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.6%20469.6C177.5%20476.2%20169%20480%20160%20480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3%202-45.2s33.3-11.1%2045.2%202l32.4%2035.3V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v301.7l32.4-35.4c11.9-13%2032.2-13.9%2045.2-2s13.9%2032.2%202%2045.2l-88%2096zM320%2064c0-17.7%2014.3-32%2032-32h128c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L429.3%20160H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H352c-12.9%200-24.6-7.8-29.6-19.8s-2.2-25.7%206.9-34.9L402.7%2096H352c-17.7%200-32-14.3-32-32m96%20192c12.1%200%2023.2%206.8%2028.6%2017.7l64%20128l16%2032c7.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.9l16-32l64-128c5.4-10.8%2016.5-17.7%2028.6-17.7m-20.2%20144h40.4L416%20359.6z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.6%20469.6C177.5%20476.2%20169%20480%20160%20480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3%202-45.2s33.3-11.1%2045.2%202l32.4%2035.3V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v301.7l32.4-35.4c11.9-13%2032.2-13.9%2045.2-2s13.9%2032.2%202%2045.2l-88%2096zM320%2064c0-17.7%2014.3-32%2032-32h128c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L429.3%20160H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H352c-12.9%200-24.6-7.8-29.6-19.8s-2.2-25.7%206.9-34.9L402.7%2096H352c-17.7%200-32-14.3-32-32m96%20192c12.1%200%2023.2%206.8%2028.6%2017.7l64%20128l16%2032c7.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.9l16-32l64-128c5.4-10.8%2016.5-17.7%2028.6-17.7m-20.2%20144h40.4L416%20359.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/arrow-down-z-a.svg?color=%231a73e8&size=48