bottom right click icon
bottom-right-click-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- bottom-right-click-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bottom-right-click-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h15V4q0-.425.288-.712T20 3t.713.288T21 4v15q0 .825-.587 1.413T19 21zm9.588-4.587Q13 15.825 13 15t.588-1.412T15 13t1.413.588T17 15t-.587 1.413T15 17t-1.412-.587M6 12q-.425 0-.712-.288T5 11t.288-.712T6 10h2.6L3.7 5.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L10 8.6V6q0-.425.288-.712T11 5t.713.288T12 6v5q0 .425-.288.713T11 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBottomRightClickRounded(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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h15V4q0-.425.288-.712T20 3t.713.288T21 4v15q0 .825-.587 1.413T19 21zm9.588-4.587Q13 15.825 13 15t.588-1.412T15 13t1.413.588T17 15t-.587 1.413T15 17t-1.412-.587M6 12q-.425 0-.712-.288T5 11t.288-.712T6 10h2.6L3.7 5.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L10 8.6V6q0-.425.288-.712T11 5t.713.288T12 6v5q0 .425-.288.713T11 12z"/></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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h15V4q0-.425.288-.712T20 3t.713.288T21 4v15q0 .825-.587 1.413T19 21zm9.588-4.587Q13 15.825 13 15t.588-1.412T15 13t1.413.588T17 15t-.587 1.413T15 17t-1.412-.587M6 12q-.425 0-.712-.288T5 11t.288-.712T6 10h2.6L3.7 5.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L10 8.6V6q0-.425.288-.712T11 5t.713.288T12 6v5q0 .425-.288.713T11 12z"/></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%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h15V4q0-.425.288-.712T20%203t.713.288T21%204v15q0%20.825-.587%201.413T19%2021zm9.588-4.587Q13%2015.825%2013%2015t.588-1.412T15%2013t1.413.588T17%2015t-.587%201.413T15%2017t-1.412-.587M6%2012q-.425%200-.712-.288T5%2011t.288-.712T6%2010h2.6L3.7%205.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L10%208.6V6q0-.425.288-.712T11%205t.713.288T12%206v5q0%20.425-.288.713T11%2012z%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%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h15V4q0-.425.288-.712T20%203t.713.288T21%204v15q0%20.825-.587%201.413T19%2021zm9.588-4.587Q13%2015.825%2013%2015t.588-1.412T15%2013t1.413.588T17%2015t-.587%201.413T15%2017t-1.412-.587M6%2012q-.425%200-.712-.288T5%2011t.288-.712T6%2010h2.6L3.7%205.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L10%208.6V6q0-.425.288-.712T11%205t.713.288T12%206v5q0%20.425-.288.713T11%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bottom-right-click-rounded.svg?color=%231a73e8&size=48