arrow down up lock icon

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

Name
arrow-down-up-lock
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 up lock 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 486.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.4V352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h256V173.3l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l80-80c12.5-12.5 32.8-12.5 45.3 0l80 80c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-25.4-25.4v94.8c-25.3 20.3-42.8 50.1-47 83.9h-145v114.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M224 96v144h-64V96c0-17.7 14.3-32 32-32s32 14.3 32 32m304 272.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM384 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidArrowDownUpLock(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 486.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.4V352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h256V173.3l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l80-80c12.5-12.5 32.8-12.5 45.3 0l80 80c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-25.4-25.4v94.8c-25.3 20.3-42.8 50.1-47 83.9h-145v114.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M224 96v144h-64V96c0-17.7 14.3-32 32-32s32 14.3 32 32m304 272.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM384 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48z"/></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 486.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.4V352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h256V173.3l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l80-80c12.5-12.5 32.8-12.5 45.3 0l80 80c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-25.4-25.4v94.8c-25.3 20.3-42.8 50.1-47 83.9h-145v114.7l25.4-25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M224 96v144h-64V96c0-17.7 14.3-32 32-32s32 14.3 32 32m304 272.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM384 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48z"/></svg>
</template>

CSS

.icon-arrow-down-up-lock {
  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%20486.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.4V352H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h256V173.3l-25.4%2025.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l80-80c12.5-12.5%2032.8-12.5%2045.3%200l80%2080c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-25.4-25.4v94.8c-25.3%2020.3-42.8%2050.1-47%2083.9h-145v114.7l25.4-25.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3M224%2096v144h-64V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032m304%20272.1c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V416h64zM384%20464c0-20.9%2013.4-38.7%2032-45.3v-50.6c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v50.6c18.6%206.6%2032%2024.4%2032%2045.3v96c0%2026.5-21.5%2048-48%2048H432c-26.5%200-48-21.5-48-48z%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%20486.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.4V352H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h256V173.3l-25.4%2025.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l80-80c12.5-12.5%2032.8-12.5%2045.3%200l80%2080c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-25.4-25.4v94.8c-25.3%2020.3-42.8%2050.1-47%2083.9h-145v114.7l25.4-25.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3M224%2096v144h-64V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032m304%20272.1c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V416h64zM384%20464c0-20.9%2013.4-38.7%2032-45.3v-50.6c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v50.6c18.6%206.6%2032%2024.4%2032%2045.3v96c0%2026.5-21.5%2048-48%2048H432c-26.5%200-48-21.5-48-48z%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-up-lock.svg?color=%231a73e8&size=48