arrows out line vertical icon
arrows-out-line-vertical-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- arrows-out-line-vertical-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the arrows out line vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88.61 51.06a8 8 0 0 1 1.73-8.72l32-32a8 8 0 0 1 11.32 0l32 32A8 8 0 0 1 160 56h-24v40a8 8 0 0 1-16 0V56H96a8 8 0 0 1-7.39-4.94M216 120H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16m-56 80h-24v-40a8 8 0 0 0-16 0v40H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 200"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsOutLineVerticalFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88.61 51.06a8 8 0 0 1 1.73-8.72l32-32a8 8 0 0 1 11.32 0l32 32A8 8 0 0 1 160 56h-24v40a8 8 0 0 1-16 0V56H96a8 8 0 0 1-7.39-4.94M216 120H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16m-56 80h-24v-40a8 8 0 0 0-16 0v40H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 200"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88.61 51.06a8 8 0 0 1 1.73-8.72l32-32a8 8 0 0 1 11.32 0l32 32A8 8 0 0 1 160 56h-24v40a8 8 0 0 1-16 0V56H96a8 8 0 0 1-7.39-4.94M216 120H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16m-56 80h-24v-40a8 8 0 0 0-16 0v40H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 200"/></svg> </template>
CSS
.icon-arrows-out-line-vertical-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88.61%2051.06a8%208%200%200%201%201.73-8.72l32-32a8%208%200%200%201%2011.32%200l32%2032A8%208%200%200%201%20160%2056h-24v40a8%208%200%200%201-16%200V56H96a8%208%200%200%201-7.39-4.94M216%20120H40a8%208%200%200%200%200%2016h176a8%208%200%200%200%200-16m-56%2080h-24v-40a8%208%200%200%200-16%200v40H96a8%208%200%200%200-5.66%2013.66l32%2032a8%208%200%200%200%2011.32%200l32-32A8%208%200%200%200%20160%20200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88.61%2051.06a8%208%200%200%201%201.73-8.72l32-32a8%208%200%200%201%2011.32%200l32%2032A8%208%200%200%201%20160%2056h-24v40a8%208%200%200%201-16%200V56H96a8%208%200%200%201-7.39-4.94M216%20120H40a8%208%200%200%200%200%2016h176a8%208%200%200%200%200-16m-56%2080h-24v-40a8%208%200%200%200-16%200v40H96a8%208%200%200%200-5.66%2013.66l32%2032a8%208%200%200%200%2011.32%200l32-32A8%208%200%200%200%20160%20200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-out-line-vertical-fill.svg?color=%231a73e8&size=48