double curly loop emoji

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

Name
double-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 double 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="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.797" d="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDoubleCurlyLoop(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="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.797" d="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.797" d="M65.156 24.864a47.8 47.8 0 0 0-14.42 2.875A34.6 34.6 0 0 0 36 24.864a34.6 34.6 0 0 0-14.735 2.875a47.8 47.8 0 0 0-14.43-2.875a1.76 1.76 0 0 0-1.842 1.743a1.8 1.8 0 0 0 1.743 1.85a44.2 44.2 0 0 1 10.476 1.717c-4.564 3.46-6.325 7.844-6.325 10.638c0 4.556 2.893 9.875 11.07 9.875c3.9 0 7.529-1.752 9.02-4.367a11.28 11.28 0 0 0 .512-9.893a14.57 14.57 0 0 0-5.885-6.523A34 34 0 0 1 36 28.458a34 34 0 0 1 10.396 1.446a14.46 14.46 0 0 0-5.885 6.523a11.25 11.25 0 0 0 .512 9.893c1.491 2.615 5.112 4.367 9.02 4.367c8.168 0 11.07-5.32 11.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4 48.4 0 0 1 10.503-1.698a1.798 1.798 0 0 0-.108-3.594M28.174 37.82a7.63 7.63 0 0 1-.323 6.72c-.728 1.268-2.983 2.552-5.895 2.552c-6.747 0-7.475-4.393-7.475-6.28c0-1.536 1.491-5.966 6.918-9.084c3.046 1.411 5.634 3.388 6.775 6.092m29.345 2.992c0 1.887-.728 6.28-7.476 6.28c-2.92 0-5.175-1.284-5.903-2.551a7.66 7.66 0 0 1-.323-6.721c1.177-2.776 3.756-4.744 6.73-6.119c5.472 3.118 6.972 7.575 6.972 9.111"/></svg>
</template>

CSS

