Arrow Big Up Dash Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Arrow Big Up Dash 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/312643.svg" alt="Arrow Big Up Dash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312643.svg" alt="Arrow Big Up Dash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312643.svg" alt="Arrow Big Up Dash icon" :width="24" :height="24" />
CSS background
.icon-arrow-big-up-dash {
background-image: url('https://proicons.com/icon/312643.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-4h8v-2H8z"/> <path d="M8 17h2v-4H8zm-5-4h5v-2H3zm0-2h2V9H3zm2-2h2V7H5zm2-2h2V5H7zm2-2h2V3H9zm2-2h2V1h-2zm2 2h2V3h-2zm2 2h2V5h-2zm2 2h2V7h-2zm2 4h2V9h-2zm-3 0h3v-2h-3zm-2 4h2v-4h-2z"/> </svg>
Arrow Big Up Dash in other icon packs
Copied!