curly loop emoji

curly-loop from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
curly-loop
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the curly loop emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M5.17 40.07s.26 3.02 1.97 3.41s9.57-2.75 19.27-2.88s16.12 1.57 16.12 1.57l6.82-6.95l-40.38 1.05zm22.55 30.99s-2.1 15.02 7.86 27.87c5.96 7.69 15.92 14.03 27.53 14.16c15.98.17 26.31-7.6 31.72-16.12c7.11-11.19 6.11-24.61 5.96-25.67c-.28-1.89-6.74.24-6.74.24L80.94 92.11l-24.12 4.98s-19.4-10.23-20.06-12.06c-.65-1.83-9.04-13.97-9.04-13.97"/><path fill="#606265" d="M123.81 21.98c-.66-.66-12.39-4.06-31.4-2.36c-19.32 1.73-29.3 7.47-29.3 7.47s-15.08-8.52-32.25-8.78s-25.56 4.72-26.35 5.5c-.59.59.66 16.26.66 16.26s10.74-3.14 21.11-3.02c11.01.13 17.17 2.49 17.17 2.49s-14.63 9.65-15.8 32.51c-.92 17.96 13.95 35 36.05 35.39c22.15.39 37.02-17.93 37.08-35.36c.06-14.95-13.95-30.97-13.95-30.97l36.45-3.31s1.06-4.14 1.18-8.36c.08-2.88 0-6.81-.65-7.46M64.13 93.2c-7.42-.12-17.77-6.75-17.05-20.19C48 55.73 65.75 47.5 65.75 47.5s16.47 11.14 16.82 24.36c.46 17.51-11.02 21.46-18.44 21.34"/><path fill="#464c4f" d="M123.29 37.81s-.58 3.31-2.32 3.89s-21.79-1.07-34.92.93c-9.45 1.43-21.5 5.2-26.33 9.28C47.77 62 47.07 72.99 47.07 72.99s-.72-16.65 16.59-26.77c12.85-7.51 28.89-8.7 39.91-8.93c10.44-.22 19.72.52 19.72.52"/><path fill="#9b9a9b" d="M7.15 27.74c-.64 1.91 0 7.38 3.25 7.38c2.29 0 2.42-3 7.31-5.83c4.73-2.73 7.09-3.25 6.65-5.69s-6.74-2-10.63-.74c-2.75.9-5.92 2.89-6.58 4.88m82.31-3.16c-.15 2.14 1.98 3.01 4.29 2.88c3.22-.18 4.23-1.24 4.29-3.05c.06-1.58-1.91-2.5-4.46-2.37c-2.25.11-4 .9-4.12 2.54m-11.38.12c-1.79.4-14.21 3.66-25.68 11.8c-8.53 6.05-13.02 12.17-14.58 15.67c-1.19 2.68-1.49 4.66-.1 5.75c.87.68 2.53.11 3.57-1.49c1.49-2.28 6.15-10.41 15.77-16.46c12.47-7.84 20.18-9.41 22.11-10.01c3.17-.99 4.36-2.08 4.26-3.87c-.09-1.79-2.27-2.08-5.35-1.39m7.54 61.95c-2.55-1.12-4.14 3.2-6.93 5.78c-2.44 2.25-7.2 3.15-6.81 5.46c.45 2.63 5 1.78 9.76-2.38c5.07-4.43 6.04-7.96 3.98-8.86"/></svg>

React

import type { SVGProps } from "react";

