double tap emoji
double-tap from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- double-tap
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the double tap emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M40.842 37.36a3.5 3.5 0 1 1 6.994.293M26.805 14.509a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m23.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="M54.836 36.844h-.133a3.49 3.49 0 0 0-3.22-2.602a3.5 3.5 0 0 0-3.527 2.602h-.199a3.49 3.49 0 0 0-3.141-2.827c-1.795-.144-3.366 1.1-3.7 2.827h-.143a3.49 3.49 0 0 0-3.252-3.232a3.49 3.49 0 0 0-3.628 2.739l-.088-22.177h-6.953V38.04l-.843-.328l-1.859-2.23c-1.343-1.39-5.717-2.55-7.213-1.326c-2.812 2.3 4.616 10.243 3.407 8.916l1.76 4.723c.945 16.916 12.375 19.308 16.272 19.42c9.02.259 16.14-6.328 16.24-18.145h.22zm-20.941.043l.02.001v3.894l-.005-.001z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M33.79 23.71c4.13-1.45 7.09-5.39 7.09-10.02c0-5.87-4.75-10.63-10.62-10.63S19.64 7.82 19.64 13.69c0 4.65 2.99 8.6 7.15 10.04"/><path d="M33.79 20.57a7.73 7.73 0 0 0 4.2-6.88c0-4.28-3.46-7.74-7.73-7.74s-7.74 3.46-7.74 7.74c0 3.02 1.74 5.64 4.27 6.91m28.026 30.174c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911-.873v-12m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path d="M40.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M16.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M16.836 39.12l1.821 2.38m36.175 9.26c0 9.087-7.368 16.455-16.456 16.455S21.92 59.847 21.92 50.759"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDoubleTap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M40.842 37.36a3.5 3.5 0 1 1 6.994.293M26.805 14.509a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m23.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="M54.836 36.844h-.133a3.49 3.49 0 0 0-3.22-2.602a3.5 3.5 0 0 0-3.527 2.602h-.199a3.49 3.49 0 0 0-3.141-2.827c-1.795-.144-3.366 1.1-3.7 2.827h-.143a3.49 3.49 0 0 0-3.252-3.232a3.49 3.49 0 0 0-3.628 2.739l-.088-22.177h-6.953V38.04l-.843-.328l-1.859-2.23c-1.343-1.39-5.717-2.55-7.213-1.326c-2.812 2.3 4.616 10.243 3.407 8.916l1.76 4.723c.945 16.916 12.375 19.308 16.272 19.42c9.02.259 16.14-6.328 16.24-18.145h.22zm-20.941.043l.02.001v3.894l-.005-.001z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M33.79 23.71c4.13-1.45 7.09-5.39 7.09-10.02c0-5.87-4.75-10.63-10.62-10.63S19.64 7.82 19.64 13.69c0 4.65 2.99 8.6 7.15 10.04"/><path d="M33.79 20.57a7.73 7.73 0 0 0 4.2-6.88c0-4.28-3.46-7.74-7.73-7.74s-7.74 3.46-7.74 7.74c0 3.02 1.74 5.64 4.27 6.91m28.026 30.174c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911-.873v-12m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path d="M40.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M16.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M16.836 39.12l1.821 2.38m36.175 9.26c0 9.087-7.368 16.455-16.456 16.455S21.92 59.847 21.92 50.759"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M40.842 37.36a3.5 3.5 0 1 1 6.994.293M26.805 14.509a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m23.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="M54.836 36.844h-.133a3.49 3.49 0 0 0-3.22-2.602a3.5 3.5 0 0 0-3.527 2.602h-.199a3.49 3.49 0 0 0-3.141-2.827c-1.795-.144-3.366 1.1-3.7 2.827h-.143a3.49 3.49 0 0 0-3.252-3.232a3.49 3.49 0 0 0-3.628 2.739l-.088-22.177h-6.953V38.04l-.843-.328l-1.859-2.23c-1.343-1.39-5.717-2.55-7.213-1.326c-2.812 2.3 4.616 10.243 3.407 8.916l1.76 4.723c.945 16.916 12.375 19.308 16.272 19.42c9.02.259 16.14-6.328 16.24-18.145h.22zm-20.941.043l.02.001v3.894l-.005-.001z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M33.79 23.71c4.13-1.45 7.09-5.39 7.09-10.02c0-5.87-4.75-10.63-10.62-10.63S19.64 7.82 19.64 13.69c0 4.65 2.99 8.6 7.15 10.04"/><path d="M33.79 20.57a7.73 7.73 0 0 0 4.2-6.88c0-4.28-3.46-7.74-7.73-7.74s-7.74 3.46-7.74 7.74c0 3.02 1.74 5.64 4.27 6.91m28.026 30.174c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911-.873v-12m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path d="M40.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M16.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M16.836 39.12l1.821 2.38m36.175 9.26c0 9.087-7.368 16.455-16.456 16.455S21.92 59.847 21.92 50.759"/></g></svg> </template>
CSS
.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M40.842%2037.36a3.5%203.5%200%201%201%206.994.293M26.805%2014.509a3.5%203.5%200%201%201%207%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m23.844%2036.455l-1.958-2.213m-5.035%204.863l1.821%202.38%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M54.836%2036.844h-.133a3.49%203.49%200%200%200-3.22-2.602a3.5%203.5%200%200%200-3.527%202.602h-.199a3.49%203.49%200%200%200-3.141-2.827c-1.795-.144-3.366%201.1-3.7%202.827h-.143a3.49%203.49%200%200%200-3.252-3.232a3.49%203.49%200%200%200-3.628%202.739l-.088-22.177h-6.953V38.04l-.843-.328l-1.859-2.23c-1.343-1.39-5.717-2.55-7.213-1.326c-2.812%202.3%204.616%2010.243%203.407%208.916l1.76%204.723c.945%2016.916%2012.375%2019.308%2016.272%2019.42c9.02.259%2016.14-6.328%2016.24-18.145h.22zm-20.941.043l.02.001v3.894l-.005-.001z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M33.79%2023.71c4.13-1.45%207.09-5.39%207.09-10.02c0-5.87-4.75-10.63-10.62-10.63S19.64%207.82%2019.64%2013.69c0%204.65%202.99%208.6%207.15%2010.04%22%2F%3E%3Cpath%20d%3D%22M33.79%2020.57a7.73%207.73%200%200%200%204.2-6.88c0-4.28-3.46-7.74-7.73-7.74s-7.74%203.46-7.74%207.74c0%203.02%201.74%205.64%204.27%206.91m28.026%2030.174c0%209.089-7.367%2016.456-16.456%2016.456s-16.455-7.367-16.455-16.456m32.911-.873v-12m-6.992-.294a3.5%203.5%200%201%201%206.994.294m-13.991-.526a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20d%3D%22M40.831%2037.24a3.5%203.5%200%201%201%206.978.562m-14.019-.906a3.5%203.5%200%200%201%206.985.448M16.836%2039.12a3.5%203.5%200%201%201%205.035-4.863m4.919-19.733a3.5%203.5%200%201%201%207%200m-.001%2022.335V14.524m-6.999%200v27.791m-2.961-5.844l-1.958-2.214m-3.268%207.183c1.953%202.143%203.374%205.167%203.302%209.521M16.836%2039.12l1.821%202.38m36.175%209.26c0%209.087-7.368%2016.455-16.456%2016.455S21.92%2059.847%2021.92%2050.759%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M40.842%2037.36a3.5%203.5%200%201%201%206.994.293M26.805%2014.509a3.5%203.5%200%201%201%207%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m23.844%2036.455l-1.958-2.213m-5.035%204.863l1.821%202.38%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M54.836%2036.844h-.133a3.49%203.49%200%200%200-3.22-2.602a3.5%203.5%200%200%200-3.527%202.602h-.199a3.49%203.49%200%200%200-3.141-2.827c-1.795-.144-3.366%201.1-3.7%202.827h-.143a3.49%203.49%200%200%200-3.252-3.232a3.49%203.49%200%200%200-3.628%202.739l-.088-22.177h-6.953V38.04l-.843-.328l-1.859-2.23c-1.343-1.39-5.717-2.55-7.213-1.326c-2.812%202.3%204.616%2010.243%203.407%208.916l1.76%204.723c.945%2016.916%2012.375%2019.308%2016.272%2019.42c9.02.259%2016.14-6.328%2016.24-18.145h.22zm-20.941.043l.02.001v3.894l-.005-.001z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M33.79%2023.71c4.13-1.45%207.09-5.39%207.09-10.02c0-5.87-4.75-10.63-10.62-10.63S19.64%207.82%2019.64%2013.69c0%204.65%202.99%208.6%207.15%2010.04%22%2F%3E%3Cpath%20d%3D%22M33.79%2020.57a7.73%207.73%200%200%200%204.2-6.88c0-4.28-3.46-7.74-7.73-7.74s-7.74%203.46-7.74%207.74c0%203.02%201.74%205.64%204.27%206.91m28.026%2030.174c0%209.089-7.367%2016.456-16.456%2016.456s-16.455-7.367-16.455-16.456m32.911-.873v-12m-6.992-.294a3.5%203.5%200%201%201%206.994.294m-13.991-.526a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20d%3D%22M40.831%2037.24a3.5%203.5%200%201%201%206.978.562m-14.019-.906a3.5%203.5%200%200%201%206.985.448M16.836%2039.12a3.5%203.5%200%201%201%205.035-4.863m4.919-19.733a3.5%203.5%200%201%201%207%200m-.001%2022.335V14.524m-6.999%200v27.791m-2.961-5.844l-1.958-2.214m-3.268%207.183c1.953%202.143%203.374%205.167%203.302%209.521M16.836%2039.12l1.821%202.38m36.175%209.26c0%209.087-7.368%2016.455-16.456%2016.455S21.92%2059.847%2021.92%2050.759%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/double-tap.svg?color=%231a73e8&size=48