ladder-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
ladder-thin
Set
Phosphor
Style
Thin
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="M211.76 214.63L160.26 73l10.54-29H184a4 4 0 0 0 0-8H88a4 4 0 0 0 0 8h10.29l-62 170.63a4 4 0 0 0 2.39 5.13A4.2 4.2 0 0 0 40 220a4 4 0 0 0 3.76-2.63L54.44 188h55.49l-9.69 26.63a4 4 0 0 0 2.39 5.13a4.1 4.1 0 0 0 1.37.24a4 4 0 0 0 3.76-2.63L127.17 164h57.66l19.41 53.37A4 4 0 0 0 208 220a4.2 4.2 0 0 0 1.37-.24a4 4 0 0 0 2.39-5.13M130.29 132H74.8l14.55-40h55.48Zm32-88l-14.55 40H92.26l14.54-40ZM57.35 180l14.54-40h55.49l-14.55 40Zm72.72-24L156 84.7l25.92 71.3Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLadderThin(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="M211.76 214.63L160.26 73l10.54-29H184a4 4 0 0 0 0-8H88a4 4 0 0 0 0 8h10.29l-62 170.63a4 4 0 0 0 2.39 5.13A4.2 4.2 0 0 0 40 220a4 4 0 0 0 3.76-2.63L54.44 188h55.49l-9.69 26.63a4 4 0 0 0 2.39 5.13a4.1 4.1 0 0 0 1.37.24a4 4 0 0 0 3.76-2.63L127.17 164h57.66l19.41 53.37A4 4 0 0 0 208 220a4.2 4.2 0 0 0 1.37-.24a4 4 0 0 0 2.39-5.13M130.29 132H74.8l14.55-40h55.48Zm32-88l-14.55 40H92.26l14.54-40ZM57.35 180l14.54-40h55.49l-14.55 40Zm72.72-24L156 84.7l25.92 71.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.76 214.63L160.26 73l10.54-29H184a4 4 0 0 0 0-8H88a4 4 0 0 0 0 8h10.29l-62 170.63a4 4 0 0 0 2.39 5.13A4.2 4.2 0 0 0 40 220a4 4 0 0 0 3.76-2.63L54.44 188h55.49l-9.69 26.63a4 4 0 0 0 2.39 5.13a4.1 4.1 0 0 0 1.37.24a4 4 0 0 0 3.76-2.63L127.17 164h57.66l19.41 53.37A4 4 0 0 0 208 220a4.2 4.2 0 0 0 1.37-.24a4 4 0 0 0 2.39-5.13M130.29 132H74.8l14.55-40h55.48Zm32-88l-14.55 40H92.26l14.54-40ZM57.35 180l14.54-40h55.49l-14.55 40Zm72.72-24L156 84.7l25.92 71.3Z"/></svg>
</template>

CSS

.icon-ladder-thin {
  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%22M211.76%20214.63L160.26%2073l10.54-29H184a4%204%200%200%200%200-8H88a4%204%200%200%200%200%208h10.29l-62%20170.63a4%204%200%200%200%202.39%205.13A4.2%204.2%200%200%200%2040%20220a4%204%200%200%200%203.76-2.63L54.44%20188h55.49l-9.69%2026.63a4%204%200%200%200%202.39%205.13a4.1%204.1%200%200%200%201.37.24a4%204%200%200%200%203.76-2.63L127.17%20164h57.66l19.41%2053.37A4%204%200%200%200%20208%20220a4.2%204.2%200%200%200%201.37-.24a4%204%200%200%200%202.39-5.13M130.29%20132H74.8l14.55-40h55.48Zm32-88l-14.55%2040H92.26l14.54-40ZM57.35%20180l14.54-40h55.49l-14.55%2040Zm72.72-24L156%2084.7l25.92%2071.3Z%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%22M211.76%20214.63L160.26%2073l10.54-29H184a4%204%200%200%200%200-8H88a4%204%200%200%200%200%208h10.29l-62%20170.63a4%204%200%200%200%202.39%205.13A4.2%204.2%200%200%200%2040%20220a4%204%200%200%200%203.76-2.63L54.44%20188h55.49l-9.69%2026.63a4%204%200%200%200%202.39%205.13a4.1%204.1%200%200%200%201.37.24a4%204%200%200%200%203.76-2.63L127.17%20164h57.66l19.41%2053.37A4%204%200%200%200%20208%20220a4.2%204.2%200%200%200%201.37-.24a4%204%200%200%200%202.39-5.13M130.29%20132H74.8l14.55-40h55.48Zm32-88l-14.55%2040H92.26l14.54-40ZM57.35%20180l14.54-40h55.49l-14.55%2040Zm72.72-24L156%2084.7l25.92%2071.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ladder-thin.svg?color=%231a73e8&size=48