Arrow Big Up Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Arrow Big Up Sharp icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312644.svg" alt="Arrow Big Up Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312644.svg" alt="Arrow Big Up Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312644.svg" alt="Arrow Big Up Sharp icon" :width="24" :height="24" />
CSS background
.icon-arrow-big-up-sharp {
background-image: url('https://proicons.com/icon/312644.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 21h8v-2H8zm0-2h2v-8H8zm-5-6h5v-2H3zm0-2h2V9H3zm2-2h2V7H5zm2-2h2V5H7zm2-2h2V3H9zm2-2h2V1h-2zm2 2h2V3h-2zm2 2h2V5h-2zm2 2h2V7h-2zm2 4h2V9h-2zm-3 0h3v-2h-3zm-2 6h2v-8h-2z"/> </svg>
Copied!