arrow down z a icon

arrow-down-z-a from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
arrow-down-z-a
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

Use the arrow down z a 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.3zM352 128c0-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 224H512c17.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.5-73.3H384c-17.7 0-32-14.3-32-32m124.6 209.7l80 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.9l80-160c5.4-10.8 16.5-17.7 28.6-17.7s23.2 6.8 28.6 17.7M448 423.6L427.8 464h40.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidArrowDownZA(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.3zM352 128c0-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 224H512c17.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.5-73.3H384c-17.7 0-32-14.3-32-32m124.6 209.7l80 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.9l80-160c5.4-10.8 16.5-17.7 28.6-17.7s23.2 6.8 28.6 17.7M448 423.6L427.8 464h40.4z"/></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.3zM352 128c0-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 224H512c17.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.5-73.3H384c-17.7 0-32-14.3-32-32m124.6 209.7l80 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.9l80-160c5.4-10.8 16.5-17.7 28.6-17.7s23.2 6.8 28.6 17.7M448 423.6L427.8 464h40.4z"/></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%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.3zM352%20128c0-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%20224H512c17.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.5-73.3H384c-17.7%200-32-14.3-32-32m124.6%20209.7l80%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.9l80-160c5.4-10.8%2016.5-17.7%2028.6-17.7s23.2%206.8%2028.6%2017.7M448%20423.6L427.8%20464h40.4z%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.3zM352%20128c0-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%20224H512c17.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.5-73.3H384c-17.7%200-32-14.3-32-32m124.6%20209.7l80%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.9l80-160c5.4-10.8%2016.5-17.7%2028.6-17.7s23.2%206.8%2028.6%2017.7M448%20423.6L427.8%20464h40.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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