mouse scroll icon
mouse-scroll-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- mouse-scroll-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 mouse scroll icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 156a52.06 52.06 0 0 1-52 52h-32a52.06 52.06 0 0 1-52-52V80a52.06 52.06 0 0 1 52-52h32a52.06 52.06 0 0 1 52 52ZM132 73.66v108.68l17.17-17.17a4 4 0 0 1 5.66 5.66l-24 24a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L124 182.34V73.66l-17.17 17.17a4 4 0 0 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0l24 24a4 4 0 0 1-5.66 5.66Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMouseScrollThin(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="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 156a52.06 52.06 0 0 1-52 52h-32a52.06 52.06 0 0 1-52-52V80a52.06 52.06 0 0 1 52-52h32a52.06 52.06 0 0 1 52 52ZM132 73.66v108.68l17.17-17.17a4 4 0 0 1 5.66 5.66l-24 24a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L124 182.34V73.66l-17.17 17.17a4 4 0 0 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0l24 24a4 4 0 0 1-5.66 5.66Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 156a52.06 52.06 0 0 1-52 52h-32a52.06 52.06 0 0 1-52-52V80a52.06 52.06 0 0 1 52-52h32a52.06 52.06 0 0 1 52 52ZM132 73.66v108.68l17.17-17.17a4 4 0 0 1 5.66 5.66l-24 24a4 4 0 0 1-5.66 0l-24-24a4 4 0 0 1 5.66-5.66L124 182.34V73.66l-17.17 17.17a4 4 0 0 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0l24 24a4 4 0 0 1-5.66 5.66Z"/></svg> </template>
CSS
.icon-mouse-scroll-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%22M144%2020h-32a60.07%2060.07%200%200%200-60%2060v96a60.07%2060.07%200%200%200%2060%2060h32a60.07%2060.07%200%200%200%2060-60V80a60.07%2060.07%200%200%200-60-60m52%20156a52.06%2052.06%200%200%201-52%2052h-32a52.06%2052.06%200%200%201-52-52V80a52.06%2052.06%200%200%201%2052-52h32a52.06%2052.06%200%200%201%2052%2052ZM132%2073.66v108.68l17.17-17.17a4%204%200%200%201%205.66%205.66l-24%2024a4%204%200%200%201-5.66%200l-24-24a4%204%200%200%201%205.66-5.66L124%20182.34V73.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66l24-24a4%204%200%200%201%205.66%200l24%2024a4%204%200%200%201-5.66%205.66Z%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%22M144%2020h-32a60.07%2060.07%200%200%200-60%2060v96a60.07%2060.07%200%200%200%2060%2060h32a60.07%2060.07%200%200%200%2060-60V80a60.07%2060.07%200%200%200-60-60m52%20156a52.06%2052.06%200%200%201-52%2052h-32a52.06%2052.06%200%200%201-52-52V80a52.06%2052.06%200%200%201%2052-52h32a52.06%2052.06%200%200%201%2052%2052ZM132%2073.66v108.68l17.17-17.17a4%204%200%200%201%205.66%205.66l-24%2024a4%204%200%200%201-5.66%200l-24-24a4%204%200%200%201%205.66-5.66L124%20182.34V73.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66l24-24a4%204%200%200%201%205.66%200l24%2024a4%204%200%200%201-5.66%205.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/mouse-scroll-thin.svg?color=%231a73e8&size=48