rock gesture icon

rock-gesture from IconPark Solid by ByteDance · Solid · Hands · Apache-2.0 Free for personal and commercial use.

Name
rock-gesture
Set
IconPark Solid
Style
Solid
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark Solid

Use the rock gesture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 25V7.5c0-1.281.5-3.5 3-3.5s3 2.219 3 3.5V30l7-7c1.297-1.297 3.078-1.922 4.5-.5s1.594 2.906 0 4.5L35 33.5S29.094 44 26 44H13s-3 0-5-2s-2-4.5-2-4.5V12.781C6 12.062 6.5 10 9 10s3 2 3 2.781V25"/><rect width="6" height="12" x="12" y="19" fill="currentColor" rx="3"/><rect width="6" height="12" x="18" y="19" fill="currentColor" rx="3"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidRockGesture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M24 25V7.5c0-1.281.5-3.5 3-3.5s3 2.219 3 3.5V30l7-7c1.297-1.297 3.078-1.922 4.5-.5s1.594 2.906 0 4.5L35 33.5S29.094 44 26 44H13s-3 0-5-2s-2-4.5-2-4.5V12.781C6 12.062 6.5 10 9 10s3 2 3 2.781V25"/><rect width="6" height="12" x="12" y="19" fill="currentColor" rx="3"/><rect width="6" height="12" x="18" y="19" fill="currentColor" rx="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 25V7.5c0-1.281.5-3.5 3-3.5s3 2.219 3 3.5V30l7-7c1.297-1.297 3.078-1.922 4.5-.5s1.594 2.906 0 4.5L35 33.5S29.094 44 26 44H13s-3 0-5-2s-2-4.5-2-4.5V12.781C6 12.062 6.5 10 9 10s3 2 3 2.781V25"/><rect width="6" height="12" x="12" y="19" fill="currentColor" rx="3"/><rect width="6" height="12" x="18" y="19" fill="currentColor" rx="3"/></g></svg>
</template>

CSS

.icon-rock-gesture {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2025V7.5c0-1.281.5-3.5%203-3.5s3%202.219%203%203.5V30l7-7c1.297-1.297%203.078-1.922%204.5-.5s1.594%202.906%200%204.5L35%2033.5S29.094%2044%2026%2044H13s-3%200-5-2s-2-4.5-2-4.5V12.781C6%2012.062%206.5%2010%209%2010s3%202%203%202.781V25%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2212%22%20x%3D%2212%22%20y%3D%2219%22%20fill%3D%22currentColor%22%20rx%3D%223%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2212%22%20x%3D%2218%22%20y%3D%2219%22%20fill%3D%22currentColor%22%20rx%3D%223%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2025V7.5c0-1.281.5-3.5%203-3.5s3%202.219%203%203.5V30l7-7c1.297-1.297%203.078-1.922%204.5-.5s1.594%202.906%200%204.5L35%2033.5S29.094%2044%2026%2044H13s-3%200-5-2s-2-4.5-2-4.5V12.781C6%2012.062%206.5%2010%209%2010s3%202%203%202.781V25%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2212%22%20x%3D%2212%22%20y%3D%2219%22%20fill%3D%22currentColor%22%20rx%3D%223%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2212%22%20x%3D%2218%22%20y%3D%2219%22%20fill%3D%22currentColor%22%20rx%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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