back hand icon
back-hand-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- back-hand-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the back hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.8 23q-2.05 0-3.85-.937T6 19.45l-4.425-6.5q-.175-.25-.137-.537t.237-.488q.5-.525 1.238-.6t1.337.35l2.75 1.9V4q0-.425.288-.712T8 3t.713.288T9 4v8h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V3q0-.425.288-.712T16 2t.713.288T17 3v9h2V5q0-.425.288-.712T20 4t.713.288T21 5v9.8q0 3.425-2.387 5.813T12.8 23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBackHandRounded(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="M12.8 23q-2.05 0-3.85-.937T6 19.45l-4.425-6.5q-.175-.25-.137-.537t.237-.488q.5-.525 1.238-.6t1.337.35l2.75 1.9V4q0-.425.288-.712T8 3t.713.288T9 4v8h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V3q0-.425.288-.712T16 2t.713.288T17 3v9h2V5q0-.425.288-.712T20 4t.713.288T21 5v9.8q0 3.425-2.387 5.813T12.8 23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.8 23q-2.05 0-3.85-.937T6 19.45l-4.425-6.5q-.175-.25-.137-.537t.237-.488q.5-.525 1.238-.6t1.337.35l2.75 1.9V4q0-.425.288-.712T8 3t.713.288T9 4v8h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V3q0-.425.288-.712T16 2t.713.288T17 3v9h2V5q0-.425.288-.712T20 4t.713.288T21 5v9.8q0 3.425-2.387 5.813T12.8 23"/></svg> </template>
CSS
.icon-back-hand-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%22M12.8%2023q-2.05%200-3.85-.937T6%2019.45l-4.425-6.5q-.175-.25-.137-.537t.237-.488q.5-.525%201.238-.6t1.337.35l2.75%201.9V4q0-.425.288-.712T8%203t.713.288T9%204v8h2V2q0-.425.288-.712T12%201t.713.288T13%202v10h2V3q0-.425.288-.712T16%202t.713.288T17%203v9h2V5q0-.425.288-.712T20%204t.713.288T21%205v9.8q0%203.425-2.387%205.813T12.8%2023%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%22M12.8%2023q-2.05%200-3.85-.937T6%2019.45l-4.425-6.5q-.175-.25-.137-.537t.237-.488q.5-.525%201.238-.6t1.337.35l2.75%201.9V4q0-.425.288-.712T8%203t.713.288T9%204v8h2V2q0-.425.288-.712T12%201t.713.288T13%202v10h2V3q0-.425.288-.712T16%202t.713.288T17%203v9h2V5q0-.425.288-.712T20%204t.713.288T21%205v9.8q0%203.425-2.387%205.813T12.8%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/back-hand-rounded.svg?color=%231a73e8&size=48