ladder icon
ladder-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- ladder-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 ladder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.52 213.26L164.51 73l9.09-25H184a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h4.58l-60.1 165.26a8 8 0 0 0 4.79 10.26A8.1 8.1 0 0 0 40 224a8 8 0 0 0 7.52-5.27L57.24 192h47l-7.74 21.26a8 8 0 0 0 4.79 10.26a8.1 8.1 0 0 0 2.71.48a8 8 0 0 0 7.52-5.27L130 168h52l18.45 50.73A8 8 0 0 0 208 224a8.1 8.1 0 0 0 2.73-.48a8 8 0 0 0 4.79-10.26M109.39 64h30a8 8 0 0 1 0 16h-30a8 8 0 1 1 0-16m.86 96H80.3a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm14.54-40H94.84a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm11 32L156 96.41L176.21 152Z"/></svg>
React
import type { SVGProps } from "react";
export function PhLadderFill(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="M215.52 213.26L164.51 73l9.09-25H184a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h4.58l-60.1 165.26a8 8 0 0 0 4.79 10.26A8.1 8.1 0 0 0 40 224a8 8 0 0 0 7.52-5.27L57.24 192h47l-7.74 21.26a8 8 0 0 0 4.79 10.26a8.1 8.1 0 0 0 2.71.48a8 8 0 0 0 7.52-5.27L130 168h52l18.45 50.73A8 8 0 0 0 208 224a8.1 8.1 0 0 0 2.73-.48a8 8 0 0 0 4.79-10.26M109.39 64h30a8 8 0 0 1 0 16h-30a8 8 0 1 1 0-16m.86 96H80.3a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm14.54-40H94.84a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm11 32L156 96.41L176.21 152Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.52 213.26L164.51 73l9.09-25H184a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h4.58l-60.1 165.26a8 8 0 0 0 4.79 10.26A8.1 8.1 0 0 0 40 224a8 8 0 0 0 7.52-5.27L57.24 192h47l-7.74 21.26a8 8 0 0 0 4.79 10.26a8.1 8.1 0 0 0 2.71.48a8 8 0 0 0 7.52-5.27L130 168h52l18.45 50.73A8 8 0 0 0 208 224a8.1 8.1 0 0 0 2.73-.48a8 8 0 0 0 4.79-10.26M109.39 64h30a8 8 0 0 1 0 16h-30a8 8 0 1 1 0-16m.86 96H80.3a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm14.54-40H94.84a8 8 0 0 1 0-16h30a8 8 0 0 1 0 16Zm11 32L156 96.41L176.21 152Z"/></svg> </template>
CSS
.icon-ladder-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%22M215.52%20213.26L164.51%2073l9.09-25H184a8%208%200%200%200%200-16H88a8%208%200%200%200%200%2016h4.58l-60.1%20165.26a8%208%200%200%200%204.79%2010.26A8.1%208.1%200%200%200%2040%20224a8%208%200%200%200%207.52-5.27L57.24%20192h47l-7.74%2021.26a8%208%200%200%200%204.79%2010.26a8.1%208.1%200%200%200%202.71.48a8%208%200%200%200%207.52-5.27L130%20168h52l18.45%2050.73A8%208%200%200%200%20208%20224a8.1%208.1%200%200%200%202.73-.48a8%208%200%200%200%204.79-10.26M109.39%2064h30a8%208%200%200%201%200%2016h-30a8%208%200%201%201%200-16m.86%2096H80.3a8%208%200%200%201%200-16h30a8%208%200%200%201%200%2016Zm14.54-40H94.84a8%208%200%200%201%200-16h30a8%208%200%200%201%200%2016Zm11%2032L156%2096.41L176.21%20152Z%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%22M215.52%20213.26L164.51%2073l9.09-25H184a8%208%200%200%200%200-16H88a8%208%200%200%200%200%2016h4.58l-60.1%20165.26a8%208%200%200%200%204.79%2010.26A8.1%208.1%200%200%200%2040%20224a8%208%200%200%200%207.52-5.27L57.24%20192h47l-7.74%2021.26a8%208%200%200%200%204.79%2010.26a8.1%208.1%200%200%200%202.71.48a8%208%200%200%200%207.52-5.27L130%20168h52l18.45%2050.73A8%208%200%200%200%20208%20224a8.1%208.1%200%200%200%202.73-.48a8%208%200%200%200%204.79-10.26M109.39%2064h30a8%208%200%200%201%200%2016h-30a8%208%200%201%201%200-16m.86%2096H80.3a8%208%200%200%201%200-16h30a8%208%200%200%201%200%2016Zm14.54-40H94.84a8%208%200%200%201%200-16h30a8%208%200%200%201%200%2016Zm11%2032L156%2096.41L176.21%20152Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ladder-fill.svg?color=%231a73e8&size=48