curly loop emoji

curly-loop from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
curly-loop
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 curly loop emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCurlyLoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60.99 21.717a1.04 1.04 0 0 0-.626-1.017a25.5 25.5 0 0 0-9.87-2.075a27.3 27.3 0 0 0-14.39 3.874h-.363a27.3 27.3 0 0 0-14.39-3.874a25.4 25.4 0 0 0-9.696 2.002a1.04 1.04 0 0 0-.635.958l-.012 1.374a.97.97 0 0 0 1.331.917a17.8 17.8 0 0 1 6.909-1.377a24.8 24.8 0 0 1 10.033 1.73a1.008 1.008 0 0 1 .182 1.731c-2.834 2.126-9.33 7.745-9.33 14.582c0 8.745 7.417 14.833 15.386 14.833h.806c7.97 0 15.386-6.088 15.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008 1.008 0 0 1 .183-1.732A24.8 24.8 0 0 1 52.597 22.5a17.8 17.8 0 0 1 6.959 1.398a.978.978 0 0 0 1.367-.843ZM47.254 40.309a11.07 11.07 0 0 1-11.27 10.968c-6.12 0-11.575-3.575-11.575-11.029c0-6.48 8.612-11.77 10.86-13.04a1 1 0 0 1 1.044.034c2.239 1.449 11.047 7.512 10.941 13.067"/></svg>
</template>

CSS

.icon-curly-loop {
  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%233f3f3f%22%20d%3D%22M60.99%2021.717a1.04%201.04%200%200%200-.626-1.017a25.5%2025.5%200%200%200-9.87-2.075a27.3%2027.3%200%200%200-14.39%203.874h-.363a27.3%2027.3%200%200%200-14.39-3.874a25.4%2025.4%200%200%200-9.696%202.002a1.04%201.04%200%200%200-.635.958l-.012%201.374a.97.97%200%200%200%201.331.917a17.8%2017.8%200%200%201%206.909-1.377a24.8%2024.8%200%200%201%2010.033%201.73a1.008%201.008%200%200%201%20.182%201.731c-2.834%202.126-9.33%207.745-9.33%2014.582c0%208.745%207.417%2014.833%2015.386%2014.833h.806c7.97%200%2015.386-6.088%2015.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008%201.008%200%200%201%20.183-1.732A24.8%2024.8%200%200%201%2052.597%2022.5a17.8%2017.8%200%200%201%206.959%201.398a.978.978%200%200%200%201.367-.843ZM47.254%2040.309a11.07%2011.07%200%200%201-11.27%2010.968c-6.12%200-11.575-3.575-11.575-11.029c0-6.48%208.612-11.77%2010.86-13.04a1%201%200%200%201%201.044.034c2.239%201.449%2011.047%207.512%2010.941%2013.067%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60.99%2021.717a1.04%201.04%200%200%200-.626-1.017a25.5%2025.5%200%200%200-9.87-2.075a27.3%2027.3%200%200%200-14.39%203.874h-.363a27.3%2027.3%200%200%200-14.39-3.874a25.4%2025.4%200%200%200-9.696%202.002a1.04%201.04%200%200%200-.635.958l-.012%201.374a.97.97%200%200%200%201.331.917a17.8%2017.8%200%200%201%206.909-1.377a24.8%2024.8%200%200%201%2010.033%201.73a1.008%201.008%200%200%201%20.182%201.731c-2.834%202.126-9.33%207.745-9.33%2014.582c0%208.745%207.417%2014.833%2015.386%2014.833h.806c7.97%200%2015.386-6.088%2015.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008%201.008%200%200%201%20.183-1.732A24.8%2024.8%200%200%201%2052.597%2022.5a17.8%2017.8%200%200%201%206.959%201.398a.978.978%200%200%200%201.367-.843ZM47.254%2040.309a11.07%2011.07%200%200%201-11.27%2010.968c-6.12%200-11.575-3.575-11.575-11.029c0-6.48%208.612-11.77%2010.86-13.04a1%201%200%200%201%201.044.034c2.239%201.449%2011.047%207.512%2010.941%2013.067%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%233f3f3f%22%20d%3D%22M60.99%2021.717a1.04%201.04%200%200%200-.626-1.017a25.5%2025.5%200%200%200-9.87-2.075a27.3%2027.3%200%200%200-14.39%203.874h-.363a27.3%2027.3%200%200%200-14.39-3.874a25.4%2025.4%200%200%200-9.696%202.002a1.04%201.04%200%200%200-.635.958l-.012%201.374a.97.97%200%200%200%201.331.917a17.8%2017.8%200%200%201%206.909-1.377a24.8%2024.8%200%200%201%2010.033%201.73a1.008%201.008%200%200%201%20.182%201.731c-2.834%202.126-9.33%207.745-9.33%2014.582c0%208.745%207.417%2014.833%2015.386%2014.833h.806c7.97%200%2015.386-6.088%2015.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008%201.008%200%200%201%20.183-1.732A24.8%2024.8%200%200%201%2052.597%2022.5a17.8%2017.8%200%200%201%206.959%201.398a.978.978%200%200%200%201.367-.843ZM47.254%2040.309a11.07%2011.07%200%200%201-11.27%2010.968c-6.12%200-11.575-3.575-11.575-11.029c0-6.48%208.612-11.77%2010.86-13.04a1%201%200%200%201%201.044.034c2.239%201.449%2011.047%207.512%2010.941%2013.067%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60.99%2021.717a1.04%201.04%200%200%200-.626-1.017a25.5%2025.5%200%200%200-9.87-2.075a27.3%2027.3%200%200%200-14.39%203.874h-.363a27.3%2027.3%200%200%200-14.39-3.874a25.4%2025.4%200%200%200-9.696%202.002a1.04%201.04%200%200%200-.635.958l-.012%201.374a.97.97%200%200%200%201.331.917a17.8%2017.8%200%200%201%206.909-1.377a24.8%2024.8%200%200%201%2010.033%201.73a1.008%201.008%200%200%201%20.182%201.731c-2.834%202.126-9.33%207.745-9.33%2014.582c0%208.745%207.417%2014.833%2015.386%2014.833h.806c7.97%200%2015.386-6.088%2015.386-14.833c0-6.837-6.495-12.456-9.33-14.582a1.008%201.008%200%200%201%20.183-1.732A24.8%2024.8%200%200%201%2052.597%2022.5a17.8%2017.8%200%200%201%206.959%201.398a.978.978%200%200%200%201.367-.843ZM47.254%2040.309a11.07%2011.07%200%200%201-11.27%2010.968c-6.12%200-11.575-3.575-11.575-11.029c0-6.48%208.612-11.77%2010.86-13.04a1%201%200%200%201%201.044.034c2.239%201.449%2011.047%207.512%2010.941%2013.067%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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