pan-tool-alt from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
pan-tool-alt
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
pan-tool-alt-rounded

4 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the pan tool alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 20q-.559 0-1.066-.24q-.507-.239-.881-.693l-5.7-6.892l.497-.433q.264-.244.625-.252q.362-.007.656.176L8 13.786V3.482q0-.213.144-.356t.357-.144t.356.144T9 3.48v8.058h2.673V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356v5.039h2.673V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356v3.847H19V9.5q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPanToolAlt(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="M10.45 20q-.559 0-1.066-.24q-.507-.239-.881-.693l-5.7-6.892l.497-.433q.264-.244.625-.252q.362-.007.656.176L8 13.786V3.482q0-.213.144-.356t.357-.144t.356.144T9 3.48v8.058h2.673V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356v5.039h2.673V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356v3.847H19V9.5q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 20q-.559 0-1.066-.24q-.507-.239-.881-.693l-5.7-6.892l.497-.433q.264-.244.625-.252q.362-.007.656.176L8 13.786V3.482q0-.213.144-.356t.357-.144t.356.144T9 3.48v8.058h2.673V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356v5.039h2.673V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356v3.847H19V9.5q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20z"/></svg>
</template>

CSS

.icon-pan-tool-alt {
  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%22M10.45%2020q-.559%200-1.066-.24q-.507-.239-.881-.693l-5.7-6.892l.497-.433q.264-.244.625-.252q.362-.007.656.176L8%2013.786V3.482q0-.213.144-.356t.357-.144t.356.144T9%203.48v8.058h2.673V6.5q0-.213.144-.356T12.174%206t.356.144t.143.356v5.039h2.673V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356v3.847H19V9.5q0-.213.144-.356T19.501%209t.356.144T20%209.5v7q0%201.458-1.021%202.479T16.5%2020z%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%22M10.45%2020q-.559%200-1.066-.24q-.507-.239-.881-.693l-5.7-6.892l.497-.433q.264-.244.625-.252q.362-.007.656.176L8%2013.786V3.482q0-.213.144-.356t.357-.144t.356.144T9%203.48v8.058h2.673V6.5q0-.213.144-.356T12.174%206t.356.144t.143.356v5.039h2.673V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356v3.847H19V9.5q0-.213.144-.356T19.501%209t.356.144T20%209.5v7q0%201.458-1.021%202.479T16.5%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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