bottom right click icon

bottom-right-click-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
bottom-right-click-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
bottom-right-click-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the bottom right click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.48 20q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h13.904q.269 0 .442-.173t.173-.442V4.519q0-.213.143-.357t.357-.143t.357.143t.143.357v13.866q0 .67-.472 1.143q-.472.472-1.143.472zm9.454-3.934Q13.5 15.633 13.5 15t.434-1.066T15 13.5t1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434t-1.066-.434M6.5 12q-.213 0-.357-.143T6 11.5t.143-.357T6.5 11h3.792L4.566 5.26q-.147-.146-.147-.347t.147-.348t.347-.146t.347.146L11 10.293V6.5q0-.213.143-.357T11.5 6t.357.143T12 6.5v4.692q0 .349-.23.578t-.578.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBottomRightClickRounded(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="M4.48 20q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h13.904q.269 0 .442-.173t.173-.442V4.519q0-.213.143-.357t.357-.143t.357.143t.143.357v13.866q0 .67-.472 1.143q-.472.472-1.143.472zm9.454-3.934Q13.5 15.633 13.5 15t.434-1.066T15 13.5t1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434t-1.066-.434M6.5 12q-.213 0-.357-.143T6 11.5t.143-.357T6.5 11h3.792L4.566 5.26q-.147-.146-.147-.347t.147-.348t.347-.146t.347.146L11 10.293V6.5q0-.213.143-.357T11.5 6t.357.143T12 6.5v4.692q0 .349-.23.578t-.578.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.48 20q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h13.904q.269 0 .442-.173t.173-.442V4.519q0-.213.143-.357t.357-.143t.357.143t.143.357v13.866q0 .67-.472 1.143q-.472.472-1.143.472zm9.454-3.934Q13.5 15.633 13.5 15t.434-1.066T15 13.5t1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434t-1.066-.434M6.5 12q-.213 0-.357-.143T6 11.5t.143-.357T6.5 11h3.792L4.566 5.26q-.147-.146-.147-.347t.147-.348t.347-.146t.347.146L11 10.293V6.5q0-.213.143-.357T11.5 6t.357.143T12 6.5v4.692q0 .349-.23.578t-.578.23z"/></svg>
</template>

CSS

.icon-bottom-right-click-rounded {
  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%22M4.48%2020q-.213%200-.356-.143t-.143-.357t.143-.357t.357-.143h13.904q.269%200%20.442-.173t.173-.442V4.519q0-.213.143-.357t.357-.143t.357.143t.143.357v13.866q0%20.67-.472%201.143q-.472.472-1.143.472zm9.454-3.934Q13.5%2015.633%2013.5%2015t.434-1.066T15%2013.5t1.066.434q.434.433.434%201.066t-.434%201.066q-.433.434-1.066.434t-1.066-.434M6.5%2012q-.213%200-.357-.143T6%2011.5t.143-.357T6.5%2011h3.792L4.566%205.26q-.147-.146-.147-.347t.147-.348t.347-.146t.347.146L11%2010.293V6.5q0-.213.143-.357T11.5%206t.357.143T12%206.5v4.692q0%20.349-.23.578t-.578.23z%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%22M4.48%2020q-.213%200-.356-.143t-.143-.357t.143-.357t.357-.143h13.904q.269%200%20.442-.173t.173-.442V4.519q0-.213.143-.357t.357-.143t.357.143t.143.357v13.866q0%20.67-.472%201.143q-.472.472-1.143.472zm9.454-3.934Q13.5%2015.633%2013.5%2015t.434-1.066T15%2013.5t1.066.434q.434.433.434%201.066t-.434%201.066q-.433.434-1.066.434t-1.066-.434M6.5%2012q-.213%200-.357-.143T6%2011.5t.143-.357T6.5%2011h3.792L4.566%205.26q-.147-.146-.147-.347t.147-.348t.347-.146t.347.146L11%2010.293V6.5q0-.213.143-.357T11.5%206t.357.143T12%206.5v4.692q0%20.349-.23.578t-.578.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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