arrow up 9 1 icon
arrow-up-9-1 from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- arrow-up-9-1
- 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 9 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M214.6 105.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.4-41.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96zm214.5 165.2c-9.6 14.8-5.4 34.6 9.4 44.3s34.6 5.4 44.3-9.4l42.1-64.9c12.4-19.2 19.1-41.6 19.1-64.5c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.1 23.9 66.7 56.8 76.6l-11.7 18zM440 176c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m42.7 182c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2v51.6h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidArrowUp91(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="M214.6 105.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.4-41.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96zm214.5 165.2c-9.6 14.8-5.4 34.6 9.4 44.3s34.6 5.4 44.3-9.4l42.1-64.9c12.4-19.2 19.1-41.6 19.1-64.5c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.1 23.9 66.7 56.8 76.6l-11.7 18zM440 176c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m42.7 182c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2v51.6h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M214.6 105.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.4-41.4V512c0 17.7 14.3 32 32 32s32-14.3 32-32V205.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96zm214.5 165.2c-9.6 14.8-5.4 34.6 9.4 44.3s34.6 5.4 44.3-9.4l42.1-64.9c12.4-19.2 19.1-41.6 19.1-64.5c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.1 23.9 66.7 56.8 76.6l-11.7 18zM440 176c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m42.7 182c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2v51.6h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26z"/></svg> </template>
CSS
.icon-arrow-up-9-1 {
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%22M214.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200l-96%2096c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l41.4-41.4V512c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V205.3l41.4%2041.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-96-96zm214.5%20165.2c-9.6%2014.8-5.4%2034.6%209.4%2044.3s34.6%205.4%2044.3-9.4l42.1-64.9c12.4-19.2%2019.1-41.6%2019.1-64.5c0-44.2-35.8-80-80-80s-80%2035.8-80%2080c0%2036.1%2023.9%2066.7%2056.8%2076.6l-11.7%2018zM440%20176c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m42.7%20182c-8.3-6-19.1-7.7-28.8-4.4l-48%2016c-16.8%205.6-25.8%2023.7-20.2%2040.5s23.7%2025.8%2040.5%2020.2l5.9-2v51.6h-16c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26z%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%22M214.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200l-96%2096c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l41.4-41.4V512c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V205.3l41.4%2041.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-96-96zm214.5%20165.2c-9.6%2014.8-5.4%2034.6%209.4%2044.3s34.6%205.4%2044.3-9.4l42.1-64.9c12.4-19.2%2019.1-41.6%2019.1-64.5c0-44.2-35.8-80-80-80s-80%2035.8-80%2080c0%2036.1%2023.9%2066.7%2056.8%2076.6l-11.7%2018zM440%20176c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m42.7%20182c-8.3-6-19.1-7.7-28.8-4.4l-48%2016c-16.8%205.6-25.8%2023.7-20.2%2040.5s23.7%2025.8%2040.5%2020.2l5.9-2v51.6h-16c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26z%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-9-1.svg?color=%231a73e8&size=48