revolving hearts emoji

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

Name
revolving-hearts
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 revolving hearts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff7190" d="M27.9 53.8c-2.5.3-5.1.1-7.5-.6s-4.6-1.8-6.6-3.2c-1.9-1.5-3.5-3.3-4.7-5.3S7.2 40.4 7 38.2c.6 2.2 1.7 4.2 3.1 5.8c1.4 1.7 3.1 3 5 3.9s3.9 1.5 5.9 1.7s4-.1 5.9-.7c1.3-.4 2.7.3 3.1 1.7c.4 1.3-.3 2.7-1.7 3.1c-.1 0-.3.1-.4.1m28.5-22.2c.8 2.4 1.2 5 1 7.5s-.9 4.9-2 7c-2.2 4.3-6.1 7.5-10.4 8.9c4-2.2 6.9-5.8 8.1-9.8c.6-2 .8-4.1.6-6.1s-.8-3.8-1.8-5.6c-.7-1.2-.3-2.7.9-3.4s2.7-.3 3.4.9c.1.1.1.3.2.4zM33.3 8.2c2.4-.6 5-.8 7.5-.5s4.9 1.1 7 2.2c2.1 1.2 4 2.7 5.4 4.6c1.4 1.8 2.5 4 3 6.1c-.9-2-2.3-3.9-3.9-5.3s-3.5-2.5-5.5-3.1c-2-.7-4.1-.9-6.1-.8s-3.9.7-5.7 1.5c-1.3.6-2.8.1-3.4-1.2c-.6-1.2-.1-2.7 1.2-3.3c.1-.1.3-.1.4-.2zM15 30.5c-1.1-2.3-1.7-4.9-1.7-7.4c-.1-2.5.4-5 1.3-7.2c1.8-4.5 5.3-8 9.4-9.9c-3.7 2.6-6.2 6.5-7 10.6c-.4 2.1-.4 4.1 0 6.1s1.2 3.7 2.4 5.4c.8 1.1.6 2.7-.6 3.5s-2.7.6-3.5-.6c-.1-.1-.2-.3-.2-.4z"/><path fill="#ff5a79" d="M31.4 41.9c-1.8-4.6-13-7.2-15.6 1.7c-2.9 9.9 15.9 17.1 17.3 18.4c1.2-1.2 18.5-11.7 14-20.9c-4.1-8.5-15-3.7-15.7.8m29.8-17c-3.3-4.7-9.3-.8-9.2 1.9c-1.5-2.5-8.4-3-9.1 2.5c-.8 6.1 11.1 8.6 12.1 9.2c.6-.8 9.8-8.6 6.2-13.6M36.8 6.4c.4-2.6-4.2-6.5-7.7-3c-4 3.9 2.9 11.8 3.2 12.8c.9-.3 11.7-.9 12-6.3c.3-5-6-5.4-7.5-3.5M25.5 25.9c-.4-7-9.3-6.6-11-3.7c.1-3.6-6.9-8.4-11.2-3c-4.9 6 6 16 6.6 17.3c1.1-.6 16-3.1 15.6-10.6"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneRevolvingHearts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff7190" d="M27.9 53.8c-2.5.3-5.1.1-7.5-.6s-4.6-1.8-6.6-3.2c-1.9-1.5-3.5-3.3-4.7-5.3S7.2 40.4 7 38.2c.6 2.2 1.7 4.2 3.1 5.8c1.4 1.7 3.1 3 5 3.9s3.9 1.5 5.9 1.7s4-.1 5.9-.7c1.3-.4 2.7.3 3.1 1.7c.4 1.3-.3 2.7-1.7 3.1c-.1 0-.3.1-.4.1m28.5-22.2c.8 2.4 1.2 5 1 7.5s-.9 4.9-2 7c-2.2 4.3-6.1 7.5-10.4 8.9c4-2.2 6.9-5.8 8.1-9.8c.6-2 .8-4.1.6-6.1s-.8-3.8-1.8-5.6c-.7-1.2-.3-2.7.9-3.4s2.7-.3 3.4.9c.1.1.1.3.2.4zM33.3 8.2c2.4-.6 5-.8 7.5-.5s4.9 1.1 7 2.2c2.1 1.2 4 2.7 5.4 4.6c1.4 1.8 2.5 4 3 6.1c-.9-2-2.3-3.9-3.9-5.3s-3.5-2.5-5.5-3.1c-2-.7-4.1-.9-6.1-.8s-3.9.7-5.7 1.5c-1.3.6-2.8.1-3.4-1.2c-.6-1.2-.1-2.7 1.2-3.3c.1-.1.3-.1.4-.2zM15 30.5c-1.1-2.3-1.7-4.9-1.7-7.4c-.1-2.5.4-5 1.3-7.2c1.8-4.5 5.3-8 9.4-9.9c-3.7 2.6-6.2 6.5-7 10.6c-.4 2.1-.4 4.1 0 6.1s1.2 3.7 2.4 5.4c.8 1.1.6 2.7-.6 3.5s-2.7.6-3.5-.6c-.1-.1-.2-.3-.2-.4z"/><path fill="#ff5a79" d="M31.4 41.9c-1.8-4.6-13-7.2-15.6 1.7c-2.9 9.9 15.9 17.1 17.3 18.4c1.2-1.2 18.5-11.7 14-20.9c-4.1-8.5-15-3.7-15.7.8m29.8-17c-3.3-4.7-9.3-.8-9.2 1.9c-1.5-2.5-8.4-3-9.1 2.5c-.8 6.1 11.1 8.6 12.1 9.2c.6-.8 9.8-8.6 6.2-13.6M36.8 6.4c.4-2.6-4.2-6.5-7.7-3c-4 3.9 2.9 11.8 3.2 12.8c.9-.3 11.7-.9 12-6.3c.3-5-6-5.4-7.5-3.5M25.5 25.9c-.4-7-9.3-6.6-11-3.7c.1-3.6-6.9-8.4-11.2-3c-4.9 6 6 16 6.6 17.3c1.1-.6 16-3.1 15.6-10.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff7190" d="M27.9 53.8c-2.5.3-5.1.1-7.5-.6s-4.6-1.8-6.6-3.2c-1.9-1.5-3.5-3.3-4.7-5.3S7.2 40.4 7 38.2c.6 2.2 1.7 4.2 3.1 5.8c1.4 1.7 3.1 3 5 3.9s3.9 1.5 5.9 1.7s4-.1 5.9-.7c1.3-.4 2.7.3 3.1 1.7c.4 1.3-.3 2.7-1.7 3.1c-.1 0-.3.1-.4.1m28.5-22.2c.8 2.4 1.2 5 1 7.5s-.9 4.9-2 7c-2.2 4.3-6.1 7.5-10.4 8.9c4-2.2 6.9-5.8 8.1-9.8c.6-2 .8-4.1.6-6.1s-.8-3.8-1.8-5.6c-.7-1.2-.3-2.7.9-3.4s2.7-.3 3.4.9c.1.1.1.3.2.4zM33.3 8.2c2.4-.6 5-.8 7.5-.5s4.9 1.1 7 2.2c2.1 1.2 4 2.7 5.4 4.6c1.4 1.8 2.5 4 3 6.1c-.9-2-2.3-3.9-3.9-5.3s-3.5-2.5-5.5-3.1c-2-.7-4.1-.9-6.1-.8s-3.9.7-5.7 1.5c-1.3.6-2.8.1-3.4-1.2c-.6-1.2-.1-2.7 1.2-3.3c.1-.1.3-.1.4-.2zM15 30.5c-1.1-2.3-1.7-4.9-1.7-7.4c-.1-2.5.4-5 1.3-7.2c1.8-4.5 5.3-8 9.4-9.9c-3.7 2.6-6.2 6.5-7 10.6c-.4 2.1-.4 4.1 0 6.1s1.2 3.7 2.4 5.4c.8 1.1.6 2.7-.6 3.5s-2.7.6-3.5-.6c-.1-.1-.2-.3-.2-.4z"/><path fill="#ff5a79" d="M31.4 41.9c-1.8-4.6-13-7.2-15.6 1.7c-2.9 9.9 15.9 17.1 17.3 18.4c1.2-1.2 18.5-11.7 14-20.9c-4.1-8.5-15-3.7-15.7.8m29.8-17c-3.3-4.7-9.3-.8-9.2 1.9c-1.5-2.5-8.4-3-9.1 2.5c-.8 6.1 11.1 8.6 12.1 9.2c.6-.8 9.8-8.6 6.2-13.6M36.8 6.4c.4-2.6-4.2-6.5-7.7-3c-4 3.9 2.9 11.8 3.2 12.8c.9-.3 11.7-.9 12-6.3c.3-5-6-5.4-7.5-3.5M25.5 25.9c-.4-7-9.3-6.6-11-3.7c.1-3.6-6.9-8.4-11.2-3c-4.9 6 6 16 6.6 17.3c1.1-.6 16-3.1 15.6-10.6"/></svg>
</template>

