swipe right emoji

swipe-right from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
swipe-right
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the swipe right emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="33" cy="12" r="4" fill="#92d3f5"/><g fill="#fcea2b"><path d="M39.955 36.82a2.38 2.38 0 0 1 2.377 2.377v.632h-4.76v-.626a2.385 2.385 0 0 1 2.383-2.384Zm5.855.2a2.38 2.38 0 0 1 2.377 2.378v.632h-4.761v-.626a2.385 2.385 0 0 1 2.383-2.383Zm8.222 3.613l-4.067.062v-1.403c0-1.316.807-1.966 2.123-1.966l.157-.022c.938.067 1.787.563 1.787 1.877z"/><path d="m29.152 56.928l1.567 2.285c.137.2.309.373.507.513l4.546 3.207c.257.182.553.301.864.35l4.718.558c.344.053 2.37-.149 2.697-.27l3.188-1.377c.258-.096 1.871-1.178 2.07-1.368l1.966-2.042c.115-.11 1.06-1.495 1.146-1.628l.915-1.917c.19-.29.39-1.049.414-1.396l.29-1.513c.003-.049.173-1.5.173-1.55l.102-8.955a2.04 2.04 0 0 0-2.006-2.036l-14.076-.24a2.04 2.04 0 0 1-2.006-2.038l-.028-16.983l-.064-.144c.112-.314.037-.398.048-.75c.04-1.294-.65-2.28-2.06-2.363c-.826-.049-2.198.771-2.235 1.804c-.013.352-.094.67.018.984l-.036 1.604l-.045 19.034l-.99-1.27a2 2 0 0 0-.114-.134L28.778 37.2a2.04 2.04 0 0 0-1.092-.612l-2.246-.454a2.04 2.04 0 0 0-1.257.146l-.721.332a2.042 2.042 0 0 0-.83 3.01l3.402 4.956q.186.271.277.586l.694 2.386q.05.174.07.354l.435 4.1q.01.105.033.21l.373 1.753q.038.182.11.355l.923 2.232q.081.197.203.375Z"/></g><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.568 11.595s7.21 0 14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307m-.911 33.308c0 7.806-6.328 14.135-14.135 14.135S26.75 58.353 26.75 50.547m28.271-.751V39.488m-6.006-.252a3.006 3.006 0 1 1 6.007.252m-12.018-.452a3.006 3.006 0 0 1 6.008.252"/><path fill="none" d="M43.008 38.921a3.006 3.006 0 0 1 5.993.482m-12.041-.777a3.007 3.007 0 0 1 6 .384m-20.564 1.526a3.006 3.006 0 0 1 4.325-4.178m4.225-16.95a3.006 3.006 0 1 1 6.013 0m0 19.186V19.408m-6.013 0V43.28m-2.543-5.02l-1.682-1.902m-2.806 6.17c1.677 1.842 2.897 4.439 2.835 8.18m-4.354-10.173l1.565 2.045m11.566-28.962a3 3 0 1 0-4.648.503"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSwipeRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="33" cy="12" r="4" fill="#92d3f5"/><g fill="#fcea2b"><path d="M39.955 36.82a2.38 2.38 0 0 1 2.377 2.377v.632h-4.76v-.626a2.385 2.385 0 0 1 2.383-2.384Zm5.855.2a2.38 2.38 0 0 1 2.377 2.378v.632h-4.761v-.626a2.385 2.385 0 0 1 2.383-2.383Zm8.222 3.613l-4.067.062v-1.403c0-1.316.807-1.966 2.123-1.966l.157-.022c.938.067 1.787.563 1.787 1.877z"/><path d="m29.152 56.928l1.567 2.285c.137.2.309.373.507.513l4.546 3.207c.257.182.553.301.864.35l4.718.558c.344.053 2.37-.149 2.697-.27l3.188-1.377c.258-.096 1.871-1.178 2.07-1.368l1.966-2.042c.115-.11 1.06-1.495 1.146-1.628l.915-1.917c.19-.29.39-1.049.414-1.396l.29-1.513c.003-.049.173-1.5.173-1.55l.102-8.955a2.04 2.04 0 0 0-2.006-2.036l-14.076-.24a2.04 2.04 0 0 1-2.006-2.038l-.028-16.983l-.064-.144c.112-.314.037-.398.048-.75c.04-1.294-.65-2.28-2.06-2.363c-.826-.049-2.198.771-2.235 1.804c-.013.352-.094.67.018.984l-.036 1.604l-.045 19.034l-.99-1.27a2 2 0 0 0-.114-.134L28.778 37.2a2.04 2.04 0 0 0-1.092-.612l-2.246-.454a2.04 2.04 0 0 0-1.257.146l-.721.332a2.042 2.042 0 0 0-.83 3.01l3.402 4.956q.186.271.277.586l.694 2.386q.05.174.07.354l.435 4.1q.01.105.033.21l.373 1.753q.038.182.11.355l.923 2.232q.081.197.203.375Z"/></g><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M40.568 11.595s7.21 0 14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307m-.911 33.308c0 7.806-6.328 14.135-14.135 14.135S26.75 58.353 26.75 50.547m28.271-.751V39.488m-6.006-.252a3.006 3.006 0 1 1 6.007.252m-12.018-.452a3.006 3.006 0 0 1 6.008.252"/><path fill="none" d="M43.008 38.921a3.006 3.006 0 0 1 5.993.482m-12.041-.777a3.007 3.007 0 0 1 6 .384m-20.564 1.526a3.006 3.006 0 0 1 4.325-4.178m4.225-16.95a3.006 3.006 0 1 1 6.013 0m0 19.186V19.408m-6.013 0V43.28m-2.543-5.02l-1.682-1.902m-2.806 6.17c1.677 1.842 2.897 4.439 2.835 8.18m-4.354-10.173l1.565 2.045m11.566-28.962a3 3 0 1 0-4.648.503"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="33" cy="12" r="4" fill="#92d3f5"/><g fill="#fcea2b"><path d="M39.955 36.82a2.38 2.38 0 0 1 2.377 2.377v.632h-4.76v-.626a2.385 2.385 0 0 1 2.383-2.384Zm5.855.2a2.38 2.38 0 0 1 2.377 2.378v.632h-4.761v-.626a2.385 2.385 0 0 1 2.383-2.383Zm8.222 3.613l-4.067.062v-1.403c0-1.316.807-1.966 2.123-1.966l.157-.022c.938.067 1.787.563 1.787 1.877z"/><path d="m29.152 56.928l1.567 2.285c.137.2.309.373.507.513l4.546 3.207c.257.182.553.301.864.35l4.718.558c.344.053 2.37-.149 2.697-.27l3.188-1.377c.258-.096 1.871-1.178 2.07-1.368l1.966-2.042c.115-.11 1.06-1.495 1.146-1.628l.915-1.917c.19-.29.39-1.049.414-1.396l.29-1.513c.003-.049.173-1.5.173-1.55l.102-8.955a2.04 2.04 0 0 0-2.006-2.036l-14.076-.24a2.04 2.04 0 0 1-2.006-2.038l-.028-16.983l-.064-.144c.112-.314.037-.398.048-.75c.04-1.294-.65-2.28-2.06-2.363c-.826-.049-2.198.771-2.235 1.804c-.013.352-.094.67.018.984l-.036 1.604l-.045 19.034l-.99-1.27a2 2 0 0 0-.114-.134L28.778 37.2a2.04 2.04 0 0 0-1.092-.612l-2.246-.454a2.04 2.04 0 0 0-1.257.146l-.721.332a2.042 2.042 0 0 0-.83 3.01l3.402 4.956q.186.271.277.586l.694 2.386q.05.174.07.354l.435 4.1q.01.105.033.21l.373 1.753q.038.182.11.355l.923 2.232q.081.197.203.375Z"/></g><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.568 11.595s7.21 0 14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307m-.911 33.308c0 7.806-6.328 14.135-14.135 14.135S26.75 58.353 26.75 50.547m28.271-.751V39.488m-6.006-.252a3.006 3.006 0 1 1 6.007.252m-12.018-.452a3.006 3.006 0 0 1 6.008.252"/><path fill="none" d="M43.008 38.921a3.006 3.006 0 0 1 5.993.482m-12.041-.777a3.007 3.007 0 0 1 6 .384m-20.564 1.526a3.006 3.006 0 0 1 4.325-4.178m4.225-16.95a3.006 3.006 0 1 1 6.013 0m0 19.186V19.408m-6.013 0V43.28m-2.543-5.02l-1.682-1.902m-2.806 6.17c1.677 1.842 2.897 4.439 2.835 8.18m-4.354-10.173l1.565 2.045m11.566-28.962a3 3 0 1 0-4.648.503"/></g></svg>
</template>

