repeat single button emoji
repeat-single-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- repeat-single-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 single 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"/><g fill="#fff"><path d="M47.3 23.7L36 17v3.8H24.4c-2.8 0-5.4 1.1-7.4 3.1s-3 4.8-3 7.6c0 1.2.2 2.3.5 3.4c.2-.3.5-.7.8-1c.7-.8 1.6-1.4 2.6-1.8c.6-.2 1.2-.4 1.8-.5v-.1c0-2.7 2.1-4.9 4.7-4.9H36v3.8z"/><path d="m49.5 28.1l-5.2 3.1v.4c0 2.7-2.1 4.9-4.7 4.9H27.2c-1.2-2.3-3.5-3.8-6.2-3.8c-3.9 0-7 3.2-7 7.2s3.2 7.2 7 7.2c3.1 0 5.7-2 6.6-4.8h11.9c2.8 0 5.4-1.1 7.4-3.1s3.1-4.7 3.1-7.6c0-1.3-.2-2.4-.5-3.5M21 44.6c-2.6 0-4.7-2.2-4.7-4.8c0-2.7 2.1-4.8 4.7-4.8s4.7 2.2 4.7 4.8c.1 2.6-2.1 4.8-4.7 4.8"/><path d="M21.8 42.7h-1.1v-4.3c-.4.4-.9.7-1.4.9v-1c.3-.1.6-.3.9-.5c.3-.3.6-.6.7-.9h.9z"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneRepeatSingleButton(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"/><g fill="#fff"><path d="M47.3 23.7L36 17v3.8H24.4c-2.8 0-5.4 1.1-7.4 3.1s-3 4.8-3 7.6c0 1.2.2 2.3.5 3.4c.2-.3.5-.7.8-1c.7-.8 1.6-1.4 2.6-1.8c.6-.2 1.2-.4 1.8-.5v-.1c0-2.7 2.1-4.9 4.7-4.9H36v3.8z"/><path d="m49.5 28.1l-5.2 3.1v.4c0 2.7-2.1 4.9-4.7 4.9H27.2c-1.2-2.3-3.5-3.8-6.2-3.8c-3.9 0-7 3.2-7 7.2s3.2 7.2 7 7.2c3.1 0 5.7-2 6.6-4.8h11.9c2.8 0 5.4-1.1 7.4-3.1s3.1-4.7 3.1-7.6c0-1.3-.2-2.4-.5-3.5M21 44.6c-2.6 0-4.7-2.2-4.7-4.8c0-2.7 2.1-4.8 4.7-4.8s4.7 2.2 4.7 4.8c.1 2.6-2.1 4.8-4.7 4.8"/><path d="M21.8 42.7h-1.1v-4.3c-.4.4-.9.7-1.4.9v-1c.3-.1.6-.3.9-.5c.3-.3.6-.6.7-.9h.9z"/></g></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"/><g fill="#fff"><path d="M47.3 23.7L36 17v3.8H24.4c-2.8 0-5.4 1.1-7.4 3.1s-3 4.8-3 7.6c0 1.2.2 2.3.5 3.4c.2-.3.5-.7.8-1c.7-.8 1.6-1.4 2.6-1.8c.6-.2 1.2-.4 1.8-.5v-.1c0-2.7 2.1-4.9 4.7-4.9H36v3.8z"/><path d="m49.5 28.1l-5.2 3.1v.4c0 2.7-2.1 4.9-4.7 4.9H27.2c-1.2-2.3-3.5-3.8-6.2-3.8c-3.9 0-7 3.2-7 7.2s3.2 7.2 7 7.2c3.1 0 5.7-2 6.6-4.8h11.9c2.8 0 5.4-1.1 7.4-3.1s3.1-4.7 3.1-7.6c0-1.3-.2-2.4-.5-3.5M21 44.6c-2.6 0-4.7-2.2-4.7-4.8c0-2.7 2.1-4.8 4.7-4.8s4.7 2.2 4.7 4.8c.1 2.6-2.1 4.8-4.7 4.8"/><path d="M21.8 42.7h-1.1v-4.3c-.4.4-.9.7-1.4.9v-1c.3-.1.6-.3.9-.5c.3-.3.6-.6.7-.9h.9z"/></g></svg> </template>
CSS
.icon-repeat-single-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%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M47.3%2023.7L36%2017v3.8H24.4c-2.8%200-5.4%201.1-7.4%203.1s-3%204.8-3%207.6c0%201.2.2%202.3.5%203.4c.2-.3.5-.7.8-1c.7-.8%201.6-1.4%202.6-1.8c.6-.2%201.2-.4%201.8-.5v-.1c0-2.7%202.1-4.9%204.7-4.9H36v3.8z%22%2F%3E%3Cpath%20d%3D%22m49.5%2028.1l-5.2%203.1v.4c0%202.7-2.1%204.9-4.7%204.9H27.2c-1.2-2.3-3.5-3.8-6.2-3.8c-3.9%200-7%203.2-7%207.2s3.2%207.2%207%207.2c3.1%200%205.7-2%206.6-4.8h11.9c2.8%200%205.4-1.1%207.4-3.1s3.1-4.7%203.1-7.6c0-1.3-.2-2.4-.5-3.5M21%2044.6c-2.6%200-4.7-2.2-4.7-4.8c0-2.7%202.1-4.8%204.7-4.8s4.7%202.2%204.7%204.8c.1%202.6-2.1%204.8-4.7%204.8%22%2F%3E%3Cpath%20d%3D%22M21.8%2042.7h-1.1v-4.3c-.4.4-.9.7-1.4.9v-1c.3-.1.6-.3.9-.5c.3-.3.6-.6.7-.9h.9z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M47.3%2023.7L36%2017v3.8H24.4c-2.8%200-5.4%201.1-7.4%203.1s-3%204.8-3%207.6c0%201.2.2%202.3.5%203.4c.2-.3.5-.7.8-1c.7-.8%201.6-1.4%202.6-1.8c.6-.2%201.2-.4%201.8-.5v-.1c0-2.7%202.1-4.9%204.7-4.9H36v3.8z%22%2F%3E%3Cpath%20d%3D%22m49.5%2028.1l-5.2%203.1v.4c0%202.7-2.1%204.9-4.7%204.9H27.2c-1.2-2.3-3.5-3.8-6.2-3.8c-3.9%200-7%203.2-7%207.2s3.2%207.2%207%207.2c3.1%200%205.7-2%206.6-4.8h11.9c2.8%200%205.4-1.1%207.4-3.1s3.1-4.7%203.1-7.6c0-1.3-.2-2.4-.5-3.5M21%2044.6c-2.6%200-4.7-2.2-4.7-4.8c0-2.7%202.1-4.8%204.7-4.8s4.7%202.2%204.7%204.8c.1%202.6-2.1%204.8-4.7%204.8%22%2F%3E%3Cpath%20d%3D%22M21.8%2042.7h-1.1v-4.3c-.4.4-.9.7-1.4.9v-1c.3-.1.6-.3.9-.5c.3-.3.6-.6.7-.9h.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/repeat-single-button.svg?color=%231a73e8&size=48