left click icon
left-click-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- left-click-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- left-click-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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.242 20.27l-4.28-4.295l-.52 1.583q-.105.292-.398.29q-.292-.004-.378-.296l-1.449-4.825q-.061-.217.116-.394t.394-.116l4.825 1.449q.292.086.295.378t-.29.398l-1.582.52l4.3 4.28q.214.214.214.514t-.214.513t-.516.214t-.517-.214M7 12q0-2.077 1.462-3.538T12 7q1.598 0 2.86.88t1.798 2.31q.073.189-.013.39q-.085.203-.274.276q-.188.073-.378-.022t-.262-.284q-.425-1.125-1.44-1.838Q13.275 8 12 8q-1.65 0-2.825 1.175T8 12q0 1.275.722 2.3t1.847 1.45q.189.073.265.266q.076.192.003.38t-.266.262t-.38 0q-1.437-.554-2.314-1.813T7 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLeftClickRounded(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.242 20.27l-4.28-4.295l-.52 1.583q-.105.292-.398.29q-.292-.004-.378-.296l-1.449-4.825q-.061-.217.116-.394t.394-.116l4.825 1.449q.292.086.295.378t-.29.398l-1.582.52l4.3 4.28q.214.214.214.514t-.214.513t-.516.214t-.517-.214M7 12q0-2.077 1.462-3.538T12 7q1.598 0 2.86.88t1.798 2.31q.073.189-.013.39q-.085.203-.274.276q-.188.073-.378-.022t-.262-.284q-.425-1.125-1.44-1.838Q13.275 8 12 8q-1.65 0-2.825 1.175T8 12q0 1.275.722 2.3t1.847 1.45q.189.073.265.266q.076.192.003.38t-.266.262t-.38 0q-1.437-.554-2.314-1.813T7 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.242 20.27l-4.28-4.295l-.52 1.583q-.105.292-.398.29q-.292-.004-.378-.296l-1.449-4.825q-.061-.217.116-.394t.394-.116l4.825 1.449q.292.086.295.378t-.29.398l-1.582.52l4.3 4.28q.214.214.214.514t-.214.513t-.516.214t-.517-.214M7 12q0-2.077 1.462-3.538T12 7q1.598 0 2.86.88t1.798 2.31q.073.189-.013.39q-.085.203-.274.276q-.188.073-.378-.022t-.262-.284q-.425-1.125-1.44-1.838Q13.275 8 12 8q-1.65 0-2.825 1.175T8 12q0 1.275.722 2.3t1.847 1.45q.189.073.265.266q.076.192.003.38t-.266.262t-.38 0q-1.437-.554-2.314-1.813T7 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.242%2020.27l-4.28-4.295l-.52%201.583q-.105.292-.398.29q-.292-.004-.378-.296l-1.449-4.825q-.061-.217.116-.394t.394-.116l4.825%201.449q.292.086.295.378t-.29.398l-1.582.52l4.3%204.28q.214.214.214.514t-.214.513t-.516.214t-.517-.214M7%2012q0-2.077%201.462-3.538T12%207q1.598%200%202.86.88t1.798%202.31q.073.189-.013.39q-.085.203-.274.276q-.188.073-.378-.022t-.262-.284q-.425-1.125-1.44-1.838Q13.275%208%2012%208q-1.65%200-2.825%201.175T8%2012q0%201.275.722%202.3t1.847%201.45q.189.073.265.266q.076.192.003.38t-.266.262t-.38%200q-1.437-.554-2.314-1.813T7%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.242%2020.27l-4.28-4.295l-.52%201.583q-.105.292-.398.29q-.292-.004-.378-.296l-1.449-4.825q-.061-.217.116-.394t.394-.116l4.825%201.449q.292.086.295.378t-.29.398l-1.582.52l4.3%204.28q.214.214.214.514t-.214.513t-.516.214t-.517-.214M7%2012q0-2.077%201.462-3.538T12%207q1.598%200%202.86.88t1.798%202.31q.073.189-.013.39q-.085.203-.274.276q-.188.073-.378-.022t-.262-.284q-.425-1.125-1.44-1.838Q13.275%208%2012%208q-1.65%200-2.825%201.175T8%2012q0%201.275.722%202.3t1.847%201.45q.189.073.265.266q.076.192.003.38t-.266.262t-.38%200q-1.437-.554-2.314-1.813T7%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/left-click-rounded.svg?color=%231a73e8&size=48