tools-ladder from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
tools-ladder
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
tools-ladder-outline, tools-ladder-outline-rounded, tools-ladder-rounded

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the tools ladder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.95 21q-.475 0-.75-.387t-.15-.838L9.5 3.7q.1-.325.35-.512T10.425 3q.5 0 .775.388t.15.837L10.85 6h5.625l.625-2.3q.1-.325.363-.512T18.05 3q.475 0 .75.388t.15.837L14.5 20.3q-.1.325-.35.513t-.575.187q-.5 0-.775-.387t-.15-.838l.5-1.775H7.525L6.9 20.3q-.1.325-.363.513T5.95 21m3.525-10h5.6l.825-3h-5.6zM8.1 16h5.6l.825-3h-5.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsToolsLadder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.95 21q-.475 0-.75-.387t-.15-.838L9.5 3.7q.1-.325.35-.512T10.425 3q.5 0 .775.388t.15.837L10.85 6h5.625l.625-2.3q.1-.325.363-.512T18.05 3q.475 0 .75.388t.15.837L14.5 20.3q-.1.325-.35.513t-.575.187q-.5 0-.775-.387t-.15-.838l.5-1.775H7.525L6.9 20.3q-.1.325-.363.513T5.95 21m3.525-10h5.6l.825-3h-5.6zM8.1 16h5.6l.825-3h-5.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.95 21q-.475 0-.75-.387t-.15-.838L9.5 3.7q.1-.325.35-.512T10.425 3q.5 0 .775.388t.15.837L10.85 6h5.625l.625-2.3q.1-.325.363-.512T18.05 3q.475 0 .75.388t.15.837L14.5 20.3q-.1.325-.35.513t-.575.187q-.5 0-.775-.387t-.15-.838l.5-1.775H7.525L6.9 20.3q-.1.325-.363.513T5.95 21m3.525-10h5.6l.825-3h-5.6zM8.1 16h5.6l.825-3h-5.6z"/></svg>
</template>

CSS

.icon-tools-ladder {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.95%2021q-.475%200-.75-.387t-.15-.838L9.5%203.7q.1-.325.35-.512T10.425%203q.5%200%20.775.388t.15.837L10.85%206h5.625l.625-2.3q.1-.325.363-.512T18.05%203q.475%200%20.75.388t.15.837L14.5%2020.3q-.1.325-.35.513t-.575.187q-.5%200-.775-.387t-.15-.838l.5-1.775H7.525L6.9%2020.3q-.1.325-.363.513T5.95%2021m3.525-10h5.6l.825-3h-5.6zM8.1%2016h5.6l.825-3h-5.6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.95%2021q-.475%200-.75-.387t-.15-.838L9.5%203.7q.1-.325.35-.512T10.425%203q.5%200%20.775.388t.15.837L10.85%206h5.625l.625-2.3q.1-.325.363-.512T18.05%203q.475%200%20.75.388t.15.837L14.5%2020.3q-.1.325-.35.513t-.575.187q-.5%200-.775-.387t-.15-.838l.5-1.775H7.525L6.9%2020.3q-.1.325-.363.513T5.95%2021m3.525-10h5.6l.825-3h-5.6zM8.1%2016h5.6l.825-3h-5.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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