revolving hearts emoji

revolving-hearts from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
revolving-hearts
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the revolving hearts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M4 20a.89.89 0 0 0 1.36-1a3 3 0 0 1-.07-1.15c.63-4.44 11.43-6.6 24.14-4.81a.5.5 0 0 0 .55-.39a.49.49 0 0 0-.35-.57a58 58 0 0 0-7-1.43C11 9.09 1.1 11.06.53 15.12C.3 16.74 1.6 18.45 4 20"/><path fill="#ffe5ee" d="M12.35 41.62a8.26 1.38 0 1 0 16.52 0a8.26 1.38 0 1 0-16.52 0" opacity=".7"/><path fill="#ff6196" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff87af" d="M29.87 9.89a4.27 4.27 0 0 1 3.9 2.54a.4.4 0 0 0 .73 0a4.26 4.26 0 0 1 3.9-2.54a4.07 4.07 0 0 1 3.85 3c0-2.23-1.23-5-4.06-5a4.06 4.06 0 0 0-4.06 4.06a4.06 4.06 0 0 0-4.06-4.06c-2.82 0-4 2.8-4.06 5a4.09 4.09 0 0 1 3.86-3"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff6196" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#ff87af" d="M14.67 18.06a5.73 5.73 0 0 1 5.24 3.4a.54.54 0 0 0 1 0a5.75 5.75 0 0 1 5.24-3.4c2.73 0 4.4 1.85 5.19 4c0-3-1.66-6.76-5.46-6.76a5.46 5.46 0 0 0-5.46 5.46a5.45 5.45 0 0 0-5.46-5.46c-3.79 0-5.43 3.75-5.45 6.76c.76-2.15 2.43-4 5.16-4"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M44 22.72a.89.89 0 0 0-1.36 1a3 3 0 0 1 .07 1.16c-.63 4.44-11.43 6.59-24.14 4.81A.48.48 0 0 0 18 30a.49.49 0 0 0 .35.57a58 58 0 0 0 7 1.42c11.61 1.63 21.47-.33 22-4.39c.35-1.6-.95-3.31-3.35-4.88"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisRevolvingHearts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" strokeLinecap="round" strokeLinejoin="round" d="M4 20a.89.89 0 0 0 1.36-1a3 3 0 0 1-.07-1.15c.63-4.44 11.43-6.6 24.14-4.81a.5.5 0 0 0 .55-.39a.49.49 0 0 0-.35-.57a58 58 0 0 0-7-1.43C11 9.09 1.1 11.06.53 15.12C.3 16.74 1.6 18.45 4 20"/><path fill="#ffe5ee" d="M12.35 41.62a8.26 1.38 0 1 0 16.52 0a8.26 1.38 0 1 0-16.52 0" opacity=".7"/><path fill="#ff6196" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff87af" d="M29.87 9.89a4.27 4.27 0 0 1 3.9 2.54a.4.4 0 0 0 .73 0a4.26 4.26 0 0 1 3.9-2.54a4.07 4.07 0 0 1 3.85 3c0-2.23-1.23-5-4.06-5a4.06 4.06 0 0 0-4.06 4.06a4.06 4.06 0 0 0-4.06-4.06c-2.82 0-4 2.8-4.06 5a4.09 4.09 0 0 1 3.86-3"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff6196" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#ff87af" d="M14.67 18.06a5.73 5.73 0 0 1 5.24 3.4a.54.54 0 0 0 1 0a5.75 5.75 0 0 1 5.24-3.4c2.73 0 4.4 1.85 5.19 4c0-3-1.66-6.76-5.46-6.76a5.46 5.46 0 0 0-5.46 5.46a5.45 5.45 0 0 0-5.46-5.46c-3.79 0-5.43 3.75-5.45 6.76c.76-2.15 2.43-4 5.16-4"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#fcd" stroke="#ffb0ca" strokeLinecap="round" strokeLinejoin="round" d="M44 22.72a.89.89 0 0 0-1.36 1a3 3 0 0 1 .07 1.16c-.63 4.44-11.43 6.59-24.14 4.81A.48.48 0 0 0 18 30a.49.49 0 0 0 .35.57a58 58 0 0 0 7 1.42c11.61 1.63 21.47-.33 22-4.39c.35-1.6-.95-3.31-3.35-4.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M4 20a.89.89 0 0 0 1.36-1a3 3 0 0 1-.07-1.15c.63-4.44 11.43-6.6 24.14-4.81a.5.5 0 0 0 .55-.39a.49.49 0 0 0-.35-.57a58 58 0 0 0-7-1.43C11 9.09 1.1 11.06.53 15.12C.3 16.74 1.6 18.45 4 20"/><path fill="#ffe5ee" d="M12.35 41.62a8.26 1.38 0 1 0 16.52 0a8.26 1.38 0 1 0-16.52 0" opacity=".7"/><path fill="#ff6196" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff87af" d="M29.87 9.89a4.27 4.27 0 0 1 3.9 2.54a.4.4 0 0 0 .73 0a4.26 4.26 0 0 1 3.9-2.54a4.07 4.07 0 0 1 3.85 3c0-2.23-1.23-5-4.06-5a4.06 4.06 0 0 0-4.06 4.06a4.06 4.06 0 0 0-4.06-4.06c-2.82 0-4 2.8-4.06 5a4.09 4.09 0 0 1 3.86-3"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.13 11.92a4.06 4.06 0 0 1 4.06-4.06c2.85 0 4.06 2.84 4.06 5.08c0 5.91-5.61 9.71-7.5 10.82a1.18 1.18 0 0 1-1.23 0C31.63 22.65 26 18.85 26 12.94c0-2.24 1.22-5.08 4.06-5.08a4.06 4.06 0 0 1 4.07 4.06"/><path fill="#ff6196" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#ff87af" d="M14.67 18.06a5.73 5.73 0 0 1 5.24 3.4a.54.54 0 0 0 1 0a5.75 5.75 0 0 1 5.24-3.4c2.73 0 4.4 1.85 5.19 4c0-3-1.66-6.76-5.46-6.76a5.46 5.46 0 0 0-5.46 5.46a5.45 5.45 0 0 0-5.46-5.46c-3.79 0-5.43 3.75-5.45 6.76c.76-2.15 2.43-4 5.16-4"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.4 20.79a5.46 5.46 0 0 1 5.46-5.46c3.82 0 5.46 3.81 5.46 6.82c0 7.94-7.55 13.06-10.09 14.55a1.63 1.63 0 0 1-1.65 0C17 35.21 9.49 30.09 9.49 22.15c0-3 1.63-6.82 5.45-6.82a5.45 5.45 0 0 1 5.46 5.46"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M44 22.72a.89.89 0 0 0-1.36 1a3 3 0 0 1 .07 1.16c-.63 4.44-11.43 6.59-24.14 4.81A.48.48 0 0 0 18 30a.49.49 0 0 0 .35.57a58 58 0 0 0 7 1.42c11.61 1.63 21.47-.33 22-4.39c.35-1.6-.95-3.31-3.35-4.88"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2020a.89.89%200%200%200%201.36-1a3%203%200%200%201-.07-1.15c.63-4.44%2011.43-6.6%2024.14-4.81a.5.5%200%200%200%20.55-.39a.49.49%200%200%200-.35-.57a58%2058%200%200%200-7-1.43C11%209.09%201.1%2011.06.53%2015.12C.3%2016.74%201.6%2018.45%204%2020%22%2F%3E%3Cpath%20fill%3D%22%23ffe5ee%22%20d%3D%22M12.35%2041.62a8.26%201.38%200%201%200%2016.52%200a8.26%201.38%200%201%200-16.52%200%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M34.13%2011.92a4.06%204.06%200%200%201%204.06-4.06c2.85%200%204.06%202.84%204.06%205.08c0%205.91-5.61%209.71-7.5%2010.82a1.18%201.18%200%200%201-1.23%200C31.63%2022.65%2026%2018.85%2026%2012.94c0-2.24%201.22-5.08%204.06-5.08a4.06%204.06%200%200%201%204.07%204.06%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M29.87%209.89a4.27%204.27%200%200%201%203.9%202.54a.4.4%200%200%200%20.73%200a4.26%204.26%200%200%201%203.9-2.54a4.07%204.07%200%200%201%203.85%203c0-2.23-1.23-5-4.06-5a4.06%204.06%200%200%200-4.06%204.06a4.06%204.06%200%200%200-4.06-4.06c-2.82%200-4%202.8-4.06%205a4.09%204.09%200%200%201%203.86-3%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.13%2011.92a4.06%204.06%200%200%201%204.06-4.06c2.85%200%204.06%202.84%204.06%205.08c0%205.91-5.61%209.71-7.5%2010.82a1.18%201.18%200%200%201-1.23%200C31.63%2022.65%2026%2018.85%2026%2012.94c0-2.24%201.22-5.08%204.06-5.08a4.06%204.06%200%200%201%204.07%204.06%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M20.4%2020.79a5.46%205.46%200%200%201%205.46-5.46c3.82%200%205.46%203.81%205.46%206.82c0%207.94-7.55%2013.06-10.09%2014.55a1.63%201.63%200%200%201-1.65%200C17%2035.21%209.49%2030.09%209.49%2022.15c0-3%201.63-6.82%205.45-6.82a5.45%205.45%200%200%201%205.46%205.46%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M14.67%2018.06a5.73%205.73%200%200%201%205.24%203.4a.54.54%200%200%200%201%200a5.75%205.75%200%200%201%205.24-3.4c2.73%200%204.4%201.85%205.19%204c0-3-1.66-6.76-5.46-6.76a5.46%205.46%200%200%200-5.46%205.46a5.45%205.45%200%200%200-5.46-5.46c-3.79%200-5.43%203.75-5.45%206.76c.76-2.15%202.43-4%205.16-4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.4%2020.79a5.46%205.46%200%200%201%205.46-5.46c3.82%200%205.46%203.81%205.46%206.82c0%207.94-7.55%2013.06-10.09%2014.55a1.63%201.63%200%200%201-1.65%200C17%2035.21%209.49%2030.09%209.49%2022.15c0-3%201.63-6.82%205.45-6.82a5.45%205.45%200%200%201%205.46%205.46%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2022.72a.89.89%200%200%200-1.36%201a3%203%200%200%201%20.07%201.16c-.63%204.44-11.43%206.59-24.14%204.81A.48.48%200%200%200%2018%2030a.49.49%200%200%200%20.35.57a58%2058%200%200%200%207%201.42c11.61%201.63%2021.47-.33%2022-4.39c.35-1.6-.95-3.31-3.35-4.88%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2020a.89.89%200%200%200%201.36-1a3%203%200%200%201-.07-1.15c.63-4.44%2011.43-6.6%2024.14-4.81a.5.5%200%200%200%20.55-.39a.49.49%200%200%200-.35-.57a58%2058%200%200%200-7-1.43C11%209.09%201.1%2011.06.53%2015.12C.3%2016.74%201.6%2018.45%204%2020%22%2F%3E%3Cpath%20fill%3D%22%23ffe5ee%22%20d%3D%22M12.35%2041.62a8.26%201.38%200%201%200%2016.52%200a8.26%201.38%200%201%200-16.52%200%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M34.13%2011.92a4.06%204.06%200%200%201%204.06-4.06c2.85%200%204.06%202.84%204.06%205.08c0%205.91-5.61%209.71-7.5%2010.82a1.18%201.18%200%200%201-1.23%200C31.63%2022.65%2026%2018.85%2026%2012.94c0-2.24%201.22-5.08%204.06-5.08a4.06%204.06%200%200%201%204.07%204.06%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M29.87%209.89a4.27%204.27%200%200%201%203.9%202.54a.4.4%200%200%200%20.73%200a4.26%204.26%200%200%201%203.9-2.54a4.07%204.07%200%200%201%203.85%203c0-2.23-1.23-5-4.06-5a4.06%204.06%200%200%200-4.06%204.06a4.06%204.06%200%200%200-4.06-4.06c-2.82%200-4%202.8-4.06%205a4.09%204.09%200%200%201%203.86-3%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.13%2011.92a4.06%204.06%200%200%201%204.06-4.06c2.85%200%204.06%202.84%204.06%205.08c0%205.91-5.61%209.71-7.5%2010.82a1.18%201.18%200%200%201-1.23%200C31.63%2022.65%2026%2018.85%2026%2012.94c0-2.24%201.22-5.08%204.06-5.08a4.06%204.06%200%200%201%204.07%204.06%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M20.4%2020.79a5.46%205.46%200%200%201%205.46-5.46c3.82%200%205.46%203.81%205.46%206.82c0%207.94-7.55%2013.06-10.09%2014.55a1.63%201.63%200%200%201-1.65%200C17%2035.21%209.49%2030.09%209.49%2022.15c0-3%201.63-6.82%205.45-6.82a5.45%205.45%200%200%201%205.46%205.46%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M14.67%2018.06a5.73%205.73%200%200%201%205.24%203.4a.54.54%200%200%200%201%200a5.75%205.75%200%200%201%205.24-3.4c2.73%200%204.4%201.85%205.19%204c0-3-1.66-6.76-5.46-6.76a5.46%205.46%200%200%200-5.46%205.46a5.45%205.45%200%200%200-5.46-5.46c-3.79%200-5.43%203.75-5.45%206.76c.76-2.15%202.43-4%205.16-4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.4%2020.79a5.46%205.46%200%200%201%205.46-5.46c3.82%200%205.46%203.81%205.46%206.82c0%207.94-7.55%2013.06-10.09%2014.55a1.63%201.63%200%200%201-1.65%200C17%2035.21%209.49%2030.09%209.49%2022.15c0-3%201.63-6.82%205.45-6.82a5.45%205.45%200%200%201%205.46%205.46%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2022.72a.89.89%200%200%200-1.36%201a3%203%200%200%201%20.07%201.16c-.63%204.44-11.43%206.59-24.14%204.81A.48.48%200%200%200%2018%2030a.49.49%200%200%200%20.35.57a58%2058%200%200%200%207%201.42c11.61%201.63%2021.47-.33%2022-4.39c.35-1.6-.95-3.31-3.35-4.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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