hand paper solid icon

hand-paper-solid from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.

Name
hand-paper-solid
Set
Line Awesome
Style
Line
Category
Hands
Viewbox
32×32
License
Apache 2.0

More hands icons from Line Awesome

Use the hand paper solid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.383 0-2.531.969-2.875 2.25C12.773 4.105 12.402 4 12 4c-1.645 0-3 1.355-3 3v10.75l-.875-.875a3.023 3.023 0 0 0-4.25 0a3.023 3.023 0 0 0 0 4.25l6.781 6.781C11.832 29.078 13.457 30 15.375 30H20c3.855 0 7-3.145 7-7V11c0-1.645-1.355-3-3-3a3 3 0 0 0-1 .188V7c0-1.645-1.355-3-3-3c-.402 0-.773.105-1.125.25C18.531 2.969 17.383 2 16 2m0 2c.566 0 1 .434 1 1v10h2V7c0-.566.434-1 1-1s1 .434 1 1v8h2v-4c0-.566.434-1 1-1s1 .434 1 1v12c0 2.773-2.227 5-5 5h-4.625c-1.273 0-2.367-.621-3.281-1.531l-6.813-6.75a1.014 1.014 0 0 1 0-1.438a1.014 1.014 0 0 1 1.438 0l2.562 2.594L11 22.594V7c0-.566.434-1 1-1s1 .434 1 1v8h2V5c0-.566.434-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaHandPaperSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.383 0-2.531.969-2.875 2.25C12.773 4.105 12.402 4 12 4c-1.645 0-3 1.355-3 3v10.75l-.875-.875a3.023 3.023 0 0 0-4.25 0a3.023 3.023 0 0 0 0 4.25l6.781 6.781C11.832 29.078 13.457 30 15.375 30H20c3.855 0 7-3.145 7-7V11c0-1.645-1.355-3-3-3a3 3 0 0 0-1 .188V7c0-1.645-1.355-3-3-3c-.402 0-.773.105-1.125.25C18.531 2.969 17.383 2 16 2m0 2c.566 0 1 .434 1 1v10h2V7c0-.566.434-1 1-1s1 .434 1 1v8h2v-4c0-.566.434-1 1-1s1 .434 1 1v12c0 2.773-2.227 5-5 5h-4.625c-1.273 0-2.367-.621-3.281-1.531l-6.813-6.75a1.014 1.014 0 0 1 0-1.438a1.014 1.014 0 0 1 1.438 0l2.562 2.594L11 22.594V7c0-.566.434-1 1-1s1 .434 1 1v8h2V5c0-.566.434-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.383 0-2.531.969-2.875 2.25C12.773 4.105 12.402 4 12 4c-1.645 0-3 1.355-3 3v10.75l-.875-.875a3.023 3.023 0 0 0-4.25 0a3.023 3.023 0 0 0 0 4.25l6.781 6.781C11.832 29.078 13.457 30 15.375 30H20c3.855 0 7-3.145 7-7V11c0-1.645-1.355-3-3-3a3 3 0 0 0-1 .188V7c0-1.645-1.355-3-3-3c-.402 0-.773.105-1.125.25C18.531 2.969 17.383 2 16 2m0 2c.566 0 1 .434 1 1v10h2V7c0-.566.434-1 1-1s1 .434 1 1v8h2v-4c0-.566.434-1 1-1s1 .434 1 1v12c0 2.773-2.227 5-5 5h-4.625c-1.273 0-2.367-.621-3.281-1.531l-6.813-6.75a1.014 1.014 0 0 1 0-1.438a1.014 1.014 0 0 1 1.438 0l2.562 2.594L11 22.594V7c0-.566.434-1 1-1s1 .434 1 1v8h2V5c0-.566.434-1 1-1"/></svg>
</template>

CSS

.icon-hand-paper-solid {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.383%200-2.531.969-2.875%202.25C12.773%204.105%2012.402%204%2012%204c-1.645%200-3%201.355-3%203v10.75l-.875-.875a3.023%203.023%200%200%200-4.25%200a3.023%203.023%200%200%200%200%204.25l6.781%206.781C11.832%2029.078%2013.457%2030%2015.375%2030H20c3.855%200%207-3.145%207-7V11c0-1.645-1.355-3-3-3a3%203%200%200%200-1%20.188V7c0-1.645-1.355-3-3-3c-.402%200-.773.105-1.125.25C18.531%202.969%2017.383%202%2016%202m0%202c.566%200%201%20.434%201%201v10h2V7c0-.566.434-1%201-1s1%20.434%201%201v8h2v-4c0-.566.434-1%201-1s1%20.434%201%201v12c0%202.773-2.227%205-5%205h-4.625c-1.273%200-2.367-.621-3.281-1.531l-6.813-6.75a1.014%201.014%200%200%201%200-1.438a1.014%201.014%200%200%201%201.438%200l2.562%202.594L11%2022.594V7c0-.566.434-1%201-1s1%20.434%201%201v8h2V5c0-.566.434-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.383%200-2.531.969-2.875%202.25C12.773%204.105%2012.402%204%2012%204c-1.645%200-3%201.355-3%203v10.75l-.875-.875a3.023%203.023%200%200%200-4.25%200a3.023%203.023%200%200%200%200%204.25l6.781%206.781C11.832%2029.078%2013.457%2030%2015.375%2030H20c3.855%200%207-3.145%207-7V11c0-1.645-1.355-3-3-3a3%203%200%200%200-1%20.188V7c0-1.645-1.355-3-3-3c-.402%200-.773.105-1.125.25C18.531%202.969%2017.383%202%2016%202m0%202c.566%200%201%20.434%201%201v10h2V7c0-.566.434-1%201-1s1%20.434%201%201v8h2v-4c0-.566.434-1%201-1s1%20.434%201%201v12c0%202.773-2.227%205-5%205h-4.625c-1.273%200-2.367-.621-3.281-1.531l-6.813-6.75a1.014%201.014%200%200%201%200-1.438a1.014%201.014%200%200%201%201.438%200l2.562%202.594L11%2022.594V7c0-.566.434-1%201-1s1%20.434%201%201v8h2V5c0-.566.434-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hand-paper-solid.svg?color=%231a73e8&size=48