swipe up emoji

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

Name
swipe-up
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 up emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.229" cy="31.724" r="4" fill="#92d3f5"/><path fill="#fcea2b" d="m61.47 44.012l-.733-.932l.516-.615l-14.022-11.766l-11.571 13.79l-12.79-10.731l-.118.14a3 3 0 0 0-.648-.784a3 3 0 0 0-3.857 4.596c.27.227.572.386.885.503l-.119.14L34.596 51.43l-.894-.468l-3.597.181l-3.948 3.527l.218 2.913l3.806.52l7.279.948l3.78 3.172l-.114.146l.912.524l1.217 1.02l.182-.216l.319.183l.908-.09l4.434 1.022l6.526-1.97l4.739-4.238l2.59-6.736z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M57.855 39.586c5.98 5.018 6.76 13.934 1.742 19.914s-13.934 6.76-19.914 1.743M57.28 39.104l-7.896-6.626m-4.054 4.439a3.006 3.006 0 1 1 4.055-4.44m-8.071 8.916a3.006 3.006 0 1 1 4.054-4.44"/><path d="M41.228 41.316a3.006 3.006 0 1 1 4.222-4.281m-8.337 8.725a3.006 3.006 0 0 1 4.152-4.35m-12.05 16.733a3.006 3.006 0 0 1-.42-5.998M18.527 38.013a3.007 3.007 0 0 1 3.865-4.606m14.697 12.332L22.392 33.407m-3.865 4.606l18.286 15.344m-5.48-1.278l-2.538.066m2.923 6.115c2.489-.1 5.263.634 8.088 3.086m-10.591-3.203l2.572.116M17.09 30.817a3 3 0 1 0-2.602 3.884m-1.022-10.149V7.466m-5.173 3.871l5.201-5.201m5.202 5.201l-5.202-5.201"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSwipeUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.229" cy="31.724" r="4" fill="#92d3f5"/><path fill="#fcea2b" d="m61.47 44.012l-.733-.932l.516-.615l-14.022-11.766l-11.571 13.79l-12.79-10.731l-.118.14a3 3 0 0 0-.648-.784a3 3 0 0 0-3.857 4.596c.27.227.572.386.885.503l-.119.14L34.596 51.43l-.894-.468l-3.597.181l-3.948 3.527l.218 2.913l3.806.52l7.279.948l3.78 3.172l-.114.146l.912.524l1.217 1.02l.182-.216l.319.183l.908-.09l4.434 1.022l6.526-1.97l4.739-4.238l2.59-6.736z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M57.855 39.586c5.98 5.018 6.76 13.934 1.742 19.914s-13.934 6.76-19.914 1.743M57.28 39.104l-7.896-6.626m-4.054 4.439a3.006 3.006 0 1 1 4.055-4.44m-8.071 8.916a3.006 3.006 0 1 1 4.054-4.44"/><path d="M41.228 41.316a3.006 3.006 0 1 1 4.222-4.281m-8.337 8.725a3.006 3.006 0 0 1 4.152-4.35m-12.05 16.733a3.006 3.006 0 0 1-.42-5.998M18.527 38.013a3.007 3.007 0 0 1 3.865-4.606m14.697 12.332L22.392 33.407m-3.865 4.606l18.286 15.344m-5.48-1.278l-2.538.066m2.923 6.115c2.489-.1 5.263.634 8.088 3.086m-10.591-3.203l2.572.116M17.09 30.817a3 3 0 1 0-2.602 3.884m-1.022-10.149V7.466m-5.173 3.871l5.201-5.201m5.202 5.201l-5.202-5.201"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.229" cy="31.724" r="4" fill="#92d3f5"/><path fill="#fcea2b" d="m61.47 44.012l-.733-.932l.516-.615l-14.022-11.766l-11.571 13.79l-12.79-10.731l-.118.14a3 3 0 0 0-.648-.784a3 3 0 0 0-3.857 4.596c.27.227.572.386.885.503l-.119.14L34.596 51.43l-.894-.468l-3.597.181l-3.948 3.527l.218 2.913l3.806.52l7.279.948l3.78 3.172l-.114.146l.912.524l1.217 1.02l.182-.216l.319.183l.908-.09l4.434 1.022l6.526-1.97l4.739-4.238l2.59-6.736z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M57.855 39.586c5.98 5.018 6.76 13.934 1.742 19.914s-13.934 6.76-19.914 1.743M57.28 39.104l-7.896-6.626m-4.054 4.439a3.006 3.006 0 1 1 4.055-4.44m-8.071 8.916a3.006 3.006 0 1 1 4.054-4.44"/><path d="M41.228 41.316a3.006 3.006 0 1 1 4.222-4.281m-8.337 8.725a3.006 3.006 0 0 1 4.152-4.35m-12.05 16.733a3.006 3.006 0 0 1-.42-5.998M18.527 38.013a3.007 3.007 0 0 1 3.865-4.606m14.697 12.332L22.392 33.407m-3.865 4.606l18.286 15.344m-5.48-1.278l-2.538.066m2.923 6.115c2.489-.1 5.263.634 8.088 3.086m-10.591-3.203l2.572.116M17.09 30.817a3 3 0 1 0-2.602 3.884m-1.022-10.149V7.466m-5.173 3.871l5.201-5.201m5.202 5.201l-5.202-5.201"/></g></svg>
</template>

