gesture from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.

Name
gesture
Set
Material Design Icons
Style
Filled
Category
Drawing / Art
Viewbox
24×24
License
Apache 2.0
Aliases
freehand-line

The same icon in other sets

More drawing / art icons from Material Design Icons

Use the gesture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.59 6.89C5.29 6.18 6 5.54 6.3 5.67c.5.2 0 1.03-.3 1.52c-.25.42-2.86 3.89-2.86 6.31c0 1.28.48 2.34 1.36 3a3 3 0 0 0 2.62.44c1.07-.31 1.95-1.4 3.06-2.77c1.21-1.49 2.82-3.44 4.08-3.44c1.63 0 1.65 1.01 1.74 1.77c-3.76.66-5.36 3.69-5.36 5.39S12.08 21 13.85 21c1.65 0 4.29-1.35 4.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2c-2.25 0-4.18 1.91-4.94 2.82c-.56.75-2.06 2.5-2.29 2.74c-.27.3-.68.84-1.11.84c-.45 0-.72-.83-.36-1.92c.35-1.09 1.4-2.86 1.85-3.52c.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3C5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93zm9.29 11.66c-.31 0-.74-.26-.74-.72c0-.6.73-2.2 2.86-2.76c-.29 2.69-1.42 3.48-2.12 3.48"/></svg>

React

import type { SVGProps } from "react";

export function MdiGesture(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="M4.59 6.89C5.29 6.18 6 5.54 6.3 5.67c.5.2 0 1.03-.3 1.52c-.25.42-2.86 3.89-2.86 6.31c0 1.28.48 2.34 1.36 3a3 3 0 0 0 2.62.44c1.07-.31 1.95-1.4 3.06-2.77c1.21-1.49 2.82-3.44 4.08-3.44c1.63 0 1.65 1.01 1.74 1.77c-3.76.66-5.36 3.69-5.36 5.39S12.08 21 13.85 21c1.65 0 4.29-1.35 4.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2c-2.25 0-4.18 1.91-4.94 2.82c-.56.75-2.06 2.5-2.29 2.74c-.27.3-.68.84-1.11.84c-.45 0-.72-.83-.36-1.92c.35-1.09 1.4-2.86 1.85-3.52c.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3C5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93zm9.29 11.66c-.31 0-.74-.26-.74-.72c0-.6.73-2.2 2.86-2.76c-.29 2.69-1.42 3.48-2.12 3.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.59 6.89C5.29 6.18 6 5.54 6.3 5.67c.5.2 0 1.03-.3 1.52c-.25.42-2.86 3.89-2.86 6.31c0 1.28.48 2.34 1.36 3a3 3 0 0 0 2.62.44c1.07-.31 1.95-1.4 3.06-2.77c1.21-1.49 2.82-3.44 4.08-3.44c1.63 0 1.65 1.01 1.74 1.77c-3.76.66-5.36 3.69-5.36 5.39S12.08 21 13.85 21c1.65 0 4.29-1.35 4.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2c-2.25 0-4.18 1.91-4.94 2.82c-.56.75-2.06 2.5-2.29 2.74c-.27.3-.68.84-1.11.84c-.45 0-.72-.83-.36-1.92c.35-1.09 1.4-2.86 1.85-3.52c.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3C5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93zm9.29 11.66c-.31 0-.74-.26-.74-.72c0-.6.73-2.2 2.86-2.76c-.29 2.69-1.42 3.48-2.12 3.48"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.59%206.89C5.29%206.18%206%205.54%206.3%205.67c.5.2%200%201.03-.3%201.52c-.25.42-2.86%203.89-2.86%206.31c0%201.28.48%202.34%201.36%203a3%203%200%200%200%202.62.44c1.07-.31%201.95-1.4%203.06-2.77c1.21-1.49%202.82-3.44%204.08-3.44c1.63%200%201.65%201.01%201.74%201.77c-3.76.66-5.36%203.69-5.36%205.39S12.08%2021%2013.85%2021c1.65%200%204.29-1.35%204.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2c-2.25%200-4.18%201.91-4.94%202.82c-.56.75-2.06%202.5-2.29%202.74c-.27.3-.68.84-1.11.84c-.45%200-.72-.83-.36-1.92c.35-1.09%201.4-2.86%201.85-3.52c.78-1.14%201.3-1.92%201.3-3.28C8.95%203.69%207.31%203%206.44%203C5.12%203%203.97%204%203.72%204.25c-.36.36-.66.66-.88.93zm9.29%2011.66c-.31%200-.74-.26-.74-.72c0-.6.73-2.2%202.86-2.76c-.29%202.69-1.42%203.48-2.12%203.48%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%22M4.59%206.89C5.29%206.18%206%205.54%206.3%205.67c.5.2%200%201.03-.3%201.52c-.25.42-2.86%203.89-2.86%206.31c0%201.28.48%202.34%201.36%203a3%203%200%200%200%202.62.44c1.07-.31%201.95-1.4%203.06-2.77c1.21-1.49%202.82-3.44%204.08-3.44c1.63%200%201.65%201.01%201.74%201.77c-3.76.66-5.36%203.69-5.36%205.39S12.08%2021%2013.85%2021c1.65%200%204.29-1.35%204.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2c-2.25%200-4.18%201.91-4.94%202.82c-.56.75-2.06%202.5-2.29%202.74c-.27.3-.68.84-1.11.84c-.45%200-.72-.83-.36-1.92c.35-1.09%201.4-2.86%201.85-3.52c.78-1.14%201.3-1.92%201.3-3.28C8.95%203.69%207.31%203%206.44%203C5.12%203%203.97%204%203.72%204.25c-.36.36-.66.66-.88.93zm9.29%2011.66c-.31%200-.74-.26-.74-.72c0-.6.73-2.2%202.86-2.76c-.29%202.69-1.42%203.48-2.12%203.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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