arrow up short wide icon
arrow-up-short-wide from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- arrow-up-short-wide
- 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-down-z-aarrow-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-down
Use the arrow up short wide icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M151.6 42.4C145.5 35.8 137 32 128 32s-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-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidArrowUpShortWide(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="M151.6 42.4C145.5 35.8 137 32 128 32s-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-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M151.6 42.4C145.5 35.8 137 32 128 32s-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-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> </template>
CSS
.icon-arrow-up-short-wide {
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%22M151.6%2042.4C145.5%2035.8%20137%2032%20128%2032s-17.5%203.8-23.6%2010.4l-88%2096c-11.9%2013-11.1%2033.3%202%2045.2s33.3%2011.1%2045.2-2L96%20146.3V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V146.3l32.4%2035.4c11.9%2013%2032.2%2013.9%2045.2%202s13.9-32.2%202-45.2l-88-96zM320%2032c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%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%22M151.6%2042.4C145.5%2035.8%20137%2032%20128%2032s-17.5%203.8-23.6%2010.4l-88%2096c-11.9%2013-11.1%2033.3%202%2045.2s33.3%2011.1%2045.2-2L96%20146.3V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V146.3l32.4%2035.4c11.9%2013%2032.2%2013.9%2045.2%202s13.9-32.2%202-45.2l-88-96zM320%2032c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm0%20128c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/arrow-up-short-wide.svg?color=%231a73e8&size=48