CSS

.icon-swipe-up {
  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%2214.229%22%20cy%3D%2231.724%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m61.47%2044.012l-.733-.932l.516-.615l-14.022-11.766l-11.571%2013.79l-12.79-10.731l-.118.14a3%203%200%200%200-.648-.784a3%203%200%200%200-3.857%204.596c.27.227.572.386.885.503l-.119.14L34.596%2051.43l-.894-.468l-3.597.181l-3.948%203.527l.218%202.913l3.806.52l7.279.948l3.78%203.172l-.114.146l.912.524l1.217%201.02l.182-.216l.319.183l.908-.09l4.434%201.022l6.526-1.97l4.739-4.238l2.59-6.736z%22%2F%3E%3Cg%20fill%3D%22none%22%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%22M57.855%2039.586c5.98%205.018%206.76%2013.934%201.742%2019.914s-13.934%206.76-19.914%201.743M57.28%2039.104l-7.896-6.626m-4.054%204.439a3.006%203.006%200%201%201%204.055-4.44m-8.071%208.916a3.006%203.006%200%201%201%204.054-4.44%22%2F%3E%3Cpath%20d%3D%22M41.228%2041.316a3.006%203.006%200%201%201%204.222-4.281m-8.337%208.725a3.006%203.006%200%200%201%204.152-4.35m-12.05%2016.733a3.006%203.006%200%200%201-.42-5.998M18.527%2038.013a3.007%203.007%200%200%201%203.865-4.606m14.697%2012.332L22.392%2033.407m-3.865%204.606l18.286%2015.344m-5.48-1.278l-2.538.066m2.923%206.115c2.489-.1%205.263.634%208.088%203.086m-10.591-3.203l2.572.116M17.09%2030.817a3%203%200%201%200-2.602%203.884m-1.022-10.149V7.466m-5.173%203.871l5.201-5.201m5.202%205.201l-5.202-5.201%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%2214.229%22%20cy%3D%2231.724%22%20r%3D%224%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m61.47%2044.012l-.733-.932l.516-.615l-14.022-11.766l-11.571%2013.79l-12.79-10.731l-.118.14a3%203%200%200%200-.648-.784a3%203%200%200%200-3.857%204.596c.27.227.572.386.885.503l-.119.14L34.596%2051.43l-.894-.468l-3.597.181l-3.948%203.527l.218%202.913l3.806.52l7.279.948l3.78%203.172l-.114.146l.912.524l1.217%201.02l.182-.216l.319.183l.908-.09l4.434%201.022l6.526-1.97l4.739-4.238l2.59-6.736z%22%2F%3E%3Cg%20fill%3D%22none%22%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%22M57.855%2039.586c5.98%205.018%206.76%2013.934%201.742%2019.914s-13.934%206.76-19.914%201.743M57.28%2039.104l-7.896-6.626m-4.054%204.439a3.006%203.006%200%201%201%204.055-4.44m-8.071%208.916a3.006%203.006%200%201%201%204.054-4.44%22%2F%3E%3Cpath%20d%3D%22M41.228%2041.316a3.006%203.006%200%201%201%204.222-4.281m-8.337%208.725a3.006%203.006%200%200%201%204.152-4.35m-12.05%2016.733a3.006%203.006%200%200%201-.42-5.998M18.527%2038.013a3.007%203.007%200%200%201%203.865-4.606m14.697%2012.332L22.392%2033.407m-3.865%204.606l18.286%2015.344m-5.48-1.278l-2.538.066m2.923%206.115c2.489-.1%205.263.634%208.088%203.086m-10.591-3.203l2.572.116M17.09%2030.817a3%203%200%201%200-2.602%203.884m-1.022-10.149V7.466m-5.173%203.871l5.201-5.201m5.202%205.201l-5.202-5.201%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-up.svg?color=%231a73e8&size=48