reverse button emoji

reverse-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
reverse-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the reverse button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M52.213 16.99a4.5 4.5 0 0 0-1.528-.287c-.823 0-1.646.288-2.35.748L19.247 32.944l-.294.288c-.764.749-1.175 1.67-1.175 2.707s.411 2.016 1.175 2.707l.294.288l29.086 15.608c1.058.806 2.586.979 3.878.46c1.47-.575 2.41-2.015 2.41-3.57v-30.87c0-1.556-.94-2.995-2.41-3.571"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M52.612 16.394a4.6 4.6 0 0 0-1.576-.297c-.848 0-1.697.297-2.424.772l-30 15.98l-.303.296c-.788.772-1.212 1.723-1.212 2.792s.424 2.08 1.212 2.792l.303.297l30 16.098c1.09.832 2.667 1.01 4 .475c1.515-.594 2.485-2.079 2.485-3.683v-31.84c0-1.603-.97-3.088-2.485-3.682Z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiReverseButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M52.213 16.99a4.5 4.5 0 0 0-1.528-.287c-.823 0-1.646.288-2.35.748L19.247 32.944l-.294.288c-.764.749-1.175 1.67-1.175 2.707s.411 2.016 1.175 2.707l.294.288l29.086 15.608c1.058.806 2.586.979 3.878.46c1.47-.575 2.41-2.015 2.41-3.57v-30.87c0-1.556-.94-2.995-2.41-3.571"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M52.612 16.394a4.6 4.6 0 0 0-1.576-.297c-.848 0-1.697.297-2.424.772l-30 15.98l-.303.296c-.788.772-1.212 1.723-1.212 2.792s.424 2.08 1.212 2.792l.303.297l30 16.098c1.09.832 2.667 1.01 4 .475c1.515-.594 2.485-2.079 2.485-3.683v-31.84c0-1.603-.97-3.088-2.485-3.682Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M52.213 16.99a4.5 4.5 0 0 0-1.528-.287c-.823 0-1.646.288-2.35.748L19.247 32.944l-.294.288c-.764.749-1.175 1.67-1.175 2.707s.411 2.016 1.175 2.707l.294.288l29.086 15.608c1.058.806 2.586.979 3.878.46c1.47-.575 2.41-2.015 2.41-3.57v-30.87c0-1.556-.94-2.995-2.41-3.571"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M52.612 16.394a4.6 4.6 0 0 0-1.576-.297c-.848 0-1.697.297-2.424.772l-30 15.98l-.303.296c-.788.772-1.212 1.723-1.212 2.792s.424 2.08 1.212 2.792l.303.297l30 16.098c1.09.832 2.667 1.01 4 .475c1.515-.594 2.485-2.079 2.485-3.683v-31.84c0-1.603-.97-3.088-2.485-3.682Z"/></svg>
</template>

CSS

.icon-reverse-button {
  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%23fff%22%20d%3D%22M52.213%2016.99a4.5%204.5%200%200%200-1.528-.287c-.823%200-1.646.288-2.35.748L19.247%2032.944l-.294.288c-.764.749-1.175%201.67-1.175%202.707s.411%202.016%201.175%202.707l.294.288l29.086%2015.608c1.058.806%202.586.979%203.878.46c1.47-.575%202.41-2.015%202.41-3.57v-30.87c0-1.556-.94-2.995-2.41-3.571%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M52.612%2016.394a4.6%204.6%200%200%200-1.576-.297c-.848%200-1.697.297-2.424.772l-30%2015.98l-.303.296c-.788.772-1.212%201.723-1.212%202.792s.424%202.08%201.212%202.792l.303.297l30%2016.098c1.09.832%202.667%201.01%204%20.475c1.515-.594%202.485-2.079%202.485-3.683v-31.84c0-1.603-.97-3.088-2.485-3.682Z%22%2F%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%23fff%22%20d%3D%22M52.213%2016.99a4.5%204.5%200%200%200-1.528-.287c-.823%200-1.646.288-2.35.748L19.247%2032.944l-.294.288c-.764.749-1.175%201.67-1.175%202.707s.411%202.016%201.175%202.707l.294.288l29.086%2015.608c1.058.806%202.586.979%203.878.46c1.47-.575%202.41-2.015%202.41-3.57v-30.87c0-1.556-.94-2.995-2.41-3.571%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M52.612%2016.394a4.6%204.6%200%200%200-1.576-.297c-.848%200-1.697.297-2.424.772l-30%2015.98l-.303.296c-.788.772-1.212%201.723-1.212%202.792s.424%202.08%201.212%202.792l.303.297l30%2016.098c1.09.832%202.667%201.01%204%20.475c1.515-.594%202.485-2.079%202.485-3.683v-31.84c0-1.603-.97-3.088-2.485-3.682Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/reverse-button.svg?color=%231a73e8&size=48