escalator up icon
escalator-up-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- escalator-up-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the escalator up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 56v40a16 16 0 0 1-16 16h-36.5L93.88 213.43A8 8 0 0 1 88 216H32a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h36.5l93.62-101.43A8 8 0 0 1 168 40h56a16 16 0 0 1 16 16m-34.34 90.34a8 8 0 0 0-11.32 0l-24 24a8 8 0 0 0 11.32 11.32L192 171.31V208a8 8 0 0 0 16 0v-36.69l10.34 10.35a8 8 0 0 0 11.32-11.32Z"/></svg>
React
import type { SVGProps } from "react";
export function PhEscalatorUpFill(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="M240 56v40a16 16 0 0 1-16 16h-36.5L93.88 213.43A8 8 0 0 1 88 216H32a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h36.5l93.62-101.43A8 8 0 0 1 168 40h56a16 16 0 0 1 16 16m-34.34 90.34a8 8 0 0 0-11.32 0l-24 24a8 8 0 0 0 11.32 11.32L192 171.31V208a8 8 0 0 0 16 0v-36.69l10.34 10.35a8 8 0 0 0 11.32-11.32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 56v40a16 16 0 0 1-16 16h-36.5L93.88 213.43A8 8 0 0 1 88 216H32a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h36.5l93.62-101.43A8 8 0 0 1 168 40h56a16 16 0 0 1 16 16m-34.34 90.34a8 8 0 0 0-11.32 0l-24 24a8 8 0 0 0 11.32 11.32L192 171.31V208a8 8 0 0 0 16 0v-36.69l10.34 10.35a8 8 0 0 0 11.32-11.32Z"/></svg> </template>
CSS
.icon-escalator-up-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%22M240%2056v40a16%2016%200%200%201-16%2016h-36.5L93.88%20213.43A8%208%200%200%201%2088%20216H32a16%2016%200%200%201-16-16v-40a16%2016%200%200%201%2016-16h36.5l93.62-101.43A8%208%200%200%201%20168%2040h56a16%2016%200%200%201%2016%2016m-34.34%2090.34a8%208%200%200%200-11.32%200l-24%2024a8%208%200%200%200%2011.32%2011.32L192%20171.31V208a8%208%200%200%200%2016%200v-36.69l10.34%2010.35a8%208%200%200%200%2011.32-11.32Z%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%22M240%2056v40a16%2016%200%200%201-16%2016h-36.5L93.88%20213.43A8%208%200%200%201%2088%20216H32a16%2016%200%200%201-16-16v-40a16%2016%200%200%201%2016-16h36.5l93.62-101.43A8%208%200%200%201%20168%2040h56a16%2016%200%200%201%2016%2016m-34.34%2090.34a8%208%200%200%200-11.32%200l-24%2024a8%208%200%200%200%2011.32%2011.32L192%20171.31V208a8%208%200%200%200%2016%200v-36.69l10.34%2010.35a8%208%200%200%200%2011.32-11.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/escalator-up-fill.svg?color=%231a73e8&size=48