gesture two double tap icon
gesture-two-double-tap from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- gesture-two-double-tap
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the gesture two double tap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15.14v6.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9a1 1 0 0 1 1-1a1 1 0 0 1 1 1V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v5l4.15 1.84c.51.23.85.74.85 1.3M13 3a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46V9.24c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3c-1.35 0-2.5.9-2.87 2.13A3.003 3.003 0 0 0 9 11.24v1.22C7.8 11.77 7 10.5 7 9c0-1.62.97-3 2.35-3.65C10 3.97 11.38 3 13 3m0-2a6 6 0 0 1 6 6c0 2.06-1.04 3.88-2.62 4.96l-1.12-.5A4.98 4.98 0 0 0 18 7a5 5 0 0 0-5-5c-1.89 0-3.54 1.05-4.39 2.61C7.05 5.46 6 7.11 6 9c0 2.05 1.23 3.81 3 4.58v1.08C6.67 13.83 5 11.61 5 9c0-2.17 1.15-4.07 2.88-5.12A5.98 5.98 0 0 1 13 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiGestureTwoDoubleTap(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="M19 15.14v6.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9a1 1 0 0 1 1-1a1 1 0 0 1 1 1V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v5l4.15 1.84c.51.23.85.74.85 1.3M13 3a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46V9.24c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3c-1.35 0-2.5.9-2.87 2.13A3.003 3.003 0 0 0 9 11.24v1.22C7.8 11.77 7 10.5 7 9c0-1.62.97-3 2.35-3.65C10 3.97 11.38 3 13 3m0-2a6 6 0 0 1 6 6c0 2.06-1.04 3.88-2.62 4.96l-1.12-.5A4.98 4.98 0 0 0 18 7a5 5 0 0 0-5-5c-1.89 0-3.54 1.05-4.39 2.61C7.05 5.46 6 7.11 6 9c0 2.05 1.23 3.81 3 4.58v1.08C6.67 13.83 5 11.61 5 9c0-2.17 1.15-4.07 2.88-5.12A5.98 5.98 0 0 1 13 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 15.14v6.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9a1 1 0 0 1 1-1a1 1 0 0 1 1 1V7a1 1 0 0 1 1-1a1 1 0 0 1 1 1v5l4.15 1.84c.51.23.85.74.85 1.3M13 3a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46V9.24c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3c-1.35 0-2.5.9-2.87 2.13A3.003 3.003 0 0 0 9 11.24v1.22C7.8 11.77 7 10.5 7 9c0-1.62.97-3 2.35-3.65C10 3.97 11.38 3 13 3m0-2a6 6 0 0 1 6 6c0 2.06-1.04 3.88-2.62 4.96l-1.12-.5A4.98 4.98 0 0 0 18 7a5 5 0 0 0-5-5c-1.89 0-3.54 1.05-4.39 2.61C7.05 5.46 6 7.11 6 9c0 2.05 1.23 3.81 3 4.58v1.08C6.67 13.83 5 11.61 5 9c0-2.17 1.15-4.07 2.88-5.12A5.98 5.98 0 0 1 13 1"/></svg> </template>
CSS
.icon-gesture-two-double-tap {
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%22M19%2015.14v6.36c-.03.82-.68%201.47-1.5%201.5H11c-.38%200-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L10%2019V9a1%201%200%200%201%201-1a1%201%200%200%201%201%201V7a1%201%200%200%201%201-1a1%201%200%200%201%201%201v5l4.15%201.84c.51.23.85.74.85%201.3M13%203a4%204%200%200%201%204%204c0%201.5-.8%202.77-2%203.46V9.24c.61-.55%201-1.35%201-2.24a3%203%200%200%200-3-3c-1.35%200-2.5.9-2.87%202.13A3.003%203.003%200%200%200%209%2011.24v1.22C7.8%2011.77%207%2010.5%207%209c0-1.62.97-3%202.35-3.65C10%203.97%2011.38%203%2013%203m0-2a6%206%200%200%201%206%206c0%202.06-1.04%203.88-2.62%204.96l-1.12-.5A4.98%204.98%200%200%200%2018%207a5%205%200%200%200-5-5c-1.89%200-3.54%201.05-4.39%202.61C7.05%205.46%206%207.11%206%209c0%202.05%201.23%203.81%203%204.58v1.08C6.67%2013.83%205%2011.61%205%209c0-2.17%201.15-4.07%202.88-5.12A5.98%205.98%200%200%201%2013%201%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%22M19%2015.14v6.36c-.03.82-.68%201.47-1.5%201.5H11c-.38%200-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L10%2019V9a1%201%200%200%201%201-1a1%201%200%200%201%201%201V7a1%201%200%200%201%201-1a1%201%200%200%201%201%201v5l4.15%201.84c.51.23.85.74.85%201.3M13%203a4%204%200%200%201%204%204c0%201.5-.8%202.77-2%203.46V9.24c.61-.55%201-1.35%201-2.24a3%203%200%200%200-3-3c-1.35%200-2.5.9-2.87%202.13A3.003%203.003%200%200%200%209%2011.24v1.22C7.8%2011.77%207%2010.5%207%209c0-1.62.97-3%202.35-3.65C10%203.97%2011.38%203%2013%203m0-2a6%206%200%200%201%206%206c0%202.06-1.04%203.88-2.62%204.96l-1.12-.5A4.98%204.98%200%200%200%2018%207a5%205%200%200%200-5-5c-1.89%200-3.54%201.05-4.39%202.61C7.05%205.46%206%207.11%206%209c0%202.05%201.23%203.81%203%204.58v1.08C6.67%2013.83%205%2011.61%205%209c0-2.17%201.15-4.07%202.88-5.12A5.98%205.98%200%200%201%2013%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/gesture-two-double-tap.svg?color=%231a73e8&size=48