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

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

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the left click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.55 21.5l-3.3-3.275l-.75 2.275q-.125.35-.475.338t-.475-.363L12.275 12.9q-.1-.275.125-.5t.5-.125l7.575 2.275q.35.125.363.475t-.338.475l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425M6 12q0-2.5 1.75-4.25T12 6q1.925 0 3.438 1.063T17.6 9.825q.15.4-.012.775t-.563.525t-.762-.012t-.513-.563q-.425-1.125-1.45-1.838T12 8q-1.65 0-2.825 1.175T8 12q0 1.275.713 2.3t1.837 1.45q.4.15.563.525t.012.775t-.525.55t-.775 0Q8.1 16.95 7.05 15.412T6 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLeftClickRounded(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="m19.55 21.5l-3.3-3.275l-.75 2.275q-.125.35-.475.338t-.475-.363L12.275 12.9q-.1-.275.125-.5t.5-.125l7.575 2.275q.35.125.363.475t-.338.475l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425M6 12q0-2.5 1.75-4.25T12 6q1.925 0 3.438 1.063T17.6 9.825q.15.4-.012.775t-.563.525t-.762-.012t-.513-.563q-.425-1.125-1.45-1.838T12 8q-1.65 0-2.825 1.175T8 12q0 1.275.713 2.3t1.837 1.45q.4.15.563.525t.012.775t-.525.55t-.775 0Q8.1 16.95 7.05 15.412T6 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.55 21.5l-3.3-3.275l-.75 2.275q-.125.35-.475.338t-.475-.363L12.275 12.9q-.1-.275.125-.5t.5-.125l7.575 2.275q.35.125.363.475t-.338.475l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425M6 12q0-2.5 1.75-4.25T12 6q1.925 0 3.438 1.063T17.6 9.825q.15.4-.012.775t-.563.525t-.762-.012t-.513-.563q-.425-1.125-1.45-1.838T12 8q-1.65 0-2.825 1.175T8 12q0 1.275.713 2.3t1.837 1.45q.4.15.563.525t.012.775t-.525.55t-.775 0Q8.1 16.95 7.05 15.412T6 12"/></svg>
</template>

CSS

.icon-left-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%22m19.55%2021.5l-3.3-3.275l-.75%202.275q-.125.35-.475.338t-.475-.363L12.275%2012.9q-.1-.275.125-.5t.5-.125l7.575%202.275q.35.125.363.475t-.338.475l-2.275.75l3.3%203.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425M6%2012q0-2.5%201.75-4.25T12%206q1.925%200%203.438%201.063T17.6%209.825q.15.4-.012.775t-.563.525t-.762-.012t-.513-.563q-.425-1.125-1.45-1.838T12%208q-1.65%200-2.825%201.175T8%2012q0%201.275.713%202.3t1.837%201.45q.4.15.563.525t.012.775t-.525.55t-.775%200Q8.1%2016.95%207.05%2015.412T6%2012%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%22m19.55%2021.5l-3.3-3.275l-.75%202.275q-.125.35-.475.338t-.475-.363L12.275%2012.9q-.1-.275.125-.5t.5-.125l7.575%202.275q.35.125.363.475t-.338.475l-2.275.75l3.3%203.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425M6%2012q0-2.5%201.75-4.25T12%206q1.925%200%203.438%201.063T17.6%209.825q.15.4-.012.775t-.563.525t-.762-.012t-.513-.563q-.425-1.125-1.45-1.838T12%208q-1.65%200-2.825%201.175T8%2012q0%201.275.713%202.3t1.837%201.45q.4.15.563.525t.012.775t-.525.55t-.775%200Q8.1%2016.95%207.05%2015.412T6%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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