swipe emoji
swipe from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- swipe
- 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 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="39.882" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="46.083" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="52.042" cy="39.45" r="2.14" fill="#fcea2b"/><circle cx="33" cy="12" r="4" fill="#92d3f5"/><circle cx="34" cy="19" r="3" fill="#fcea2b"/><path fill="#fcea2b" d="M33.78 19.045c1.323 0 2.395 1.401 2.395 3.13V38.87c0 1.728-1.072 3.13-2.395 3.13s-2.396-1.402-2.396-3.13V22.175c0-1.729 1.073-3.13 2.396-3.13m-4.989 37.626l2.526 3.437q.227.305.54.515l3.97 2.638c.29.192.622.31.966.343l5.62.534c.328.031.66-.016.968-.137l5.234-2.065a2.13 2.13 0 0 0 .937-.726l3.565-4.88c.202-.277.337-.6.39-.941l.255-1.61c.21-1.327-.815-2.523-2.14-2.497l-21.533.429c-1.315.026-2.292 1.247-2.045 2.559s.385 1.619.385 1.619c.068.283.19.549.362.782m.087-7.551a1.92 1.92 0 0 1-1.356-.867l-4.475-7.003l-1.22-1.936a1.92 1.92 0 0 1 .284-2.398l.302-.294a1.92 1.92 0 0 1 1.615-.526l3.631.525a1.92 1.92 0 0 1 1.132.593l1.634 1.76c.233.25.395.56.468.894l.546 2.487q.064.294.036.594l-.424 4.452a1.92 1.92 0 0 1-2.172 1.72Z"/><path fill="#fcea2b" d="M31.323 40.34v.106c0 1.01-.865 1.828-1.931 1.828s-1.932.818-1.932 1.827v9.071c0 1.01.865 1.828 1.932 1.828h22.79c1.067 0 1.932-.818 1.932-1.828V40.34c0-1.009-.865-1.827-1.931-1.827H33.254c-1.066 0-1.931.818-1.931 1.827"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.568 11.595s7.21 0 14.42 4.807m-28.84-4.807s-7.21 0-14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307M12.343 10l-1.307 7.239m7.239 1.307l-7.239-1.307M55.02 50.547c0 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 OpenmojiSwipe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="39.882" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="46.083" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="52.042" cy="39.45" r="2.14" fill="#fcea2b"/><circle cx="33" cy="12" r="4" fill="#92d3f5"/><circle cx="34" cy="19" r="3" fill="#fcea2b"/><path fill="#fcea2b" d="M33.78 19.045c1.323 0 2.395 1.401 2.395 3.13V38.87c0 1.728-1.072 3.13-2.395 3.13s-2.396-1.402-2.396-3.13V22.175c0-1.729 1.073-3.13 2.396-3.13m-4.989 37.626l2.526 3.437q.227.305.54.515l3.97 2.638c.29.192.622.31.966.343l5.62.534c.328.031.66-.016.968-.137l5.234-2.065a2.13 2.13 0 0 0 .937-.726l3.565-4.88c.202-.277.337-.6.39-.941l.255-1.61c.21-1.327-.815-2.523-2.14-2.497l-21.533.429c-1.315.026-2.292 1.247-2.045 2.559s.385 1.619.385 1.619c.068.283.19.549.362.782m.087-7.551a1.92 1.92 0 0 1-1.356-.867l-4.475-7.003l-1.22-1.936a1.92 1.92 0 0 1 .284-2.398l.302-.294a1.92 1.92 0 0 1 1.615-.526l3.631.525a1.92 1.92 0 0 1 1.132.593l1.634 1.76c.233.25.395.56.468.894l.546 2.487q.064.294.036.594l-.424 4.452a1.92 1.92 0 0 1-2.172 1.72Z"/><path fill="#fcea2b" d="M31.323 40.34v.106c0 1.01-.865 1.828-1.931 1.828s-1.932.818-1.932 1.827v9.071c0 1.01.865 1.828 1.932 1.828h22.79c1.067 0 1.932-.818 1.932-1.828V40.34c0-1.009-.865-1.827-1.931-1.827H33.254c-1.066 0-1.931.818-1.931 1.827"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M40.568 11.595s7.21 0 14.42 4.807m-28.84-4.807s-7.21 0-14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307M12.343 10l-1.307 7.239m7.239 1.307l-7.239-1.307M55.02 50.547c0 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="39.882" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="46.083" cy="38.895" r="2.14" fill="#fcea2b"/><circle cx="52.042" cy="39.45" r="2.14" fill="#fcea2b"/><circle cx="33" cy="12" r="4" fill="#92d3f5"/><circle cx="34" cy="19" r="3" fill="#fcea2b"/><path fill="#fcea2b" d="M33.78 19.045c1.323 0 2.395 1.401 2.395 3.13V38.87c0 1.728-1.072 3.13-2.395 3.13s-2.396-1.402-2.396-3.13V22.175c0-1.729 1.073-3.13 2.396-3.13m-4.989 37.626l2.526 3.437q.227.305.54.515l3.97 2.638c.29.192.622.31.966.343l5.62.534c.328.031.66-.016.968-.137l5.234-2.065a2.13 2.13 0 0 0 .937-.726l3.565-4.88c.202-.277.337-.6.39-.941l.255-1.61c.21-1.327-.815-2.523-2.14-2.497l-21.533.429c-1.315.026-2.292 1.247-2.045 2.559s.385 1.619.385 1.619c.068.283.19.549.362.782m.087-7.551a1.92 1.92 0 0 1-1.356-.867l-4.475-7.003l-1.22-1.936a1.92 1.92 0 0 1 .284-2.398l.302-.294a1.92 1.92 0 0 1 1.615-.526l3.631.525a1.92 1.92 0 0 1 1.132.593l1.634 1.76c.233.25.395.56.468.894l.546 2.487q.064.294.036.594l-.424 4.452a1.92 1.92 0 0 1-2.172 1.72Z"/><path fill="#fcea2b" d="M31.323 40.34v.106c0 1.01-.865 1.828-1.931 1.828s-1.932.818-1.932 1.827v9.071c0 1.01.865 1.828 1.932 1.828h22.79c1.067 0 1.932-.818 1.932-1.828V40.34c0-1.009-.865-1.827-1.931-1.827H33.254c-1.066 0-1.931.818-1.931 1.827"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.568 11.595s7.21 0 14.42 4.807m-28.84-4.807s-7.21 0-14.42 4.807"/><path fill="none" d="m54.624 10l1.307 7.239m-7.239 1.307l7.239-1.307M12.343 10l-1.307 7.239m7.239 1.307l-7.239-1.307M55.02 50.547c0 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 {
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%2239.882%22%20cy%3D%2238.895%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2246.083%22%20cy%3D%2238.895%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2252.042%22%20cy%3D%2239.45%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2219%22%20r%3D%223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M33.78%2019.045c1.323%200%202.395%201.401%202.395%203.13V38.87c0%201.728-1.072%203.13-2.395%203.13s-2.396-1.402-2.396-3.13V22.175c0-1.729%201.073-3.13%202.396-3.13m-4.989%2037.626l2.526%203.437q.227.305.54.515l3.97%202.638c.29.192.622.31.966.343l5.62.534c.328.031.66-.016.968-.137l5.234-2.065a2.13%202.13%200%200%200%20.937-.726l3.565-4.88c.202-.277.337-.6.39-.941l.255-1.61c.21-1.327-.815-2.523-2.14-2.497l-21.533.429c-1.315.026-2.292%201.247-2.045%202.559s.385%201.619.385%201.619c.068.283.19.549.362.782m.087-7.551a1.92%201.92%200%200%201-1.356-.867l-4.475-7.003l-1.22-1.936a1.92%201.92%200%200%201%20.284-2.398l.302-.294a1.92%201.92%200%200%201%201.615-.526l3.631.525a1.92%201.92%200%200%201%201.132.593l1.634%201.76c.233.25.395.56.468.894l.546%202.487q.064.294.036.594l-.424%204.452a1.92%201.92%200%200%201-2.172%201.72Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.323%2040.34v.106c0%201.01-.865%201.828-1.931%201.828s-1.932.818-1.932%201.827v9.071c0%201.01.865%201.828%201.932%201.828h22.79c1.067%200%201.932-.818%201.932-1.828V40.34c0-1.009-.865-1.827-1.931-1.827H33.254c-1.066%200-1.931.818-1.931%201.827%22%2F%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.807m-28.84-4.807s-7.21%200-14.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.307M12.343%2010l-1.307%207.239m7.239%201.307l-7.239-1.307M55.02%2050.547c0%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%2239.882%22%20cy%3D%2238.895%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2246.083%22%20cy%3D%2238.895%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2252.042%22%20cy%3D%2239.45%22%20r%3D%222.14%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2219%22%20r%3D%223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M33.78%2019.045c1.323%200%202.395%201.401%202.395%203.13V38.87c0%201.728-1.072%203.13-2.395%203.13s-2.396-1.402-2.396-3.13V22.175c0-1.729%201.073-3.13%202.396-3.13m-4.989%2037.626l2.526%203.437q.227.305.54.515l3.97%202.638c.29.192.622.31.966.343l5.62.534c.328.031.66-.016.968-.137l5.234-2.065a2.13%202.13%200%200%200%20.937-.726l3.565-4.88c.202-.277.337-.6.39-.941l.255-1.61c.21-1.327-.815-2.523-2.14-2.497l-21.533.429c-1.315.026-2.292%201.247-2.045%202.559s.385%201.619.385%201.619c.068.283.19.549.362.782m.087-7.551a1.92%201.92%200%200%201-1.356-.867l-4.475-7.003l-1.22-1.936a1.92%201.92%200%200%201%20.284-2.398l.302-.294a1.92%201.92%200%200%201%201.615-.526l3.631.525a1.92%201.92%200%200%201%201.132.593l1.634%201.76c.233.25.395.56.468.894l.546%202.487q.064.294.036.594l-.424%204.452a1.92%201.92%200%200%201-2.172%201.72Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.323%2040.34v.106c0%201.01-.865%201.828-1.931%201.828s-1.932.818-1.932%201.827v9.071c0%201.01.865%201.828%201.932%201.828h22.79c1.067%200%201.932-.818%201.932-1.828V40.34c0-1.009-.865-1.827-1.931-1.827H33.254c-1.066%200-1.931.818-1.931%201.827%22%2F%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.807m-28.84-4.807s-7.21%200-14.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.307M12.343%2010l-1.307%207.239m7.239%201.307l-7.239-1.307M55.02%2050.547c0%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.svg?color=%231a73e8&size=48