arrow long up l icon
arrow-long-up-l from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- arrow-long-up-l
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in css.gg
arrow-align-harrow-align-varrow-bottom-leftarrow-bottom-left-oarrow-bottom-left-rarrow-bottom-rightarrow-bottom-right-oarrow-bottom-right-rarrow-downarrow-down-oarrow-down-rarrow-leftarrow-left-oarrow-left-rarrow-long-downarrow-long-down-carrow-long-down-earrow-long-down-larrow-long-down-rarrow-long-leftarrow-long-left-carrow-long-left-earrow-long-left-larrow-long-left-r
Use the arrow long up l icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.032 1.019l4.21 4.274l-1.424 1.404l-1.799-1.826l-.051 16.11h1.996v2h-6v-2h2.004l.051-16.157l-1.858 1.83l-1.403-1.425z"/></svg>
React
import type { SVGProps } from "react";
export function GgArrowLongUpL(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.032 1.019l4.21 4.274l-1.424 1.404l-1.799-1.826l-.051 16.11h1.996v2h-6v-2h2.004l.051-16.157l-1.858 1.83l-1.403-1.425z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.032 1.019l4.21 4.274l-1.424 1.404l-1.799-1.826l-.051 16.11h1.996v2h-6v-2h2.004l.051-16.157l-1.858 1.83l-1.403-1.425z"/></svg> </template>
CSS
.icon-arrow-long-up-l {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.032%201.019l4.21%204.274l-1.424%201.404l-1.799-1.826l-.051%2016.11h1.996v2h-6v-2h2.004l.051-16.157l-1.858%201.83l-1.403-1.425z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.032%201.019l4.21%204.274l-1.424%201.404l-1.799-1.826l-.051%2016.11h1.996v2h-6v-2h2.004l.051-16.157l-1.858%201.83l-1.403-1.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/arrow-long-up-l.svg?color=%231a73e8&size=48