export function NotoCurlyLoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M5.17 40.07s.26 3.02 1.97 3.41s9.57-2.75 19.27-2.88s16.12 1.57 16.12 1.57l6.82-6.95l-40.38 1.05zm22.55 30.99s-2.1 15.02 7.86 27.87c5.96 7.69 15.92 14.03 27.53 14.16c15.98.17 26.31-7.6 31.72-16.12c7.11-11.19 6.11-24.61 5.96-25.67c-.28-1.89-6.74.24-6.74.24L80.94 92.11l-24.12 4.98s-19.4-10.23-20.06-12.06c-.65-1.83-9.04-13.97-9.04-13.97"/><path fill="#606265" d="M123.81 21.98c-.66-.66-12.39-4.06-31.4-2.36c-19.32 1.73-29.3 7.47-29.3 7.47s-15.08-8.52-32.25-8.78s-25.56 4.72-26.35 5.5c-.59.59.66 16.26.66 16.26s10.74-3.14 21.11-3.02c11.01.13 17.17 2.49 17.17 2.49s-14.63 9.65-15.8 32.51c-.92 17.96 13.95 35 36.05 35.39c22.15.39 37.02-17.93 37.08-35.36c.06-14.95-13.95-30.97-13.95-30.97l36.45-3.31s1.06-4.14 1.18-8.36c.08-2.88 0-6.81-.65-7.46M64.13 93.2c-7.42-.12-17.77-6.75-17.05-20.19C48 55.73 65.75 47.5 65.75 47.5s16.47 11.14 16.82 24.36c.46 17.51-11.02 21.46-18.44 21.34"/><path fill="#464c4f" d="M123.29 37.81s-.58 3.31-2.32 3.89s-21.79-1.07-34.92.93c-9.45 1.43-21.5 5.2-26.33 9.28C47.77 62 47.07 72.99 47.07 72.99s-.72-16.65 16.59-26.77c12.85-7.51 28.89-8.7 39.91-8.93c10.44-.22 19.72.52 19.72.52"/><path fill="#9b9a9b" d="M7.15 27.74c-.64 1.91 0 7.38 3.25 7.38c2.29 0 2.42-3 7.31-5.83c4.73-2.73 7.09-3.25 6.65-5.69s-6.74-2-10.63-.74c-2.75.9-5.92 2.89-6.58 4.88m82.31-3.16c-.15 2.14 1.98 3.01 4.29 2.88c3.22-.18 4.23-1.24 4.29-3.05c.06-1.58-1.91-2.5-4.46-2.37c-2.25.11-4 .9-4.12 2.54m-11.38.12c-1.79.4-14.21 3.66-25.68 11.8c-8.53 6.05-13.02 12.17-14.58 15.67c-1.19 2.68-1.49 4.66-.1 5.75c.87.68 2.53.11 3.57-1.49c1.49-2.28 6.15-10.41 15.77-16.46c12.47-7.84 20.18-9.41 22.11-10.01c3.17-.99 4.36-2.08 4.26-3.87c-.09-1.79-2.27-2.08-5.35-1.39m7.54 61.95c-2.55-1.12-4.14 3.2-6.93 5.78c-2.44 2.25-7.2 3.15-6.81 5.46c.45 2.63 5 1.78 9.76-2.38c5.07-4.43 6.04-7.96 3.98-8.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M5.17 40.07s.26 3.02 1.97 3.41s9.57-2.75 19.27-2.88s16.12 1.57 16.12 1.57l6.82-6.95l-40.38 1.05zm22.55 30.99s-2.1 15.02 7.86 27.87c5.96 7.69 15.92 14.03 27.53 14.16c15.98.17 26.31-7.6 31.72-16.12c7.11-11.19 6.11-24.61 5.96-25.67c-.28-1.89-6.74.24-6.74.24L80.94 92.11l-24.12 4.98s-19.4-10.23-20.06-12.06c-.65-1.83-9.04-13.97-9.04-13.97"/><path fill="#606265" d="M123.81 21.98c-.66-.66-12.39-4.06-31.4-2.36c-19.32 1.73-29.3 7.47-29.3 7.47s-15.08-8.52-32.25-8.78s-25.56 4.72-26.35 5.5c-.59.59.66 16.26.66 16.26s10.74-3.14 21.11-3.02c11.01.13 17.17 2.49 17.17 2.49s-14.63 9.65-15.8 32.51c-.92 17.96 13.95 35 36.05 35.39c22.15.39 37.02-17.93 37.08-35.36c.06-14.95-13.95-30.97-13.95-30.97l36.45-3.31s1.06-4.14 1.18-8.36c.08-2.88 0-6.81-.65-7.46M64.13 93.2c-7.42-.12-17.77-6.75-17.05-20.19C48 55.73 65.75 47.5 65.75 47.5s16.47 11.14 16.82 24.36c.46 17.51-11.02 21.46-18.44 21.34"/><path fill="#464c4f" d="M123.29 37.81s-.58 3.31-2.32 3.89s-21.79-1.07-34.92.93c-9.45 1.43-21.5 5.2-26.33 9.28C47.77 62 47.07 72.99 47.07 72.99s-.72-16.65 16.59-26.77c12.85-7.51 28.89-8.7 39.91-8.93c10.44-.22 19.72.52 19.72.52"/><path fill="#9b9a9b" d="M7.15 27.74c-.64 1.91 0 7.38 3.25 7.38c2.29 0 2.42-3 7.31-5.83c4.73-2.73 7.09-3.25 6.65-5.69s-6.74-2-10.63-.74c-2.75.9-5.92 2.89-6.58 4.88m82.31-3.16c-.15 2.14 1.98 3.01 4.29 2.88c3.22-.18 4.23-1.24 4.29-3.05c.06-1.58-1.91-2.5-4.46-2.37c-2.25.11-4 .9-4.12 2.54m-11.38.12c-1.79.4-14.21 3.66-25.68 11.8c-8.53 6.05-13.02 12.17-14.58 15.67c-1.19 2.68-1.49 4.66-.1 5.75c.87.68 2.53.11 3.57-1.49c1.49-2.28 6.15-10.41 15.77-16.46c12.47-7.84 20.18-9.41 22.11-10.01c3.17-.99 4.36-2.08 4.26-3.87c-.09-1.79-2.27-2.08-5.35-1.39m7.54 61.95c-2.55-1.12-4.14 3.2-6.93 5.78c-2.44 2.25-7.2 3.15-6.81 5.46c.45 2.63 5 1.78 9.76-2.38c5.07-4.43 6.04-7.96 3.98-8.86"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M5.17%2040.07s.26%203.02%201.97%203.41s9.57-2.75%2019.27-2.88s16.12%201.57%2016.12%201.57l6.82-6.95l-40.38%201.05zm22.55%2030.99s-2.1%2015.02%207.86%2027.87c5.96%207.69%2015.92%2014.03%2027.53%2014.16c15.98.17%2026.31-7.6%2031.72-16.12c7.11-11.19%206.11-24.61%205.96-25.67c-.28-1.89-6.74.24-6.74.24L80.94%2092.11l-24.12%204.98s-19.4-10.23-20.06-12.06c-.65-1.83-9.04-13.97-9.04-13.97%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M123.81%2021.98c-.66-.66-12.39-4.06-31.4-2.36c-19.32%201.73-29.3%207.47-29.3%207.47s-15.08-8.52-32.25-8.78s-25.56%204.72-26.35%205.5c-.59.59.66%2016.26.66%2016.26s10.74-3.14%2021.11-3.02c11.01.13%2017.17%202.49%2017.17%202.49s-14.63%209.65-15.8%2032.51c-.92%2017.96%2013.95%2035%2036.05%2035.39c22.15.39%2037.02-17.93%2037.08-35.36c.06-14.95-13.95-30.97-13.95-30.97l36.45-3.31s1.06-4.14%201.18-8.36c.08-2.88%200-6.81-.65-7.46M64.13%2093.2c-7.42-.12-17.77-6.75-17.05-20.19C48%2055.73%2065.75%2047.5%2065.75%2047.5s16.47%2011.14%2016.82%2024.36c.46%2017.51-11.02%2021.46-18.44%2021.34%22%2F%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M123.29%2037.81s-.58%203.31-2.32%203.89s-21.79-1.07-34.92.93c-9.45%201.43-21.5%205.2-26.33%209.28C47.77%2062%2047.07%2072.99%2047.07%2072.99s-.72-16.65%2016.59-26.77c12.85-7.51%2028.89-8.7%2039.91-8.93c10.44-.22%2019.72.52%2019.72.52%22%2F%3E%3Cpath%20fill%3D%22%239b9a9b%22%20d%3D%22M7.15%2027.74c-.64%201.91%200%207.38%203.25%207.38c2.29%200%202.42-3%207.31-5.83c4.73-2.73%207.09-3.25%206.65-5.69s-6.74-2-10.63-.74c-2.75.9-5.92%202.89-6.58%204.88m82.31-3.16c-.15%202.14%201.98%203.01%204.29%202.88c3.22-.18%204.23-1.24%204.29-3.05c.06-1.58-1.91-2.5-4.46-2.37c-2.25.11-4%20.9-4.12%202.54m-11.38.12c-1.79.4-14.21%203.66-25.68%2011.8c-8.53%206.05-13.02%2012.17-14.58%2015.67c-1.19%202.68-1.49%204.66-.1%205.75c.87.68%202.53.11%203.57-1.49c1.49-2.28%206.15-10.41%2015.77-16.46c12.47-7.84%2020.18-9.41%2022.11-10.01c3.17-.99%204.36-2.08%204.26-3.87c-.09-1.79-2.27-2.08-5.35-1.39m7.54%2061.95c-2.55-1.12-4.14%203.2-6.93%205.78c-2.44%202.25-7.2%203.15-6.81%205.46c.45%202.63%205%201.78%209.76-2.38c5.07-4.43%206.04-7.96%203.98-8.86%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M5.17%2040.07s.26%203.02%201.97%203.41s9.57-2.75%2019.27-2.88s16.12%201.57%2016.12%201.57l6.82-6.95l-40.38%201.05zm22.55%2030.99s-2.1%2015.02%207.86%2027.87c5.96%207.69%2015.92%2014.03%2027.53%2014.16c15.98.17%2026.31-7.6%2031.72-16.12c7.11-11.19%206.11-24.61%205.96-25.67c-.28-1.89-6.74.24-6.74.24L80.94%2092.11l-24.12%204.98s-19.4-10.23-20.06-12.06c-.65-1.83-9.04-13.97-9.04-13.97%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M123.81%2021.98c-.66-.66-12.39-4.06-31.4-2.36c-19.32%201.73-29.3%207.47-29.3%207.47s-15.08-8.52-32.25-8.78s-25.56%204.72-26.35%205.5c-.59.59.66%2016.26.66%2016.26s10.74-3.14%2021.11-3.02c11.01.13%2017.17%202.49%2017.17%202.49s-14.63%209.65-15.8%2032.51c-.92%2017.96%2013.95%2035%2036.05%2035.39c22.15.39%2037.02-17.93%2037.08-35.36c.06-14.95-13.95-30.97-13.95-30.97l36.45-3.31s1.06-4.14%201.18-8.36c.08-2.88%200-6.81-.65-7.46M64.13%2093.2c-7.42-.12-17.77-6.75-17.05-20.19C48%2055.73%2065.75%2047.5%2065.75%2047.5s16.47%2011.14%2016.82%2024.36c.46%2017.51-11.02%2021.46-18.44%2021.34%22%2F%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M123.29%2037.81s-.58%203.31-2.32%203.89s-21.79-1.07-34.92.93c-9.45%201.43-21.5%205.2-26.33%209.28C47.77%2062%2047.07%2072.99%2047.07%2072.99s-.72-16.65%2016.59-26.77c12.85-7.51%2028.89-8.7%2039.91-8.93c10.44-.22%2019.72.52%2019.72.52%22%2F%3E%3Cpath%20fill%3D%22%239b9a9b%22%20d%3D%22M7.15%2027.74c-.64%201.91%200%207.38%203.25%207.38c2.29%200%202.42-3%207.31-5.83c4.73-2.73%207.09-3.25%206.65-5.69s-6.74-2-10.63-.74c-2.75.9-5.92%202.89-6.58%204.88m82.31-3.16c-.15%202.14%201.98%203.01%204.29%202.88c3.22-.18%204.23-1.24%204.29-3.05c.06-1.58-1.91-2.5-4.46-2.37c-2.25.11-4%20.9-4.12%202.54m-11.38.12c-1.79.4-14.21%203.66-25.68%2011.8c-8.53%206.05-13.02%2012.17-14.58%2015.67c-1.19%202.68-1.49%204.66-.1%205.75c.87.68%202.53.11%203.57-1.49c1.49-2.28%206.15-10.41%2015.77-16.46c12.47-7.84%2020.18-9.41%2022.11-10.01c3.17-.99%204.36-2.08%204.26-3.87c-.09-1.79-2.27-2.08-5.35-1.39m7.54%2061.95c-2.55-1.12-4.14%203.2-6.93%205.78c-2.44%202.25-7.2%203.15-6.81%205.46c.45%202.63%205%201.78%209.76-2.38c5.07-4.43%206.04-7.96%203.98-8.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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