How to create up arrow using css

How to create up arrow using CSS.
I attached the image. I want to creat that white arrow using CSS.
Please help me.
Thank you.

please clear your question what you need

Praveen_Kumar_Verma’s question seems quite clear. He would like to create that up arrow using CSS only. I do I think using an .svg would be easier and more flexible, but that was not his request.

2 Likes

i mean only up arrow or running up arrow

I want to create that white arrow which is in that image which I attached.

Only up arrow.

You could use SVG, or maybe use some kind of external library such as font-awesome, glyphicons + small amount of CSS.

Try these:

https://css-tricks.com/snippets/css/css-triangle/

Courtesy of Google Search: “css arrow

Here’s a version using mitred borders that is pretty close.

6 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.