CSS

.icon-revolving-hearts {
  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%3Cpath%20fill%3D%22%23ff7190%22%20d%3D%22M27.9%2053.8c-2.5.3-5.1.1-7.5-.6s-4.6-1.8-6.6-3.2c-1.9-1.5-3.5-3.3-4.7-5.3S7.2%2040.4%207%2038.2c.6%202.2%201.7%204.2%203.1%205.8c1.4%201.7%203.1%203%205%203.9s3.9%201.5%205.9%201.7s4-.1%205.9-.7c1.3-.4%202.7.3%203.1%201.7c.4%201.3-.3%202.7-1.7%203.1c-.1%200-.3.1-.4.1m28.5-22.2c.8%202.4%201.2%205%201%207.5s-.9%204.9-2%207c-2.2%204.3-6.1%207.5-10.4%208.9c4-2.2%206.9-5.8%208.1-9.8c.6-2%20.8-4.1.6-6.1s-.8-3.8-1.8-5.6c-.7-1.2-.3-2.7.9-3.4s2.7-.3%203.4.9c.1.1.1.3.2.4zM33.3%208.2c2.4-.6%205-.8%207.5-.5s4.9%201.1%207%202.2c2.1%201.2%204%202.7%205.4%204.6c1.4%201.8%202.5%204%203%206.1c-.9-2-2.3-3.9-3.9-5.3s-3.5-2.5-5.5-3.1c-2-.7-4.1-.9-6.1-.8s-3.9.7-5.7%201.5c-1.3.6-2.8.1-3.4-1.2c-.6-1.2-.1-2.7%201.2-3.3c.1-.1.3-.1.4-.2zM15%2030.5c-1.1-2.3-1.7-4.9-1.7-7.4c-.1-2.5.4-5%201.3-7.2c1.8-4.5%205.3-8%209.4-9.9c-3.7%202.6-6.2%206.5-7%2010.6c-.4%202.1-.4%204.1%200%206.1s1.2%203.7%202.4%205.4c.8%201.1.6%202.7-.6%203.5s-2.7.6-3.5-.6c-.1-.1-.2-.3-.2-.4z%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M31.4%2041.9c-1.8-4.6-13-7.2-15.6%201.7c-2.9%209.9%2015.9%2017.1%2017.3%2018.4c1.2-1.2%2018.5-11.7%2014-20.9c-4.1-8.5-15-3.7-15.7.8m29.8-17c-3.3-4.7-9.3-.8-9.2%201.9c-1.5-2.5-8.4-3-9.1%202.5c-.8%206.1%2011.1%208.6%2012.1%209.2c.6-.8%209.8-8.6%206.2-13.6M36.8%206.4c.4-2.6-4.2-6.5-7.7-3c-4%203.9%202.9%2011.8%203.2%2012.8c.9-.3%2011.7-.9%2012-6.3c.3-5-6-5.4-7.5-3.5M25.5%2025.9c-.4-7-9.3-6.6-11-3.7c.1-3.6-6.9-8.4-11.2-3c-4.9%206%206%2016%206.6%2017.3c1.1-.6%2016-3.1%2015.6-10.6%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%3Cpath%20fill%3D%22%23ff7190%22%20d%3D%22M27.9%2053.8c-2.5.3-5.1.1-7.5-.6s-4.6-1.8-6.6-3.2c-1.9-1.5-3.5-3.3-4.7-5.3S7.2%2040.4%207%2038.2c.6%202.2%201.7%204.2%203.1%205.8c1.4%201.7%203.1%203%205%203.9s3.9%201.5%205.9%201.7s4-.1%205.9-.7c1.3-.4%202.7.3%203.1%201.7c.4%201.3-.3%202.7-1.7%203.1c-.1%200-.3.1-.4.1m28.5-22.2c.8%202.4%201.2%205%201%207.5s-.9%204.9-2%207c-2.2%204.3-6.1%207.5-10.4%208.9c4-2.2%206.9-5.8%208.1-9.8c.6-2%20.8-4.1.6-6.1s-.8-3.8-1.8-5.6c-.7-1.2-.3-2.7.9-3.4s2.7-.3%203.4.9c.1.1.1.3.2.4zM33.3%208.2c2.4-.6%205-.8%207.5-.5s4.9%201.1%207%202.2c2.1%201.2%204%202.7%205.4%204.6c1.4%201.8%202.5%204%203%206.1c-.9-2-2.3-3.9-3.9-5.3s-3.5-2.5-5.5-3.1c-2-.7-4.1-.9-6.1-.8s-3.9.7-5.7%201.5c-1.3.6-2.8.1-3.4-1.2c-.6-1.2-.1-2.7%201.2-3.3c.1-.1.3-.1.4-.2zM15%2030.5c-1.1-2.3-1.7-4.9-1.7-7.4c-.1-2.5.4-5%201.3-7.2c1.8-4.5%205.3-8%209.4-9.9c-3.7%202.6-6.2%206.5-7%2010.6c-.4%202.1-.4%204.1%200%206.1s1.2%203.7%202.4%205.4c.8%201.1.6%202.7-.6%203.5s-2.7.6-3.5-.6c-.1-.1-.2-.3-.2-.4z%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M31.4%2041.9c-1.8-4.6-13-7.2-15.6%201.7c-2.9%209.9%2015.9%2017.1%2017.3%2018.4c1.2-1.2%2018.5-11.7%2014-20.9c-4.1-8.5-15-3.7-15.7.8m29.8-17c-3.3-4.7-9.3-.8-9.2%201.9c-1.5-2.5-8.4-3-9.1%202.5c-.8%206.1%2011.1%208.6%2012.1%209.2c.6-.8%209.8-8.6%206.2-13.6M36.8%206.4c.4-2.6-4.2-6.5-7.7-3c-4%203.9%202.9%2011.8%203.2%2012.8c.9-.3%2011.7-.9%2012-6.3c.3-5-6-5.4-7.5-3.5M25.5%2025.9c-.4-7-9.3-6.6-11-3.7c.1-3.6-6.9-8.4-11.2-3c-4.9%206%206%2016%206.6%2017.3c1.1-.6%2016-3.1%2015.6-10.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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