double curly loop emoji

double-curly-loop from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
double-curly-loop
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the double curly loop emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M34.481 11.183c-.129-.07-1.335-.683-3.851-.683c-1.627 0-3.926.74-6.062 2.011C22.509 11.533 20.256 11 18.331 11h-.656c-1.925 0-4.178.533-6.238 1.511C9.301 11.24 7.002 10.5 5.375 10.5c-2.516 0-3.722.613-3.851.683a.993.993 0 0 0-.404 1.337c.251.484.853.671 1.341.429c.009-.005.922-.45 2.914-.45c1.067 0 2.54.438 4.02 1.181c-2.421 1.659-4.208 4.019-4.208 6.891c0 4.48 3.652 6.495 6.245 6.495c2.855 0 5.745-2.248 5.745-6.545c0-2.595-1.636-4.908-3.791-6.656c1.461-.556 2.974-.865 4.289-.865h.656c1.316 0 2.829.309 4.288.866c-2.154 1.748-3.79 4.061-3.79 6.656c0 4.297 2.89 6.545 5.745 6.545c2.593 0 6.244-2.015 6.244-6.495c0-2.871-1.785-5.232-4.207-6.891c1.479-.743 2.952-1.181 4.02-1.181c1.991 0 2.904.445 2.914.45c.488.242 1.09.055 1.341-.429a.993.993 0 0 0-.405-1.338m-19.304 9.338c0 3.123-1.941 4.545-3.745 4.545c-1.641 0-4.245-1.221-4.245-4.495c0-2.363 1.814-4.376 4.148-5.731c2.112 1.486 3.842 3.527 3.842 5.681m13.641.05c0 3.274-2.604 4.495-4.244 4.495c-1.804 0-3.745-1.422-3.745-4.545c0-2.154 1.729-4.196 3.841-5.681c2.335 1.355 4.148 3.368 4.148 5.731"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiDoubleCurlyLoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M34.481 11.183c-.129-.07-1.335-.683-3.851-.683c-1.627 0-3.926.74-6.062 2.011C22.509 11.533 20.256 11 18.331 11h-.656c-1.925 0-4.178.533-6.238 1.511C9.301 11.24 7.002 10.5 5.375 10.5c-2.516 0-3.722.613-3.851.683a.993.993 0 0 0-.404 1.337c.251.484.853.671 1.341.429c.009-.005.922-.45 2.914-.45c1.067 0 2.54.438 4.02 1.181c-2.421 1.659-4.208 4.019-4.208 6.891c0 4.48 3.652 6.495 6.245 6.495c2.855 0 5.745-2.248 5.745-6.545c0-2.595-1.636-4.908-3.791-6.656c1.461-.556 2.974-.865 4.289-.865h.656c1.316 0 2.829.309 4.288.866c-2.154 1.748-3.79 4.061-3.79 6.656c0 4.297 2.89 6.545 5.745 6.545c2.593 0 6.244-2.015 6.244-6.495c0-2.871-1.785-5.232-4.207-6.891c1.479-.743 2.952-1.181 4.02-1.181c1.991 0 2.904.445 2.914.45c.488.242 1.09.055 1.341-.429a.993.993 0 0 0-.405-1.338m-19.304 9.338c0 3.123-1.941 4.545-3.745 4.545c-1.641 0-4.245-1.221-4.245-4.495c0-2.363 1.814-4.376 4.148-5.731c2.112 1.486 3.842 3.527 3.842 5.681m13.641.05c0 3.274-2.604 4.495-4.244 4.495c-1.804 0-3.745-1.422-3.745-4.545c0-2.154 1.729-4.196 3.841-5.681c2.335 1.355 4.148 3.368 4.148 5.731"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M34.481 11.183c-.129-.07-1.335-.683-3.851-.683c-1.627 0-3.926.74-6.062 2.011C22.509 11.533 20.256 11 18.331 11h-.656c-1.925 0-4.178.533-6.238 1.511C9.301 11.24 7.002 10.5 5.375 10.5c-2.516 0-3.722.613-3.851.683a.993.993 0 0 0-.404 1.337c.251.484.853.671 1.341.429c.009-.005.922-.45 2.914-.45c1.067 0 2.54.438 4.02 1.181c-2.421 1.659-4.208 4.019-4.208 6.891c0 4.48 3.652 6.495 6.245 6.495c2.855 0 5.745-2.248 5.745-6.545c0-2.595-1.636-4.908-3.791-6.656c1.461-.556 2.974-.865 4.289-.865h.656c1.316 0 2.829.309 4.288.866c-2.154 1.748-3.79 4.061-3.79 6.656c0 4.297 2.89 6.545 5.745 6.545c2.593 0 6.244-2.015 6.244-6.495c0-2.871-1.785-5.232-4.207-6.891c1.479-.743 2.952-1.181 4.02-1.181c1.991 0 2.904.445 2.914.45c.488.242 1.09.055 1.341-.429a.993.993 0 0 0-.405-1.338m-19.304 9.338c0 3.123-1.941 4.545-3.745 4.545c-1.641 0-4.245-1.221-4.245-4.495c0-2.363 1.814-4.376 4.148-5.731c2.112 1.486 3.842 3.527 3.842 5.681m13.641.05c0 3.274-2.604 4.495-4.244 4.495c-1.804 0-3.745-1.422-3.745-4.545c0-2.154 1.729-4.196 3.841-5.681c2.335 1.355 4.148 3.368 4.148 5.731"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2028a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V8a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M34.481%2011.183c-.129-.07-1.335-.683-3.851-.683c-1.627%200-3.926.74-6.062%202.011C22.509%2011.533%2020.256%2011%2018.331%2011h-.656c-1.925%200-4.178.533-6.238%201.511C9.301%2011.24%207.002%2010.5%205.375%2010.5c-2.516%200-3.722.613-3.851.683a.993.993%200%200%200-.404%201.337c.251.484.853.671%201.341.429c.009-.005.922-.45%202.914-.45c1.067%200%202.54.438%204.02%201.181c-2.421%201.659-4.208%204.019-4.208%206.891c0%204.48%203.652%206.495%206.245%206.495c2.855%200%205.745-2.248%205.745-6.545c0-2.595-1.636-4.908-3.791-6.656c1.461-.556%202.974-.865%204.289-.865h.656c1.316%200%202.829.309%204.288.866c-2.154%201.748-3.79%204.061-3.79%206.656c0%204.297%202.89%206.545%205.745%206.545c2.593%200%206.244-2.015%206.244-6.495c0-2.871-1.785-5.232-4.207-6.891c1.479-.743%202.952-1.181%204.02-1.181c1.991%200%202.904.445%202.914.45c.488.242%201.09.055%201.341-.429a.993.993%200%200%200-.405-1.338m-19.304%209.338c0%203.123-1.941%204.545-3.745%204.545c-1.641%200-4.245-1.221-4.245-4.495c0-2.363%201.814-4.376%204.148-5.731c2.112%201.486%203.842%203.527%203.842%205.681m13.641.05c0%203.274-2.604%204.495-4.244%204.495c-1.804%200-3.745-1.422-3.745-4.545c0-2.154%201.729-4.196%203.841-5.681c2.335%201.355%204.148%203.368%204.148%205.731%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2028a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V8a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M34.481%2011.183c-.129-.07-1.335-.683-3.851-.683c-1.627%200-3.926.74-6.062%202.011C22.509%2011.533%2020.256%2011%2018.331%2011h-.656c-1.925%200-4.178.533-6.238%201.511C9.301%2011.24%207.002%2010.5%205.375%2010.5c-2.516%200-3.722.613-3.851.683a.993.993%200%200%200-.404%201.337c.251.484.853.671%201.341.429c.009-.005.922-.45%202.914-.45c1.067%200%202.54.438%204.02%201.181c-2.421%201.659-4.208%204.019-4.208%206.891c0%204.48%203.652%206.495%206.245%206.495c2.855%200%205.745-2.248%205.745-6.545c0-2.595-1.636-4.908-3.791-6.656c1.461-.556%202.974-.865%204.289-.865h.656c1.316%200%202.829.309%204.288.866c-2.154%201.748-3.79%204.061-3.79%206.656c0%204.297%202.89%206.545%205.745%206.545c2.593%200%206.244-2.015%206.244-6.495c0-2.871-1.785-5.232-4.207-6.891c1.479-.743%202.952-1.181%204.02-1.181c1.991%200%202.904.445%202.914.45c.488.242%201.09.055%201.341-.429a.993.993%200%200%200-.405-1.338m-19.304%209.338c0%203.123-1.941%204.545-3.745%204.545c-1.641%200-4.245-1.221-4.245-4.495c0-2.363%201.814-4.376%204.148-5.731c2.112%201.486%203.842%203.527%203.842%205.681m13.641.05c0%203.274-2.604%204.495-4.244%204.495c-1.804%200-3.745-1.422-3.745-4.545c0-2.154%201.729-4.196%203.841-5.681c2.335%201.355%204.148%203.368%204.148%205.731%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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