reminder hand gesture icon

reminder-hand-gesture from Iconoir by Luca Burgio · Regular · Gestures · MIT Free for personal and commercial use.

Name
reminder-hand-gesture
Set
Iconoir
Style
Regular
Category
Gestures
Viewbox
24×24
License
MIT

More gestures icons from Iconoir

Use the reminder hand gesture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m17.5 12l2.004 2.672a2 2 0 0 1-.126 2.552l-3.783 4.127A2 2 0 0 1 14.12 22H9.5c-2.358 0-3.622-2.575-3.982-3.93a.6.6 0 0 1-.018-.143V9.43c0-2.286 3-2.286 3 0V10"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 10V8.286c0-2.286-3-2.286-3 0V10m6 0V7.5c0-2.286-3-2.286-3 0q0 0 0 0V10m3 0V3.499A1.5 1.5 0 0 1 16 2v0a1.5 1.5 0 0 1 1.5 1.5V15"/><path d="M17.563 6.5h2.062C20.5 6.5 21 6.078 21 5.25S20.5 4 19.625 4H12.25C11.56 4 11 4.56 11 5.25v.25a1 1 0 0 0 1 1"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirReminderHandGesture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m17.5 12l2.004 2.672a2 2 0 0 1-.126 2.552l-3.783 4.127A2 2 0 0 1 14.12 22H9.5c-2.358 0-3.622-2.575-3.982-3.93a.6.6 0 0 1-.018-.143V9.43c0-2.286 3-2.286 3 0V10"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.5 10V8.286c0-2.286-3-2.286-3 0V10m6 0V7.5c0-2.286-3-2.286-3 0q0 0 0 0V10m3 0V3.499A1.5 1.5 0 0 1 16 2v0a1.5 1.5 0 0 1 1.5 1.5V15"/><path d="M17.563 6.5h2.062C20.5 6.5 21 6.078 21 5.25S20.5 4 19.625 4H12.25C11.56 4 11 4.56 11 5.25v.25a1 1 0 0 0 1 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m17.5 12l2.004 2.672a2 2 0 0 1-.126 2.552l-3.783 4.127A2 2 0 0 1 14.12 22H9.5c-2.358 0-3.622-2.575-3.982-3.93a.6.6 0 0 1-.018-.143V9.43c0-2.286 3-2.286 3 0V10"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 10V8.286c0-2.286-3-2.286-3 0V10m6 0V7.5c0-2.286-3-2.286-3 0q0 0 0 0V10m3 0V3.499A1.5 1.5 0 0 1 16 2v0a1.5 1.5 0 0 1 1.5 1.5V15"/><path d="M17.563 6.5h2.062C20.5 6.5 21 6.078 21 5.25S20.5 4 19.625 4H12.25C11.56 4 11 4.56 11 5.25v.25a1 1 0 0 0 1 1"/></g></svg>
</template>

CSS

.icon-reminder-hand-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.5%2012l2.004%202.672a2%202%200%200%201-.126%202.552l-3.783%204.127A2%202%200%200%201%2014.12%2022H9.5c-2.358%200-3.622-2.575-3.982-3.93a.6.6%200%200%201-.018-.143V9.43c0-2.286%203-2.286%203%200V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2010V8.286c0-2.286-3-2.286-3%200V10m6%200V7.5c0-2.286-3-2.286-3%200q0%200%200%200V10m3%200V3.499A1.5%201.5%200%200%201%2016%202v0a1.5%201.5%200%200%201%201.5%201.5V15%22%2F%3E%3Cpath%20d%3D%22M17.563%206.5h2.062C20.5%206.5%2021%206.078%2021%205.25S20.5%204%2019.625%204H12.25C11.56%204%2011%204.56%2011%205.25v.25a1%201%200%200%200%201%201%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.5%2012l2.004%202.672a2%202%200%200%201-.126%202.552l-3.783%204.127A2%202%200%200%201%2014.12%2022H9.5c-2.358%200-3.622-2.575-3.982-3.93a.6.6%200%200%201-.018-.143V9.43c0-2.286%203-2.286%203%200V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2010V8.286c0-2.286-3-2.286-3%200V10m6%200V7.5c0-2.286-3-2.286-3%200q0%200%200%200V10m3%200V3.499A1.5%201.5%200%200%201%2016%202v0a1.5%201.5%200%200%201%201.5%201.5V15%22%2F%3E%3Cpath%20d%3D%22M17.563%206.5h2.062C20.5%206.5%2021%206.078%2021%205.25S20.5%204%2019.625%204H12.25C11.56%204%2011%204.56%2011%205.25v.25a1%201%200%200%200%201%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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