swipe left emoji
swipe-left from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- swipe-left
- 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 left 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"/><path fill="#fcea2b" d="M55 36.696H37V20h-.184c.112-.314.184-.648.184-1a3 3 0 1 0-6 0c0 .353.072.686.184 1H31v20.354l-.219-.997l-2.45-2.64l-5.24-.756L21 38l2.047 3.25L27 47.435v4.934l-.185.007L27 53.41V55h.284l.064.362L28 56l2.068 4.054l5.705 3.732l6.291.906l6.825-2.345l5.066-6.186l.242-1.161H55z"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M26.148 11.595s-7.21 0-14.42 4.807"/><path fill="none" d="m12.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 OpenmojiSwipeLeft(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"/><path fill="#fcea2b" d="M55 36.696H37V20h-.184c.112-.314.184-.648.184-1a3 3 0 1 0-6 0c0 .353.072.686.184 1H31v20.354l-.219-.997l-2.45-2.64l-5.24-.756L21 38l2.047 3.25L27 47.435v4.934l-.185.007L27 53.41V55h.284l.064.362L28 56l2.068 4.054l5.705 3.732l6.291.906l6.825-2.345l5.066-6.186l.242-1.161H55z"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M26.148 11.595s-7.21 0-14.42 4.807"/><path fill="none" d="m12.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="33" cy="12" r="4" fill="#92d3f5"/><path fill="#fcea2b" d="M55 36.696H37V20h-.184c.112-.314.184-.648.184-1a3 3 0 1 0-6 0c0 .353.072.686.184 1H31v20.354l-.219-.997l-2.45-2.64l-5.24-.756L21 38l2.047 3.25L27 47.435v4.934l-.185.007L27 53.41V55h.284l.064.362L28 56l2.068 4.054l5.705 3.732l6.291.906l6.825-2.345l5.066-6.186l.242-1.161H55z"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M26.148 11.595s-7.21 0-14.42 4.807"/><path fill="none" d="m12.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-left {
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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M55%2036.696H37V20h-.184c.112-.314.184-.648.184-1a3%203%200%201%200-6%200c0%20.353.072.686.184%201H31v20.354l-.219-.997l-2.45-2.64l-5.24-.756L21%2038l2.047%203.25L27%2047.435v4.934l-.185.007L27%2053.41V55h.284l.064.362L28%2056l2.068%204.054l5.705%203.732l6.291.906l6.825-2.345l5.066-6.186l.242-1.161H55z%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26.148%2011.595s-7.21%200-14.42%204.807%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m12.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%2233%22%20cy%3D%2212%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M55%2036.696H37V20h-.184c.112-.314.184-.648.184-1a3%203%200%201%200-6%200c0%20.353.072.686.184%201H31v20.354l-.219-.997l-2.45-2.64l-5.24-.756L21%2038l2.047%203.25L27%2047.435v4.934l-.185.007L27%2053.41V55h.284l.064.362L28%2056l2.068%204.054l5.705%203.732l6.291.906l6.825-2.345l5.066-6.186l.242-1.161H55z%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26.148%2011.595s-7.21%200-14.42%204.807%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m12.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-left.svg?color=%231a73e8&size=48