double curly loop emoji
double-curly-loop from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- double-curly-loop
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the double curly loop emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.26 23.795a5.273 5.273 0 0 1-5.268-5.26c-.002-.215.013-2.436 1.475-4.689a9.2 9.2 0 0 1 2.023-2.214q-1.911-.625-4.49-.625c-1.683 0-3.16.225-4.421.673a9.2 9.2 0 0 1 1.952 2.158c1.461 2.25 1.48 4.47 1.477 4.687v.003a5.274 5.274 0 0 1-5.268 5.267a5.274 5.274 0 0 1-5.267-5.264c0-.207.027-3.708 2.73-6.432q.175-.176.36-.344c-1.32-.451-2.858-.705-4.593-.756A1 1 0 0 1 3.03 9c2.521.074 4.703.544 6.492 1.397c1.766-.923 3.933-1.39 6.478-1.39c2.622 0 4.833.447 6.612 1.334c1.763-.812 3.9-1.26 6.358-1.333H29a1 1 0 0 1 .03 1.999c-1.651.048-3.124.28-4.398.69q.304.273.582.572c2.425 2.615 2.336 5.849 2.312 6.283a5.273 5.273 0 0 1-5.267 5.243m.307-11.171a7.4 7.4 0 0 0-2.37 2.231c-1.21 1.812-1.206 3.64-1.205 3.658v.015a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267l.003-.083c.001-.023.159-2.741-1.801-4.837a6.7 6.7 0 0 0-1.162-.984m-12.993.08q-.514.364-.951.804c-2.147 2.164-2.15 4.984-2.15 5.013v.008a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267v-.027c0-.013.003-1.842-1.208-3.653a7.4 7.4 0 0 0-2.226-2.144"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDoubleCurlyLoop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.26 23.795a5.273 5.273 0 0 1-5.268-5.26c-.002-.215.013-2.436 1.475-4.689a9.2 9.2 0 0 1 2.023-2.214q-1.911-.625-4.49-.625c-1.683 0-3.16.225-4.421.673a9.2 9.2 0 0 1 1.952 2.158c1.461 2.25 1.48 4.47 1.477 4.687v.003a5.274 5.274 0 0 1-5.268 5.267a5.274 5.274 0 0 1-5.267-5.264c0-.207.027-3.708 2.73-6.432q.175-.176.36-.344c-1.32-.451-2.858-.705-4.593-.756A1 1 0 0 1 3.03 9c2.521.074 4.703.544 6.492 1.397c1.766-.923 3.933-1.39 6.478-1.39c2.622 0 4.833.447 6.612 1.334c1.763-.812 3.9-1.26 6.358-1.333H29a1 1 0 0 1 .03 1.999c-1.651.048-3.124.28-4.398.69q.304.273.582.572c2.425 2.615 2.336 5.849 2.312 6.283a5.273 5.273 0 0 1-5.267 5.243m.307-11.171a7.4 7.4 0 0 0-2.37 2.231c-1.21 1.812-1.206 3.64-1.205 3.658v.015a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267l.003-.083c.001-.023.159-2.741-1.801-4.837a6.7 6.7 0 0 0-1.162-.984m-12.993.08q-.514.364-.951.804c-2.147 2.164-2.15 4.984-2.15 5.013v.008a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267v-.027c0-.013.003-1.842-1.208-3.653a7.4 7.4 0 0 0-2.226-2.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.26 23.795a5.273 5.273 0 0 1-5.268-5.26c-.002-.215.013-2.436 1.475-4.689a9.2 9.2 0 0 1 2.023-2.214q-1.911-.625-4.49-.625c-1.683 0-3.16.225-4.421.673a9.2 9.2 0 0 1 1.952 2.158c1.461 2.25 1.48 4.47 1.477 4.687v.003a5.274 5.274 0 0 1-5.268 5.267a5.274 5.274 0 0 1-5.267-5.264c0-.207.027-3.708 2.73-6.432q.175-.176.36-.344c-1.32-.451-2.858-.705-4.593-.756A1 1 0 0 1 3.03 9c2.521.074 4.703.544 6.492 1.397c1.766-.923 3.933-1.39 6.478-1.39c2.622 0 4.833.447 6.612 1.334c1.763-.812 3.9-1.26 6.358-1.333H29a1 1 0 0 1 .03 1.999c-1.651.048-3.124.28-4.398.69q.304.273.582.572c2.425 2.615 2.336 5.849 2.312 6.283a5.273 5.273 0 0 1-5.267 5.243m.307-11.171a7.4 7.4 0 0 0-2.37 2.231c-1.21 1.812-1.206 3.64-1.205 3.658v.015a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267l.003-.083c.001-.023.159-2.741-1.801-4.837a6.7 6.7 0 0 0-1.162-.984m-12.993.08q-.514.364-.951.804c-2.147 2.164-2.15 4.984-2.15 5.013v.008a3.27 3.27 0 0 0 3.267 3.267a3.27 3.27 0 0 0 3.268-3.267v-.027c0-.013.003-1.842-1.208-3.653a7.4 7.4 0 0 0-2.226-2.144"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.26%2023.795a5.273%205.273%200%200%201-5.268-5.26c-.002-.215.013-2.436%201.475-4.689a9.2%209.2%200%200%201%202.023-2.214q-1.911-.625-4.49-.625c-1.683%200-3.16.225-4.421.673a9.2%209.2%200%200%201%201.952%202.158c1.461%202.25%201.48%204.47%201.477%204.687v.003a5.274%205.274%200%200%201-5.268%205.267a5.274%205.274%200%200%201-5.267-5.264c0-.207.027-3.708%202.73-6.432q.175-.176.36-.344c-1.32-.451-2.858-.705-4.593-.756A1%201%200%200%201%203.03%209c2.521.074%204.703.544%206.492%201.397c1.766-.923%203.933-1.39%206.478-1.39c2.622%200%204.833.447%206.612%201.334c1.763-.812%203.9-1.26%206.358-1.333H29a1%201%200%200%201%20.03%201.999c-1.651.048-3.124.28-4.398.69q.304.273.582.572c2.425%202.615%202.336%205.849%202.312%206.283a5.273%205.273%200%200%201-5.267%205.243m.307-11.171a7.4%207.4%200%200%200-2.37%202.231c-1.21%201.812-1.206%203.64-1.205%203.658v.015a3.27%203.27%200%200%200%203.267%203.267a3.27%203.27%200%200%200%203.268-3.267l.003-.083c.001-.023.159-2.741-1.801-4.837a6.7%206.7%200%200%200-1.162-.984m-12.993.08q-.514.364-.951.804c-2.147%202.164-2.15%204.984-2.15%205.013v.008a3.27%203.27%200%200%200%203.267%203.267a3.27%203.27%200%200%200%203.268-3.267v-.027c0-.013.003-1.842-1.208-3.653a7.4%207.4%200%200%200-2.226-2.144%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.26%2023.795a5.273%205.273%200%200%201-5.268-5.26c-.002-.215.013-2.436%201.475-4.689a9.2%209.2%200%200%201%202.023-2.214q-1.911-.625-4.49-.625c-1.683%200-3.16.225-4.421.673a9.2%209.2%200%200%201%201.952%202.158c1.461%202.25%201.48%204.47%201.477%204.687v.003a5.274%205.274%200%200%201-5.268%205.267a5.274%205.274%200%200%201-5.267-5.264c0-.207.027-3.708%202.73-6.432q.175-.176.36-.344c-1.32-.451-2.858-.705-4.593-.756A1%201%200%200%201%203.03%209c2.521.074%204.703.544%206.492%201.397c1.766-.923%203.933-1.39%206.478-1.39c2.622%200%204.833.447%206.612%201.334c1.763-.812%203.9-1.26%206.358-1.333H29a1%201%200%200%201%20.03%201.999c-1.651.048-3.124.28-4.398.69q.304.273.582.572c2.425%202.615%202.336%205.849%202.312%206.283a5.273%205.273%200%200%201-5.267%205.243m.307-11.171a7.4%207.4%200%200%200-2.37%202.231c-1.21%201.812-1.206%203.64-1.205%203.658v.015a3.27%203.27%200%200%200%203.267%203.267a3.27%203.27%200%200%200%203.268-3.267l.003-.083c.001-.023.159-2.741-1.801-4.837a6.7%206.7%200%200%200-1.162-.984m-12.993.08q-.514.364-.951.804c-2.147%202.164-2.15%204.984-2.15%205.013v.008a3.27%203.27%200%200%200%203.267%203.267a3.27%203.27%200%200%200%203.268-3.267v-.027c0-.013.003-1.842-1.208-3.653a7.4%207.4%200%200%200-2.226-2.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/double-curly-loop.svg?color=%231a73e8&size=48