pan tool alt icon
pan-tool-alt-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pan-tool-alt-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.48v12.175l-4.217-2.642l4.523 5.43q.23.26.523.408q.292.148.621.148h6.05q1.056 0 1.778-.722T19 16.5v-7q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20zm1.223-8V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356V12zm3.673 0V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356V12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPanToolAltOutline(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.48v12.175l-4.217-2.642l4.523 5.43q.23.26.523.408q.292.148.621.148h6.05q1.056 0 1.778-.722T19 16.5v-7q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20zm1.223-8V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356V12zm3.673 0V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356V12z"/></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.48v12.175l-4.217-2.642l4.523 5.43q.23.26.523.408q.292.148.621.148h6.05q1.056 0 1.778-.722T19 16.5v-7q0-.213.144-.356T19.501 9t.356.144T20 9.5v7q0 1.458-1.021 2.479T16.5 20zm1.223-8V6.5q0-.213.144-.356T12.174 6t.356.144t.143.356V12zm3.673 0V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356V12z"/></svg> </template>
CSS
.icon-pan-tool-alt-outline {
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.48v12.175l-4.217-2.642l4.523%205.43q.23.26.523.408q.292.148.621.148h6.05q1.056%200%201.778-.722T19%2016.5v-7q0-.213.144-.356T19.501%209t.356.144T20%209.5v7q0%201.458-1.021%202.479T16.5%2020zm1.223-8V6.5q0-.213.144-.356T12.174%206t.356.144t.143.356V12zm3.673%200V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356V12z%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.48v12.175l-4.217-2.642l4.523%205.43q.23.26.523.408q.292.148.621.148h6.05q1.056%200%201.778-.722T19%2016.5v-7q0-.213.144-.356T19.501%209t.356.144T20%209.5v7q0%201.458-1.021%202.479T16.5%2020zm1.223-8V6.5q0-.213.144-.356T12.174%206t.356.144t.143.356V12zm3.673%200V7.692q0-.212.144-.356t.357-.144t.356.144t.143.356V12z%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-outline.svg?color=%231a73e8&size=48