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

Name
tools-ladder
Set
Material Symbols Light
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 Light

The same icon in other sets

More home icons from Material Symbols Light

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="M6.47 20.5q-.226 0-.357-.195t-.063-.395L10.5 3.835q.062-.171.177-.253t.267-.082q.25 0 .381.186q.13.185.064.405L10.716 6.5h5.605l.74-2.665q.062-.172.18-.253t.29-.082q.225 0 .355.195t.064.396L13.5 20.166q-.061.17-.177.252t-.267.082q-.25 0-.381-.185q-.13-.186-.064-.406l.674-2.409H7.679l-.74 2.666q-.062.17-.18.252t-.29.082m2.871-9h5.6l1.114-4h-5.62zm-1.394 5h5.62l1.093-4h-5.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightToolsLadder(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="M6.47 20.5q-.226 0-.357-.195t-.063-.395L10.5 3.835q.062-.171.177-.253t.267-.082q.25 0 .381.186q.13.185.064.405L10.716 6.5h5.605l.74-2.665q.062-.172.18-.253t.29-.082q.225 0 .355.195t.064.396L13.5 20.166q-.061.17-.177.252t-.267.082q-.25 0-.381-.185q-.13-.186-.064-.406l.674-2.409H7.679l-.74 2.666q-.062.17-.18.252t-.29.082m2.871-9h5.6l1.114-4h-5.62zm-1.394 5h5.62l1.093-4h-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="M6.47 20.5q-.226 0-.357-.195t-.063-.395L10.5 3.835q.062-.171.177-.253t.267-.082q.25 0 .381.186q.13.185.064.405L10.716 6.5h5.605l.74-2.665q.062-.172.18-.253t.29-.082q.225 0 .355.195t.064.396L13.5 20.166q-.061.17-.177.252t-.267.082q-.25 0-.381-.185q-.13-.186-.064-.406l.674-2.409H7.679l-.74 2.666q-.062.17-.18.252t-.29.082m2.871-9h5.6l1.114-4h-5.62zm-1.394 5h5.62l1.093-4h-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%22M6.47%2020.5q-.226%200-.357-.195t-.063-.395L10.5%203.835q.062-.171.177-.253t.267-.082q.25%200%20.381.186q.13.185.064.405L10.716%206.5h5.605l.74-2.665q.062-.172.18-.253t.29-.082q.225%200%20.355.195t.064.396L13.5%2020.166q-.061.17-.177.252t-.267.082q-.25%200-.381-.185q-.13-.186-.064-.406l.674-2.409H7.679l-.74%202.666q-.062.17-.18.252t-.29.082m2.871-9h5.6l1.114-4h-5.62zm-1.394%205h5.62l1.093-4h-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%22M6.47%2020.5q-.226%200-.357-.195t-.063-.395L10.5%203.835q.062-.171.177-.253t.267-.082q.25%200%20.381.186q.13.185.064.405L10.716%206.5h5.605l.74-2.665q.062-.172.18-.253t.29-.082q.225%200%20.355.195t.064.396L13.5%2020.166q-.061.17-.177.252t-.267.082q-.25%200-.381-.185q-.13-.186-.064-.406l.674-2.409H7.679l-.74%202.666q-.062.17-.18.252t-.29.082m2.871-9h5.6l1.114-4h-5.62zm-1.394%205h5.62l1.093-4h-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-light/tools-ladder.svg?color=%231a73e8&size=48