repeat-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
repeat-button
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the repeat button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="m49.4 29l-5.3 3.1v.4c0 2.7-2.2 4.9-4.8 4.9H27.6v-3.8L16 40.2L27.6 47v-3.8h11.7c2.8 0 5.5-1.1 7.5-3.1s3.1-4.7 3.1-7.6c.1-1.3-.1-2.4-.5-3.5m-29.6 2.5c0-2.7 2.2-4.9 4.8-4.9h11.8v3.8L48 23.8L36.4 17v3.8H24.6c-2.8 0-5.5 1.1-7.5 3.1S14 28.6 14 31.5c0 1.2.2 2.4.6 3.5l5.3-3.1c-.1-.1-.1-.2-.1-.4"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneRepeatButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="m49.4 29l-5.3 3.1v.4c0 2.7-2.2 4.9-4.8 4.9H27.6v-3.8L16 40.2L27.6 47v-3.8h11.7c2.8 0 5.5-1.1 7.5-3.1s3.1-4.7 3.1-7.6c.1-1.3-.1-2.4-.5-3.5m-29.6 2.5c0-2.7 2.2-4.9 4.8-4.9h11.8v3.8L48 23.8L36.4 17v3.8H24.6c-2.8 0-5.5 1.1-7.5 3.1S14 28.6 14 31.5c0 1.2.2 2.4.6 3.5l5.3-3.1c-.1-.1-.1-.2-.1-.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="m49.4 29l-5.3 3.1v.4c0 2.7-2.2 4.9-4.8 4.9H27.6v-3.8L16 40.2L27.6 47v-3.8h11.7c2.8 0 5.5-1.1 7.5-3.1s3.1-4.7 3.1-7.6c.1-1.3-.1-2.4-.5-3.5m-29.6 2.5c0-2.7 2.2-4.9 4.8-4.9h11.8v3.8L48 23.8L36.4 17v3.8H24.6c-2.8 0-5.5 1.1-7.5 3.1S14 28.6 14 31.5c0 1.2.2 2.4.6 3.5l5.3-3.1c-.1-.1-.1-.2-.1-.4"/></svg>
</template>

CSS

.icon-repeat-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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m49.4%2029l-5.3%203.1v.4c0%202.7-2.2%204.9-4.8%204.9H27.6v-3.8L16%2040.2L27.6%2047v-3.8h11.7c2.8%200%205.5-1.1%207.5-3.1s3.1-4.7%203.1-7.6c.1-1.3-.1-2.4-.5-3.5m-29.6%202.5c0-2.7%202.2-4.9%204.8-4.9h11.8v3.8L48%2023.8L36.4%2017v3.8H24.6c-2.8%200-5.5%201.1-7.5%203.1S14%2028.6%2014%2031.5c0%201.2.2%202.4.6%203.5l5.3-3.1c-.1-.1-.1-.2-.1-.4%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m49.4%2029l-5.3%203.1v.4c0%202.7-2.2%204.9-4.8%204.9H27.6v-3.8L16%2040.2L27.6%2047v-3.8h11.7c2.8%200%205.5-1.1%207.5-3.1s3.1-4.7%203.1-7.6c.1-1.3-.1-2.4-.5-3.5m-29.6%202.5c0-2.7%202.2-4.9%204.8-4.9h11.8v3.8L48%2023.8L36.4%2017v3.8H24.6c-2.8%200-5.5%201.1-7.5%203.1S14%2028.6%2014%2031.5c0%201.2.2%202.4.6%203.5l5.3-3.1c-.1-.1-.1-.2-.1-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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