.icon-double-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%22M65.156%2024.864a47.8%2047.8%200%200%200-14.42%202.875A34.6%2034.6%200%200%200%2036%2024.864a34.6%2034.6%200%200%200-14.735%202.875a47.8%2047.8%200%200%200-14.43-2.875a1.76%201.76%200%200%200-1.842%201.743a1.8%201.8%200%200%200%201.743%201.85a44.2%2044.2%200%200%201%2010.476%201.717c-4.564%203.46-6.325%207.844-6.325%2010.638c0%204.556%202.893%209.875%2011.07%209.875c3.9%200%207.529-1.752%209.02-4.367a11.28%2011.28%200%200%200%20.512-9.893a14.57%2014.57%200%200%200-5.885-6.523A34%2034%200%200%201%2036%2028.458a34%2034%200%200%201%2010.396%201.446a14.46%2014.46%200%200%200-5.885%206.523a11.25%2011.25%200%200%200%20.512%209.893c1.491%202.615%205.112%204.367%209.02%204.367c8.168%200%2011.07-5.32%2011.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4%2048.4%200%200%201%2010.503-1.698a1.798%201.798%200%200%200-.108-3.594M28.174%2037.82a7.63%207.63%200%200%201-.323%206.72c-.728%201.268-2.983%202.552-5.895%202.552c-6.747%200-7.475-4.393-7.475-6.28c0-1.536%201.491-5.966%206.918-9.084c3.046%201.411%205.634%203.388%206.775%206.092m29.345%202.992c0%201.887-.728%206.28-7.476%206.28c-2.92%200-5.175-1.284-5.903-2.551a7.66%207.66%200%200%201-.323-6.721c1.177-2.776%203.756-4.744%206.73-6.119c5.472%203.118%206.972%207.575%206.972%209.111%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%221.797%22%20d%3D%22M65.156%2024.864a47.8%2047.8%200%200%200-14.42%202.875A34.6%2034.6%200%200%200%2036%2024.864a34.6%2034.6%200%200%200-14.735%202.875a47.8%2047.8%200%200%200-14.43-2.875a1.76%201.76%200%200%200-1.842%201.743a1.8%201.8%200%200%200%201.743%201.85a44.2%2044.2%200%200%201%2010.476%201.717c-4.564%203.46-6.325%207.844-6.325%2010.638c0%204.556%202.893%209.875%2011.07%209.875c3.9%200%207.529-1.752%209.02-4.367a11.28%2011.28%200%200%200%20.512-9.893a14.57%2014.57%200%200%200-5.885-6.523A34%2034%200%200%201%2036%2028.458a34%2034%200%200%201%2010.396%201.446a14.46%2014.46%200%200%200-5.885%206.523a11.25%2011.25%200%200%200%20.512%209.893c1.491%202.615%205.112%204.367%209.02%204.367c8.168%200%2011.07-5.32%2011.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4%2048.4%200%200%201%2010.503-1.698a1.798%201.798%200%200%200-.108-3.594M28.174%2037.82a7.63%207.63%200%200%201-.323%206.72c-.728%201.268-2.983%202.552-5.895%202.552c-6.747%200-7.475-4.393-7.475-6.28c0-1.536%201.491-5.966%206.918-9.084c3.046%201.411%205.634%203.388%206.775%206.092m29.345%202.992c0%201.887-.728%206.28-7.476%206.28c-2.92%200-5.175-1.284-5.903-2.551a7.66%207.66%200%200%201-.323-6.721c1.177-2.776%203.756-4.744%206.73-6.119c5.472%203.118%206.972%207.575%206.972%209.111%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%22M65.156%2024.864a47.8%2047.8%200%200%200-14.42%202.875A34.6%2034.6%200%200%200%2036%2024.864a34.6%2034.6%200%200%200-14.735%202.875a47.8%2047.8%200%200%200-14.43-2.875a1.76%201.76%200%200%200-1.842%201.743a1.8%201.8%200%200%200%201.743%201.85a44.2%2044.2%200%200%201%2010.476%201.717c-4.564%203.46-6.325%207.844-6.325%2010.638c0%204.556%202.893%209.875%2011.07%209.875c3.9%200%207.529-1.752%209.02-4.367a11.28%2011.28%200%200%200%20.512-9.893a14.57%2014.57%200%200%200-5.885-6.523A34%2034%200%200%201%2036%2028.458a34%2034%200%200%201%2010.396%201.446a14.46%2014.46%200%200%200-5.885%206.523a11.25%2011.25%200%200%200%20.512%209.893c1.491%202.615%205.112%204.367%209.02%204.367c8.168%200%2011.07-5.32%2011.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4%2048.4%200%200%201%2010.503-1.698a1.798%201.798%200%200%200-.108-3.594M28.174%2037.82a7.63%207.63%200%200%201-.323%206.72c-.728%201.268-2.983%202.552-5.895%202.552c-6.747%200-7.475-4.393-7.475-6.28c0-1.536%201.491-5.966%206.918-9.084c3.046%201.411%205.634%203.388%206.775%206.092m29.345%202.992c0%201.887-.728%206.28-7.476%206.28c-2.92%200-5.175-1.284-5.903-2.551a7.66%207.66%200%200%201-.323-6.721c1.177-2.776%203.756-4.744%206.73-6.119c5.472%203.118%206.972%207.575%206.972%209.111%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%221.797%22%20d%3D%22M65.156%2024.864a47.8%2047.8%200%200%200-14.42%202.875A34.6%2034.6%200%200%200%2036%2024.864a34.6%2034.6%200%200%200-14.735%202.875a47.8%2047.8%200%200%200-14.43-2.875a1.76%201.76%200%200%200-1.842%201.743a1.8%201.8%200%200%200%201.743%201.85a44.2%2044.2%200%200%201%2010.476%201.717c-4.564%203.46-6.325%207.844-6.325%2010.638c0%204.556%202.893%209.875%2011.07%209.875c3.9%200%207.529-1.752%209.02-4.367a11.28%2011.28%200%200%200%20.512-9.893a14.57%2014.57%200%200%200-5.885-6.523A34%2034%200%200%201%2036%2028.458a34%2034%200%200%201%2010.396%201.446a14.46%2014.46%200%200%200-5.885%206.523a11.25%2011.25%200%200%200%20.512%209.893c1.491%202.615%205.112%204.367%209.02%204.367c8.168%200%2011.07-5.32%2011.07-9.875c0-2.794-1.77-7.188-6.352-10.656a48.4%2048.4%200%200%201%2010.503-1.698a1.798%201.798%200%200%200-.108-3.594M28.174%2037.82a7.63%207.63%200%200%201-.323%206.72c-.728%201.268-2.983%202.552-5.895%202.552c-6.747%200-7.475-4.393-7.475-6.28c0-1.536%201.491-5.966%206.918-9.084c3.046%201.411%205.634%203.388%206.775%206.092m29.345%202.992c0%201.887-.728%206.28-7.476%206.28c-2.92%200-5.175-1.284-5.903-2.551a7.66%207.66%200%200%201-.323-6.721c1.177-2.776%203.756-4.744%206.73-6.119c5.472%203.118%206.972%207.575%206.972%209.111%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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