CSS

.icon-swipe-right {
  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%3Ccircle%20cx%3D%2233%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M39.955%2036.82a2.38%202.38%200%200%201%202.377%202.377v.632h-4.76v-.626a2.385%202.385%200%200%201%202.383-2.384Zm5.855.2a2.38%202.38%200%200%201%202.377%202.378v.632h-4.761v-.626a2.385%202.385%200%200%201%202.383-2.383Zm8.222%203.613l-4.067.062v-1.403c0-1.316.807-1.966%202.123-1.966l.157-.022c.938.067%201.787.563%201.787%201.877z%22%2F%3E%3Cpath%20d%3D%22m29.152%2056.928l1.567%202.285c.137.2.309.373.507.513l4.546%203.207c.257.182.553.301.864.35l4.718.558c.344.053%202.37-.149%202.697-.27l3.188-1.377c.258-.096%201.871-1.178%202.07-1.368l1.966-2.042c.115-.11%201.06-1.495%201.146-1.628l.915-1.917c.19-.29.39-1.049.414-1.396l.29-1.513c.003-.049.173-1.5.173-1.55l.102-8.955a2.04%202.04%200%200%200-2.006-2.036l-14.076-.24a2.04%202.04%200%200%201-2.006-2.038l-.028-16.983l-.064-.144c.112-.314.037-.398.048-.75c.04-1.294-.65-2.28-2.06-2.363c-.826-.049-2.198.771-2.235%201.804c-.013.352-.094.67.018.984l-.036%201.604l-.045%2019.034l-.99-1.27a2%202%200%200%200-.114-.134L28.778%2037.2a2.04%202.04%200%200%200-1.092-.612l-2.246-.454a2.04%202.04%200%200%200-1.257.146l-.721.332a2.042%202.042%200%200%200-.83%203.01l3.402%204.956q.186.271.277.586l.694%202.386q.05.174.07.354l.435%204.1q.01.105.033.21l.373%201.753q.038.182.11.355l.923%202.232q.081.197.203.375Z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M40.568%2011.595s7.21%200%2014.42%204.807%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m54.624%2010l1.307%207.239m-7.239%201.307l7.239-1.307m-.911%2033.308c0%207.806-6.328%2014.135-14.135%2014.135S26.75%2058.353%2026.75%2050.547m28.271-.751V39.488m-6.006-.252a3.006%203.006%200%201%201%206.007.252m-12.018-.452a3.006%203.006%200%200%201%206.008.252%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M43.008%2038.921a3.006%203.006%200%200%201%205.993.482m-12.041-.777a3.007%203.007%200%200%201%206%20.384m-20.564%201.526a3.006%203.006%200%200%201%204.325-4.178m4.225-16.95a3.006%203.006%200%201%201%206.013%200m0%2019.186V19.408m-6.013%200V43.28m-2.543-5.02l-1.682-1.902m-2.806%206.17c1.677%201.842%202.897%204.439%202.835%208.18m-4.354-10.173l1.565%202.045m11.566-28.962a3%203%200%201%200-4.648.503%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%3Ccircle%20cx%3D%2233%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M39.955%2036.82a2.38%202.38%200%200%201%202.377%202.377v.632h-4.76v-.626a2.385%202.385%200%200%201%202.383-2.384Zm5.855.2a2.38%202.38%200%200%201%202.377%202.378v.632h-4.761v-.626a2.385%202.385%200%200%201%202.383-2.383Zm8.222%203.613l-4.067.062v-1.403c0-1.316.807-1.966%202.123-1.966l.157-.022c.938.067%201.787.563%201.787%201.877z%22%2F%3E%3Cpath%20d%3D%22m29.152%2056.928l1.567%202.285c.137.2.309.373.507.513l4.546%203.207c.257.182.553.301.864.35l4.718.558c.344.053%202.37-.149%202.697-.27l3.188-1.377c.258-.096%201.871-1.178%202.07-1.368l1.966-2.042c.115-.11%201.06-1.495%201.146-1.628l.915-1.917c.19-.29.39-1.049.414-1.396l.29-1.513c.003-.049.173-1.5.173-1.55l.102-8.955a2.04%202.04%200%200%200-2.006-2.036l-14.076-.24a2.04%202.04%200%200%201-2.006-2.038l-.028-16.983l-.064-.144c.112-.314.037-.398.048-.75c.04-1.294-.65-2.28-2.06-2.363c-.826-.049-2.198.771-2.235%201.804c-.013.352-.094.67.018.984l-.036%201.604l-.045%2019.034l-.99-1.27a2%202%200%200%200-.114-.134L28.778%2037.2a2.04%202.04%200%200%200-1.092-.612l-2.246-.454a2.04%202.04%200%200%200-1.257.146l-.721.332a2.042%202.042%200%200%200-.83%203.01l3.402%204.956q.186.271.277.586l.694%202.386q.05.174.07.354l.435%204.1q.01.105.033.21l.373%201.753q.038.182.11.355l.923%202.232q.081.197.203.375Z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M40.568%2011.595s7.21%200%2014.42%204.807%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m54.624%2010l1.307%207.239m-7.239%201.307l7.239-1.307m-.911%2033.308c0%207.806-6.328%2014.135-14.135%2014.135S26.75%2058.353%2026.75%2050.547m28.271-.751V39.488m-6.006-.252a3.006%203.006%200%201%201%206.007.252m-12.018-.452a3.006%203.006%200%200%201%206.008.252%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M43.008%2038.921a3.006%203.006%200%200%201%205.993.482m-12.041-.777a3.007%203.007%200%200%201%206%20.384m-20.564%201.526a3.006%203.006%200%200%201%204.325-4.178m4.225-16.95a3.006%203.006%200%201%201%206.013%200m0%2019.186V19.408m-6.013%200V43.28m-2.543-5.02l-1.682-1.902m-2.806%206.17c1.677%201.842%202.897%204.439%202.835%208.18m-4.354-10.173l1.565%202.045m11.566-28.962a3%203%200%201%200-4.648.503%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/swipe-right.svg?color=%231a73e8&size=48